2024-04-22T23:30:58.186 INFO:root:teuthology version: 0.0.1.dev269+g9481b1d 2024-04-22T23:30:58.186 DEBUG:teuthology.run:Teuthology command: teuthology --name adking-2024-04-22_22:45:33-orch:cephadm-wip-adk-testing-2024-04-22-1618-distro-default-smithi --description orch:cephadm/smoke-roleless/{0-distro/ubuntu_22.04 0-nvme-loop 1-start 2-services/nfs-ingress2 3-final} --verbose --archive /home/teuthworker/archive/adking-2024-04-22_22:45:33-orch:cephadm-wip-adk-testing-2024-04-22-1618-distro-default-smithi/7669246 --owner scheduled_adking@teuthology -- /home/teuthworker/archive/adking-2024-04-22_22:45:33-orch:cephadm-wip-adk-testing-2024-04-22-1618-distro-default-smithi/7669246/orig.config.yaml 2024-04-22T23:30:58.221 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-22T23:30:58.319 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/adking-2024-04-22_22:45:33-orch:cephadm-wip-adk-testing-2024-04-22-1618-distro-default-smithi/7669246 branch: wip-adk-testing-2024-04-22-1618 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: '7669246' kernel: kdb: 1 sha1: distro ktype: distro last_in_suite: false machine_type: smithi name: adking-2024-04-22_22:45:33-orch:cephadm-wip-adk-testing-2024-04-22-1618-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-22-1618 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: 43be020184947e53516056c9931e1ac5bdbbb1a5 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 43be020184947e53516056c9931e1ac5bdbbb1a5 workunit: branch: wip-adk-testing-2024-04-22-1618 sha1: 43be020184947e53516056c9931e1ac5bdbbb1a5 owner: scheduled_adking@teuthology priority: 80 repo: https://git.ceph.com/ceph-ci.git roles: - - host.a - client.0 - - host.b - client.1 seed: 6551 sha1: 43be020184947e53516056c9931e1ac5bdbbb1a5 sleep_before_teardown: 0 subset: 1/16 suite: orch:cephadm suite_branch: wip-adk-testing-2024-04-22-1618 suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_43be020184947e53516056c9931e1ac5bdbbb1a5/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: 43be020184947e53516056c9931e1ac5bdbbb1a5 targets: smithi046.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBK1MTIynKUSjjAvtfDWQmMoS9pRHex40K55khAaT0xha+JZ4o1KiC+OS27X2jg2fXdyOsKNUFjtGGm7ktL/PNOc= smithi120.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBC3J1Hd3qZJb0R+RWxi81gCl7OkPGyarWGs3ak3kGXjV3Xsz10SIfTO324Mpa8mdRh3kVJf4ocTrIufmHiml8WI= 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-22_22:45:33 tube: smithi user: adking verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-04-22T23:30:58.320 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph-c_43be020184947e53516056c9931e1ac5bdbbb1a5/qa; will attempt to use it 2024-04-22T23:30:58.320 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_43be020184947e53516056c9931e1ac5bdbbb1a5/qa/tasks 2024-04-22T23:30:58.320 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-04-22T23:30:58.322 INFO:teuthology.task.internal:Checking packages... 2024-04-22T23:30:58.352 INFO:teuthology.task.internal:Checking packages for os_type 'ubuntu', flavor 'default' and ceph hash '43be020184947e53516056c9931e1ac5bdbbb1a5' 2024-04-22T23:30:58.352 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-04-22T23:30:58.352 INFO:teuthology.packaging:ref: None 2024-04-22T23:30:58.353 INFO:teuthology.packaging:tag: None 2024-04-22T23:30:58.353 INFO:teuthology.packaging:branch: wip-adk-testing-2024-04-22-1618 2024-04-22T23:30:58.353 INFO:teuthology.packaging:sha1: 43be020184947e53516056c9931e1ac5bdbbb1a5 2024-04-22T23:30:58.353 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-22-1618 2024-04-22T23:30:58.575 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-3252-g43be0201-1jammy 2024-04-22T23:30:58.577 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-04-22T23:30:58.587 INFO:teuthology.task.internal:no buildpackages task found 2024-04-22T23:30:58.587 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-04-22T23:30:58.610 INFO:teuthology.task.internal:Saving configuration 2024-04-22T23:30:58.624 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-04-22T23:30:58.634 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-22T23:30:58.660 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi046.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-04-22_22:45:33-orch:cephadm-wip-adk-testing-2024-04-22-1618-distro-default-smithi/7669246', '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-22 23:24:01.293737', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGC/9inY/i09Yd8PAi7C/BnXTFd0eVh9wOVFGIhvuos9'} 2024-04-22T23:30:58.686 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi120.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-04-22_22:45:33-orch:cephadm-wip-adk-testing-2024-04-22-1618-distro-default-smithi/7669246', '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-22 23:24:01.294928', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPrYudajwBRzEsT0Wea5MhN297ym+fjOPTC8LslUUds2'} 2024-04-22T23:30:58.686 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-04-22T23:30:58.695 INFO:teuthology.task.internal:roles: ubuntu@smithi046.front.sepia.ceph.com - ['host.a', 'client.0'] 2024-04-22T23:30:58.696 INFO:teuthology.task.internal:roles: ubuntu@smithi120.front.sepia.ceph.com - ['host.b', 'client.1'] 2024-04-22T23:30:58.696 INFO:teuthology.run_tasks:Running task console_log... 2024-04-22T23:30:58.783 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f44cefeb4c0>, signals=[15]) 2024-04-22T23:30:58.784 INFO:teuthology.run_tasks:Running task internal.connect... 2024-04-22T23:30:58.793 INFO:teuthology.task.internal:Opening connections... 2024-04-22T23:30:58.793 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi046.front.sepia.ceph.com 2024-04-22T23:30:58.795 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi046.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-22T23:30:58.880 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi120.front.sepia.ceph.com 2024-04-22T23:30:58.881 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi120.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-22T23:30:58.958 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-04-22T23:30:58.968 DEBUG:teuthology.orchestra.run.smithi046:> uname -m 2024-04-22T23:30:58.973 INFO:teuthology.orchestra.run.smithi046.stdout:x86_64 2024-04-22T23:30:58.973 DEBUG:teuthology.orchestra.run.smithi046:> cat /etc/os-release 2024-04-22T23:30:59.020 INFO:teuthology.orchestra.run.smithi046.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-04-22T23:30:59.021 INFO:teuthology.orchestra.run.smithi046.stdout:NAME="Ubuntu" 2024-04-22T23:30:59.021 INFO:teuthology.orchestra.run.smithi046.stdout:VERSION_ID="22.04" 2024-04-22T23:30:59.021 INFO:teuthology.orchestra.run.smithi046.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-04-22T23:30:59.021 INFO:teuthology.orchestra.run.smithi046.stdout:VERSION_CODENAME=jammy 2024-04-22T23:30:59.021 INFO:teuthology.orchestra.run.smithi046.stdout:ID=ubuntu 2024-04-22T23:30:59.021 INFO:teuthology.orchestra.run.smithi046.stdout:ID_LIKE=debian 2024-04-22T23:30:59.021 INFO:teuthology.orchestra.run.smithi046.stdout:HOME_URL="https://www.ubuntu.com/" 2024-04-22T23:30:59.021 INFO:teuthology.orchestra.run.smithi046.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-04-22T23:30:59.021 INFO:teuthology.orchestra.run.smithi046.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-04-22T23:30:59.021 INFO:teuthology.orchestra.run.smithi046.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-04-22T23:30:59.021 INFO:teuthology.orchestra.run.smithi046.stdout:UBUNTU_CODENAME=jammy 2024-04-22T23:30:59.022 INFO:teuthology.lock.ops:Updating smithi046.front.sepia.ceph.com on lock server 2024-04-22T23:30:59.050 DEBUG:teuthology.orchestra.run.smithi120:> uname -m 2024-04-22T23:30:59.055 INFO:teuthology.orchestra.run.smithi120.stdout:x86_64 2024-04-22T23:30:59.055 DEBUG:teuthology.orchestra.run.smithi120:> cat /etc/os-release 2024-04-22T23:30:59.102 INFO:teuthology.orchestra.run.smithi120.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-04-22T23:30:59.102 INFO:teuthology.orchestra.run.smithi120.stdout:NAME="Ubuntu" 2024-04-22T23:30:59.102 INFO:teuthology.orchestra.run.smithi120.stdout:VERSION_ID="22.04" 2024-04-22T23:30:59.102 INFO:teuthology.orchestra.run.smithi120.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-04-22T23:30:59.102 INFO:teuthology.orchestra.run.smithi120.stdout:VERSION_CODENAME=jammy 2024-04-22T23:30:59.102 INFO:teuthology.orchestra.run.smithi120.stdout:ID=ubuntu 2024-04-22T23:30:59.102 INFO:teuthology.orchestra.run.smithi120.stdout:ID_LIKE=debian 2024-04-22T23:30:59.102 INFO:teuthology.orchestra.run.smithi120.stdout:HOME_URL="https://www.ubuntu.com/" 2024-04-22T23:30:59.103 INFO:teuthology.orchestra.run.smithi120.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-04-22T23:30:59.103 INFO:teuthology.orchestra.run.smithi120.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-04-22T23:30:59.103 INFO:teuthology.orchestra.run.smithi120.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-04-22T23:30:59.103 INFO:teuthology.orchestra.run.smithi120.stdout:UBUNTU_CODENAME=jammy 2024-04-22T23:30:59.103 INFO:teuthology.lock.ops:Updating smithi120.front.sepia.ceph.com on lock server 2024-04-22T23:30:59.125 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-04-22T23:30:59.136 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-04-22T23:30:59.156 INFO:teuthology.task.internal:Checking for old test directory... 2024-04-22T23:30:59.156 DEBUG:teuthology.orchestra.run.smithi046:> test '!' -e /home/ubuntu/cephtest 2024-04-22T23:30:59.159 DEBUG:teuthology.orchestra.run.smithi120:> test '!' -e /home/ubuntu/cephtest 2024-04-22T23:30:59.163 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-04-22T23:30:59.214 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-04-22T23:30:59.215 DEBUG:teuthology.orchestra.run.smithi046:> test -z $(ls -A /var/lib/ceph) 2024-04-22T23:30:59.217 DEBUG:teuthology.orchestra.run.smithi120:> test -z $(ls -A /var/lib/ceph) 2024-04-22T23:30:59.257 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-04-22T23:30:59.319 INFO:teuthology.run_tasks:Running task kernel... 2024-04-22T23:30:59.337 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-04-22T23:30:59.337 INFO:teuthology.task.kernel:config {'host.a': {'kdb': 1, 'sha1': 'distro'}, 'host.b': {'kdb': 1, 'sha1': 'distro'}}, timeout 300 2024-04-22T23:30:59.337 DEBUG:teuthology.orchestra.run.smithi046:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-22T23:30:59.338 DEBUG:teuthology.orchestra.run.smithi120:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-22T23:30:59.342 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T23:30:59.342 DEBUG:teuthology.orchestra.run.smithi046:> uname -r 2024-04-22T23:30:59.343 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T23:30:59.343 DEBUG:teuthology.orchestra.run.smithi120:> uname -r 2024-04-22T23:30:59.389 INFO:teuthology.orchestra.run.smithi046.stdout:5.15.0-56-generic 2024-04-22T23:30:59.389 INFO:teuthology.task.kernel:Running kernel on smithi046: 5.15.0-56-generic 2024-04-22T23:30:59.389 DEBUG:teuthology.orchestra.run.smithi046:> sudo apt-get clean 2024-04-22T23:30:59.390 INFO:teuthology.orchestra.run.smithi120.stdout:5.15.0-56-generic 2024-04-22T23:30:59.390 INFO:teuthology.task.kernel:Running kernel on smithi120: 5.15.0-56-generic 2024-04-22T23:30:59.390 DEBUG:teuthology.orchestra.run.smithi120:> sudo apt-get clean 2024-04-22T23:30:59.510 DEBUG:teuthology.orchestra.run.smithi046:> sudo apt-get update 2024-04-22T23:30:59.519 DEBUG:teuthology.orchestra.run.smithi120:> sudo apt-get update 2024-04-22T23:30:59.674 INFO:teuthology.orchestra.run.smithi046.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-22T23:30:59.687 INFO:teuthology.orchestra.run.smithi046.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-04-22T23:30:59.735 INFO:teuthology.orchestra.run.smithi046.stdout:Get:3 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-04-22T23:30:59.764 INFO:teuthology.orchestra.run.smithi046.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-04-22T23:30:59.766 INFO:teuthology.orchestra.run.smithi120.stdout:Get:1 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-04-22T23:30:59.789 INFO:teuthology.orchestra.run.smithi120.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-22T23:30:59.858 INFO:teuthology.orchestra.run.smithi120.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-04-22T23:30:59.900 INFO:teuthology.orchestra.run.smithi046.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [618 kB] 2024-04-22T23:30:59.993 INFO:teuthology.orchestra.run.smithi046.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,608 kB] 2024-04-22T23:31:00.013 INFO:teuthology.orchestra.run.smithi120.stdout:Get:4 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [452 kB] 2024-04-22T23:31:00.033 INFO:teuthology.orchestra.run.smithi046.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [303 kB] 2024-04-22T23:31:00.041 INFO:teuthology.orchestra.run.smithi046.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-04-22T23:31:00.041 INFO:teuthology.orchestra.run.smithi046.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,826 kB] 2024-04-22T23:31:00.056 INFO:teuthology.orchestra.run.smithi046.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [38.1 kB] 2024-04-22T23:31:00.056 INFO:teuthology.orchestra.run.smithi046.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [310 kB] 2024-04-22T23:31:00.059 INFO:teuthology.orchestra.run.smithi046.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-04-22T23:31:00.059 INFO:teuthology.orchestra.run.smithi046.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,070 kB] 2024-04-22T23:31:00.067 INFO:teuthology.orchestra.run.smithi046.stdout:Get:14 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [452 kB] 2024-04-22T23:31:00.070 INFO:teuthology.orchestra.run.smithi046.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [699 kB] 2024-04-22T23:31:00.075 INFO:teuthology.orchestra.run.smithi046.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [244 kB] 2024-04-22T23:31:00.078 INFO:teuthology.orchestra.run.smithi046.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-04-22T23:31:00.078 INFO:teuthology.orchestra.run.smithi046.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [42.7 kB] 2024-04-22T23:31:00.079 INFO:teuthology.orchestra.run.smithi046.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,472 B] 2024-04-22T23:31:00.099 INFO:teuthology.orchestra.run.smithi120.stdout:Get:5 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,388 kB] 2024-04-22T23:31:00.120 INFO:teuthology.orchestra.run.smithi046.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.4 kB] 2024-04-22T23:31:00.120 INFO:teuthology.orchestra.run.smithi046.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-04-22T23:31:00.121 INFO:teuthology.orchestra.run.smithi046.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.2 kB] 2024-04-22T23:31:00.121 INFO:teuthology.orchestra.run.smithi046.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.1 kB] 2024-04-22T23:31:00.122 INFO:teuthology.orchestra.run.smithi046.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-04-22T23:31:00.122 INFO:teuthology.orchestra.run.smithi046.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-04-22T23:31:00.123 INFO:teuthology.orchestra.run.smithi046.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [28.4 kB] 2024-04-22T23:31:00.123 INFO:teuthology.orchestra.run.smithi046.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [17.2 kB] 2024-04-22T23:31:00.123 INFO:teuthology.orchestra.run.smithi046.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.2 kB] 2024-04-22T23:31:00.123 INFO:teuthology.orchestra.run.smithi046.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-04-22T23:31:00.143 INFO:teuthology.orchestra.run.smithi120.stdout:Get:6 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [243 kB] 2024-04-22T23:31:00.145 INFO:teuthology.orchestra.run.smithi046.stdout:Get:30 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,388 kB] 2024-04-22T23:31:00.149 INFO:teuthology.orchestra.run.smithi120.stdout:Get:7 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-04-22T23:31:00.149 INFO:teuthology.orchestra.run.smithi120.stdout:Get:8 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [36.5 kB] 2024-04-22T23:31:00.150 INFO:teuthology.orchestra.run.smithi120.stdout:Get:9 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,762 kB] 2024-04-22T23:31:00.178 INFO:teuthology.orchestra.run.smithi120.stdout:Get:10 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [299 kB] 2024-04-22T23:31:00.182 INFO:teuthology.orchestra.run.smithi120.stdout:Get:11 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-04-22T23:31:00.182 INFO:teuthology.orchestra.run.smithi120.stdout:Get:12 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [600 kB] 2024-04-22T23:31:00.194 INFO:teuthology.orchestra.run.smithi120.stdout:Get:13 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [848 kB] 2024-04-22T23:31:00.198 INFO:teuthology.orchestra.run.smithi046.stdout:Get:31 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [243 kB] 2024-04-22T23:31:00.200 INFO:teuthology.orchestra.run.smithi120.stdout:Get:14 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [162 kB] 2024-04-22T23:31:00.201 INFO:teuthology.orchestra.run.smithi120.stdout:Get:15 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-04-22T23:31:00.202 INFO:teuthology.orchestra.run.smithi120.stdout:Get:16 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-04-22T23:31:00.202 INFO:teuthology.orchestra.run.smithi120.stdout:Get:17 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.2 kB] 2024-04-22T23:31:00.202 INFO:teuthology.orchestra.run.smithi120.stdout:Get:18 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,588 B] 2024-04-22T23:31:00.203 INFO:teuthology.orchestra.run.smithi046.stdout:Get:32 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-04-22T23:31:00.204 INFO:teuthology.orchestra.run.smithi046.stdout:Get:33 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,762 kB] 2024-04-22T23:31:00.211 INFO:teuthology.orchestra.run.smithi120.stdout:Get:19 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-04-22T23:31:00.228 INFO:teuthology.orchestra.run.smithi120.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-04-22T23:31:00.234 INFO:teuthology.orchestra.run.smithi046.stdout:Get:34 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [36.5 kB] 2024-04-22T23:31:00.235 INFO:teuthology.orchestra.run.smithi046.stdout:Get:35 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [299 kB] 2024-04-22T23:31:00.239 INFO:teuthology.orchestra.run.smithi046.stdout:Get:36 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-04-22T23:31:00.239 INFO:teuthology.orchestra.run.smithi046.stdout:Get:37 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [600 kB] 2024-04-22T23:31:00.245 INFO:teuthology.orchestra.run.smithi046.stdout:Get:38 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [848 kB] 2024-04-22T23:31:00.254 INFO:teuthology.orchestra.run.smithi046.stdout:Get:39 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [162 kB] 2024-04-22T23:31:00.255 INFO:teuthology.orchestra.run.smithi046.stdout:Get:40 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-04-22T23:31:00.256 INFO:teuthology.orchestra.run.smithi046.stdout:Get:41 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.2 kB] 2024-04-22T23:31:00.256 INFO:teuthology.orchestra.run.smithi046.stdout:Get:42 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-04-22T23:31:00.267 INFO:teuthology.orchestra.run.smithi046.stdout:Get:43 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,588 B] 2024-04-22T23:31:00.267 INFO:teuthology.orchestra.run.smithi046.stdout:Get:44 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-04-22T23:31:00.369 INFO:teuthology.orchestra.run.smithi120.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,608 kB] 2024-04-22T23:31:01.768 INFO:teuthology.orchestra.run.smithi120.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [618 kB] 2024-04-22T23:31:02.332 INFO:teuthology.orchestra.run.smithi120.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [303 kB] 2024-04-22T23:31:02.639 INFO:teuthology.orchestra.run.smithi120.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-04-22T23:31:02.687 INFO:teuthology.orchestra.run.smithi120.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [38.1 kB] 2024-04-22T23:31:02.714 INFO:teuthology.orchestra.run.smithi120.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,826 kB] 2024-04-22T23:31:04.083 INFO:teuthology.orchestra.run.smithi120.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [310 kB] 2024-04-22T23:31:04.417 INFO:teuthology.orchestra.run.smithi120.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-04-22T23:31:05.747 INFO:teuthology.orchestra.run.smithi120.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,070 kB] 2024-04-22T23:31:06.005 INFO:teuthology.orchestra.run.smithi046.stdout:Fetched 13.2 MB in 2s (6,979 kB/s) 2024-04-22T23:31:06.375 INFO:teuthology.orchestra.run.smithi120.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [699 kB] 2024-04-22T23:31:06.413 INFO:teuthology.orchestra.run.smithi120.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [244 kB] 2024-04-22T23:31:06.426 INFO:teuthology.orchestra.run.smithi120.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-04-22T23:31:06.427 INFO:teuthology.orchestra.run.smithi120.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [42.7 kB] 2024-04-22T23:31:06.429 INFO:teuthology.orchestra.run.smithi120.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,472 B] 2024-04-22T23:31:06.430 INFO:teuthology.orchestra.run.smithi120.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.4 kB] 2024-04-22T23:31:06.431 INFO:teuthology.orchestra.run.smithi120.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-04-22T23:31:06.431 INFO:teuthology.orchestra.run.smithi120.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.2 kB] 2024-04-22T23:31:06.460 INFO:teuthology.orchestra.run.smithi120.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.1 kB] 2024-04-22T23:31:06.460 INFO:teuthology.orchestra.run.smithi120.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-04-22T23:31:06.624 INFO:teuthology.orchestra.run.smithi120.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-04-22T23:31:06.707 INFO:teuthology.orchestra.run.smithi120.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [28.4 kB] 2024-04-22T23:31:06.818 INFO:teuthology.orchestra.run.smithi120.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [17.2 kB] 2024-04-22T23:31:06.873 INFO:teuthology.orchestra.run.smithi120.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.2 kB] 2024-04-22T23:31:06.908 INFO:teuthology.orchestra.run.smithi120.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-04-22T23:31:07.364 INFO:teuthology.orchestra.run.smithi046.stdout:Reading package lists... 2024-04-22T23:31:07.382 DEBUG:teuthology.orchestra.run.smithi046:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-04-22T23:31:07.444 INFO:teuthology.orchestra.run.smithi046.stdout:Reading package lists... 2024-04-22T23:31:07.648 INFO:teuthology.orchestra.run.smithi046.stdout:Building dependency tree... 2024-04-22T23:31:07.648 INFO:teuthology.orchestra.run.smithi046.stdout:Reading state information... 2024-04-22T23:31:07.829 INFO:teuthology.orchestra.run.smithi046.stdout:The following packages were automatically installed and are no longer required: 2024-04-22T23:31:07.829 INFO:teuthology.orchestra.run.smithi046.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-22T23:31:07.829 INFO:teuthology.orchestra.run.smithi046.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-22T23:31:07.829 INFO:teuthology.orchestra.run.smithi046.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-22T23:31:07.829 INFO:teuthology.orchestra.run.smithi046.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-04-22T23:31:07.830 INFO:teuthology.orchestra.run.smithi046.stdout: python2.7-minimal 2024-04-22T23:31:07.830 INFO:teuthology.orchestra.run.smithi046.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-22T23:31:07.831 INFO:teuthology.orchestra.run.smithi046.stdout:The following additional packages will be installed: 2024-04-22T23:31:07.831 INFO:teuthology.orchestra.run.smithi046.stdout: linux-generic linux-headers-5.15.0-105 linux-headers-5.15.0-105-generic 2024-04-22T23:31:07.831 INFO:teuthology.orchestra.run.smithi046.stdout: linux-headers-generic linux-image-5.15.0-105-generic 2024-04-22T23:31:07.831 INFO:teuthology.orchestra.run.smithi046.stdout: linux-modules-5.15.0-105-generic linux-modules-extra-5.15.0-105-generic 2024-04-22T23:31:07.833 INFO:teuthology.orchestra.run.smithi046.stdout:Suggested packages: 2024-04-22T23:31:07.833 INFO:teuthology.orchestra.run.smithi046.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-04-22T23:31:07.833 INFO:teuthology.orchestra.run.smithi046.stdout:Recommended packages: 2024-04-22T23:31:07.833 INFO:teuthology.orchestra.run.smithi046.stdout: thermald 2024-04-22T23:31:07.905 INFO:teuthology.orchestra.run.smithi046.stdout:The following NEW packages will be installed: 2024-04-22T23:31:07.905 INFO:teuthology.orchestra.run.smithi046.stdout: linux-headers-5.15.0-105 linux-headers-5.15.0-105-generic 2024-04-22T23:31:07.905 INFO:teuthology.orchestra.run.smithi046.stdout: linux-image-5.15.0-105-generic linux-modules-5.15.0-105-generic 2024-04-22T23:31:07.906 INFO:teuthology.orchestra.run.smithi046.stdout: linux-modules-extra-5.15.0-105-generic 2024-04-22T23:31:07.907 INFO:teuthology.orchestra.run.smithi046.stdout:The following packages will be upgraded: 2024-04-22T23:31:07.907 INFO:teuthology.orchestra.run.smithi046.stdout: linux-generic linux-headers-generic linux-image-generic 2024-04-22T23:31:08.088 INFO:teuthology.orchestra.run.smithi046.stdout:3 upgraded, 5 newly installed, 0 to remove and 315 not upgraded. 2024-04-22T23:31:08.088 INFO:teuthology.orchestra.run.smithi046.stdout:Need to get 113 MB of archives. 2024-04-22T23:31:08.088 INFO:teuthology.orchestra.run.smithi046.stdout:After this operation, 583 MB of additional disk space will be used. 2024-04-22T23:31:08.089 INFO:teuthology.orchestra.run.smithi046.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-22T23:31:09.495 INFO:teuthology.orchestra.run.smithi046.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-22T23:31:09.921 INFO:teuthology.orchestra.run.smithi046.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-22T23:31:11.415 INFO:teuthology.orchestra.run.smithi120.stdout:Fetched 13.2 MB in 7s (1,806 kB/s) 2024-04-22T23:31:12.170 INFO:teuthology.orchestra.run.smithi046.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-22T23:31:12.170 INFO:teuthology.orchestra.run.smithi046.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-22T23:31:12.170 INFO:teuthology.orchestra.run.smithi046.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-22T23:31:12.800 INFO:teuthology.orchestra.run.smithi120.stdout:Reading package lists... 2024-04-22T23:31:12.816 DEBUG:teuthology.orchestra.run.smithi120:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-04-22T23:31:12.870 INFO:teuthology.orchestra.run.smithi120.stdout:Reading package lists... 2024-04-22T23:31:12.930 INFO:teuthology.orchestra.run.smithi046.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-22T23:31:13.047 INFO:teuthology.orchestra.run.smithi120.stdout:Building dependency tree... 2024-04-22T23:31:13.048 INFO:teuthology.orchestra.run.smithi120.stdout:Reading state information... 2024-04-22T23:31:13.049 INFO:teuthology.orchestra.run.smithi046.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-22T23:31:13.203 INFO:teuthology.orchestra.run.smithi120.stdout:The following packages were automatically installed and are no longer required: 2024-04-22T23:31:13.203 INFO:teuthology.orchestra.run.smithi120.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-22T23:31:13.204 INFO:teuthology.orchestra.run.smithi120.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-22T23:31:13.204 INFO:teuthology.orchestra.run.smithi120.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-22T23:31:13.204 INFO:teuthology.orchestra.run.smithi120.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-04-22T23:31:13.204 INFO:teuthology.orchestra.run.smithi120.stdout: python2.7-minimal 2024-04-22T23:31:13.204 INFO:teuthology.orchestra.run.smithi120.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-22T23:31:13.205 INFO:teuthology.orchestra.run.smithi120.stdout:The following additional packages will be installed: 2024-04-22T23:31:13.205 INFO:teuthology.orchestra.run.smithi120.stdout: linux-generic linux-headers-5.15.0-105 linux-headers-5.15.0-105-generic 2024-04-22T23:31:13.205 INFO:teuthology.orchestra.run.smithi120.stdout: linux-headers-generic linux-image-5.15.0-105-generic 2024-04-22T23:31:13.206 INFO:teuthology.orchestra.run.smithi120.stdout: linux-modules-5.15.0-105-generic linux-modules-extra-5.15.0-105-generic 2024-04-22T23:31:13.207 INFO:teuthology.orchestra.run.smithi120.stdout:Suggested packages: 2024-04-22T23:31:13.207 INFO:teuthology.orchestra.run.smithi120.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-04-22T23:31:13.207 INFO:teuthology.orchestra.run.smithi120.stdout:Recommended packages: 2024-04-22T23:31:13.207 INFO:teuthology.orchestra.run.smithi120.stdout: thermald 2024-04-22T23:31:13.253 INFO:teuthology.orchestra.run.smithi120.stdout:The following NEW packages will be installed: 2024-04-22T23:31:13.253 INFO:teuthology.orchestra.run.smithi120.stdout: linux-headers-5.15.0-105 linux-headers-5.15.0-105-generic 2024-04-22T23:31:13.253 INFO:teuthology.orchestra.run.smithi120.stdout: linux-image-5.15.0-105-generic linux-modules-5.15.0-105-generic 2024-04-22T23:31:13.253 INFO:teuthology.orchestra.run.smithi120.stdout: linux-modules-extra-5.15.0-105-generic 2024-04-22T23:31:13.254 INFO:teuthology.orchestra.run.smithi120.stdout:The following packages will be upgraded: 2024-04-22T23:31:13.254 INFO:teuthology.orchestra.run.smithi120.stdout: linux-generic linux-headers-generic linux-image-generic 2024-04-22T23:31:13.312 INFO:teuthology.orchestra.run.smithi120.stdout:3 upgraded, 5 newly installed, 0 to remove and 315 not upgraded. 2024-04-22T23:31:13.312 INFO:teuthology.orchestra.run.smithi120.stdout:Need to get 113 MB of archives. 2024-04-22T23:31:13.312 INFO:teuthology.orchestra.run.smithi120.stdout:After this operation, 583 MB of additional disk space will be used. 2024-04-22T23:31:13.312 INFO:teuthology.orchestra.run.smithi120.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-22T23:31:13.500 INFO:teuthology.orchestra.run.smithi046.stdout:Fetched 113 MB in 5s (22.1 MB/s) 2024-04-22T23:31:13.679 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package linux-modules-5.15.0-105-generic. 2024-04-22T23:31:13.854 INFO:teuthology.orchestra.run.smithi120.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-22T23:31:14.003 INFO:teuthology.orchestra.run.smithi120.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-22T23:31:15.284 INFO:teuthology.orchestra.run.smithi120.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-22T23:31:15.284 INFO:teuthology.orchestra.run.smithi120.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-22T23:31:15.285 INFO:teuthology.orchestra.run.smithi120.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-22T23:31:15.504 INFO:teuthology.orchestra.run.smithi120.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-22T23:31:15.565 INFO:teuthology.orchestra.run.smithi120.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-22T23:31:15.682 INFO:teuthology.orchestra.run.smithi046.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-22T23:31:15.687 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../0-linux-modules-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-22T23:31:15.795 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking linux-modules-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-22T23:31:15.958 INFO:teuthology.orchestra.run.smithi120.stdout:Fetched 113 MB in 2s (49.2 MB/s) 2024-04-22T23:31:16.158 INFO:teuthology.orchestra.run.smithi120.stdout:Selecting previously unselected package linux-modules-5.15.0-105-generic. 2024-04-22T23:31:18.243 INFO:teuthology.orchestra.run.smithi120.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-22T23:31:18.250 INFO:teuthology.orchestra.run.smithi120.stdout:Preparing to unpack .../0-linux-modules-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-22T23:31:18.396 INFO:teuthology.orchestra.run.smithi120.stdout:Unpacking linux-modules-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-22T23:31:18.648 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package linux-image-5.15.0-105-generic. 2024-04-22T23:31:18.669 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../1-linux-image-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-22T23:31:18.769 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-22T23:31:19.273 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-105-generic. 2024-04-22T23:31:19.294 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-22T23:31:19.353 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking linux-modules-extra-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-22T23:31:20.755 INFO:teuthology.orchestra.run.smithi120.stdout:Selecting previously unselected package linux-image-5.15.0-105-generic. 2024-04-22T23:31:20.777 INFO:teuthology.orchestra.run.smithi120.stdout:Preparing to unpack .../1-linux-image-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-22T23:31:20.867 INFO:teuthology.orchestra.run.smithi120.stdout:Unpacking linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-22T23:31:21.341 INFO:teuthology.orchestra.run.smithi120.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-105-generic. 2024-04-22T23:31:21.363 INFO:teuthology.orchestra.run.smithi120.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-22T23:31:21.399 INFO:teuthology.orchestra.run.smithi120.stdout:Unpacking linux-modules-extra-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-22T23:31:25.790 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../3-linux-generic_5.15.0.105.102_amd64.deb ... 2024-04-22T23:31:25.889 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking linux-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-04-22T23:31:26.214 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.105.102_amd64.deb ... 2024-04-22T23:31:26.343 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking linux-image-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-04-22T23:31:26.687 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package linux-headers-5.15.0-105. 2024-04-22T23:31:26.710 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../5-linux-headers-5.15.0-105_5.15.0-105.115_all.deb ... 2024-04-22T23:31:26.745 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking linux-headers-5.15.0-105 (5.15.0-105.115) ... 2024-04-22T23:31:28.562 INFO:teuthology.orchestra.run.smithi120.stdout:Preparing to unpack .../3-linux-generic_5.15.0.105.102_amd64.deb ... 2024-04-22T23:31:28.678 INFO:teuthology.orchestra.run.smithi120.stdout:Unpacking linux-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-04-22T23:31:29.027 INFO:teuthology.orchestra.run.smithi120.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.105.102_amd64.deb ... 2024-04-22T23:31:29.157 INFO:teuthology.orchestra.run.smithi120.stdout:Unpacking linux-image-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-04-22T23:31:29.502 INFO:teuthology.orchestra.run.smithi120.stdout:Selecting previously unselected package linux-headers-5.15.0-105. 2024-04-22T23:31:29.515 INFO:teuthology.orchestra.run.smithi120.stdout:Preparing to unpack .../5-linux-headers-5.15.0-105_5.15.0-105.115_all.deb ... 2024-04-22T23:31:29.560 INFO:teuthology.orchestra.run.smithi120.stdout:Unpacking linux-headers-5.15.0-105 (5.15.0-105.115) ... 2024-04-22T23:31:32.706 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package linux-headers-5.15.0-105-generic. 2024-04-22T23:31:32.743 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../6-linux-headers-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-22T23:31:32.772 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking linux-headers-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-22T23:31:36.419 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.105.102_amd64.deb ... 2024-04-22T23:31:36.582 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking linux-headers-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-04-22T23:31:36.646 INFO:teuthology.orchestra.run.smithi120.stdout:Selecting previously unselected package linux-headers-5.15.0-105-generic. 2024-04-22T23:31:36.683 INFO:teuthology.orchestra.run.smithi120.stdout:Preparing to unpack .../6-linux-headers-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-22T23:31:36.737 INFO:teuthology.orchestra.run.smithi120.stdout:Unpacking linux-headers-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-22T23:31:36.949 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up linux-headers-5.15.0-105 (5.15.0-105.115) ... 2024-04-22T23:31:37.070 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up linux-headers-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-22T23:31:37.205 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up linux-headers-generic (5.15.0.105.102) ... 2024-04-22T23:31:37.350 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-22T23:31:38.708 INFO:teuthology.orchestra.run.smithi046.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-04-22T23:31:38.708 INFO:teuthology.orchestra.run.smithi046.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-04-22T23:31:38.708 INFO:teuthology.orchestra.run.smithi046.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-105-generic 2024-04-22T23:31:38.708 INFO:teuthology.orchestra.run.smithi046.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-105-generic 2024-04-22T23:31:38.868 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up linux-modules-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-22T23:31:39.486 INFO:teuthology.orchestra.run.smithi120.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.105.102_amd64.deb ... 2024-04-22T23:31:39.634 INFO:teuthology.orchestra.run.smithi120.stdout:Unpacking linux-headers-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-04-22T23:31:39.988 INFO:teuthology.orchestra.run.smithi120.stdout:Setting up linux-headers-5.15.0-105 (5.15.0-105.115) ... 2024-04-22T23:31:40.134 INFO:teuthology.orchestra.run.smithi120.stdout:Setting up linux-headers-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-22T23:31:40.260 INFO:teuthology.orchestra.run.smithi120.stdout:Setting up linux-headers-generic (5.15.0.105.102) ... 2024-04-22T23:31:40.320 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up linux-modules-extra-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-22T23:31:40.414 INFO:teuthology.orchestra.run.smithi120.stdout:Setting up linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-22T23:31:41.730 INFO:teuthology.orchestra.run.smithi120.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-04-22T23:31:41.730 INFO:teuthology.orchestra.run.smithi120.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-04-22T23:31:41.730 INFO:teuthology.orchestra.run.smithi120.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-105-generic 2024-04-22T23:31:41.730 INFO:teuthology.orchestra.run.smithi120.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-105-generic 2024-04-22T23:31:41.909 INFO:teuthology.orchestra.run.smithi120.stdout:Setting up linux-modules-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-22T23:31:42.362 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up linux-image-generic (5.15.0.105.102) ... 2024-04-22T23:31:42.488 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up linux-generic (5.15.0.105.102) ... 2024-04-22T23:31:42.615 INFO:teuthology.orchestra.run.smithi046.stdout:Processing triggers for linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-22T23:31:42.683 INFO:teuthology.orchestra.run.smithi046.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-04-22T23:31:42.683 INFO:teuthology.orchestra.run.smithi046.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-105-generic 2024-04-22T23:31:43.311 INFO:teuthology.orchestra.run.smithi120.stdout:Setting up linux-modules-extra-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-22T23:31:44.703 INFO:teuthology.orchestra.run.smithi120.stdout:Setting up linux-image-generic (5.15.0.105.102) ... 2024-04-22T23:31:44.829 INFO:teuthology.orchestra.run.smithi120.stdout:Setting up linux-generic (5.15.0.105.102) ... 2024-04-22T23:31:44.977 INFO:teuthology.orchestra.run.smithi120.stdout:Processing triggers for linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-22T23:31:45.044 INFO:teuthology.orchestra.run.smithi120.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-04-22T23:31:45.044 INFO:teuthology.orchestra.run.smithi120.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-105-generic 2024-04-22T23:31:57.174 INFO:teuthology.orchestra.run.smithi046.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-04-22T23:31:57.174 INFO:teuthology.orchestra.run.smithi046.stdout:Sourcing file `/etc/default/grub' 2024-04-22T23:31:57.208 INFO:teuthology.orchestra.run.smithi046.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-04-22T23:31:57.226 INFO:teuthology.orchestra.run.smithi046.stdout:Generating grub configuration file ... 2024-04-22T23:31:57.527 INFO:teuthology.orchestra.run.smithi046.stdout:Found linux image: /boot/vmlinuz-5.15.0-105-generic 2024-04-22T23:31:57.552 INFO:teuthology.orchestra.run.smithi046.stdout:Found initrd image: /boot/initrd.img-5.15.0-105-generic 2024-04-22T23:31:57.886 INFO:teuthology.orchestra.run.smithi046.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-04-22T23:31:57.891 INFO:teuthology.orchestra.run.smithi046.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-04-22T23:31:57.952 INFO:teuthology.orchestra.run.smithi046.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-04-22T23:31:57.957 INFO:teuthology.orchestra.run.smithi046.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-04-22T23:31:58.151 INFO:teuthology.orchestra.run.smithi046.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-04-22T23:31:58.151 INFO:teuthology.orchestra.run.smithi046.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-04-22T23:31:58.151 INFO:teuthology.orchestra.run.smithi046.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-04-22T23:31:58.216 INFO:teuthology.orchestra.run.smithi046.stdout:done 2024-04-22T23:31:58.629 DEBUG:teuthology.orchestra.run.smithi046:> dpkg -s linux-image-generic 2024-04-22T23:31:58.647 INFO:teuthology.orchestra.run.smithi046.stdout:Package: linux-image-generic 2024-04-22T23:31:58.648 INFO:teuthology.orchestra.run.smithi046.stdout:Status: install ok installed 2024-04-22T23:31:58.648 INFO:teuthology.orchestra.run.smithi046.stdout:Priority: optional 2024-04-22T23:31:58.648 INFO:teuthology.orchestra.run.smithi046.stdout:Section: kernel 2024-04-22T23:31:58.648 INFO:teuthology.orchestra.run.smithi046.stdout:Installed-Size: 21 2024-04-22T23:31:58.648 INFO:teuthology.orchestra.run.smithi046.stdout:Maintainer: Ubuntu Kernel Team 2024-04-22T23:31:58.648 INFO:teuthology.orchestra.run.smithi046.stdout:Architecture: amd64 2024-04-22T23:31:58.648 INFO:teuthology.orchestra.run.smithi046.stdout:Source: linux-meta 2024-04-22T23:31:58.648 INFO:teuthology.orchestra.run.smithi046.stdout:Version: 5.15.0.105.102 2024-04-22T23:31:58.648 INFO:teuthology.orchestra.run.smithi046.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-22T23:31:58.648 INFO:teuthology.orchestra.run.smithi046.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-22T23:31:58.648 INFO:teuthology.orchestra.run.smithi046.stdout:Recommends: thermald 2024-04-22T23:31:58.648 INFO:teuthology.orchestra.run.smithi046.stdout:Description: Generic Linux kernel image 2024-04-22T23:31:58.649 INFO:teuthology.orchestra.run.smithi046.stdout: This package will always depend on the latest generic kernel image 2024-04-22T23:31:58.649 INFO:teuthology.orchestra.run.smithi046.stdout: available. 2024-04-22T23:31:58.649 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-105-generic 2024-04-22T23:31:58.649 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-04-22T23:31:58.649 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-04-22T23:31:58.649 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-04-22T23:31:58.649 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi046.front.sepia.ceph.com, path=None, version=distro) 2024-04-22T23:31:58.649 DEBUG:teuthology.orchestra.run.smithi046:> sudo apt-get clean 2024-04-22T23:31:58.834 DEBUG:teuthology.orchestra.run.smithi046:> sudo apt-get update 2024-04-22T23:31:58.975 INFO:teuthology.orchestra.run.smithi046.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-22T23:31:58.986 INFO:teuthology.orchestra.run.smithi046.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-04-22T23:31:59.007 INFO:teuthology.orchestra.run.smithi046.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-04-22T23:31:59.066 INFO:teuthology.orchestra.run.smithi046.stdout:Hit:4 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-04-22T23:31:59.689 INFO:teuthology.orchestra.run.smithi120.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-04-22T23:31:59.689 INFO:teuthology.orchestra.run.smithi120.stdout:Sourcing file `/etc/default/grub' 2024-04-22T23:31:59.704 INFO:teuthology.orchestra.run.smithi120.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-04-22T23:31:59.730 INFO:teuthology.orchestra.run.smithi120.stdout:Generating grub configuration file ... 2024-04-22T23:31:59.992 INFO:teuthology.orchestra.run.smithi120.stdout:Found linux image: /boot/vmlinuz-5.15.0-105-generic 2024-04-22T23:32:00.022 INFO:teuthology.orchestra.run.smithi120.stdout:Found initrd image: /boot/initrd.img-5.15.0-105-generic 2024-04-22T23:32:00.328 INFO:teuthology.orchestra.run.smithi120.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-04-22T23:32:00.333 INFO:teuthology.orchestra.run.smithi120.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-04-22T23:32:00.348 INFO:teuthology.orchestra.run.smithi046.stdout:Reading package lists... 2024-04-22T23:32:00.367 DEBUG:teuthology.orchestra.run.smithi046:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-04-22T23:32:00.399 INFO:teuthology.orchestra.run.smithi120.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-04-22T23:32:00.404 INFO:teuthology.orchestra.run.smithi120.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-04-22T23:32:00.431 INFO:teuthology.orchestra.run.smithi046.stdout:Reading package lists... 2024-04-22T23:32:00.580 INFO:teuthology.orchestra.run.smithi120.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-04-22T23:32:00.580 INFO:teuthology.orchestra.run.smithi120.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-04-22T23:32:00.580 INFO:teuthology.orchestra.run.smithi120.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-04-22T23:32:00.628 INFO:teuthology.orchestra.run.smithi120.stdout:done 2024-04-22T23:32:00.633 INFO:teuthology.orchestra.run.smithi046.stdout:Building dependency tree... 2024-04-22T23:32:00.634 INFO:teuthology.orchestra.run.smithi046.stdout:Reading state information... 2024-04-22T23:32:00.817 INFO:teuthology.orchestra.run.smithi046.stdout:linux-image-generic is already the newest version (5.15.0.105.102). 2024-04-22T23:32:00.817 INFO:teuthology.orchestra.run.smithi046.stdout:The following packages were automatically installed and are no longer required: 2024-04-22T23:32:00.817 INFO:teuthology.orchestra.run.smithi046.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-22T23:32:00.817 INFO:teuthology.orchestra.run.smithi046.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-22T23:32:00.817 INFO:teuthology.orchestra.run.smithi046.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-22T23:32:00.818 INFO:teuthology.orchestra.run.smithi046.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-04-22T23:32:00.818 INFO:teuthology.orchestra.run.smithi046.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-04-22T23:32:00.818 INFO:teuthology.orchestra.run.smithi046.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-22T23:32:00.860 INFO:teuthology.orchestra.run.smithi046.stdout:0 upgraded, 0 newly installed, 0 to remove and 315 not upgraded. 2024-04-22T23:32:00.862 DEBUG:teuthology.orchestra.run.smithi046:> dpkg -s linux-image-generic 2024-04-22T23:32:00.876 INFO:teuthology.orchestra.run.smithi046.stdout:Package: linux-image-generic 2024-04-22T23:32:00.876 INFO:teuthology.orchestra.run.smithi046.stdout:Status: install ok installed 2024-04-22T23:32:00.876 INFO:teuthology.orchestra.run.smithi046.stdout:Priority: optional 2024-04-22T23:32:00.877 INFO:teuthology.orchestra.run.smithi046.stdout:Section: kernel 2024-04-22T23:32:00.877 INFO:teuthology.orchestra.run.smithi046.stdout:Installed-Size: 21 2024-04-22T23:32:00.877 INFO:teuthology.orchestra.run.smithi046.stdout:Maintainer: Ubuntu Kernel Team 2024-04-22T23:32:00.877 INFO:teuthology.orchestra.run.smithi046.stdout:Architecture: amd64 2024-04-22T23:32:00.877 INFO:teuthology.orchestra.run.smithi046.stdout:Source: linux-meta 2024-04-22T23:32:00.877 INFO:teuthology.orchestra.run.smithi046.stdout:Version: 5.15.0.105.102 2024-04-22T23:32:00.877 INFO:teuthology.orchestra.run.smithi046.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-22T23:32:00.877 INFO:teuthology.orchestra.run.smithi046.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-22T23:32:00.877 INFO:teuthology.orchestra.run.smithi046.stdout:Recommends: thermald 2024-04-22T23:32:00.877 INFO:teuthology.orchestra.run.smithi046.stdout:Description: Generic Linux kernel image 2024-04-22T23:32:00.877 INFO:teuthology.orchestra.run.smithi046.stdout: This package will always depend on the latest generic kernel image 2024-04-22T23:32:00.877 INFO:teuthology.orchestra.run.smithi046.stdout: available. 2024-04-22T23:32:00.878 DEBUG:teuthology.orchestra.run.smithi046:> mktemp 2024-04-22T23:32:00.924 INFO:teuthology.orchestra.run.smithi046.stdout:/tmp/tmp.36jajGOg7p 2024-04-22T23:32:00.924 DEBUG:teuthology.orchestra.run.smithi046:> sudo cp /boot/grub/grub.cfg /tmp/tmp.36jajGOg7p 2024-04-22T23:32:00.980 DEBUG:teuthology.orchestra.run.smithi046:> sudo chmod 0666 /tmp/tmp.36jajGOg7p 2024-04-22T23:32:01.100 DEBUG:teuthology.orchestra.remote:smithi046:/tmp/tmp.36jajGOg7p is 10KB 2024-04-22T23:32:01.113 DEBUG:teuthology.orchestra.run.smithi046:> rm -fr /tmp/tmp.36jajGOg7p 2024-04-22T23:32:01.119 DEBUG:teuthology.orchestra.run.smithi046:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-04-22T23:32:01.152 DEBUG:teuthology.orchestra.run.smithi120:> dpkg -s linux-image-generic 2024-04-22T23:32:01.170 INFO:teuthology.orchestra.run.smithi120.stdout:Package: linux-image-generic 2024-04-22T23:32:01.170 INFO:teuthology.orchestra.run.smithi120.stdout:Status: install ok installed 2024-04-22T23:32:01.170 INFO:teuthology.orchestra.run.smithi120.stdout:Priority: optional 2024-04-22T23:32:01.170 INFO:teuthology.orchestra.run.smithi120.stdout:Section: kernel 2024-04-22T23:32:01.170 INFO:teuthology.orchestra.run.smithi120.stdout:Installed-Size: 21 2024-04-22T23:32:01.170 INFO:teuthology.orchestra.run.smithi120.stdout:Maintainer: Ubuntu Kernel Team 2024-04-22T23:32:01.170 INFO:teuthology.orchestra.run.smithi120.stdout:Architecture: amd64 2024-04-22T23:32:01.170 INFO:teuthology.orchestra.run.smithi120.stdout:Source: linux-meta 2024-04-22T23:32:01.171 INFO:teuthology.orchestra.run.smithi120.stdout:Version: 5.15.0.105.102 2024-04-22T23:32:01.171 INFO:teuthology.orchestra.run.smithi120.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-22T23:32:01.171 INFO:teuthology.orchestra.run.smithi120.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-22T23:32:01.171 INFO:teuthology.orchestra.run.smithi120.stdout:Recommends: thermald 2024-04-22T23:32:01.171 INFO:teuthology.orchestra.run.smithi120.stdout:Description: Generic Linux kernel image 2024-04-22T23:32:01.171 INFO:teuthology.orchestra.run.smithi120.stdout: This package will always depend on the latest generic kernel image 2024-04-22T23:32:01.171 INFO:teuthology.orchestra.run.smithi120.stdout: available. 2024-04-22T23:32:01.171 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-105-generic 2024-04-22T23:32:01.171 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-04-22T23:32:01.171 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-04-22T23:32:01.171 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-04-22T23:32:01.172 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi120.front.sepia.ceph.com, path=None, version=distro) 2024-04-22T23:32:01.172 DEBUG:teuthology.orchestra.run.smithi120:> sudo apt-get clean 2024-04-22T23:32:01.179 DEBUG:teuthology.orchestra.run.smithi046:> set -ex 2024-04-22T23:32:01.180 DEBUG:teuthology.orchestra.run.smithi046:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-04-22T23:32:01.180 DEBUG:teuthology.orchestra.run.smithi046:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-04-22T23:32:01.278 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-105-generic 2024-04-22T23:32:01.279 DEBUG:teuthology.orchestra.run.smithi046:> sudo update-grub 2024-04-22T23:32:01.333 DEBUG:teuthology.orchestra.run.smithi120:> sudo apt-get update 2024-04-22T23:32:01.473 INFO:teuthology.orchestra.run.smithi120.stdout:Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-04-22T23:32:01.562 INFO:teuthology.orchestra.run.smithi120.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-22T23:32:01.644 INFO:teuthology.orchestra.run.smithi120.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-04-22T23:32:01.725 INFO:teuthology.orchestra.run.smithi120.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-04-22T23:32:02.614 INFO:teuthology.orchestra.run.smithi046.stderr:Sourcing file `/etc/default/grub' 2024-04-22T23:32:02.615 INFO:teuthology.orchestra.run.smithi046.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-04-22T23:32:02.618 INFO:teuthology.orchestra.run.smithi046.stderr:Generating grub configuration file ... 2024-04-22T23:32:02.862 INFO:teuthology.orchestra.run.smithi120.stdout:Reading package lists... 2024-04-22T23:32:02.880 DEBUG:teuthology.orchestra.run.smithi120:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-04-22T23:32:02.902 INFO:teuthology.orchestra.run.smithi046.stderr:Found linux image: /boot/vmlinuz-5.15.0-105-generic 2024-04-22T23:32:02.908 INFO:teuthology.orchestra.run.smithi046.stderr:Found initrd image: /boot/initrd.img-5.15.0-105-generic 2024-04-22T23:32:02.942 INFO:teuthology.orchestra.run.smithi120.stdout:Reading package lists... 2024-04-22T23:32:03.150 INFO:teuthology.orchestra.run.smithi120.stdout:Building dependency tree... 2024-04-22T23:32:03.151 INFO:teuthology.orchestra.run.smithi120.stdout:Reading state information... 2024-04-22T23:32:03.320 INFO:teuthology.orchestra.run.smithi120.stdout:linux-image-generic is already the newest version (5.15.0.105.102). 2024-04-22T23:32:03.321 INFO:teuthology.orchestra.run.smithi120.stdout:The following packages were automatically installed and are no longer required: 2024-04-22T23:32:03.321 INFO:teuthology.orchestra.run.smithi120.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-22T23:32:03.321 INFO:teuthology.orchestra.run.smithi120.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-22T23:32:03.321 INFO:teuthology.orchestra.run.smithi120.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-22T23:32:03.321 INFO:teuthology.orchestra.run.smithi120.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-04-22T23:32:03.321 INFO:teuthology.orchestra.run.smithi120.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-04-22T23:32:03.322 INFO:teuthology.orchestra.run.smithi120.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-22T23:32:03.359 INFO:teuthology.orchestra.run.smithi046.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-04-22T23:32:03.361 INFO:teuthology.orchestra.run.smithi120.stdout:0 upgraded, 0 newly installed, 0 to remove and 315 not upgraded. 2024-04-22T23:32:03.363 DEBUG:teuthology.orchestra.run.smithi120:> dpkg -s linux-image-generic 2024-04-22T23:32:03.365 INFO:teuthology.orchestra.run.smithi046.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-04-22T23:32:03.378 INFO:teuthology.orchestra.run.smithi120.stdout:Package: linux-image-generic 2024-04-22T23:32:03.378 INFO:teuthology.orchestra.run.smithi120.stdout:Status: install ok installed 2024-04-22T23:32:03.378 INFO:teuthology.orchestra.run.smithi120.stdout:Priority: optional 2024-04-22T23:32:03.378 INFO:teuthology.orchestra.run.smithi120.stdout:Section: kernel 2024-04-22T23:32:03.378 INFO:teuthology.orchestra.run.smithi120.stdout:Installed-Size: 21 2024-04-22T23:32:03.378 INFO:teuthology.orchestra.run.smithi120.stdout:Maintainer: Ubuntu Kernel Team 2024-04-22T23:32:03.379 INFO:teuthology.orchestra.run.smithi120.stdout:Architecture: amd64 2024-04-22T23:32:03.379 INFO:teuthology.orchestra.run.smithi120.stdout:Source: linux-meta 2024-04-22T23:32:03.379 INFO:teuthology.orchestra.run.smithi120.stdout:Version: 5.15.0.105.102 2024-04-22T23:32:03.379 INFO:teuthology.orchestra.run.smithi120.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-22T23:32:03.379 INFO:teuthology.orchestra.run.smithi120.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-22T23:32:03.379 INFO:teuthology.orchestra.run.smithi120.stdout:Recommends: thermald 2024-04-22T23:32:03.379 INFO:teuthology.orchestra.run.smithi120.stdout:Description: Generic Linux kernel image 2024-04-22T23:32:03.379 INFO:teuthology.orchestra.run.smithi120.stdout: This package will always depend on the latest generic kernel image 2024-04-22T23:32:03.379 INFO:teuthology.orchestra.run.smithi120.stdout: available. 2024-04-22T23:32:03.380 DEBUG:teuthology.orchestra.run.smithi120:> mktemp 2024-04-22T23:32:03.417 INFO:teuthology.orchestra.run.smithi046.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-04-22T23:32:03.417 INFO:teuthology.orchestra.run.smithi046.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-04-22T23:32:03.428 INFO:teuthology.orchestra.run.smithi120.stdout:/tmp/tmp.E1OWIhETQd 2024-04-22T23:32:03.428 DEBUG:teuthology.orchestra.run.smithi120:> sudo cp /boot/grub/grub.cfg /tmp/tmp.E1OWIhETQd 2024-04-22T23:32:03.484 DEBUG:teuthology.orchestra.run.smithi120:> sudo chmod 0666 /tmp/tmp.E1OWIhETQd 2024-04-22T23:32:03.536 INFO:teuthology.orchestra.run.smithi046.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-04-22T23:32:03.536 INFO:teuthology.orchestra.run.smithi046.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-04-22T23:32:03.536 INFO:teuthology.orchestra.run.smithi046.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-04-22T23:32:03.565 INFO:teuthology.orchestra.run.smithi046.stderr:done 2024-04-22T23:32:03.574 DEBUG:teuthology.orchestra.run.smithi046:> sudo shutdown -r now 2024-04-22T23:32:03.598 DEBUG:teuthology.orchestra.remote:smithi120:/tmp/tmp.E1OWIhETQd is 10KB 2024-04-22T23:32:03.610 DEBUG:teuthology.orchestra.run.smithi120:> rm -fr /tmp/tmp.E1OWIhETQd 2024-04-22T23:32:03.616 DEBUG:teuthology.orchestra.run.smithi120:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-04-22T23:32:03.672 DEBUG:teuthology.orchestra.run.smithi120:> set -ex 2024-04-22T23:32:03.672 DEBUG:teuthology.orchestra.run.smithi120:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-04-22T23:32:03.672 DEBUG:teuthology.orchestra.run.smithi120:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-04-22T23:32:03.738 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-105-generic 2024-04-22T23:32:03.739 DEBUG:teuthology.orchestra.run.smithi120:> sudo update-grub 2024-04-22T23:32:05.062 INFO:teuthology.orchestra.run.smithi120.stderr:Sourcing file `/etc/default/grub' 2024-04-22T23:32:05.063 INFO:teuthology.orchestra.run.smithi120.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-04-22T23:32:05.071 INFO:teuthology.orchestra.run.smithi120.stderr:Generating grub configuration file ... 2024-04-22T23:32:05.291 INFO:teuthology.orchestra.run.smithi120.stderr:Found linux image: /boot/vmlinuz-5.15.0-105-generic 2024-04-22T23:32:05.299 INFO:teuthology.orchestra.run.smithi120.stderr:Found initrd image: /boot/initrd.img-5.15.0-105-generic 2024-04-22T23:32:05.530 INFO:teuthology.orchestra.run.smithi120.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-04-22T23:32:05.535 INFO:teuthology.orchestra.run.smithi120.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-04-22T23:32:05.574 INFO:teuthology.orchestra.run.smithi120.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-04-22T23:32:05.579 INFO:teuthology.orchestra.run.smithi120.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-04-22T23:32:05.702 INFO:teuthology.orchestra.run.smithi120.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-04-22T23:32:05.702 INFO:teuthology.orchestra.run.smithi120.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-04-22T23:32:05.702 INFO:teuthology.orchestra.run.smithi120.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-04-22T23:32:05.735 INFO:teuthology.orchestra.run.smithi120.stderr:done 2024-04-22T23:32:05.744 DEBUG:teuthology.orchestra.run.smithi120:> sudo shutdown -r now 2024-04-22T23:32:33.646 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-04-22T23:32:33.647 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi046.front.sepia.ceph.com' 2024-04-22T23:32:33.648 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi046.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-22T23:32:35.748 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-04-22T23:32:35.749 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi120.front.sepia.ceph.com' 2024-04-22T23:32:35.749 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi120.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-22T23:33:08.255 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.46 2024-04-22T23:33:10.302 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.120 2024-04-22T23:33:17.263 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi046.front.sepia.ceph.com' 2024-04-22T23:33:17.264 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi046.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-22T23:33:19.305 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi120.front.sepia.ceph.com' 2024-04-22T23:33:19.306 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi120.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-22T23:33:37.699 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.120 2024-04-22T23:33:49.704 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi120.front.sepia.ceph.com' 2024-04-22T23:33:49.705 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi120.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-22T23:33:50.590 DEBUG:teuthology.orchestra.run.smithi120:> true 2024-04-22T23:33:51.451 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi120.front.sepia.ceph.com' 2024-04-22T23:33:51.451 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.15.0-105-generic"... 2024-04-22T23:33:51.451 DEBUG:teuthology.orchestra.run.smithi120:> uname -r 2024-04-22T23:33:51.500 INFO:teuthology.orchestra.run.smithi120.stdout:5.15.0-105-generic 2024-04-22T23:33:51.500 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-105-generic vs 5.15.0-105-generic 2024-04-22T23:33:51.500 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-04-22T23:33:51.501 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-04-22T23:33:52.501 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-04-22T23:33:52.502 DEBUG:teuthology.orchestra.run.smithi120:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-22T23:33:52.616 INFO:teuthology.orchestra.run.smithi120.stdout:ttyS1 2024-04-22T23:33:52.657 DEBUG:teuthology.parallel:result is None 2024-04-22T23:34:17.267 DEBUG:teuthology.orchestra.remote:timed out 2024-04-22T23:34:29.268 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi046.front.sepia.ceph.com' 2024-04-22T23:34:29.269 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi046.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-22T23:34:29.494 DEBUG:teuthology.orchestra.run.smithi046:> true 2024-04-22T23:34:30.133 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi046.front.sepia.ceph.com' 2024-04-22T23:34:30.133 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.15.0-105-generic"... 2024-04-22T23:34:30.134 DEBUG:teuthology.orchestra.run.smithi046:> uname -r 2024-04-22T23:34:30.179 INFO:teuthology.orchestra.run.smithi046.stdout:5.15.0-105-generic 2024-04-22T23:34:30.180 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-105-generic vs 5.15.0-105-generic 2024-04-22T23:34:30.180 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-04-22T23:34:30.180 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-04-22T23:34:31.181 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-04-22T23:34:31.181 DEBUG:teuthology.orchestra.run.smithi046:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-22T23:34:31.248 INFO:teuthology.orchestra.run.smithi046.stdout:ttyS1 2024-04-22T23:34:31.300 DEBUG:teuthology.parallel:result is None 2024-04-22T23:34:31.300 INFO:teuthology.run_tasks:Running task internal.base... 2024-04-22T23:34:31.309 INFO:teuthology.task.internal:Creating test directory... 2024-04-22T23:34:31.309 DEBUG:teuthology.orchestra.run.smithi046:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-22T23:34:31.312 DEBUG:teuthology.orchestra.run.smithi120:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-22T23:34:31.318 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-04-22T23:34:31.334 INFO:teuthology.run_tasks:Running task internal.archive... 2024-04-22T23:34:31.367 INFO:teuthology.task.internal:Creating archive directory... 2024-04-22T23:34:31.367 DEBUG:teuthology.orchestra.run.smithi046:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-22T23:34:31.370 DEBUG:teuthology.orchestra.run.smithi120:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-22T23:34:31.475 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-04-22T23:34:31.482 INFO:teuthology.task.internal:Enabling coredump saving... 2024-04-22T23:34:31.482 DEBUG:teuthology.orchestra.run.smithi046:> 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-22T23:34:31.485 DEBUG:teuthology.orchestra.run.smithi120:> 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-22T23:34:31.506 INFO:teuthology.orchestra.run.smithi046.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-22T23:34:31.513 INFO:teuthology.orchestra.run.smithi046.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-22T23:34:31.521 INFO:teuthology.orchestra.run.smithi120.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-22T23:34:31.529 INFO:teuthology.orchestra.run.smithi120.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-22T23:34:31.530 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-04-22T23:34:31.538 INFO:teuthology.task.internal:Configuring sudo... 2024-04-22T23:34:31.538 DEBUG:teuthology.orchestra.run.smithi046:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-22T23:34:31.561 DEBUG:teuthology.orchestra.run.smithi120:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-22T23:34:31.587 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-04-22T23:34:31.596 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-04-22T23:34:31.596 DEBUG:teuthology.orchestra.run.smithi046:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-22T23:34:31.621 DEBUG:teuthology.orchestra.run.smithi120:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-22T23:34:31.634 DEBUG:teuthology.orchestra.run.smithi046:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-22T23:34:31.672 DEBUG:teuthology.orchestra.run.smithi046:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-22T23:34:31.720 DEBUG:teuthology.orchestra.run.smithi046:> set -ex 2024-04-22T23:34:31.720 DEBUG:teuthology.orchestra.run.smithi046:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-22T23:34:31.785 DEBUG:teuthology.orchestra.run.smithi120:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-22T23:34:31.791 DEBUG:teuthology.orchestra.run.smithi120:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-22T23:34:31.839 DEBUG:teuthology.orchestra.run.smithi120:> set -ex 2024-04-22T23:34:31.839 DEBUG:teuthology.orchestra.run.smithi120:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-22T23:34:31.907 DEBUG:teuthology.orchestra.run.smithi046:> sudo service rsyslog restart 2024-04-22T23:34:31.909 DEBUG:teuthology.orchestra.run.smithi120:> sudo service rsyslog restart 2024-04-22T23:34:31.983 INFO:teuthology.run_tasks:Running task internal.timer... 2024-04-22T23:34:31.991 INFO:teuthology.task.internal:Starting timer... 2024-04-22T23:34:31.992 INFO:teuthology.run_tasks:Running task pcp... 2024-04-22T23:34:32.013 INFO:teuthology.run_tasks:Running task selinux... 2024-04-22T23:34:32.044 DEBUG:teuthology.task.selinux:Excluding smithi046: OS 'ubuntu' does not support SELinux 2024-04-22T23:34:32.045 DEBUG:teuthology.task.selinux:Excluding smithi120: OS 'ubuntu' does not support SELinux 2024-04-22T23:34:32.045 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-04-22T23:34:32.045 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2024-04-22T23:34:32.045 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-04-22T23:34:32.045 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-04-22T23:34:32.084 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2024-04-22T23:34:32.090 INFO:teuthology.repo_utils:Fetching git.ceph.com_ceph-cm-ansible_main from origin 2024-04-22T23:34:32.217 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-04-22T23:34:32.233 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-22T23:34:32.234 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi046.front.sepia.ceph.com,smithi120.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-04-22T23:41:36.114 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi046.front.sepia.ceph.com'), Remote(name='ubuntu@smithi120.front.sepia.ceph.com')] 2024-04-22T23:41:36.115 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi046.front.sepia.ceph.com' 2024-04-22T23:41:36.117 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi046.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-22T23:41:36.201 DEBUG:teuthology.orchestra.run.smithi046:> true 2024-04-22T23:41:36.278 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi046.front.sepia.ceph.com' 2024-04-22T23:41:36.279 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi120.front.sepia.ceph.com' 2024-04-22T23:41:36.279 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi120.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-22T23:41:36.358 DEBUG:teuthology.orchestra.run.smithi120:> true 2024-04-22T23:41:36.434 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi120.front.sepia.ceph.com' 2024-04-22T23:41:36.435 INFO:teuthology.run_tasks:Running task clock... 2024-04-22T23:41:36.445 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-04-22T23:41:36.445 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-22T23:41:36.445 DEBUG:teuthology.orchestra.run.smithi046:> 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-22T23:41:36.448 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-22T23:41:36.448 DEBUG:teuthology.orchestra.run.smithi120:> 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-22T23:41:36.474 INFO:teuthology.orchestra.run.smithi046.stdout:22 Apr 23:41:36 ntpd[17111]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-04-22T23:41:36.474 INFO:teuthology.orchestra.run.smithi046.stdout:22 Apr 23:41:36 ntpd[17111]: Command line: ntpd -gq 2024-04-22T23:41:36.474 INFO:teuthology.orchestra.run.smithi046.stdout:22 Apr 23:41:36 ntpd[17111]: ---------------------------------------------------- 2024-04-22T23:41:36.475 INFO:teuthology.orchestra.run.smithi046.stdout:22 Apr 23:41:36 ntpd[17111]: ntp-4 is maintained by Network Time Foundation, 2024-04-22T23:41:36.475 INFO:teuthology.orchestra.run.smithi046.stdout:22 Apr 23:41:36 ntpd[17111]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-04-22T23:41:36.475 INFO:teuthology.orchestra.run.smithi046.stdout:22 Apr 23:41:36 ntpd[17111]: corporation. Support and training for ntp-4 are 2024-04-22T23:41:36.475 INFO:teuthology.orchestra.run.smithi046.stdout:22 Apr 23:41:36 ntpd[17111]: available at https://www.nwtime.org/support 2024-04-22T23:41:36.475 INFO:teuthology.orchestra.run.smithi046.stdout:22 Apr 23:41:36 ntpd[17111]: ---------------------------------------------------- 2024-04-22T23:41:36.475 INFO:teuthology.orchestra.run.smithi046.stdout:22 Apr 23:41:36 ntpd[17111]: proto: precision = 0.046 usec (-24) 2024-04-22T23:41:36.475 INFO:teuthology.orchestra.run.smithi046.stdout:22 Apr 23:41:36 ntpd[17111]: basedate set to 2022-02-04 2024-04-22T23:41:36.475 INFO:teuthology.orchestra.run.smithi046.stdout:22 Apr 23:41:36 ntpd[17111]: gps base set to 2022-02-06 (week 2196) 2024-04-22T23:41:36.476 INFO:teuthology.orchestra.run.smithi046.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-04-22T23:41:36.476 INFO:teuthology.orchestra.run.smithi046.stdout:22 Apr 23:41:36 ntpd[17111]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-04-22T23:41:36.476 INFO:teuthology.orchestra.run.smithi046.stdout:22 Apr 23:41:36 ntpd[17111]: restrict ::: KOD does nothing without LIMITED. 2024-04-22T23:41:36.476 INFO:teuthology.orchestra.run.smithi046.stderr:restrict ::: KOD does nothing without LIMITED. 2024-04-22T23:41:36.477 INFO:teuthology.orchestra.run.smithi046.stdout:22 Apr 23:41:36 ntpd[17111]: Listen and drop on 0 v6wildcard [::]:123 2024-04-22T23:41:36.477 INFO:teuthology.orchestra.run.smithi046.stdout:22 Apr 23:41:36 ntpd[17111]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-04-22T23:41:36.477 INFO:teuthology.orchestra.run.smithi046.stdout:22 Apr 23:41:36 ntpd[17111]: Listen normally on 2 lo 127.0.0.1:123 2024-04-22T23:41:36.477 INFO:teuthology.orchestra.run.smithi046.stdout:22 Apr 23:41:36 ntpd[17111]: Listen normally on 3 ens1f0 172.21.15.46:123 2024-04-22T23:41:36.477 INFO:teuthology.orchestra.run.smithi046.stdout:22 Apr 23:41:36 ntpd[17111]: Listen normally on 4 lo [::1]:123 2024-04-22T23:41:36.477 INFO:teuthology.orchestra.run.smithi046.stdout:22 Apr 23:41:36 ntpd[17111]: Listen normally on 5 ens1f0 [fe80::ec4:7aff:febd:15f8%4]:123 2024-04-22T23:41:36.478 INFO:teuthology.orchestra.run.smithi046.stdout:22 Apr 23:41:36 ntpd[17111]: Listening on routing socket on fd #22 for interface updates 2024-04-22T23:41:36.506 INFO:teuthology.orchestra.run.smithi120.stdout:22 Apr 23:41:36 ntpd[17213]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-04-22T23:41:36.506 INFO:teuthology.orchestra.run.smithi120.stdout:22 Apr 23:41:36 ntpd[17213]: Command line: ntpd -gq 2024-04-22T23:41:36.506 INFO:teuthology.orchestra.run.smithi120.stdout:22 Apr 23:41:36 ntpd[17213]: ---------------------------------------------------- 2024-04-22T23:41:36.506 INFO:teuthology.orchestra.run.smithi120.stdout:22 Apr 23:41:36 ntpd[17213]: ntp-4 is maintained by Network Time Foundation, 2024-04-22T23:41:36.506 INFO:teuthology.orchestra.run.smithi120.stdout:22 Apr 23:41:36 ntpd[17213]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-04-22T23:41:36.506 INFO:teuthology.orchestra.run.smithi120.stdout:22 Apr 23:41:36 ntpd[17213]: corporation. Support and training for ntp-4 are 2024-04-22T23:41:36.506 INFO:teuthology.orchestra.run.smithi120.stdout:22 Apr 23:41:36 ntpd[17213]: available at https://www.nwtime.org/support 2024-04-22T23:41:36.506 INFO:teuthology.orchestra.run.smithi120.stdout:22 Apr 23:41:36 ntpd[17213]: ---------------------------------------------------- 2024-04-22T23:41:36.507 INFO:teuthology.orchestra.run.smithi120.stdout:22 Apr 23:41:36 ntpd[17213]: proto: precision = 0.060 usec (-24) 2024-04-22T23:41:36.507 INFO:teuthology.orchestra.run.smithi120.stdout:22 Apr 23:41:36 ntpd[17213]: basedate set to 2022-02-04 2024-04-22T23:41:36.507 INFO:teuthology.orchestra.run.smithi120.stdout:22 Apr 23:41:36 ntpd[17213]: gps base set to 2022-02-06 (week 2196) 2024-04-22T23:41:36.507 INFO:teuthology.orchestra.run.smithi120.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-04-22T23:41:36.508 INFO:teuthology.orchestra.run.smithi120.stdout:22 Apr 23:41:36 ntpd[17213]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-04-22T23:41:36.508 INFO:teuthology.orchestra.run.smithi120.stdout:22 Apr 23:41:36 ntpd[17213]: restrict ::: KOD does nothing without LIMITED. 2024-04-22T23:41:36.508 INFO:teuthology.orchestra.run.smithi120.stderr:restrict ::: KOD does nothing without LIMITED. 2024-04-22T23:41:36.509 INFO:teuthology.orchestra.run.smithi120.stdout:22 Apr 23:41:36 ntpd[17213]: Listen and drop on 0 v6wildcard [::]:123 2024-04-22T23:41:36.509 INFO:teuthology.orchestra.run.smithi120.stdout:22 Apr 23:41:36 ntpd[17213]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-04-22T23:41:36.509 INFO:teuthology.orchestra.run.smithi120.stdout:22 Apr 23:41:36 ntpd[17213]: Listen normally on 2 lo 127.0.0.1:123 2024-04-22T23:41:36.509 INFO:teuthology.orchestra.run.smithi120.stdout:22 Apr 23:41:36 ntpd[17213]: Listen normally on 3 enp3s0f1 172.21.15.120:123 2024-04-22T23:41:36.509 INFO:teuthology.orchestra.run.smithi120.stdout:22 Apr 23:41:36 ntpd[17213]: Listen normally on 4 lo [::1]:123 2024-04-22T23:41:36.509 INFO:teuthology.orchestra.run.smithi120.stdout:22 Apr 23:41:36 ntpd[17213]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe8f:478f%5]:123 2024-04-22T23:41:36.509 INFO:teuthology.orchestra.run.smithi120.stdout:22 Apr 23:41:36 ntpd[17213]: Listening on routing socket on fd #22 for interface updates 2024-04-22T23:41:37.475 INFO:teuthology.orchestra.run.smithi046.stderr:22 Apr 23:41:37 ntpd[17111]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:41:37.475 INFO:teuthology.orchestra.run.smithi046.stderr:22 Apr 23:41:37 ntpd[17111]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:41:37.475 INFO:teuthology.orchestra.run.smithi046.stderr:22 Apr 23:41:37 ntpd[17111]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:41:37.475 INFO:teuthology.orchestra.run.smithi046.stderr:22 Apr 23:41:37 ntpd[17111]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:41:37.475 INFO:teuthology.orchestra.run.smithi046.stderr:22 Apr 23:41:37 ntpd[17111]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-22T23:41:37.475 INFO:teuthology.orchestra.run.smithi046.stderr:22 Apr 23:41:37 ntpd[17111]: can't open /var/log/ntpstats/peerstats.20240422: Permission denied 2024-04-22T23:41:37.507 INFO:teuthology.orchestra.run.smithi120.stderr:22 Apr 23:41:37 ntpd[17213]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:41:37.507 INFO:teuthology.orchestra.run.smithi120.stderr:22 Apr 23:41:37 ntpd[17213]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:41:37.507 INFO:teuthology.orchestra.run.smithi120.stderr:22 Apr 23:41:37 ntpd[17213]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:41:37.507 INFO:teuthology.orchestra.run.smithi120.stderr:22 Apr 23:41:37 ntpd[17213]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:41:37.507 INFO:teuthology.orchestra.run.smithi120.stderr:22 Apr 23:41:37 ntpd[17213]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-22T23:41:37.507 INFO:teuthology.orchestra.run.smithi120.stderr:22 Apr 23:41:37 ntpd[17213]: can't open /var/log/ntpstats/peerstats.20240422: Permission denied 2024-04-22T23:41:39.476 INFO:teuthology.orchestra.run.smithi046.stderr:22 Apr 23:41:39 ntpd[17111]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:41:39.476 INFO:teuthology.orchestra.run.smithi046.stderr:22 Apr 23:41:39 ntpd[17111]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:41:39.476 INFO:teuthology.orchestra.run.smithi046.stderr:22 Apr 23:41:39 ntpd[17111]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:41:39.476 INFO:teuthology.orchestra.run.smithi046.stderr:22 Apr 23:41:39 ntpd[17111]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:41:39.476 INFO:teuthology.orchestra.run.smithi046.stderr:22 Apr 23:41:39 ntpd[17111]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:41:39.476 INFO:teuthology.orchestra.run.smithi046.stderr:22 Apr 23:41:39 ntpd[17111]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:41:39.476 INFO:teuthology.orchestra.run.smithi046.stderr:22 Apr 23:41:39 ntpd[17111]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-22T23:41:39.476 INFO:teuthology.orchestra.run.smithi046.stderr:22 Apr 23:41:39 ntpd[17111]: can't open /var/log/ntpstats/peerstats.20240422: Permission denied 2024-04-22T23:41:39.476 INFO:teuthology.orchestra.run.smithi046.stderr:22 Apr 23:41:39 ntpd[17111]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:41:39.476 INFO:teuthology.orchestra.run.smithi046.stderr:22 Apr 23:41:39 ntpd[17111]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:41:39.476 INFO:teuthology.orchestra.run.smithi046.stderr:22 Apr 23:41:39 ntpd[17111]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-22T23:41:39.476 INFO:teuthology.orchestra.run.smithi046.stderr:22 Apr 23:41:39 ntpd[17111]: can't open /var/log/ntpstats/peerstats.20240422: Permission denied 2024-04-22T23:41:39.507 INFO:teuthology.orchestra.run.smithi120.stderr:22 Apr 23:41:39 ntpd[17213]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:41:39.507 INFO:teuthology.orchestra.run.smithi120.stderr:22 Apr 23:41:39 ntpd[17213]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:41:39.507 INFO:teuthology.orchestra.run.smithi120.stderr:22 Apr 23:41:39 ntpd[17213]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:41:39.507 INFO:teuthology.orchestra.run.smithi120.stderr:22 Apr 23:41:39 ntpd[17213]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:41:39.507 INFO:teuthology.orchestra.run.smithi120.stderr:22 Apr 23:41:39 ntpd[17213]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:41:39.508 INFO:teuthology.orchestra.run.smithi120.stderr:22 Apr 23:41:39 ntpd[17213]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:41:39.508 INFO:teuthology.orchestra.run.smithi120.stderr:22 Apr 23:41:39 ntpd[17213]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-22T23:41:39.508 INFO:teuthology.orchestra.run.smithi120.stderr:22 Apr 23:41:39 ntpd[17213]: can't open /var/log/ntpstats/peerstats.20240422: Permission denied 2024-04-22T23:41:39.508 INFO:teuthology.orchestra.run.smithi120.stderr:22 Apr 23:41:39 ntpd[17213]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:41:39.508 INFO:teuthology.orchestra.run.smithi120.stderr:22 Apr 23:41:39 ntpd[17213]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:41:39.508 INFO:teuthology.orchestra.run.smithi120.stderr:22 Apr 23:41:39 ntpd[17213]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-22T23:41:39.508 INFO:teuthology.orchestra.run.smithi120.stderr:22 Apr 23:41:39 ntpd[17213]: can't open /var/log/ntpstats/peerstats.20240422: Permission denied 2024-04-22T23:41:40.475 INFO:teuthology.orchestra.run.smithi046.stderr:22 Apr 23:41:40 ntpd[17111]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:41:40.475 INFO:teuthology.orchestra.run.smithi046.stderr:22 Apr 23:41:40 ntpd[17111]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:41:40.475 INFO:teuthology.orchestra.run.smithi046.stderr:22 Apr 23:41:40 ntpd[17111]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:41:40.475 INFO:teuthology.orchestra.run.smithi046.stderr:22 Apr 23:41:40 ntpd[17111]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:41:40.475 INFO:teuthology.orchestra.run.smithi046.stderr:22 Apr 23:41:40 ntpd[17111]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-22T23:41:40.476 INFO:teuthology.orchestra.run.smithi046.stderr:22 Apr 23:41:40 ntpd[17111]: can't open /var/log/ntpstats/peerstats.20240422: Permission denied 2024-04-22T23:41:40.507 INFO:teuthology.orchestra.run.smithi120.stderr:22 Apr 23:41:40 ntpd[17213]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:41:40.507 INFO:teuthology.orchestra.run.smithi120.stderr:22 Apr 23:41:40 ntpd[17213]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:41:40.507 INFO:teuthology.orchestra.run.smithi120.stderr:22 Apr 23:41:40 ntpd[17213]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:41:40.507 INFO:teuthology.orchestra.run.smithi120.stderr:22 Apr 23:41:40 ntpd[17213]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:41:40.507 INFO:teuthology.orchestra.run.smithi120.stderr:22 Apr 23:41:40 ntpd[17213]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:41:40.507 INFO:teuthology.orchestra.run.smithi120.stderr:22 Apr 23:41:40 ntpd[17213]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:41:40.507 INFO:teuthology.orchestra.run.smithi120.stderr:22 Apr 23:41:40 ntpd[17213]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-22T23:41:40.507 INFO:teuthology.orchestra.run.smithi120.stderr:22 Apr 23:41:40 ntpd[17213]: can't open /var/log/ntpstats/peerstats.20240422: Permission denied 2024-04-22T23:41:41.476 INFO:teuthology.orchestra.run.smithi046.stderr:22 Apr 23:41:41 ntpd[17111]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:41:41.476 INFO:teuthology.orchestra.run.smithi046.stderr:22 Apr 23:41:41 ntpd[17111]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:41:41.476 INFO:teuthology.orchestra.run.smithi046.stderr:22 Apr 23:41:41 ntpd[17111]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:41:41.476 INFO:teuthology.orchestra.run.smithi046.stderr:22 Apr 23:41:41 ntpd[17111]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:41:41.476 INFO:teuthology.orchestra.run.smithi046.stderr:22 Apr 23:41:41 ntpd[17111]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:41:41.476 INFO:teuthology.orchestra.run.smithi046.stderr:22 Apr 23:41:41 ntpd[17111]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:41:41.476 INFO:teuthology.orchestra.run.smithi046.stderr:22 Apr 23:41:41 ntpd[17111]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:41:41.477 INFO:teuthology.orchestra.run.smithi046.stderr:22 Apr 23:41:41 ntpd[17111]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:41:41.477 INFO:teuthology.orchestra.run.smithi046.stderr:22 Apr 23:41:41 ntpd[17111]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-22T23:41:41.477 INFO:teuthology.orchestra.run.smithi046.stderr:22 Apr 23:41:41 ntpd[17111]: can't open /var/log/ntpstats/peerstats.20240422: Permission denied 2024-04-22T23:41:41.477 INFO:teuthology.orchestra.run.smithi046.stderr:22 Apr 23:41:41 ntpd[17111]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:41:41.477 INFO:teuthology.orchestra.run.smithi046.stderr:22 Apr 23:41:41 ntpd[17111]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:41:41.477 INFO:teuthology.orchestra.run.smithi046.stderr:22 Apr 23:41:41 ntpd[17111]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-22T23:41:41.477 INFO:teuthology.orchestra.run.smithi046.stderr:22 Apr 23:41:41 ntpd[17111]: can't open /var/log/ntpstats/peerstats.20240422: Permission denied 2024-04-22T23:41:41.507 INFO:teuthology.orchestra.run.smithi120.stderr:22 Apr 23:41:41 ntpd[17213]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:41:41.507 INFO:teuthology.orchestra.run.smithi120.stderr:22 Apr 23:41:41 ntpd[17213]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:41:41.507 INFO:teuthology.orchestra.run.smithi120.stderr:22 Apr 23:41:41 ntpd[17213]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:41:41.507 INFO:teuthology.orchestra.run.smithi120.stderr:22 Apr 23:41:41 ntpd[17213]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:41:41.507 INFO:teuthology.orchestra.run.smithi120.stderr:22 Apr 23:41:41 ntpd[17213]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:41:41.507 INFO:teuthology.orchestra.run.smithi120.stderr:22 Apr 23:41:41 ntpd[17213]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:41:41.507 INFO:teuthology.orchestra.run.smithi120.stderr:22 Apr 23:41:41 ntpd[17213]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-22T23:41:41.507 INFO:teuthology.orchestra.run.smithi120.stderr:22 Apr 23:41:41 ntpd[17213]: can't open /var/log/ntpstats/peerstats.20240422: Permission denied 2024-04-22T23:41:41.507 INFO:teuthology.orchestra.run.smithi120.stderr:22 Apr 23:41:41 ntpd[17213]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:41:41.507 INFO:teuthology.orchestra.run.smithi120.stderr:22 Apr 23:41:41 ntpd[17213]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:41:41.507 INFO:teuthology.orchestra.run.smithi120.stderr:22 Apr 23:41:41 ntpd[17213]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-22T23:41:41.508 INFO:teuthology.orchestra.run.smithi120.stderr:22 Apr 23:41:41 ntpd[17213]: can't open /var/log/ntpstats/peerstats.20240422: Permission denied 2024-04-22T23:41:42.475 INFO:teuthology.orchestra.run.smithi046.stderr:22 Apr 23:41:42 ntpd[17111]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:41:42.475 INFO:teuthology.orchestra.run.smithi046.stderr:22 Apr 23:41:42 ntpd[17111]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:41:42.475 INFO:teuthology.orchestra.run.smithi046.stderr:22 Apr 23:41:42 ntpd[17111]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:41:42.475 INFO:teuthology.orchestra.run.smithi046.stderr:22 Apr 23:41:42 ntpd[17111]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:41:42.475 INFO:teuthology.orchestra.run.smithi046.stderr:22 Apr 23:41:42 ntpd[17111]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-22T23:41:42.475 INFO:teuthology.orchestra.run.smithi046.stderr:22 Apr 23:41:42 ntpd[17111]: can't open /var/log/ntpstats/peerstats.20240422: Permission denied 2024-04-22T23:41:42.507 INFO:teuthology.orchestra.run.smithi120.stderr:22 Apr 23:41:42 ntpd[17213]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:41:42.507 INFO:teuthology.orchestra.run.smithi120.stderr:22 Apr 23:41:42 ntpd[17213]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:41:42.507 INFO:teuthology.orchestra.run.smithi120.stderr:22 Apr 23:41:42 ntpd[17213]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:41:42.507 INFO:teuthology.orchestra.run.smithi120.stderr:22 Apr 23:41:42 ntpd[17213]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:41:42.507 INFO:teuthology.orchestra.run.smithi120.stderr:22 Apr 23:41:42 ntpd[17213]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-22T23:41:42.507 INFO:teuthology.orchestra.run.smithi120.stderr:22 Apr 23:41:42 ntpd[17213]: can't open /var/log/ntpstats/peerstats.20240422: Permission denied 2024-04-22T23:41:43.475 INFO:teuthology.orchestra.run.smithi046.stderr:22 Apr 23:41:43 ntpd[17111]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:41:43.476 INFO:teuthology.orchestra.run.smithi046.stderr:22 Apr 23:41:43 ntpd[17111]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:41:43.476 INFO:teuthology.orchestra.run.smithi046.stderr:22 Apr 23:41:43 ntpd[17111]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:41:43.476 INFO:teuthology.orchestra.run.smithi046.stderr:22 Apr 23:41:43 ntpd[17111]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:41:43.476 INFO:teuthology.orchestra.run.smithi046.stderr:22 Apr 23:41:43 ntpd[17111]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:41:43.476 INFO:teuthology.orchestra.run.smithi046.stderr:22 Apr 23:41:43 ntpd[17111]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:41:43.476 INFO:teuthology.orchestra.run.smithi046.stderr:22 Apr 23:41:43 ntpd[17111]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-22T23:41:43.476 INFO:teuthology.orchestra.run.smithi046.stderr:22 Apr 23:41:43 ntpd[17111]: can't open /var/log/ntpstats/peerstats.20240422: Permission denied 2024-04-22T23:41:43.476 INFO:teuthology.orchestra.run.smithi046.stderr:22 Apr 23:41:43 ntpd[17111]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:41:43.476 INFO:teuthology.orchestra.run.smithi046.stderr:22 Apr 23:41:43 ntpd[17111]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:41:43.476 INFO:teuthology.orchestra.run.smithi046.stderr:22 Apr 23:41:43 ntpd[17111]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-22T23:41:43.476 INFO:teuthology.orchestra.run.smithi046.stderr:22 Apr 23:41:43 ntpd[17111]: can't open /var/log/ntpstats/peerstats.20240422: Permission denied 2024-04-22T23:41:43.507 INFO:teuthology.orchestra.run.smithi120.stderr:22 Apr 23:41:43 ntpd[17213]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:41:43.507 INFO:teuthology.orchestra.run.smithi120.stderr:22 Apr 23:41:43 ntpd[17213]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:41:43.507 INFO:teuthology.orchestra.run.smithi120.stderr:22 Apr 23:41:43 ntpd[17213]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:41:43.507 INFO:teuthology.orchestra.run.smithi120.stderr:22 Apr 23:41:43 ntpd[17213]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:41:43.507 INFO:teuthology.orchestra.run.smithi120.stderr:22 Apr 23:41:43 ntpd[17213]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:41:43.507 INFO:teuthology.orchestra.run.smithi120.stderr:22 Apr 23:41:43 ntpd[17213]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:41:43.507 INFO:teuthology.orchestra.run.smithi120.stderr:22 Apr 23:41:43 ntpd[17213]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-22T23:41:43.507 INFO:teuthology.orchestra.run.smithi120.stderr:22 Apr 23:41:43 ntpd[17213]: can't open /var/log/ntpstats/peerstats.20240422: Permission denied 2024-04-22T23:41:43.508 INFO:teuthology.orchestra.run.smithi120.stdout:22 Apr 23:41:43 ntpd[17213]: ntpd: time slew -0.001085 s 2024-04-22T23:41:43.508 INFO:teuthology.orchestra.run.smithi120.stdout:ntpd: time slew -0.001085s 2024-04-22T23:41:43.508 INFO:teuthology.orchestra.run.smithi120.stderr:22 Apr 23:41:43 ntpd[17213]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-04-22T23:41:43.508 INFO:teuthology.orchestra.run.smithi120.stderr:22 Apr 23:41:43 ntpd[17213]: can't open /var/log/ntpstats/loopstats.20240422: Permission denied 2024-04-22T23:41:43.554 INFO:teuthology.orchestra.run.smithi120.stdout: remote refid st t when poll reach delay offset jitter 2024-04-22T23:41:43.554 INFO:teuthology.orchestra.run.smithi120.stdout:============================================================================== 2024-04-22T23:41:43.554 INFO:teuthology.orchestra.run.smithi120.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-22T23:41:43.555 INFO:teuthology.orchestra.run.smithi120.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-22T23:41:43.555 INFO:teuthology.orchestra.run.smithi120.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-22T23:41:43.555 INFO:teuthology.orchestra.run.smithi120.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-22T23:41:44.475 INFO:teuthology.orchestra.run.smithi046.stderr:22 Apr 23:41:44 ntpd[17111]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:41:44.475 INFO:teuthology.orchestra.run.smithi046.stderr:22 Apr 23:41:44 ntpd[17111]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:41:44.475 INFO:teuthology.orchestra.run.smithi046.stderr:22 Apr 23:41:44 ntpd[17111]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:41:44.475 INFO:teuthology.orchestra.run.smithi046.stderr:22 Apr 23:41:44 ntpd[17111]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:41:44.475 INFO:teuthology.orchestra.run.smithi046.stderr:22 Apr 23:41:44 ntpd[17111]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-22T23:41:44.475 INFO:teuthology.orchestra.run.smithi046.stderr:22 Apr 23:41:44 ntpd[17111]: can't open /var/log/ntpstats/peerstats.20240422: Permission denied 2024-04-22T23:41:45.475 INFO:teuthology.orchestra.run.smithi046.stderr:22 Apr 23:41:45 ntpd[17111]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:41:45.475 INFO:teuthology.orchestra.run.smithi046.stderr:22 Apr 23:41:45 ntpd[17111]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:41:45.475 INFO:teuthology.orchestra.run.smithi046.stderr:22 Apr 23:41:45 ntpd[17111]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:41:45.475 INFO:teuthology.orchestra.run.smithi046.stderr:22 Apr 23:41:45 ntpd[17111]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:41:45.476 INFO:teuthology.orchestra.run.smithi046.stderr:22 Apr 23:41:45 ntpd[17111]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:41:45.476 INFO:teuthology.orchestra.run.smithi046.stderr:22 Apr 23:41:45 ntpd[17111]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:41:45.476 INFO:teuthology.orchestra.run.smithi046.stderr:22 Apr 23:41:45 ntpd[17111]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-22T23:41:45.476 INFO:teuthology.orchestra.run.smithi046.stderr:22 Apr 23:41:45 ntpd[17111]: can't open /var/log/ntpstats/peerstats.20240422: Permission denied 2024-04-22T23:41:45.476 INFO:teuthology.orchestra.run.smithi046.stdout:22 Apr 23:41:45 ntpd[17111]: ntpd: time slew -0.000476 s 2024-04-22T23:41:45.476 INFO:teuthology.orchestra.run.smithi046.stdout:ntpd: time slew -0.000476s 2024-04-22T23:41:45.476 INFO:teuthology.orchestra.run.smithi046.stderr:22 Apr 23:41:45 ntpd[17111]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-04-22T23:41:45.477 INFO:teuthology.orchestra.run.smithi046.stderr:22 Apr 23:41:45 ntpd[17111]: can't open /var/log/ntpstats/loopstats.20240422: Permission denied 2024-04-22T23:41:45.535 INFO:teuthology.orchestra.run.smithi046.stdout: remote refid st t when poll reach delay offset jitter 2024-04-22T23:41:45.536 INFO:teuthology.orchestra.run.smithi046.stdout:============================================================================== 2024-04-22T23:41:45.536 INFO:teuthology.orchestra.run.smithi046.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-22T23:41:45.536 INFO:teuthology.orchestra.run.smithi046.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-22T23:41:45.536 INFO:teuthology.orchestra.run.smithi046.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-22T23:41:45.536 INFO:teuthology.orchestra.run.smithi046.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-22T23:41:45.537 INFO:teuthology.run_tasks:Running task nvme_loop... 2024-04-22T23:41:45.547 INFO:tasks.nvme_loop:Setting up nvme_loop on scratch devices... 2024-04-22T23:41:45.548 DEBUG:teuthology.orchestra.run.smithi046:> set -ex 2024-04-22T23:41:45.548 DEBUG:teuthology.orchestra.run.smithi046:> dd if=/scratch_devs of=/dev/stdout 2024-04-22T23:41:45.585 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-22T23:41:45.585 DEBUG:teuthology.orchestra.run.smithi046:> stat /dev/vg_nvme/lv_1 2024-04-22T23:41:45.633 INFO:teuthology.orchestra.run.smithi046.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-04-22T23:41:45.633 INFO:teuthology.orchestra.run.smithi046.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-22T23:41:45.633 INFO:teuthology.orchestra.run.smithi046.stdout:Device: 5h/5d Inode: 874 Links: 1 2024-04-22T23:41:45.633 INFO:teuthology.orchestra.run.smithi046.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-22T23:41:45.633 INFO:teuthology.orchestra.run.smithi046.stdout:Access: 2024-04-22 23:38:15.790941441 +0000 2024-04-22T23:41:45.633 INFO:teuthology.orchestra.run.smithi046.stdout:Modify: 2024-04-22 23:38:15.554943547 +0000 2024-04-22T23:41:45.633 INFO:teuthology.orchestra.run.smithi046.stdout:Change: 2024-04-22 23:38:15.554943547 +0000 2024-04-22T23:41:45.634 INFO:teuthology.orchestra.run.smithi046.stdout: Birth: - 2024-04-22T23:41:45.634 DEBUG:teuthology.orchestra.run.smithi046:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-04-22T23:41:45.691 INFO:teuthology.orchestra.run.smithi046.stderr:1+0 records in 2024-04-22T23:41:45.691 INFO:teuthology.orchestra.run.smithi046.stderr:1+0 records out 2024-04-22T23:41:45.691 INFO:teuthology.orchestra.run.smithi046.stderr:512 bytes copied, 0.000316144 s, 1.6 MB/s 2024-04-22T23:41:45.692 DEBUG:teuthology.orchestra.run.smithi046:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-04-22T23:41:45.742 DEBUG:teuthology.orchestra.run.smithi046:> stat /dev/vg_nvme/lv_2 2024-04-22T23:41:45.789 INFO:teuthology.orchestra.run.smithi046.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-04-22T23:41:45.789 INFO:teuthology.orchestra.run.smithi046.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-22T23:41:45.789 INFO:teuthology.orchestra.run.smithi046.stdout:Device: 5h/5d Inode: 893 Links: 1 2024-04-22T23:41:45.789 INFO:teuthology.orchestra.run.smithi046.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-22T23:41:45.789 INFO:teuthology.orchestra.run.smithi046.stdout:Access: 2024-04-22 23:38:16.274937123 +0000 2024-04-22T23:41:45.789 INFO:teuthology.orchestra.run.smithi046.stdout:Modify: 2024-04-22 23:38:16.030939299 +0000 2024-04-22T23:41:45.790 INFO:teuthology.orchestra.run.smithi046.stdout:Change: 2024-04-22 23:38:16.030939299 +0000 2024-04-22T23:41:45.790 INFO:teuthology.orchestra.run.smithi046.stdout: Birth: - 2024-04-22T23:41:45.790 DEBUG:teuthology.orchestra.run.smithi046:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-04-22T23:41:45.844 INFO:teuthology.orchestra.run.smithi046.stderr:1+0 records in 2024-04-22T23:41:45.844 INFO:teuthology.orchestra.run.smithi046.stderr:1+0 records out 2024-04-22T23:41:45.844 INFO:teuthology.orchestra.run.smithi046.stderr:512 bytes copied, 0.000303133 s, 1.7 MB/s 2024-04-22T23:41:45.845 DEBUG:teuthology.orchestra.run.smithi046:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-04-22T23:41:45.894 DEBUG:teuthology.orchestra.run.smithi046:> stat /dev/vg_nvme/lv_3 2024-04-22T23:41:45.941 INFO:teuthology.orchestra.run.smithi046.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-04-22T23:41:45.941 INFO:teuthology.orchestra.run.smithi046.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-22T23:41:45.941 INFO:teuthology.orchestra.run.smithi046.stdout:Device: 5h/5d Inode: 909 Links: 1 2024-04-22T23:41:45.941 INFO:teuthology.orchestra.run.smithi046.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-22T23:41:45.942 INFO:teuthology.orchestra.run.smithi046.stdout:Access: 2024-04-22 23:38:16.782932592 +0000 2024-04-22T23:41:45.942 INFO:teuthology.orchestra.run.smithi046.stdout:Modify: 2024-04-22 23:38:16.530934840 +0000 2024-04-22T23:41:45.942 INFO:teuthology.orchestra.run.smithi046.stdout:Change: 2024-04-22 23:38:16.530934840 +0000 2024-04-22T23:41:45.942 INFO:teuthology.orchestra.run.smithi046.stdout: Birth: - 2024-04-22T23:41:45.942 DEBUG:teuthology.orchestra.run.smithi046:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-04-22T23:41:45.996 INFO:teuthology.orchestra.run.smithi046.stderr:1+0 records in 2024-04-22T23:41:45.996 INFO:teuthology.orchestra.run.smithi046.stderr:1+0 records out 2024-04-22T23:41:45.996 INFO:teuthology.orchestra.run.smithi046.stderr:512 bytes copied, 0.000314571 s, 1.6 MB/s 2024-04-22T23:41:45.997 DEBUG:teuthology.orchestra.run.smithi046:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-04-22T23:41:46.046 DEBUG:teuthology.orchestra.run.smithi046:> stat /dev/vg_nvme/lv_4 2024-04-22T23:41:46.093 INFO:teuthology.orchestra.run.smithi046.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-04-22T23:41:46.093 INFO:teuthology.orchestra.run.smithi046.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-22T23:41:46.093 INFO:teuthology.orchestra.run.smithi046.stdout:Device: 5h/5d Inode: 925 Links: 1 2024-04-22T23:41:46.093 INFO:teuthology.orchestra.run.smithi046.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-22T23:41:46.093 INFO:teuthology.orchestra.run.smithi046.stdout:Access: 2024-04-22 23:38:17.286928095 +0000 2024-04-22T23:41:46.093 INFO:teuthology.orchestra.run.smithi046.stdout:Modify: 2024-04-22 23:38:16.998930665 +0000 2024-04-22T23:41:46.093 INFO:teuthology.orchestra.run.smithi046.stdout:Change: 2024-04-22 23:38:16.998930665 +0000 2024-04-22T23:41:46.093 INFO:teuthology.orchestra.run.smithi046.stdout: Birth: - 2024-04-22T23:41:46.093 DEBUG:teuthology.orchestra.run.smithi046:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-04-22T23:41:46.147 INFO:teuthology.orchestra.run.smithi046.stderr:1+0 records in 2024-04-22T23:41:46.147 INFO:teuthology.orchestra.run.smithi046.stderr:1+0 records out 2024-04-22T23:41:46.147 INFO:teuthology.orchestra.run.smithi046.stderr:512 bytes copied, 0.000239643 s, 2.1 MB/s 2024-04-22T23:41:46.148 DEBUG:teuthology.orchestra.run.smithi046:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-04-22T23:41:46.198 DEBUG:teuthology.orchestra.run.smithi046:> 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-22T23:41:46.334 INFO:teuthology.orchestra.run.smithi046.stdout:loop 2024-04-22T23:41:46.335 INFO:tasks.nvme_loop:Connecting nvme_loop smithi046:/dev/vg_nvme/lv_1... 2024-04-22T23:41:46.336 DEBUG:teuthology.orchestra.run.smithi046:> 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-22T23:41:46.355 INFO:teuthology.orchestra.run.smithi046.stdout:1 2024-04-22T23:41:46.376 INFO:teuthology.orchestra.run.smithi046.stdout:/dev/vg_nvme/lv_11 2024-04-22T23:41:46.394 INFO:tasks.nvme_loop:Connecting nvme_loop smithi046:/dev/vg_nvme/lv_2... 2024-04-22T23:41:46.394 DEBUG:teuthology.orchestra.run.smithi046:> 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-22T23:41:46.452 INFO:teuthology.orchestra.run.smithi046.stdout:1 2024-04-22T23:41:46.473 INFO:teuthology.orchestra.run.smithi046.stdout:/dev/vg_nvme/lv_21 2024-04-22T23:41:46.491 INFO:tasks.nvme_loop:Connecting nvme_loop smithi046:/dev/vg_nvme/lv_3... 2024-04-22T23:41:46.491 DEBUG:teuthology.orchestra.run.smithi046:> 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-22T23:41:46.549 INFO:teuthology.orchestra.run.smithi046.stdout:1 2024-04-22T23:41:46.570 INFO:teuthology.orchestra.run.smithi046.stdout:/dev/vg_nvme/lv_31 2024-04-22T23:41:46.587 INFO:tasks.nvme_loop:Connecting nvme_loop smithi046:/dev/vg_nvme/lv_4... 2024-04-22T23:41:46.587 DEBUG:teuthology.orchestra.run.smithi046:> 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-22T23:41:46.645 INFO:teuthology.orchestra.run.smithi046.stdout:1 2024-04-22T23:41:46.665 INFO:teuthology.orchestra.run.smithi046.stdout:/dev/vg_nvme/lv_41 2024-04-22T23:41:46.683 DEBUG:teuthology.orchestra.run.smithi046:> set -ex 2024-04-22T23:41:46.683 DEBUG:teuthology.orchestra.run.smithi046:> dd if=/scratch_devs of=/dev/stdout 2024-04-22T23:41:46.729 DEBUG:teuthology.orchestra.run.smithi046:> sudo nvme list 2024-04-22T23:41:46.783 INFO:teuthology.orchestra.run.smithi046.stdout:Node SN Model Namespace Usage Format FW Rev 2024-04-22T23:41:46.783 INFO:teuthology.orchestra.run.smithi046.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2024-04-22T23:41:46.784 INFO:teuthology.orchestra.run.smithi046.stdout:/dev/nvme0n1 PHMB7512009A480DGN INTEL SSDPED1D480GA 1 480.10 GB / 480.10 GB 512 B + 0 B E2010325 2024-04-22T23:41:46.784 INFO:teuthology.orchestra.run.smithi046.stdout:/dev/nvme1n1 8a215cc94c212097ce54 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-1 2024-04-22T23:41:46.784 INFO:teuthology.orchestra.run.smithi046.stdout:/dev/nvme2n1 985daf0a0a4efdcbbbea Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-1 2024-04-22T23:41:46.784 INFO:teuthology.orchestra.run.smithi046.stdout:/dev/nvme3n1 e3d93770b02c29dbe760 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-1 2024-04-22T23:41:46.784 INFO:teuthology.orchestra.run.smithi046.stdout:/dev/nvme4n1 9e412692c6f2cc6a2e37 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-1 2024-04-22T23:41:46.785 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-04-22T23:41:46.785 DEBUG:teuthology.orchestra.run.smithi046:> set -ex 2024-04-22T23:41:46.785 DEBUG:teuthology.orchestra.run.smithi046:> sudo dd of=/scratch_devs 2024-04-22T23:41:46.845 DEBUG:teuthology.orchestra.run.smithi120:> set -ex 2024-04-22T23:41:46.845 DEBUG:teuthology.orchestra.run.smithi120:> dd if=/scratch_devs of=/dev/stdout 2024-04-22T23:41:46.851 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-22T23:41:46.851 DEBUG:teuthology.orchestra.run.smithi120:> stat /dev/vg_nvme/lv_1 2024-04-22T23:41:46.899 INFO:teuthology.orchestra.run.smithi120.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-04-22T23:41:46.899 INFO:teuthology.orchestra.run.smithi120.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-22T23:41:46.899 INFO:teuthology.orchestra.run.smithi120.stdout:Device: 5h/5d Inode: 874 Links: 1 2024-04-22T23:41:46.899 INFO:teuthology.orchestra.run.smithi120.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-22T23:41:46.899 INFO:teuthology.orchestra.run.smithi120.stdout:Access: 2024-04-22 23:38:15.364052256 +0000 2024-04-22T23:41:46.899 INFO:teuthology.orchestra.run.smithi120.stdout:Modify: 2024-04-22 23:38:15.120054435 +0000 2024-04-22T23:41:46.899 INFO:teuthology.orchestra.run.smithi120.stdout:Change: 2024-04-22 23:38:15.120054435 +0000 2024-04-22T23:41:46.899 INFO:teuthology.orchestra.run.smithi120.stdout: Birth: - 2024-04-22T23:41:46.899 DEBUG:teuthology.orchestra.run.smithi120:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-04-22T23:41:46.957 INFO:teuthology.orchestra.run.smithi120.stderr:1+0 records in 2024-04-22T23:41:46.957 INFO:teuthology.orchestra.run.smithi120.stderr:1+0 records out 2024-04-22T23:41:46.957 INFO:teuthology.orchestra.run.smithi120.stderr:512 bytes copied, 0.000443336 s, 1.2 MB/s 2024-04-22T23:41:46.958 DEBUG:teuthology.orchestra.run.smithi120:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-04-22T23:41:47.008 DEBUG:teuthology.orchestra.run.smithi120:> stat /dev/vg_nvme/lv_2 2024-04-22T23:41:47.054 INFO:teuthology.orchestra.run.smithi120.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-04-22T23:41:47.054 INFO:teuthology.orchestra.run.smithi120.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-22T23:41:47.054 INFO:teuthology.orchestra.run.smithi120.stdout:Device: 5h/5d Inode: 887 Links: 1 2024-04-22T23:41:47.054 INFO:teuthology.orchestra.run.smithi120.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-22T23:41:47.055 INFO:teuthology.orchestra.run.smithi120.stdout:Access: 2024-04-22 23:38:15.844047969 +0000 2024-04-22T23:41:47.055 INFO:teuthology.orchestra.run.smithi120.stdout:Modify: 2024-04-22 23:38:15.588050255 +0000 2024-04-22T23:41:47.055 INFO:teuthology.orchestra.run.smithi120.stdout:Change: 2024-04-22 23:38:15.588050255 +0000 2024-04-22T23:41:47.055 INFO:teuthology.orchestra.run.smithi120.stdout: Birth: - 2024-04-22T23:41:47.055 DEBUG:teuthology.orchestra.run.smithi120:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-04-22T23:41:47.108 INFO:teuthology.orchestra.run.smithi120.stderr:1+0 records in 2024-04-22T23:41:47.108 INFO:teuthology.orchestra.run.smithi120.stderr:1+0 records out 2024-04-22T23:41:47.108 INFO:teuthology.orchestra.run.smithi120.stderr:512 bytes copied, 0.00033049 s, 1.5 MB/s 2024-04-22T23:41:47.109 DEBUG:teuthology.orchestra.run.smithi120:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-04-22T23:41:47.160 DEBUG:teuthology.orchestra.run.smithi120:> stat /dev/vg_nvme/lv_3 2024-04-22T23:41:47.210 INFO:teuthology.orchestra.run.smithi120.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-04-22T23:41:47.210 INFO:teuthology.orchestra.run.smithi120.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-22T23:41:47.211 INFO:teuthology.orchestra.run.smithi120.stdout:Device: 5h/5d Inode: 908 Links: 1 2024-04-22T23:41:47.211 INFO:teuthology.orchestra.run.smithi120.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-22T23:41:47.211 INFO:teuthology.orchestra.run.smithi120.stdout:Access: 2024-04-22 23:38:16.320043716 +0000 2024-04-22T23:41:47.211 INFO:teuthology.orchestra.run.smithi120.stdout:Modify: 2024-04-22 23:38:16.072045932 +0000 2024-04-22T23:41:47.211 INFO:teuthology.orchestra.run.smithi120.stdout:Change: 2024-04-22 23:38:16.072045932 +0000 2024-04-22T23:41:47.211 INFO:teuthology.orchestra.run.smithi120.stdout: Birth: - 2024-04-22T23:41:47.211 DEBUG:teuthology.orchestra.run.smithi120:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-04-22T23:41:47.264 INFO:teuthology.orchestra.run.smithi120.stderr:1+0 records in 2024-04-22T23:41:47.264 INFO:teuthology.orchestra.run.smithi120.stderr:1+0 records out 2024-04-22T23:41:47.264 INFO:teuthology.orchestra.run.smithi120.stderr:512 bytes copied, 0.000407443 s, 1.3 MB/s 2024-04-22T23:41:47.265 DEBUG:teuthology.orchestra.run.smithi120:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-04-22T23:41:47.315 DEBUG:teuthology.orchestra.run.smithi120:> stat /dev/vg_nvme/lv_4 2024-04-22T23:41:47.362 INFO:teuthology.orchestra.run.smithi120.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-04-22T23:41:47.362 INFO:teuthology.orchestra.run.smithi120.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-22T23:41:47.362 INFO:teuthology.orchestra.run.smithi120.stdout:Device: 5h/5d Inode: 926 Links: 1 2024-04-22T23:41:47.362 INFO:teuthology.orchestra.run.smithi120.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-22T23:41:47.362 INFO:teuthology.orchestra.run.smithi120.stdout:Access: 2024-04-22 23:38:16.812039322 +0000 2024-04-22T23:41:47.362 INFO:teuthology.orchestra.run.smithi120.stdout:Modify: 2024-04-22 23:38:16.556041608 +0000 2024-04-22T23:41:47.363 INFO:teuthology.orchestra.run.smithi120.stdout:Change: 2024-04-22 23:38:16.556041608 +0000 2024-04-22T23:41:47.363 INFO:teuthology.orchestra.run.smithi120.stdout: Birth: - 2024-04-22T23:41:47.363 DEBUG:teuthology.orchestra.run.smithi120:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-04-22T23:41:47.416 INFO:teuthology.orchestra.run.smithi120.stderr:1+0 records in 2024-04-22T23:41:47.416 INFO:teuthology.orchestra.run.smithi120.stderr:1+0 records out 2024-04-22T23:41:47.416 INFO:teuthology.orchestra.run.smithi120.stderr:512 bytes copied, 0.000275993 s, 1.9 MB/s 2024-04-22T23:41:47.417 DEBUG:teuthology.orchestra.run.smithi120:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-04-22T23:41:47.467 DEBUG:teuthology.orchestra.run.smithi120:> 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-22T23:41:47.602 INFO:teuthology.orchestra.run.smithi120.stdout:loop 2024-04-22T23:41:47.603 INFO:tasks.nvme_loop:Connecting nvme_loop smithi120:/dev/vg_nvme/lv_1... 2024-04-22T23:41:47.604 DEBUG:teuthology.orchestra.run.smithi120:> 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-22T23:41:47.622 INFO:teuthology.orchestra.run.smithi120.stdout:1 2024-04-22T23:41:47.643 INFO:teuthology.orchestra.run.smithi120.stdout:/dev/vg_nvme/lv_11 2024-04-22T23:41:47.661 INFO:tasks.nvme_loop:Connecting nvme_loop smithi120:/dev/vg_nvme/lv_2... 2024-04-22T23:41:47.661 DEBUG:teuthology.orchestra.run.smithi120:> 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-22T23:41:47.717 INFO:teuthology.orchestra.run.smithi120.stdout:1 2024-04-22T23:41:47.736 INFO:teuthology.orchestra.run.smithi120.stdout:/dev/vg_nvme/lv_21 2024-04-22T23:41:47.752 INFO:tasks.nvme_loop:Connecting nvme_loop smithi120:/dev/vg_nvme/lv_3... 2024-04-22T23:41:47.753 DEBUG:teuthology.orchestra.run.smithi120:> 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-22T23:41:47.812 INFO:teuthology.orchestra.run.smithi120.stdout:1 2024-04-22T23:41:47.833 INFO:teuthology.orchestra.run.smithi120.stdout:/dev/vg_nvme/lv_31 2024-04-22T23:41:47.851 INFO:tasks.nvme_loop:Connecting nvme_loop smithi120:/dev/vg_nvme/lv_4... 2024-04-22T23:41:47.852 DEBUG:teuthology.orchestra.run.smithi120:> 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-22T23:41:47.910 INFO:teuthology.orchestra.run.smithi120.stdout:1 2024-04-22T23:41:47.933 INFO:teuthology.orchestra.run.smithi120.stdout:/dev/vg_nvme/lv_41 2024-04-22T23:41:47.950 DEBUG:teuthology.orchestra.run.smithi120:> set -ex 2024-04-22T23:41:47.950 DEBUG:teuthology.orchestra.run.smithi120:> dd if=/scratch_devs of=/dev/stdout 2024-04-22T23:41:47.998 DEBUG:teuthology.orchestra.run.smithi120:> sudo nvme list 2024-04-22T23:41:48.056 INFO:teuthology.orchestra.run.smithi120.stdout:Node SN Model Namespace Usage Format FW Rev 2024-04-22T23:41:48.056 INFO:teuthology.orchestra.run.smithi120.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2024-04-22T23:41:48.056 INFO:teuthology.orchestra.run.smithi120.stdout:/dev/nvme0n1 PHFT620400XV400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101F0 2024-04-22T23:41:48.056 INFO:teuthology.orchestra.run.smithi120.stdout:/dev/nvme1n1 6ebceb4d842e8b2e5a57 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-1 2024-04-22T23:41:48.056 INFO:teuthology.orchestra.run.smithi120.stdout:/dev/nvme2n1 9a42d52b3cc7c2a846b3 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-1 2024-04-22T23:41:48.056 INFO:teuthology.orchestra.run.smithi120.stdout:/dev/nvme3n1 2e72ce9b31d834a77adf Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-1 2024-04-22T23:41:48.056 INFO:teuthology.orchestra.run.smithi120.stdout:/dev/nvme4n1 5eea7b4e81d9fa2c8295 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-1 2024-04-22T23:41:48.057 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-04-22T23:41:48.057 DEBUG:teuthology.orchestra.run.smithi120:> set -ex 2024-04-22T23:41:48.057 DEBUG:teuthology.orchestra.run.smithi120:> sudo dd of=/scratch_devs 2024-04-22T23:41:48.113 INFO:teuthology.run_tasks:Running task cephadm... 2024-04-22T23:41:48.205 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': '43be020184947e53516056c9931e1ac5bdbbb1a5'} 2024-04-22T23:41:48.205 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 2024-04-22T23:41:48.205 INFO:tasks.cephadm:Cluster fsid is e2b7ae0a-0101-11ef-bc93-c7b262605968 2024-04-22T23:41:48.206 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-04-22T23:41:48.206 INFO:tasks.cephadm:No mon roles; fabricating mons 2024-04-22T23:41:48.206 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi046': '172.21.15.46', 'mon.smithi120': '172.21.15.120'} 2024-04-22T23:41:48.206 INFO:tasks.cephadm:Normalizing hostnames... 2024-04-22T23:41:48.206 DEBUG:teuthology.orchestra.run.smithi046:> sudo hostname $(hostname -s) 2024-04-22T23:41:48.221 DEBUG:teuthology.orchestra.run.smithi120:> sudo hostname $(hostname -s) 2024-04-22T23:41:48.235 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-04-22T23:41:48.236 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=43be020184947e53516056c9931e1ac5bdbbb1a5 2024-04-22T23:41:48.452 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': '43be020184947e53516056c9931e1ac5bdbbb1a5', '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/78807/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.0.0-3252-g43be0201', 'node_name': '172.21.5.38+adami08', '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-3252-g43be0201-1jammy'}, 'url': 'https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/ubuntu/jammy/flavors/default/', 'distro_codename': 'jammy', 'modified': '2024-04-22 21:55:29.434998', 'distro_version': '22.04', 'project': 'ceph', 'flavor': 'default', 'ref': 'wip-adk-testing-2024-04-22-1618', 'chacra_url': 'https://3.chacra.ceph.com/repos/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/ubuntu/jammy/flavors/default/', 'archs': ['x86_64'], 'distro': 'ubuntu'}] 2024-04-22T23:41:48.671 INFO:tasks.util.chacra:got chacra host 3.chacra.ceph.com, ref wip-adk-testing-2024-04-22-1618, sha1 43be020184947e53516056c9931e1ac5bdbbb1a5 from https://shaman.ceph.com/api/search/?project=ceph&distros=ubuntu%2F22.04%2Fx86_64&flavor=default&sha1=43be020184947e53516056c9931e1ac5bdbbb1a5 2024-04-22T23:41:48.672 INFO:tasks.cephadm:Discovered cachra url: https://3.chacra.ceph.com/binaries/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/ubuntu/jammy/x86_64/flavors/default/cephadm 2024-04-22T23:41:48.672 DEBUG:teuthology.orchestra.run.smithi046:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-04-22T23:41:49.287 INFO:teuthology.orchestra.run.smithi046.stdout:-rw-rw-r-- 1 ubuntu ubuntu 789766 Apr 22 23:41 /home/ubuntu/cephtest/cephadm 2024-04-22T23:41:49.287 DEBUG:teuthology.orchestra.run.smithi120:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-04-22T23:41:49.759 INFO:teuthology.orchestra.run.smithi120.stdout:-rw-rw-r-- 1 ubuntu ubuntu 789766 Apr 22 23:41 /home/ubuntu/cephtest/cephadm 2024-04-22T23:41:49.760 DEBUG:teuthology.orchestra.run.smithi046:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-22T23:41:49.767 DEBUG:teuthology.orchestra.run.smithi120:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-22T23:41:49.784 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 on all hosts... 2024-04-22T23:41:49.785 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 pull 2024-04-22T23:41:49.810 DEBUG:teuthology.orchestra.run.smithi120:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 pull 2024-04-22T23:41:49.982 INFO:teuthology.orchestra.run.smithi046.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5... 2024-04-22T23:41:49.986 INFO:teuthology.orchestra.run.smithi120.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5... 2024-04-22T23:42:42.652 INFO:teuthology.orchestra.run.smithi120.stdout:{ 2024-04-22T23:42:42.653 INFO:teuthology.orchestra.run.smithi120.stdout: "ceph_version": "ceph version 19.0.0-3252-g43be0201 (43be020184947e53516056c9931e1ac5bdbbb1a5) squid (dev)", 2024-04-22T23:42:42.653 INFO:teuthology.orchestra.run.smithi120.stdout: "image_id": "a0434699c1d76af4eea1fc95ff0a22ea73d1e04e609464fbf658d6f39bc7f2fc", 2024-04-22T23:42:42.653 INFO:teuthology.orchestra.run.smithi120.stdout: "repo_digests": [ 2024-04-22T23:42:42.653 INFO:teuthology.orchestra.run.smithi120.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b8bc99cfccdf4e584cbe106d55b5c5dc774312148ba54d6ca5b660445cf4506c" 2024-04-22T23:42:42.653 INFO:teuthology.orchestra.run.smithi120.stdout: ] 2024-04-22T23:42:42.653 INFO:teuthology.orchestra.run.smithi120.stdout:} 2024-04-22T23:42:43.723 INFO:teuthology.orchestra.run.smithi046.stdout:{ 2024-04-22T23:42:43.723 INFO:teuthology.orchestra.run.smithi046.stdout: "ceph_version": "ceph version 19.0.0-3252-g43be0201 (43be020184947e53516056c9931e1ac5bdbbb1a5) squid (dev)", 2024-04-22T23:42:43.724 INFO:teuthology.orchestra.run.smithi046.stdout: "image_id": "a0434699c1d76af4eea1fc95ff0a22ea73d1e04e609464fbf658d6f39bc7f2fc", 2024-04-22T23:42:43.724 INFO:teuthology.orchestra.run.smithi046.stdout: "repo_digests": [ 2024-04-22T23:42:43.724 INFO:teuthology.orchestra.run.smithi046.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b8bc99cfccdf4e584cbe106d55b5c5dc774312148ba54d6ca5b660445cf4506c" 2024-04-22T23:42:43.724 INFO:teuthology.orchestra.run.smithi046.stdout: ] 2024-04-22T23:42:43.724 INFO:teuthology.orchestra.run.smithi046.stdout:} 2024-04-22T23:42:43.772 DEBUG:teuthology.orchestra.run.smithi046:> sudo mkdir -p /etc/ceph 2024-04-22T23:42:43.786 DEBUG:teuthology.orchestra.run.smithi120:> sudo mkdir -p /etc/ceph 2024-04-22T23:42:43.801 DEBUG:teuthology.orchestra.run.smithi046:> sudo chmod 777 /etc/ceph 2024-04-22T23:42:43.840 DEBUG:teuthology.orchestra.run.smithi120:> sudo chmod 777 /etc/ceph 2024-04-22T23:42:43.856 INFO:tasks.cephadm:Writing seed config... 2024-04-22T23:42:43.857 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-04-22T23:42:43.857 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-04-22T23:42:43.857 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-04-22T23:42:43.857 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-04-22T23:42:43.857 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-04-22T23:42:43.857 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-04-22T23:42:43.857 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-04-22T23:42:43.857 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2024-04-22T23:42:43.858 DEBUG:teuthology.orchestra.run.smithi046:> set -ex 2024-04-22T23:42:43.858 DEBUG:teuthology.orchestra.run.smithi046:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-04-22T23:42:43.893 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 = e2b7ae0a-0101-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-22T23:42:43.893 DEBUG:teuthology.orchestra.run.smithi046:mon.smithi046> sudo journalctl -f -n 0 -u ceph-e2b7ae0a-0101-11ef-bc93-c7b262605968@mon.smithi046.service 2024-04-22T23:42:43.939 INFO:tasks.cephadm:Bootstrapping... 2024-04-22T23:42:43.939 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 -v bootstrap --fsid e2b7ae0a-0101-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.46 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-04-22T23:42:44.148 INFO:teuthology.orchestra.run.smithi046.stdout:-------------------------------------------------------------------------------- 2024-04-22T23:42:44.148 INFO:teuthology.orchestra.run.smithi046.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5', '-v', 'bootstrap', '--fsid', 'e2b7ae0a-0101-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.46', '--skip-admin-label'] 2024-04-22T23:42:44.149 INFO:teuthology.orchestra.run.smithi046.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2024-04-22T23:42:44.149 INFO:teuthology.orchestra.run.smithi046.stdout:Verifying podman|docker is present... 2024-04-22T23:42:44.149 INFO:teuthology.orchestra.run.smithi046.stdout:Verifying lvm2 is present... 2024-04-22T23:42:44.149 INFO:teuthology.orchestra.run.smithi046.stdout:Verifying time synchronization is in place... 2024-04-22T23:42:44.156 INFO:teuthology.orchestra.run.smithi046.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-04-22T23:42:44.156 INFO:teuthology.orchestra.run.smithi046.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-04-22T23:42:44.161 INFO:teuthology.orchestra.run.smithi046.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-04-22T23:42:44.161 INFO:teuthology.orchestra.run.smithi046.stdout:systemctl: stdout inactive 2024-04-22T23:42:44.165 INFO:teuthology.orchestra.run.smithi046.stdout:Non-zero exit code 1 from systemctl is-enabled chronyd.service 2024-04-22T23:42:44.166 INFO:teuthology.orchestra.run.smithi046.stdout:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2024-04-22T23:42:44.169 INFO:teuthology.orchestra.run.smithi046.stdout:Non-zero exit code 3 from systemctl is-active chronyd.service 2024-04-22T23:42:44.169 INFO:teuthology.orchestra.run.smithi046.stdout:systemctl: stdout inactive 2024-04-22T23:42:44.174 INFO:teuthology.orchestra.run.smithi046.stdout:Non-zero exit code 1 from systemctl is-enabled systemd-timesyncd.service 2024-04-22T23:42:44.174 INFO:teuthology.orchestra.run.smithi046.stdout:systemctl: stdout masked 2024-04-22T23:42:44.180 INFO:teuthology.orchestra.run.smithi046.stdout:Non-zero exit code 3 from systemctl is-active systemd-timesyncd.service 2024-04-22T23:42:44.180 INFO:teuthology.orchestra.run.smithi046.stdout:systemctl: stdout inactive 2024-04-22T23:42:44.185 INFO:teuthology.orchestra.run.smithi046.stdout:Non-zero exit code 1 from systemctl is-enabled ntpd.service 2024-04-22T23:42:44.185 INFO:teuthology.orchestra.run.smithi046.stdout:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2024-04-22T23:42:44.190 INFO:teuthology.orchestra.run.smithi046.stdout:Non-zero exit code 3 from systemctl is-active ntpd.service 2024-04-22T23:42:44.190 INFO:teuthology.orchestra.run.smithi046.stdout:systemctl: stdout inactive 2024-04-22T23:42:44.194 INFO:teuthology.orchestra.run.smithi046.stdout:systemctl: stdout enabled 2024-04-22T23:42:44.198 INFO:teuthology.orchestra.run.smithi046.stdout:systemctl: stdout active 2024-04-22T23:42:44.198 INFO:teuthology.orchestra.run.smithi046.stdout:Unit ntp.service is enabled and running 2024-04-22T23:42:44.198 INFO:teuthology.orchestra.run.smithi046.stdout:Repeating the final host check... 2024-04-22T23:42:44.198 INFO:teuthology.orchestra.run.smithi046.stdout:docker (/usr/bin/docker) is present 2024-04-22T23:42:44.199 INFO:teuthology.orchestra.run.smithi046.stdout:systemctl is present 2024-04-22T23:42:44.199 INFO:teuthology.orchestra.run.smithi046.stdout:lvcreate is present 2024-04-22T23:42:44.202 INFO:teuthology.orchestra.run.smithi046.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-04-22T23:42:44.202 INFO:teuthology.orchestra.run.smithi046.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-04-22T23:42:44.205 INFO:teuthology.orchestra.run.smithi046.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-04-22T23:42:44.206 INFO:teuthology.orchestra.run.smithi046.stdout:systemctl: stdout inactive 2024-04-22T23:42:44.209 INFO:teuthology.orchestra.run.smithi046.stdout:Non-zero exit code 1 from systemctl is-enabled chronyd.service 2024-04-22T23:42:44.209 INFO:teuthology.orchestra.run.smithi046.stdout:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2024-04-22T23:42:44.212 INFO:teuthology.orchestra.run.smithi046.stdout:Non-zero exit code 3 from systemctl is-active chronyd.service 2024-04-22T23:42:44.213 INFO:teuthology.orchestra.run.smithi046.stdout:systemctl: stdout inactive 2024-04-22T23:42:44.217 INFO:teuthology.orchestra.run.smithi046.stdout:Non-zero exit code 1 from systemctl is-enabled systemd-timesyncd.service 2024-04-22T23:42:44.217 INFO:teuthology.orchestra.run.smithi046.stdout:systemctl: stdout masked 2024-04-22T23:42:44.220 INFO:teuthology.orchestra.run.smithi046.stdout:Non-zero exit code 3 from systemctl is-active systemd-timesyncd.service 2024-04-22T23:42:44.220 INFO:teuthology.orchestra.run.smithi046.stdout:systemctl: stdout inactive 2024-04-22T23:42:44.224 INFO:teuthology.orchestra.run.smithi046.stdout:Non-zero exit code 1 from systemctl is-enabled ntpd.service 2024-04-22T23:42:44.224 INFO:teuthology.orchestra.run.smithi046.stdout:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2024-04-22T23:42:44.227 INFO:teuthology.orchestra.run.smithi046.stdout:Non-zero exit code 3 from systemctl is-active ntpd.service 2024-04-22T23:42:44.227 INFO:teuthology.orchestra.run.smithi046.stdout:systemctl: stdout inactive 2024-04-22T23:42:44.231 INFO:teuthology.orchestra.run.smithi046.stdout:systemctl: stdout enabled 2024-04-22T23:42:44.235 INFO:teuthology.orchestra.run.smithi046.stdout:systemctl: stdout active 2024-04-22T23:42:44.235 INFO:teuthology.orchestra.run.smithi046.stdout:Unit ntp.service is enabled and running 2024-04-22T23:42:44.235 INFO:teuthology.orchestra.run.smithi046.stdout:Host looks OK 2024-04-22T23:42:44.235 INFO:teuthology.orchestra.run.smithi046.stdout:Cluster fsid: e2b7ae0a-0101-11ef-bc93-c7b262605968 2024-04-22T23:42:44.235 INFO:teuthology.orchestra.run.smithi046.stdout:Acquiring lock 139719653255456 on /run/cephadm/e2b7ae0a-0101-11ef-bc93-c7b262605968.lock 2024-04-22T23:42:44.235 INFO:teuthology.orchestra.run.smithi046.stdout:Lock 139719653255456 acquired on /run/cephadm/e2b7ae0a-0101-11ef-bc93-c7b262605968.lock 2024-04-22T23:42:44.235 INFO:teuthology.orchestra.run.smithi046.stdout:Verifying IP 172.21.15.46 port 3300 ... 2024-04-22T23:42:44.235 INFO:teuthology.orchestra.run.smithi046.stdout:Verifying IP 172.21.15.46 port 6789 ... 2024-04-22T23:42:44.235 INFO:teuthology.orchestra.run.smithi046.stdout:Base mon IP(s) is [172.21.15.46:3300, 172.21.15.46:6789], mon addrv is [v2:172.21.15.46:3300,v1:172.21.15.46:6789] 2024-04-22T23:42:44.238 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/sbin/ip: stdout default via 172.21.15.254 dev ens1f0 2024-04-22T23:42:44.238 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/sbin/ip: stdout 172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2024-04-22T23:42:44.238 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/sbin/ip: stdout 172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.46 2024-04-22T23:42:44.240 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2024-04-22T23:42:44.240 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/sbin/ip: stdout fe80::/64 dev ens1f0 proto kernel metric 256 pref medium 2024-04-22T23:42:44.240 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev ens1f0 proto ra metric 1024 expires 1775sec hoplimit 64 pref medium 2024-04-22T23:42:44.242 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-04-22T23:42:44.242 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/sbin/ip: stdout inet6 ::1/128 scope host 2024-04-22T23:42:44.242 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-04-22T23:42:44.242 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/sbin/ip: stdout 4: ens1f0: mtu 1500 state UP qlen 1000 2024-04-22T23:42:44.242 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/sbin/ip: stdout inet6 fe80::ec4:7aff:febd:15f8/64 scope link 2024-04-22T23:42:44.242 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-04-22T23:42:44.243 INFO:teuthology.orchestra.run.smithi046.stdout:Mon IP `172.21.15.46` is in CIDR network `172.21.0.0/20` 2024-04-22T23:42:44.243 INFO:teuthology.orchestra.run.smithi046.stdout:Mon IP `172.21.15.46` is in CIDR network `172.21.0.0/20` 2024-04-22T23:42:44.243 INFO:teuthology.orchestra.run.smithi046.stdout:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2024-04-22T23:42:44.243 INFO:teuthology.orchestra.run.smithi046.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-04-22T23:42:44.244 INFO:teuthology.orchestra.run.smithi046.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5... 2024-04-22T23:42:44.542 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/docker: stdout 43be020184947e53516056c9931e1ac5bdbbb1a5: Pulling from ceph-ci/ceph 2024-04-22T23:42:44.542 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/docker: stdout Digest: sha256:b8bc99cfccdf4e584cbe106d55b5c5dc774312148ba54d6ca5b660445cf4506c 2024-04-22T23:42:44.543 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/docker: stdout Status: Image is up to date for quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 2024-04-22T23:42:44.543 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/docker: stdout quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 2024-04-22T23:42:45.887 INFO:teuthology.orchestra.run.smithi046.stdout:ceph: stdout ceph version 19.0.0-3252-g43be0201 (43be020184947e53516056c9931e1ac5bdbbb1a5) squid (dev) 2024-04-22T23:42:45.887 INFO:teuthology.orchestra.run.smithi046.stdout:Ceph version: ceph version 19.0.0-3252-g43be0201 (43be020184947e53516056c9931e1ac5bdbbb1a5) squid (dev) 2024-04-22T23:42:45.887 INFO:teuthology.orchestra.run.smithi046.stdout:Extracting ceph user uid/gid from container image... 2024-04-22T23:42:47.007 INFO:teuthology.orchestra.run.smithi046.stdout:stat: stdout 167 167 2024-04-22T23:42:47.007 INFO:teuthology.orchestra.run.smithi046.stdout:Creating initial keys... 2024-04-22T23:42:48.203 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-authtool: stdout AQD39SZmEF2cKBAAad6h87MWNqyTJknnI/BTfQ== 2024-04-22T23:42:49.308 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-authtool: stdout AQD49SZm4EDVMhAAB+/6NxjBOc4dAKOa1Hy7NQ== 2024-04-22T23:42:50.412 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-authtool: stdout AQD59SZm0j8oNxAAqUdMWgyaXVUXkJDQYlEdRQ== 2024-04-22T23:42:50.412 INFO:teuthology.orchestra.run.smithi046.stdout:Creating initial monmap... 2024-04-22T23:42:51.425 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2024-04-22T23:42:51.426 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = quincy 2024-04-22T23:42:51.426 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to e2b7ae0a-0101-11ef-bc93-c7b262605968 2024-04-22T23:42:51.426 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-04-22T23:42:51.426 INFO:teuthology.orchestra.run.smithi046.stdout:monmaptool for smithi046 [v2:172.21.15.46:3300,v1:172.21.15.46:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-04-22T23:42:51.426 INFO:teuthology.orchestra.run.smithi046.stdout:setting min_mon_release = quincy 2024-04-22T23:42:51.426 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/monmaptool: set fsid to e2b7ae0a-0101-11ef-bc93-c7b262605968 2024-04-22T23:42:51.426 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-04-22T23:42:51.426 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T23:42:51.426 INFO:teuthology.orchestra.run.smithi046.stdout:Creating mon... 2024-04-22T23:42:52.662 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:42:52.087+0000 7f880e032c80 0 set uid:gid to 167:167 (ceph:ceph) 2024-04-22T23:42:52.662 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:42:52.087+0000 7f880e032c80 1 imported monmap: 2024-04-22T23:42:52.662 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr epoch 0 2024-04-22T23:42:52.662 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr fsid e2b7ae0a-0101-11ef-bc93-c7b262605968 2024-04-22T23:42:52.662 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr last_changed 2024-04-22T23:42:51.032461+0000 2024-04-22T23:42:52.662 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr created 2024-04-22T23:42:51.032461+0000 2024-04-22T23:42:52.663 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr min_mon_release 17 (quincy) 2024-04-22T23:42:52.663 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr election_strategy: 1 2024-04-22T23:42:52.663 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr 0: [v2:172.21.15.46:3300/0,v1:172.21.15.46:6789/0] mon.smithi046 2024-04-22T23:42:52.663 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr 2024-04-22T23:42:52.663 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:42:52.087+0000 7f880e032c80 0 /usr/bin/ceph-mon: set fsid to e2b7ae0a-0101-11ef-bc93-c7b262605968 2024-04-22T23:42:52.663 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:42:52.091+0000 7f880e032c80 4 rocksdb: RocksDB version: 7.9.2 2024-04-22T23:42:52.663 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr 2024-04-22T23:42:52.663 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:42:52.091+0000 7f880e032c80 4 rocksdb: Git sha 0 2024-04-22T23:42:52.663 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:42:52.091+0000 7f880e032c80 4 rocksdb: Compile date 2024-04-22 21:33:31 2024-04-22T23:42:52.663 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:42:52.091+0000 7f880e032c80 4 rocksdb: DB SUMMARY 2024-04-22T23:42:52.663 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr 2024-04-22T23:42:52.663 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:42:52.091+0000 7f880e032c80 4 rocksdb: DB Session ID: 96UO08GXIFZD8EOYU163 2024-04-22T23:42:52.663 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr 2024-04-22T23:42:52.663 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:42:52.091+0000 7f880e032c80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi046/store.db dir, Total Num: 0, files: 2024-04-22T23:42:52.663 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr 2024-04-22T23:42:52.664 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:42:52.091+0000 7f880e032c80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi046/store.db: 2024-04-22T23:42:52.664 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr 2024-04-22T23:42:52.664 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:42:52.091+0000 7f880e032c80 4 rocksdb: Options.error_if_exists: 0 2024-04-22T23:42:52.664 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:42:52.091+0000 7f880e032c80 4 rocksdb: Options.create_if_missing: 1 2024-04-22T23:42:52.664 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:42:52.091+0000 7f880e032c80 4 rocksdb: Options.paranoid_checks: 1 2024-04-22T23:42:52.664 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:42:52.091+0000 7f880e032c80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-04-22T23:42:52.664 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:42:52.091+0000 7f880e032c80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-04-22T23:42:52.664 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:42:52.091+0000 7f880e032c80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-04-22T23:42:52.664 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:42:52.091+0000 7f880e032c80 4 rocksdb: Options.env: 0x5635b2829cc0 2024-04-22T23:42:52.664 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:42:52.091+0000 7f880e032c80 4 rocksdb: Options.fs: PosixFileSystem 2024-04-22T23:42:52.664 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:42:52.091+0000 7f880e032c80 4 rocksdb: Options.info_log: 0x5635b45b8d60 2024-04-22T23:42:52.664 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:42:52.091+0000 7f880e032c80 4 rocksdb: Options.max_file_opening_threads: 16 2024-04-22T23:42:52.664 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:42:52.091+0000 7f880e032c80 4 rocksdb: Options.statistics: (nil) 2024-04-22T23:42:52.664 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:42:52.091+0000 7f880e032c80 4 rocksdb: Options.use_fsync: 0 2024-04-22T23:42:52.665 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:42:52.091+0000 7f880e032c80 4 rocksdb: Options.max_log_file_size: 0 2024-04-22T23:42:52.665 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:42:52.091+0000 7f880e032c80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-04-22T23:42:52.665 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:42:52.091+0000 7f880e032c80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-04-22T23:42:52.665 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:42:52.091+0000 7f880e032c80 4 rocksdb: Options.keep_log_file_num: 1000 2024-04-22T23:42:52.665 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:42:52.091+0000 7f880e032c80 4 rocksdb: Options.recycle_log_file_num: 0 2024-04-22T23:42:52.665 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:42:52.091+0000 7f880e032c80 4 rocksdb: Options.allow_fallocate: 1 2024-04-22T23:42:52.665 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:42:52.091+0000 7f880e032c80 4 rocksdb: Options.allow_mmap_reads: 0 2024-04-22T23:42:52.665 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:42:52.091+0000 7f880e032c80 4 rocksdb: Options.allow_mmap_writes: 0 2024-04-22T23:42:52.665 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:42:52.091+0000 7f880e032c80 4 rocksdb: Options.use_direct_reads: 0 2024-04-22T23:42:52.665 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:42:52.091+0000 7f880e032c80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-04-22T23:42:52.665 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:42:52.091+0000 7f880e032c80 4 rocksdb: Options.create_missing_column_families: 0 2024-04-22T23:42:52.665 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:42:52.091+0000 7f880e032c80 4 rocksdb: Options.db_log_dir: 2024-04-22T23:42:52.665 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:42:52.091+0000 7f880e032c80 4 rocksdb: Options.wal_dir: 2024-04-22T23:42:52.665 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:42:52.091+0000 7f880e032c80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-04-22T23:42:52.665 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:42:52.091+0000 7f880e032c80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-04-22T23:42:52.666 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:42:52.091+0000 7f880e032c80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-04-22T23:42:52.666 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:42:52.091+0000 7f880e032c80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-04-22T23:42:52.666 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:42:52.091+0000 7f880e032c80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-04-22T23:42:52.666 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:42:52.091+0000 7f880e032c80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-04-22T23:42:52.666 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:42:52.091+0000 7f880e032c80 4 rocksdb: Options.advise_random_on_open: 1 2024-04-22T23:42:52.666 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:42:52.091+0000 7f880e032c80 4 rocksdb: Options.db_write_buffer_size: 0 2024-04-22T23:42:52.666 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:42:52.091+0000 7f880e032c80 4 rocksdb: Options.write_buffer_manager: 0x5635b454caa0 2024-04-22T23:42:52.666 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:42:52.091+0000 7f880e032c80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-04-22T23:42:52.666 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:42:52.091+0000 7f880e032c80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-04-22T23:42:52.666 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:42:52.091+0000 7f880e032c80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-04-22T23:42:52.666 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:42:52.091+0000 7f880e032c80 4 rocksdb: Options.rate_limiter: (nil) 2024-04-22T23:42:52.666 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:42:52.091+0000 7f880e032c80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-04-22T23:42:52.666 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:42:52.091+0000 7f880e032c80 4 rocksdb: Options.wal_recovery_mode: 2 2024-04-22T23:42:52.667 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:42:52.091+0000 7f880e032c80 4 rocksdb: Options.enable_thread_tracking: 0 2024-04-22T23:42:52.667 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:42:52.091+0000 7f880e032c80 4 rocksdb: Options.enable_pipelined_write: 0 2024-04-22T23:42:52.667 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:42:52.091+0000 7f880e032c80 4 rocksdb: Options.unordered_write: 0 2024-04-22T23:42:52.667 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:42:52.091+0000 7f880e032c80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-04-22T23:42:52.667 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:42:52.091+0000 7f880e032c80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-04-22T23:42:52.667 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:42:52.091+0000 7f880e032c80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-04-22T23:42:52.667 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:42:52.091+0000 7f880e032c80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-04-22T23:42:52.667 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:42:52.091+0000 7f880e032c80 4 rocksdb: Options.row_cache: None 2024-04-22T23:42:52.667 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:42:52.091+0000 7f880e032c80 4 rocksdb: Options.wal_filter: None 2024-04-22T23:42:52.667 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:42:52.091+0000 7f880e032c80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-04-22T23:42:52.667 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:42:52.091+0000 7f880e032c80 4 rocksdb: Options.allow_ingest_behind: 0 2024-04-22T23:42:52.667 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:42:52.091+0000 7f880e032c80 4 rocksdb: Options.two_write_queues: 0 2024-04-22T23:42:52.667 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:42:52.091+0000 7f880e032c80 4 rocksdb: Options.manual_wal_flush: 0 2024-04-22T23:42:52.667 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:42:52.091+0000 7f880e032c80 4 rocksdb: Options.wal_compression: 0 2024-04-22T23:42:52.668 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:42:52.091+0000 7f880e032c80 4 rocksdb: Options.atomic_flush: 0 2024-04-22T23:42:52.668 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:42:52.091+0000 7f880e032c80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-04-22T23:42:52.668 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:42:52.091+0000 7f880e032c80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-04-22T23:42:52.668 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:42:52.091+0000 7f880e032c80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-04-22T23:42:52.668 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:42:52.091+0000 7f880e032c80 4 rocksdb: Options.log_readahead_size: 0 2024-04-22T23:42:52.668 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:42:52.091+0000 7f880e032c80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-04-22T23:42:52.668 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:42:52.091+0000 7f880e032c80 4 rocksdb: Options.best_efforts_recovery: 0 2024-04-22T23:42:52.668 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:42:52.091+0000 7f880e032c80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-04-22T23:42:52.668 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:42:52.091+0000 7f880e032c80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-04-22T23:42:52.668 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:42:52.091+0000 7f880e032c80 4 rocksdb: Options.allow_data_in_errors: 0 2024-04-22T23:42:52.668 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:42:52.091+0000 7f880e032c80 4 rocksdb: Options.db_host_id: __hostname__ 2024-04-22T23:42:52.668 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:42:52.091+0000 7f880e032c80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-04-22T23:42:52.668 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:42:52.091+0000 7f880e032c80 4 rocksdb: Options.max_background_jobs: 2 2024-04-22T23:42:52.668 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:42:52.091+0000 7f880e032c80 4 rocksdb: Options.max_background_compactions: -1 2024-04-22T23:42:52.669 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:42:52.091+0000 7f880e032c80 4 rocksdb: Options.max_subcompactions: 1 2024-04-22T23:42:52.669 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:42:52.091+0000 7f880e032c80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-04-22T23:42:52.669 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:42:52.091+0000 7f880e032c80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-04-22T23:42:52.669 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:42:52.091+0000 7f880e032c80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-04-22T23:42:52.669 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:42:52.091+0000 7f880e032c80 4 rocksdb: Options.max_total_wal_size: 0 2024-04-22T23:42:52.669 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:42:52.091+0000 7f880e032c80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-04-22T23:42:52.669 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:42:52.091+0000 7f880e032c80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-04-22T23:42:52.669 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:42:52.091+0000 7f880e032c80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-04-22T23:42:52.669 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:42:52.091+0000 7f880e032c80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-04-22T23:42:52.669 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:42:52.091+0000 7f880e032c80 4 rocksdb: Options.max_open_files: -1 2024-04-22T23:42:52.669 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:42:52.091+0000 7f880e032c80 4 rocksdb: Options.bytes_per_sync: 0 2024-04-22T23:42:52.669 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:42:52.091+0000 7f880e032c80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-04-22T23:42:52.669 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:42:52.091+0000 7f880e032c80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-04-22T23:42:52.669 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:42:52.091+0000 7f880e032c80 4 rocksdb: Options.compaction_readahead_size: 0 2024-04-22T23:42:52.669 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:42:52.091+0000 7f880e032c80 4 rocksdb: Options.max_background_flushes: -1 2024-04-22T23:42:52.670 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:42:52.091+0000 7f880e032c80 4 rocksdb: Compression algorithms supported: 2024-04-22T23:42:52.670 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:42:52.091+0000 7f880e032c80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-04-22T23:42:52.670 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:42:52.091+0000 7f880e032c80 4 rocksdb: kZSTD supported: 0 2024-04-22T23:42:52.670 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:42:52.091+0000 7f880e032c80 4 rocksdb: kXpressCompression supported: 0 2024-04-22T23:42:52.670 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:42:52.091+0000 7f880e032c80 4 rocksdb: kLZ4HCCompression supported: 1 2024-04-22T23:42:52.670 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:42:52.091+0000 7f880e032c80 4 rocksdb: kZlibCompression supported: 1 2024-04-22T23:42:52.670 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:42:52.091+0000 7f880e032c80 4 rocksdb: kSnappyCompression supported: 1 2024-04-22T23:42:52.670 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:42:52.091+0000 7f880e032c80 4 rocksdb: kLZ4Compression supported: 1 2024-04-22T23:42:52.670 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:42:52.091+0000 7f880e032c80 4 rocksdb: kBZip2Compression supported: 0 2024-04-22T23:42:52.670 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:42:52.091+0000 7f880e032c80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-04-22T23:42:52.670 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:42:52.091+0000 7f880e032c80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-04-22T23:42:52.670 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:42:52.091+0000 7f880e032c80 4 rocksdb: [db/db_impl/db_impl_open.cc:317] Creating manifest 1 2024-04-22T23:42:52.670 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr 2024-04-22T23:42:52.670 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:42:52.091+0000 7f880e032c80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi046/store.db/MANIFEST-000001 2024-04-22T23:42:52.671 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr 2024-04-22T23:42:52.671 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:42:52.091+0000 7f880e032c80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-04-22T23:42:52.671 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr 2024-04-22T23:42:52.671 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:42:52.091+0000 7f880e032c80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-04-22T23:42:52.671 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:42:52.091+0000 7f880e032c80 4 rocksdb: Options.merge_operator: 2024-04-22T23:42:52.671 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:42:52.091+0000 7f880e032c80 4 rocksdb: Options.compaction_filter: None 2024-04-22T23:42:52.671 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:42:52.091+0000 7f880e032c80 4 rocksdb: Options.compaction_filter_factory: None 2024-04-22T23:42:52.671 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:42:52.091+0000 7f880e032c80 4 rocksdb: Options.sst_partitioner_factory: None 2024-04-22T23:42:52.671 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:42:52.091+0000 7f880e032c80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-04-22T23:42:52.671 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:42:52.091+0000 7f880e032c80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-04-22T23:42:52.671 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:42:52.091+0000 7f880e032c80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5635b45b8f20) 2024-04-22T23:42:52.671 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks: 1 2024-04-22T23:42:52.671 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks_with_high_priority: 0 2024-04-22T23:42:52.671 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr pin_l0_filter_and_index_blocks_in_cache: 0 2024-04-22T23:42:52.671 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr pin_top_level_index_and_filter: 1 2024-04-22T23:42:52.672 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr index_type: 0 2024-04-22T23:42:52.672 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr data_block_index_type: 0 2024-04-22T23:42:52.672 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr index_shortening: 1 2024-04-22T23:42:52.672 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr data_block_hash_table_util_ratio: 0.750000 2024-04-22T23:42:52.672 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr checksum: 4 2024-04-22T23:42:52.672 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr no_block_cache: 0 2024-04-22T23:42:52.672 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr block_cache: 0x5635b457f1f0 2024-04-22T23:42:52.672 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr block_cache_name: BinnedLRUCache 2024-04-22T23:42:52.672 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr block_cache_options: 2024-04-22T23:42:52.672 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr capacity : 536870912 2024-04-22T23:42:52.672 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr num_shard_bits : 4 2024-04-22T23:42:52.672 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr strict_capacity_limit : 0 2024-04-22T23:42:52.672 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr high_pri_pool_ratio: 0.000 2024-04-22T23:42:52.672 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr block_cache_compressed: (nil) 2024-04-22T23:42:52.672 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr persistent_cache: (nil) 2024-04-22T23:42:52.673 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr block_size: 4096 2024-04-22T23:42:52.673 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr block_size_deviation: 10 2024-04-22T23:42:52.673 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr block_restart_interval: 16 2024-04-22T23:42:52.673 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr index_block_restart_interval: 1 2024-04-22T23:42:52.673 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr metadata_block_size: 4096 2024-04-22T23:42:52.673 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr partition_filters: 0 2024-04-22T23:42:52.673 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr use_delta_encoding: 1 2024-04-22T23:42:52.673 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr filter_policy: bloomfilter 2024-04-22T23:42:52.673 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr whole_key_filtering: 1 2024-04-22T23:42:52.673 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr verify_compression: 0 2024-04-22T23:42:52.673 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr read_amp_bytes_per_bit: 0 2024-04-22T23:42:52.674 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr format_version: 5 2024-04-22T23:42:52.674 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr enable_index_compression: 1 2024-04-22T23:42:52.674 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr block_align: 0 2024-04-22T23:42:52.674 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr max_auto_readahead_size: 262144 2024-04-22T23:42:52.674 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr prepopulate_block_cache: 0 2024-04-22T23:42:52.674 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr initial_auto_readahead_size: 8192 2024-04-22T23:42:52.674 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr num_file_reads_for_auto_readahead: 2 2024-04-22T23:42:52.674 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr 2024-04-22T23:42:52.674 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:42:52.091+0000 7f880e032c80 4 rocksdb: Options.write_buffer_size: 33554432 2024-04-22T23:42:52.674 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:42:52.091+0000 7f880e032c80 4 rocksdb: Options.max_write_buffer_number: 2 2024-04-22T23:42:52.674 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:42:52.091+0000 7f880e032c80 4 rocksdb: Options.compression: NoCompression 2024-04-22T23:42:52.674 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:42:52.091+0000 7f880e032c80 4 rocksdb: Options.bottommost_compression: Disabled 2024-04-22T23:42:52.674 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:42:52.091+0000 7f880e032c80 4 rocksdb: Options.prefix_extractor: nullptr 2024-04-22T23:42:52.674 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:42:52.091+0000 7f880e032c80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-04-22T23:42:52.675 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:42:52.091+0000 7f880e032c80 4 rocksdb: Options.num_levels: 7 2024-04-22T23:42:52.675 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:42:52.091+0000 7f880e032c80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-04-22T23:42:52.675 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:42:52.091+0000 7f880e032c80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-04-22T23:42:52.675 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:42:52.091+0000 7f880e032c80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-04-22T23:42:52.675 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:42:52.091+0000 7f880e032c80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-04-22T23:42:52.675 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:42:52.091+0000 7f880e032c80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-04-22T23:42:52.675 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:42:52.091+0000 7f880e032c80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-04-22T23:42:52.675 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:42:52.091+0000 7f880e032c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-04-22T23:42:52.675 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:42:52.091+0000 7f880e032c80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-04-22T23:42:52.675 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:42:52.091+0000 7f880e032c80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-04-22T23:42:52.675 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:42:52.091+0000 7f880e032c80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-04-22T23:42:52.675 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:42:52.091+0000 7f880e032c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-04-22T23:42:52.675 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:42:52.091+0000 7f880e032c80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-04-22T23:42:52.675 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:42:52.091+0000 7f880e032c80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-04-22T23:42:52.675 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:42:52.091+0000 7f880e032c80 4 rocksdb: Options.compression_opts.level: 32767 2024-04-22T23:42:52.675 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:42:52.091+0000 7f880e032c80 4 rocksdb: Options.compression_opts.strategy: 0 2024-04-22T23:42:52.676 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:42:52.091+0000 7f880e032c80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-04-22T23:42:52.676 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:42:52.091+0000 7f880e032c80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-04-22T23:42:52.676 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:42:52.091+0000 7f880e032c80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-04-22T23:42:52.676 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:42:52.091+0000 7f880e032c80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-04-22T23:42:52.676 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:42:52.091+0000 7f880e032c80 4 rocksdb: Options.compression_opts.enabled: false 2024-04-22T23:42:52.676 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:42:52.091+0000 7f880e032c80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-04-22T23:42:52.676 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:42:52.091+0000 7f880e032c80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-04-22T23:42:52.676 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:42:52.091+0000 7f880e032c80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-04-22T23:42:52.676 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:42:52.091+0000 7f880e032c80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-04-22T23:42:52.676 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:42:52.091+0000 7f880e032c80 4 rocksdb: Options.target_file_size_base: 67108864 2024-04-22T23:42:52.676 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:42:52.091+0000 7f880e032c80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-04-22T23:42:52.676 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:42:52.091+0000 7f880e032c80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-04-22T23:42:52.676 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:42:52.091+0000 7f880e032c80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-04-22T23:42:52.676 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:42:52.091+0000 7f880e032c80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-04-22T23:42:52.676 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:42:52.091+0000 7f880e032c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-04-22T23:42:52.677 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:42:52.091+0000 7f880e032c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-04-22T23:42:52.677 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:42:52.091+0000 7f880e032c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-04-22T23:42:52.677 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:42:52.091+0000 7f880e032c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-04-22T23:42:52.677 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:42:52.091+0000 7f880e032c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-04-22T23:42:52.677 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:42:52.091+0000 7f880e032c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-04-22T23:42:52.677 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:42:52.091+0000 7f880e032c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-04-22T23:42:52.677 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:42:52.091+0000 7f880e032c80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-04-22T23:42:52.677 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:42:52.091+0000 7f880e032c80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-04-22T23:42:52.677 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:42:52.091+0000 7f880e032c80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-04-22T23:42:52.677 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:42:52.091+0000 7f880e032c80 4 rocksdb: Options.arena_block_size: 1048576 2024-04-22T23:42:52.677 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:42:52.091+0000 7f880e032c80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-04-22T23:42:52.677 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:42:52.091+0000 7f880e032c80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-04-22T23:42:52.677 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:42:52.091+0000 7f880e032c80 4 rocksdb: Options.disable_auto_compactions: 0 2024-04-22T23:42:52.677 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:42:52.091+0000 7f880e032c80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-04-22T23:42:52.677 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:42:52.091+0000 7f880e032c80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-04-22T23:42:52.678 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:42:52.091+0000 7f880e032c80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-04-22T23:42:52.678 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:42:52.091+0000 7f880e032c80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-04-22T23:42:52.678 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:42:52.091+0000 7f880e032c80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-04-22T23:42:52.678 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:42:52.091+0000 7f880e032c80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-04-22T23:42:52.678 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:42:52.091+0000 7f880e032c80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-04-22T23:42:52.678 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:42:52.091+0000 7f880e032c80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-04-22T23:42:52.678 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:42:52.091+0000 7f880e032c80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-04-22T23:42:52.678 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:42:52.091+0000 7f880e032c80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-04-22T23:42:52.678 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:42:52.091+0000 7f880e032c80 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-04-22T23:42:52.678 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:42:52.091+0000 7f880e032c80 4 rocksdb: Options.inplace_update_support: 0 2024-04-22T23:42:52.678 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:42:52.091+0000 7f880e032c80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-04-22T23:42:52.678 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:42:52.091+0000 7f880e032c80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-04-22T23:42:52.678 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:42:52.091+0000 7f880e032c80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-04-22T23:42:52.679 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:42:52.091+0000 7f880e032c80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-04-22T23:42:52.679 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:42:52.091+0000 7f880e032c80 4 rocksdb: Options.bloom_locality: 0 2024-04-22T23:42:52.679 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:42:52.091+0000 7f880e032c80 4 rocksdb: Options.max_successive_merges: 0 2024-04-22T23:42:52.679 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:42:52.091+0000 7f880e032c80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-04-22T23:42:52.679 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:42:52.091+0000 7f880e032c80 4 rocksdb: Options.paranoid_file_checks: 0 2024-04-22T23:42:52.679 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:42:52.091+0000 7f880e032c80 4 rocksdb: Options.force_consistency_checks: 1 2024-04-22T23:42:52.679 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:42:52.091+0000 7f880e032c80 4 rocksdb: Options.report_bg_io_stats: 0 2024-04-22T23:42:52.679 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:42:52.091+0000 7f880e032c80 4 rocksdb: Options.ttl: 2592000 2024-04-22T23:42:52.679 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:42:52.091+0000 7f880e032c80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-04-22T23:42:52.679 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:42:52.091+0000 7f880e032c80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-04-22T23:42:52.679 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:42:52.091+0000 7f880e032c80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-04-22T23:42:52.679 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:42:52.091+0000 7f880e032c80 4 rocksdb: Options.enable_blob_files: false 2024-04-22T23:42:52.679 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:42:52.091+0000 7f880e032c80 4 rocksdb: Options.min_blob_size: 0 2024-04-22T23:42:52.680 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:42:52.091+0000 7f880e032c80 4 rocksdb: Options.blob_file_size: 268435456 2024-04-22T23:42:52.680 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:42:52.091+0000 7f880e032c80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-04-22T23:42:52.680 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:42:52.091+0000 7f880e032c80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-04-22T23:42:52.680 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:42:52.091+0000 7f880e032c80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-04-22T23:42:52.680 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:42:52.091+0000 7f880e032c80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-04-22T23:42:52.680 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:42:52.091+0000 7f880e032c80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-04-22T23:42:52.680 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:42:52.091+0000 7f880e032c80 4 rocksdb: Options.blob_file_starting_level: 0 2024-04-22T23:42:52.680 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:42:52.091+0000 7f880e032c80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-04-22T23:42:52.680 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:42:52.091+0000 7f880e032c80 4 rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi046/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-22T23:42:52.680 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr 2024-04-22T23:42:52.680 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:42:52.091+0000 7f880e032c80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-04-22T23:42:52.680 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr 2024-04-22T23:42:52.680 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:42:52.091+0000 7f880e032c80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: b3f98ec1-b7d0-4908-80cc-71f33c95c2a4 2024-04-22T23:42:52.680 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr 2024-04-22T23:42:52.680 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:42:52.091+0000 7f880e032c80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 5 2024-04-22T23:42:52.680 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr 2024-04-22T23:42:52.681 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:42:52.095+0000 7f880e032c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x5635b466e000 2024-04-22T23:42:52.681 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:42:52.095+0000 7f880e032c80 4 rocksdb: DB pointer 0x5635b465e000 2024-04-22T23:42:52.681 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:42:52.095+0000 7f87fe194700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-04-22T23:42:52.681 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:42:52.095+0000 7f87fe194700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-04-22T23:42:52.681 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr ** DB Stats ** 2024-04-22T23:42:52.681 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-04-22T23:42:52.681 INFO:teuthology.orchestra.run.smithi046.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-22T23:42:52.681 INFO:teuthology.orchestra.run.smithi046.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-22T23:42:52.681 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-22T23:42:52.681 INFO:teuthology.orchestra.run.smithi046.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-22T23:42:52.681 INFO:teuthology.orchestra.run.smithi046.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-22T23:42:52.681 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-22T23:42:52.681 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr 2024-04-22T23:42:52.681 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-04-22T23:42:52.681 INFO:teuthology.orchestra.run.smithi046.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-22T23:42:52.681 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-04-22T23:42:52.682 INFO:teuthology.orchestra.run.smithi046.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-22T23:42:52.682 INFO:teuthology.orchestra.run.smithi046.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-22T23:42:52.682 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr 2024-04-22T23:42:52.682 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-04-22T23:42:52.682 INFO:teuthology.orchestra.run.smithi046.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-22T23:42:52.682 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-04-22T23:42:52.682 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr 2024-04-22T23:42:52.682 INFO:teuthology.orchestra.run.smithi046.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-22T23:42:52.682 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr 2024-04-22T23:42:52.682 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-04-22T23:42:52.682 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr Flush(GB): cumulative 0.000, interval 0.000 2024-04-22T23:42:52.682 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr AddFile(GB): cumulative 0.000, interval 0.000 2024-04-22T23:42:52.682 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr AddFile(Total Files): cumulative 0, interval 0 2024-04-22T23:42:52.682 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr AddFile(L0 Files): cumulative 0, interval 0 2024-04-22T23:42:52.683 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr AddFile(Keys): cumulative 0, interval 0 2024-04-22T23:42:52.683 INFO:teuthology.orchestra.run.smithi046.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-22T23:42:52.683 INFO:teuthology.orchestra.run.smithi046.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-22T23:42:52.683 INFO:teuthology.orchestra.run.smithi046.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-22T23:42:52.683 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr Block cache BinnedLRUCache@0x5635b457f1f0#7 capacity: 512.00 MB usage: 0.00 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.3e-05 secs_since: 0 2024-04-22T23:42:52.683 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr Block cache entry stats(count,size,portion): Misc(1,0.00 KB,0%) 2024-04-22T23:42:52.683 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr 2024-04-22T23:42:52.683 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr ** File Read Latency Histogram By Level [default] ** 2024-04-22T23:42:52.683 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr 2024-04-22T23:42:52.683 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:42:52.095+0000 7f880e032c80 4 rocksdb: [db/db_impl/db_impl.cc:496] Shutdown: canceling all background work 2024-04-22T23:42:52.683 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:42:52.095+0000 7f880e032c80 4 rocksdb: [db/db_impl/db_impl.cc:704] Shutdown complete 2024-04-22T23:42:52.683 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:42:52.095+0000 7f880e032c80 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-smithi046 for mon.smithi046 2024-04-22T23:42:52.683 INFO:teuthology.orchestra.run.smithi046.stdout:create mon.smithi046 on 2024-04-22T23:42:53.106 INFO:teuthology.orchestra.run.smithi046.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /etc/systemd/system/ceph.target. 2024-04-22T23:42:53.353 INFO:teuthology.orchestra.run.smithi046.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-e2b7ae0a-0101-11ef-bc93-c7b262605968.target -> /etc/systemd/system/ceph-e2b7ae0a-0101-11ef-bc93-c7b262605968.target. 2024-04-22T23:42:53.353 INFO:teuthology.orchestra.run.smithi046.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-e2b7ae0a-0101-11ef-bc93-c7b262605968.target -> /etc/systemd/system/ceph-e2b7ae0a-0101-11ef-bc93-c7b262605968.target. 2024-04-22T23:42:53.627 INFO:teuthology.orchestra.run.smithi046.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-e2b7ae0a-0101-11ef-bc93-c7b262605968@mon.smithi046 2024-04-22T23:42:53.628 INFO:teuthology.orchestra.run.smithi046.stdout:systemctl: stderr Failed to reset failed state of unit ceph-e2b7ae0a-0101-11ef-bc93-c7b262605968@mon.smithi046.service: Unit ceph-e2b7ae0a-0101-11ef-bc93-c7b262605968@mon.smithi046.service not loaded. 2024-04-22T23:42:53.828 INFO:teuthology.orchestra.run.smithi046.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-e2b7ae0a-0101-11ef-bc93-c7b262605968.target.wants/ceph-e2b7ae0a-0101-11ef-bc93-c7b262605968@mon.smithi046.service -> /etc/systemd/system/ceph-e2b7ae0a-0101-11ef-bc93-c7b262605968@.service. 2024-04-22T23:42:53.838 INFO:teuthology.orchestra.run.smithi046.stdout:firewalld does not appear to be present 2024-04-22T23:42:53.838 INFO:teuthology.orchestra.run.smithi046.stdout:Not possible to enable service . firewalld.service is not available 2024-04-22T23:42:53.838 INFO:teuthology.orchestra.run.smithi046.stdout:Waiting for mon to start... 2024-04-22T23:42:53.838 INFO:teuthology.orchestra.run.smithi046.stdout:Waiting for mon... 2024-04-22T23:42:55.084 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:42:55 smithi046 bash[18278]: cluster 2024-04-22T23:42:54.994282+0000 mon.smithi046 (mon.0) 1 : cluster [INF] mon.smithi046 is new leader, mons smithi046 in quorum (ranks 0) 2024-04-22T23:42:55.659 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout cluster: 2024-04-22T23:42:55.659 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout id: e2b7ae0a-0101-11ef-bc93-c7b262605968 2024-04-22T23:42:55.660 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2024-04-22T23:42:55.660 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout 2024-04-22T23:42:55.660 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout services: 2024-04-22T23:42:55.660 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum smithi046 (age 0.153448s) 2024-04-22T23:42:55.660 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2024-04-22T23:42:55.660 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2024-04-22T23:42:55.660 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout 2024-04-22T23:42:55.660 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout data: 2024-04-22T23:42:55.660 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2024-04-22T23:42:55.660 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2024-04-22T23:42:55.660 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2024-04-22T23:42:55.660 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout pgs: 2024-04-22T23:42:55.660 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout 2024-04-22T23:42:55.660 INFO:teuthology.orchestra.run.smithi046.stdout:mon is available 2024-04-22T23:42:55.660 INFO:teuthology.orchestra.run.smithi046.stdout:Assimilating anything we can from ceph.conf... 2024-04-22T23:42:56.289 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:42:56 smithi046 bash[18278]: cluster 2024-04-22T23:42:54.997291+0000 mon.smithi046 (mon.0) 2 : cluster [INF] mon.smithi046 is new leader, mons smithi046 in quorum (ranks 0) 2024-04-22T23:42:56.289 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:42:56 smithi046 bash[18278]: cluster 2024-04-22T23:42:54.997291+0000 mon.smithi046 (mon.0) 2 : cluster [INF] mon.smithi046 is new leader, mons smithi046 in quorum (ranks 0) 2024-04-22T23:42:56.289 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:42:56 smithi046 bash[18278]: cluster 2024-04-22T23:42:54.997428+0000 mon.smithi046 (mon.0) 3 : cluster [DBG] monmap epoch 1 2024-04-22T23:42:56.289 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:42:56 smithi046 bash[18278]: cluster 2024-04-22T23:42:54.997428+0000 mon.smithi046 (mon.0) 3 : cluster [DBG] monmap epoch 1 2024-04-22T23:42:56.289 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:42:56 smithi046 bash[18278]: cluster 2024-04-22T23:42:54.997439+0000 mon.smithi046 (mon.0) 4 : cluster [DBG] fsid e2b7ae0a-0101-11ef-bc93-c7b262605968 2024-04-22T23:42:56.289 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:42:56 smithi046 bash[18278]: cluster 2024-04-22T23:42:54.997439+0000 mon.smithi046 (mon.0) 4 : cluster [DBG] fsid e2b7ae0a-0101-11ef-bc93-c7b262605968 2024-04-22T23:42:56.289 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:42:56 smithi046 bash[18278]: cluster 2024-04-22T23:42:54.997447+0000 mon.smithi046 (mon.0) 5 : cluster [DBG] last_changed 2024-04-22T23:42:51.032461+0000 2024-04-22T23:42:56.289 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:42:56 smithi046 bash[18278]: cluster 2024-04-22T23:42:54.997447+0000 mon.smithi046 (mon.0) 5 : cluster [DBG] last_changed 2024-04-22T23:42:51.032461+0000 2024-04-22T23:42:56.290 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:42:56 smithi046 bash[18278]: cluster 2024-04-22T23:42:54.997455+0000 mon.smithi046 (mon.0) 6 : cluster [DBG] created 2024-04-22T23:42:51.032461+0000 2024-04-22T23:42:56.290 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:42:56 smithi046 bash[18278]: cluster 2024-04-22T23:42:54.997455+0000 mon.smithi046 (mon.0) 6 : cluster [DBG] created 2024-04-22T23:42:51.032461+0000 2024-04-22T23:42:56.290 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:42:56 smithi046 bash[18278]: cluster 2024-04-22T23:42:54.997463+0000 mon.smithi046 (mon.0) 7 : cluster [DBG] min_mon_release 19 (squid) 2024-04-22T23:42:56.290 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:42:56 smithi046 bash[18278]: cluster 2024-04-22T23:42:54.997463+0000 mon.smithi046 (mon.0) 7 : cluster [DBG] min_mon_release 19 (squid) 2024-04-22T23:42:56.290 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:42:56 smithi046 bash[18278]: cluster 2024-04-22T23:42:54.997470+0000 mon.smithi046 (mon.0) 8 : cluster [DBG] election_strategy: 1 2024-04-22T23:42:56.290 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:42:56 smithi046 bash[18278]: cluster 2024-04-22T23:42:54.997470+0000 mon.smithi046 (mon.0) 8 : cluster [DBG] election_strategy: 1 2024-04-22T23:42:56.290 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:42:56 smithi046 bash[18278]: cluster 2024-04-22T23:42:54.997477+0000 mon.smithi046 (mon.0) 9 : cluster [DBG] 0: [v2:172.21.15.46:3300/0,v1:172.21.15.46:6789/0] mon.smithi046 2024-04-22T23:42:56.290 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:42:56 smithi046 bash[18278]: cluster 2024-04-22T23:42:54.997477+0000 mon.smithi046 (mon.0) 9 : cluster [DBG] 0: [v2:172.21.15.46:3300/0,v1:172.21.15.46:6789/0] mon.smithi046 2024-04-22T23:42:56.290 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:42:56 smithi046 bash[18278]: cluster 2024-04-22T23:42:54.999373+0000 mon.smithi046 (mon.0) 10 : cluster [DBG] fsmap 2024-04-22T23:42:56.290 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:42:56 smithi046 bash[18278]: cluster 2024-04-22T23:42:54.999373+0000 mon.smithi046 (mon.0) 10 : cluster [DBG] fsmap 2024-04-22T23:42:56.290 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:42:56 smithi046 bash[18278]: cluster 2024-04-22T23:42:55.001762+0000 mon.smithi046 (mon.0) 11 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-04-22T23:42:56.290 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:42:56 smithi046 bash[18278]: cluster 2024-04-22T23:42:55.001762+0000 mon.smithi046 (mon.0) 11 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-04-22T23:42:56.290 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:42:56 smithi046 bash[18278]: cluster 2024-04-22T23:42:55.002227+0000 mon.smithi046 (mon.0) 12 : cluster [DBG] mgrmap e1: no daemons active 2024-04-22T23:42:56.291 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:42:56 smithi046 bash[18278]: cluster 2024-04-22T23:42:55.002227+0000 mon.smithi046 (mon.0) 12 : cluster [DBG] mgrmap e1: no daemons active 2024-04-22T23:42:56.291 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:42:56 smithi046 bash[18278]: audit 2024-04-22T23:42:55.150702+0000 mon.smithi046 (mon.0) 13 : audit [DBG] from='client.? 172.21.15.46:0/110452019' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-04-22T23:42:56.291 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:42:56 smithi046 bash[18278]: audit 2024-04-22T23:42:55.150702+0000 mon.smithi046 (mon.0) 13 : audit [DBG] from='client.? 172.21.15.46:0/110452019' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-04-22T23:42:57.172 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout 2024-04-22T23:42:57.172 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout [global] 2024-04-22T23:42:57.172 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout fsid = e2b7ae0a-0101-11ef-bc93-c7b262605968 2024-04-22T23:42:57.172 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2024-04-22T23:42:57.173 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.46:3300,v1:172.21.15.46:6789] 2024-04-22T23:42:57.173 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-04-22T23:42:57.174 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-04-22T23:42:57.174 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-04-22T23:42:57.174 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-04-22T23:42:57.174 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout 2024-04-22T23:42:57.174 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout [mgr] 2024-04-22T23:42:57.174 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-04-22T23:42:57.174 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout 2024-04-22T23:42:57.175 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout [osd] 2024-04-22T23:42:57.175 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-04-22T23:42:57.175 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-04-22T23:42:57.175 INFO:teuthology.orchestra.run.smithi046.stdout:Generating new minimal ceph.conf... 2024-04-22T23:42:57.334 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:42:57 smithi046 bash[18278]: audit 2024-04-22T23:42:56.623817+0000 mon.smithi046 (mon.0) 14 : audit [INF] from='client.? 172.21.15.46:0/1045096211' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-04-22T23:42:57.334 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:42:57 smithi046 bash[18278]: audit 2024-04-22T23:42:56.623817+0000 mon.smithi046 (mon.0) 14 : audit [INF] from='client.? 172.21.15.46:0/1045096211' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-04-22T23:42:57.334 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:42:57 smithi046 bash[18278]: audit 2024-04-22T23:42:56.627826+0000 mon.smithi046 (mon.0) 15 : audit [INF] from='client.? 172.21.15.46:0/1045096211' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-04-22T23:42:57.334 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:42:57 smithi046 bash[18278]: audit 2024-04-22T23:42:56.627826+0000 mon.smithi046 (mon.0) 15 : audit [INF] from='client.? 172.21.15.46:0/1045096211' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-04-22T23:42:58.584 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:42:58 smithi046 bash[18278]: audit 2024-04-22T23:42:58.153378+0000 mon.smithi046 (mon.0) 16 : audit [DBG] from='client.? 172.21.15.46:0/1966578341' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:42:58.584 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:42:58 smithi046 bash[18278]: audit 2024-04-22T23:42:58.153378+0000 mon.smithi046 (mon.0) 16 : audit [DBG] from='client.? 172.21.15.46:0/1966578341' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:42:58.652 INFO:teuthology.orchestra.run.smithi046.stdout:Restarting the monitor... 2024-04-22T23:42:59.034 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:42:58 smithi046 systemd[1]: Stopping Ceph mon.smithi046 for e2b7ae0a-0101-11ef-bc93-c7b262605968... 2024-04-22T23:42:59.034 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:42:58 smithi046 bash[18278]: debug 2024-04-22T23:42:58.799+0000 7fbbd11bf700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.smithi046 -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-22T23:42:59.034 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:42:58 smithi046 bash[18278]: debug 2024-04-22T23:42:58.799+0000 7fbbd11bf700 -1 mon.smithi046@0(leader) e1 *** Got Signal Terminated *** 2024-04-22T23:42:59.334 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:42:59 smithi046 bash[18664]: ceph-e2b7ae0a-0101-11ef-bc93-c7b262605968-mon-smithi046 2024-04-22T23:42:59.401 INFO:teuthology.orchestra.run.smithi046.stdout:Setting public_network to 172.21.0.0/20 in mon config section 2024-04-22T23:42:59.834 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:42:59 smithi046 bash[18725]: Error response from daemon: No such container: ceph-e2b7ae0a-0101-11ef-bc93-c7b262605968-mon-smithi046 2024-04-22T23:42:59.834 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:42:59 smithi046 systemd[1]: ceph-e2b7ae0a-0101-11ef-bc93-c7b262605968@mon.smithi046.service: Deactivated successfully. 2024-04-22T23:42:59.834 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:42:59 smithi046 systemd[1]: Stopped Ceph mon.smithi046 for e2b7ae0a-0101-11ef-bc93-c7b262605968. 2024-04-22T23:42:59.834 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:42:59 smithi046 systemd[1]: Started Ceph mon.smithi046 for e2b7ae0a-0101-11ef-bc93-c7b262605968. 2024-04-22T23:43:00.584 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.411+0000 7f906a570c80 0 set uid:gid to 167:167 (ceph:ceph) 2024-04-22T23:43:00.584 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.411+0000 7f906a570c80 0 ceph version 19.0.0-3252-g43be0201 (43be020184947e53516056c9931e1ac5bdbbb1a5) squid (dev), process ceph-mon, pid 7 2024-04-22T23:43:00.584 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.411+0000 7f906a570c80 0 pidfile_write: ignore empty --pid-file 2024-04-22T23:43:00.584 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.415+0000 7f906a570c80 0 load: jerasure load: lrc 2024-04-22T23:43:00.584 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.415+0000 7f906a570c80 4 rocksdb: RocksDB version: 7.9.2 2024-04-22T23:43:00.584 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.415+0000 7f906a570c80 4 rocksdb: Git sha 0 2024-04-22T23:43:00.584 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.415+0000 7f906a570c80 4 rocksdb: Compile date 2024-04-22 21:33:31 2024-04-22T23:43:00.584 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.415+0000 7f906a570c80 4 rocksdb: DB SUMMARY 2024-04-22T23:43:00.585 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.415+0000 7f906a570c80 4 rocksdb: DB Session ID: 1X5KMUXCE5DPT9AKJC2W 2024-04-22T23:43:00.585 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.415+0000 7f906a570c80 4 rocksdb: CURRENT file: CURRENT 2024-04-22T23:43:00.585 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.415+0000 7f906a570c80 4 rocksdb: IDENTITY file: IDENTITY 2024-04-22T23:43:00.585 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.415+0000 7f906a570c80 4 rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2024-04-22T23:43:00.585 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.415+0000 7f906a570c80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi046/store.db dir, Total Num: 1, files: 000008.sst 2024-04-22T23:43:00.585 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.415+0000 7f906a570c80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi046/store.db: 000009.log size: 88815 ; 2024-04-22T23:43:00.585 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.415+0000 7f906a570c80 4 rocksdb: Options.error_if_exists: 0 2024-04-22T23:43:00.585 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.415+0000 7f906a570c80 4 rocksdb: Options.create_if_missing: 0 2024-04-22T23:43:00.585 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.415+0000 7f906a570c80 4 rocksdb: Options.paranoid_checks: 1 2024-04-22T23:43:00.585 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.415+0000 7f906a570c80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-04-22T23:43:00.585 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.415+0000 7f906a570c80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-04-22T23:43:00.585 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.415+0000 7f906a570c80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-04-22T23:43:00.585 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.415+0000 7f906a570c80 4 rocksdb: Options.env: 0x55c417260cc0 2024-04-22T23:43:00.585 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.415+0000 7f906a570c80 4 rocksdb: Options.fs: PosixFileSystem 2024-04-22T23:43:00.585 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.415+0000 7f906a570c80 4 rocksdb: Options.info_log: 0x55c4192a7ae0 2024-04-22T23:43:00.586 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.415+0000 7f906a570c80 4 rocksdb: Options.max_file_opening_threads: 16 2024-04-22T23:43:00.586 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.415+0000 7f906a570c80 4 rocksdb: Options.statistics: (nil) 2024-04-22T23:43:00.586 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.415+0000 7f906a570c80 4 rocksdb: Options.use_fsync: 0 2024-04-22T23:43:00.586 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.415+0000 7f906a570c80 4 rocksdb: Options.max_log_file_size: 0 2024-04-22T23:43:00.586 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.415+0000 7f906a570c80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-04-22T23:43:00.587 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.415+0000 7f906a570c80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-04-22T23:43:00.587 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.415+0000 7f906a570c80 4 rocksdb: Options.keep_log_file_num: 1000 2024-04-22T23:43:00.587 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.415+0000 7f906a570c80 4 rocksdb: Options.recycle_log_file_num: 0 2024-04-22T23:43:00.587 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.415+0000 7f906a570c80 4 rocksdb: Options.allow_fallocate: 1 2024-04-22T23:43:00.587 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.415+0000 7f906a570c80 4 rocksdb: Options.allow_mmap_reads: 0 2024-04-22T23:43:00.587 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.415+0000 7f906a570c80 4 rocksdb: Options.allow_mmap_writes: 0 2024-04-22T23:43:00.587 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.415+0000 7f906a570c80 4 rocksdb: Options.use_direct_reads: 0 2024-04-22T23:43:00.587 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.415+0000 7f906a570c80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-04-22T23:43:00.587 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.415+0000 7f906a570c80 4 rocksdb: Options.create_missing_column_families: 0 2024-04-22T23:43:00.587 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.415+0000 7f906a570c80 4 rocksdb: Options.db_log_dir: 2024-04-22T23:43:00.587 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.415+0000 7f906a570c80 4 rocksdb: Options.wal_dir: 2024-04-22T23:43:00.587 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.415+0000 7f906a570c80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-04-22T23:43:00.587 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.415+0000 7f906a570c80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-04-22T23:43:00.588 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.415+0000 7f906a570c80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-04-22T23:43:00.588 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.415+0000 7f906a570c80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-04-22T23:43:00.588 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.415+0000 7f906a570c80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-04-22T23:43:00.588 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.415+0000 7f906a570c80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-04-22T23:43:00.588 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.415+0000 7f906a570c80 4 rocksdb: Options.advise_random_on_open: 1 2024-04-22T23:43:00.588 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.415+0000 7f906a570c80 4 rocksdb: Options.db_write_buffer_size: 0 2024-04-22T23:43:00.588 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.415+0000 7f906a570c80 4 rocksdb: Options.write_buffer_manager: 0x55c41923d0e0 2024-04-22T23:43:00.588 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.415+0000 7f906a570c80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-04-22T23:43:00.588 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.415+0000 7f906a570c80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-04-22T23:43:00.588 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.415+0000 7f906a570c80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-04-22T23:43:00.588 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.415+0000 7f906a570c80 4 rocksdb: Options.rate_limiter: (nil) 2024-04-22T23:43:00.588 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.415+0000 7f906a570c80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-04-22T23:43:00.588 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.415+0000 7f906a570c80 4 rocksdb: Options.wal_recovery_mode: 2 2024-04-22T23:43:00.588 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.415+0000 7f906a570c80 4 rocksdb: Options.enable_thread_tracking: 0 2024-04-22T23:43:00.589 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.415+0000 7f906a570c80 4 rocksdb: Options.enable_pipelined_write: 0 2024-04-22T23:43:00.589 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.415+0000 7f906a570c80 4 rocksdb: Options.unordered_write: 0 2024-04-22T23:43:00.589 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.415+0000 7f906a570c80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-04-22T23:43:00.589 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.415+0000 7f906a570c80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-04-22T23:43:00.589 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.415+0000 7f906a570c80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-04-22T23:43:00.589 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.415+0000 7f906a570c80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-04-22T23:43:00.589 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.415+0000 7f906a570c80 4 rocksdb: Options.row_cache: None 2024-04-22T23:43:00.589 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.415+0000 7f906a570c80 4 rocksdb: Options.wal_filter: None 2024-04-22T23:43:00.589 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.415+0000 7f906a570c80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-04-22T23:43:00.589 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.415+0000 7f906a570c80 4 rocksdb: Options.allow_ingest_behind: 0 2024-04-22T23:43:00.589 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.415+0000 7f906a570c80 4 rocksdb: Options.two_write_queues: 0 2024-04-22T23:43:00.589 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.415+0000 7f906a570c80 4 rocksdb: Options.manual_wal_flush: 0 2024-04-22T23:43:00.589 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.415+0000 7f906a570c80 4 rocksdb: Options.wal_compression: 0 2024-04-22T23:43:00.589 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.415+0000 7f906a570c80 4 rocksdb: Options.atomic_flush: 0 2024-04-22T23:43:00.590 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.415+0000 7f906a570c80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-04-22T23:43:00.590 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.415+0000 7f906a570c80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-04-22T23:43:00.590 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.415+0000 7f906a570c80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-04-22T23:43:00.590 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.415+0000 7f906a570c80 4 rocksdb: Options.log_readahead_size: 0 2024-04-22T23:43:00.590 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.415+0000 7f906a570c80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-04-22T23:43:00.590 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.415+0000 7f906a570c80 4 rocksdb: Options.best_efforts_recovery: 0 2024-04-22T23:43:00.590 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.415+0000 7f906a570c80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-04-22T23:43:00.590 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.415+0000 7f906a570c80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-04-22T23:43:00.590 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.415+0000 7f906a570c80 4 rocksdb: Options.allow_data_in_errors: 0 2024-04-22T23:43:00.590 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.415+0000 7f906a570c80 4 rocksdb: Options.db_host_id: __hostname__ 2024-04-22T23:43:00.590 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.415+0000 7f906a570c80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-04-22T23:43:00.590 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.415+0000 7f906a570c80 4 rocksdb: Options.max_background_jobs: 2 2024-04-22T23:43:00.590 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.415+0000 7f906a570c80 4 rocksdb: Options.max_background_compactions: -1 2024-04-22T23:43:00.590 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.415+0000 7f906a570c80 4 rocksdb: Options.max_subcompactions: 1 2024-04-22T23:43:00.591 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.415+0000 7f906a570c80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-04-22T23:43:00.591 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.415+0000 7f906a570c80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-04-22T23:43:00.591 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.415+0000 7f906a570c80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-04-22T23:43:00.591 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.415+0000 7f906a570c80 4 rocksdb: Options.max_total_wal_size: 0 2024-04-22T23:43:00.591 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.415+0000 7f906a570c80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-04-22T23:43:00.591 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.415+0000 7f906a570c80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-04-22T23:43:00.591 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.415+0000 7f906a570c80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-04-22T23:43:00.591 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.415+0000 7f906a570c80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-04-22T23:43:00.591 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.415+0000 7f906a570c80 4 rocksdb: Options.max_open_files: -1 2024-04-22T23:43:00.591 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.415+0000 7f906a570c80 4 rocksdb: Options.bytes_per_sync: 0 2024-04-22T23:43:00.591 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.415+0000 7f906a570c80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-04-22T23:43:00.591 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.415+0000 7f906a570c80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-04-22T23:43:00.591 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.415+0000 7f906a570c80 4 rocksdb: Options.compaction_readahead_size: 0 2024-04-22T23:43:00.591 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.415+0000 7f906a570c80 4 rocksdb: Options.max_background_flushes: -1 2024-04-22T23:43:00.592 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.415+0000 7f906a570c80 4 rocksdb: Compression algorithms supported: 2024-04-22T23:43:00.592 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.415+0000 7f906a570c80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-04-22T23:43:00.592 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.415+0000 7f906a570c80 4 rocksdb: kZSTD supported: 0 2024-04-22T23:43:00.592 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.415+0000 7f906a570c80 4 rocksdb: kXpressCompression supported: 0 2024-04-22T23:43:00.592 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.415+0000 7f906a570c80 4 rocksdb: kLZ4HCCompression supported: 1 2024-04-22T23:43:00.592 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.415+0000 7f906a570c80 4 rocksdb: kZlibCompression supported: 1 2024-04-22T23:43:00.592 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.415+0000 7f906a570c80 4 rocksdb: kSnappyCompression supported: 1 2024-04-22T23:43:00.592 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.415+0000 7f906a570c80 4 rocksdb: kLZ4Compression supported: 1 2024-04-22T23:43:00.592 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.415+0000 7f906a570c80 4 rocksdb: kBZip2Compression supported: 0 2024-04-22T23:43:00.592 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.415+0000 7f906a570c80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-04-22T23:43:00.592 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.415+0000 7f906a570c80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-04-22T23:43:00.592 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.415+0000 7f906a570c80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi046/store.db/MANIFEST-000010 2024-04-22T23:43:00.593 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.415+0000 7f906a570c80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-04-22T23:43:00.593 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.415+0000 7f906a570c80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-04-22T23:43:00.594 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.415+0000 7f906a570c80 4 rocksdb: Options.merge_operator: 2024-04-22T23:43:00.594 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.415+0000 7f906a570c80 4 rocksdb: Options.compaction_filter: None 2024-04-22T23:43:00.594 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.415+0000 7f906a570c80 4 rocksdb: Options.compaction_filter_factory: None 2024-04-22T23:43:00.594 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.415+0000 7f906a570c80 4 rocksdb: Options.sst_partitioner_factory: None 2024-04-22T23:43:00.594 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.415+0000 7f906a570c80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-04-22T23:43:00.594 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.415+0000 7f906a570c80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-04-22T23:43:00.594 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.415+0000 7f906a570c80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55c4192a7cc0) 2024-04-22T23:43:00.594 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: cache_index_and_filter_blocks: 1 2024-04-22T23:43:00.594 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: cache_index_and_filter_blocks_with_high_priority: 0 2024-04-22T23:43:00.594 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-04-22T23:43:00.594 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: pin_top_level_index_and_filter: 1 2024-04-22T23:43:00.594 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: index_type: 0 2024-04-22T23:43:00.594 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: data_block_index_type: 0 2024-04-22T23:43:00.595 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: index_shortening: 1 2024-04-22T23:43:00.595 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: data_block_hash_table_util_ratio: 0.750000 2024-04-22T23:43:00.595 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: checksum: 4 2024-04-22T23:43:00.595 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: no_block_cache: 0 2024-04-22T23:43:00.595 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: block_cache: 0x55c41926d1f0 2024-04-22T23:43:00.595 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: block_cache_name: BinnedLRUCache 2024-04-22T23:43:00.595 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: block_cache_options: 2024-04-22T23:43:00.595 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: capacity : 536870912 2024-04-22T23:43:00.595 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: num_shard_bits : 4 2024-04-22T23:43:00.595 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: strict_capacity_limit : 0 2024-04-22T23:43:00.595 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: high_pri_pool_ratio: 0.000 2024-04-22T23:43:00.595 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: block_cache_compressed: (nil) 2024-04-22T23:43:00.595 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: persistent_cache: (nil) 2024-04-22T23:43:00.595 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: block_size: 4096 2024-04-22T23:43:00.595 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: block_size_deviation: 10 2024-04-22T23:43:00.596 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: block_restart_interval: 16 2024-04-22T23:43:00.596 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: index_block_restart_interval: 1 2024-04-22T23:43:00.596 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: metadata_block_size: 4096 2024-04-22T23:43:00.596 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: partition_filters: 0 2024-04-22T23:43:00.596 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: use_delta_encoding: 1 2024-04-22T23:43:00.596 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: filter_policy: bloomfilter 2024-04-22T23:43:00.596 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: whole_key_filtering: 1 2024-04-22T23:43:00.596 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: verify_compression: 0 2024-04-22T23:43:00.596 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: read_amp_bytes_per_bit: 0 2024-04-22T23:43:00.596 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: format_version: 5 2024-04-22T23:43:00.596 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: enable_index_compression: 1 2024-04-22T23:43:00.596 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: block_align: 0 2024-04-22T23:43:00.596 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: max_auto_readahead_size: 262144 2024-04-22T23:43:00.596 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: prepopulate_block_cache: 0 2024-04-22T23:43:00.597 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: initial_auto_readahead_size: 8192 2024-04-22T23:43:00.597 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: num_file_reads_for_auto_readahead: 2 2024-04-22T23:43:00.597 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.415+0000 7f906a570c80 4 rocksdb: Options.write_buffer_size: 33554432 2024-04-22T23:43:00.597 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.415+0000 7f906a570c80 4 rocksdb: Options.max_write_buffer_number: 2 2024-04-22T23:43:00.597 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.415+0000 7f906a570c80 4 rocksdb: Options.compression: NoCompression 2024-04-22T23:43:00.597 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.415+0000 7f906a570c80 4 rocksdb: Options.bottommost_compression: Disabled 2024-04-22T23:43:00.597 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.415+0000 7f906a570c80 4 rocksdb: Options.prefix_extractor: nullptr 2024-04-22T23:43:00.597 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.415+0000 7f906a570c80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-04-22T23:43:00.597 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.415+0000 7f906a570c80 4 rocksdb: Options.num_levels: 7 2024-04-22T23:43:00.597 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.415+0000 7f906a570c80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-04-22T23:43:00.597 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.415+0000 7f906a570c80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-04-22T23:43:00.597 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.415+0000 7f906a570c80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-04-22T23:43:00.597 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.415+0000 7f906a570c80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-04-22T23:43:00.597 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.415+0000 7f906a570c80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-04-22T23:43:00.597 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.415+0000 7f906a570c80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-04-22T23:43:00.598 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.415+0000 7f906a570c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-04-22T23:43:00.598 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.415+0000 7f906a570c80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-04-22T23:43:00.598 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.415+0000 7f906a570c80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-04-22T23:43:00.598 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.415+0000 7f906a570c80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-04-22T23:43:00.598 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.415+0000 7f906a570c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-04-22T23:43:00.598 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.415+0000 7f906a570c80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-04-22T23:43:00.598 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.415+0000 7f906a570c80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-04-22T23:43:00.598 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.415+0000 7f906a570c80 4 rocksdb: Options.compression_opts.level: 32767 2024-04-22T23:43:00.598 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.415+0000 7f906a570c80 4 rocksdb: Options.compression_opts.strategy: 0 2024-04-22T23:43:00.598 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.415+0000 7f906a570c80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-04-22T23:43:00.598 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.415+0000 7f906a570c80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-04-22T23:43:00.598 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.415+0000 7f906a570c80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-04-22T23:43:00.598 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.415+0000 7f906a570c80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-04-22T23:43:00.599 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.415+0000 7f906a570c80 4 rocksdb: Options.compression_opts.enabled: false 2024-04-22T23:43:00.599 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.415+0000 7f906a570c80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-04-22T23:43:00.599 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.415+0000 7f906a570c80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-04-22T23:43:00.599 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.415+0000 7f906a570c80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-04-22T23:43:00.599 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.415+0000 7f906a570c80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-04-22T23:43:00.599 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.415+0000 7f906a570c80 4 rocksdb: Options.target_file_size_base: 67108864 2024-04-22T23:43:00.599 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.415+0000 7f906a570c80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-04-22T23:43:00.599 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.415+0000 7f906a570c80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-04-22T23:43:00.599 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.415+0000 7f906a570c80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-04-22T23:43:00.599 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.415+0000 7f906a570c80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-04-22T23:43:00.599 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.415+0000 7f906a570c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-04-22T23:43:00.599 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.415+0000 7f906a570c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-04-22T23:43:00.599 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.415+0000 7f906a570c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-04-22T23:43:00.599 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.415+0000 7f906a570c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-04-22T23:43:00.599 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.415+0000 7f906a570c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-04-22T23:43:00.600 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.415+0000 7f906a570c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-04-22T23:43:00.600 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.415+0000 7f906a570c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-04-22T23:43:00.600 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.415+0000 7f906a570c80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-04-22T23:43:00.600 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.415+0000 7f906a570c80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-04-22T23:43:00.600 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.415+0000 7f906a570c80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-04-22T23:43:00.600 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.415+0000 7f906a570c80 4 rocksdb: Options.arena_block_size: 1048576 2024-04-22T23:43:00.600 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.415+0000 7f906a570c80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-04-22T23:43:00.600 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.415+0000 7f906a570c80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-04-22T23:43:00.600 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.415+0000 7f906a570c80 4 rocksdb: Options.disable_auto_compactions: 0 2024-04-22T23:43:00.600 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.415+0000 7f906a570c80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-04-22T23:43:00.600 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.415+0000 7f906a570c80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-04-22T23:43:00.600 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.415+0000 7f906a570c80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-04-22T23:43:00.600 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.415+0000 7f906a570c80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-04-22T23:43:00.600 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.415+0000 7f906a570c80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-04-22T23:43:00.600 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.415+0000 7f906a570c80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-04-22T23:43:00.601 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.415+0000 7f906a570c80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-04-22T23:43:00.601 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.415+0000 7f906a570c80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-04-22T23:43:00.601 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.415+0000 7f906a570c80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-04-22T23:43:00.601 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.415+0000 7f906a570c80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-04-22T23:43:00.601 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.419+0000 7f906a570c80 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-04-22T23:43:00.601 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.419+0000 7f906a570c80 4 rocksdb: Options.inplace_update_support: 0 2024-04-22T23:43:00.601 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.419+0000 7f906a570c80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-04-22T23:43:00.601 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.419+0000 7f906a570c80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-04-22T23:43:00.601 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.419+0000 7f906a570c80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-04-22T23:43:00.601 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.419+0000 7f906a570c80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-04-22T23:43:00.601 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.419+0000 7f906a570c80 4 rocksdb: Options.bloom_locality: 0 2024-04-22T23:43:00.601 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.419+0000 7f906a570c80 4 rocksdb: Options.max_successive_merges: 0 2024-04-22T23:43:00.601 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.419+0000 7f906a570c80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-04-22T23:43:00.601 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.419+0000 7f906a570c80 4 rocksdb: Options.paranoid_file_checks: 0 2024-04-22T23:43:00.601 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.419+0000 7f906a570c80 4 rocksdb: Options.force_consistency_checks: 1 2024-04-22T23:43:00.602 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.419+0000 7f906a570c80 4 rocksdb: Options.report_bg_io_stats: 0 2024-04-22T23:43:00.602 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.419+0000 7f906a570c80 4 rocksdb: Options.ttl: 2592000 2024-04-22T23:43:00.602 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.419+0000 7f906a570c80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-04-22T23:43:00.602 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.419+0000 7f906a570c80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-04-22T23:43:00.602 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.419+0000 7f906a570c80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-04-22T23:43:00.602 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.419+0000 7f906a570c80 4 rocksdb: Options.enable_blob_files: false 2024-04-22T23:43:00.602 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.419+0000 7f906a570c80 4 rocksdb: Options.min_blob_size: 0 2024-04-22T23:43:00.602 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.419+0000 7f906a570c80 4 rocksdb: Options.blob_file_size: 268435456 2024-04-22T23:43:00.602 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.419+0000 7f906a570c80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-04-22T23:43:00.602 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.419+0000 7f906a570c80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-04-22T23:43:00.602 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.419+0000 7f906a570c80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-04-22T23:43:00.602 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.419+0000 7f906a570c80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-04-22T23:43:00.602 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.419+0000 7f906a570c80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-04-22T23:43:00.602 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.419+0000 7f906a570c80 4 rocksdb: Options.blob_file_starting_level: 0 2024-04-22T23:43:00.603 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.419+0000 7f906a570c80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-04-22T23:43:00.603 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.419+0000 7f906a570c80 4 rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi046/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-22T23:43:00.603 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.419+0000 7f906a570c80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2024-04-22T23:43:00.603 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.419+0000 7f906a570c80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: b3f98ec1-b7d0-4908-80cc-71f33c95c2a4 2024-04-22T23:43:00.603 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.419+0000 7f906a570c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1713829380422148, "job": 1, "event": "recovery_started", "wal_files": [9]} 2024-04-22T23:43:00.603 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.419+0000 7f906a570c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2024-04-22T23:43:00.603 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.419+0000 7f906a570c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1713829380423203, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 85585, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 254, "table_properties": {"data_size": 83725, "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": 78046, "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": 1713829380, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "b3f98ec1-b7d0-4908-80cc-71f33c95c2a4", "db_session_id": "1X5KMUXCE5DPT9AKJC2W", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2024-04-22T23:43:00.603 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.419+0000 7f906a570c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1713829380423305, "job": 1, "event": "recovery_finished"} 2024-04-22T23:43:00.603 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.419+0000 7f906a570c80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 15 2024-04-22T23:43:00.603 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.419+0000 7f906a570c80 4 rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-smithi046/store.db/000009.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-04-22T23:43:00.603 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.419+0000 7f906a570c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55c419386000 2024-04-22T23:43:00.603 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.419+0000 7f906a570c80 4 rocksdb: DB pointer 0x55c419370000 2024-04-22T23:43:00.603 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.419+0000 7f9058cca700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-04-22T23:43:00.603 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.419+0000 7f9058cca700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-04-22T23:43:00.603 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: ** DB Stats ** 2024-04-22T23:43:00.604 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: Uptime(secs): 0.0 total, 0.0 interval 2024-04-22T23:43:00.604 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: 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-22T23:43:00.604 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-22T23:43:00.604 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-22T23:43:00.604 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: 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-22T23:43:00.604 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-22T23:43:00.604 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-22T23:43:00.604 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: ** Compaction Stats [default] ** 2024-04-22T23:43:00.604 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: 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-22T23:43:00.604 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-04-22T23:43:00.604 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: L0 2/0 85.48 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 129.6 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-22T23:43:00.604 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: Sum 2/0 85.48 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 129.6 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-22T23:43:00.604 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 129.6 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-22T23:43:00.604 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: ** Compaction Stats [default] ** 2024-04-22T23:43:00.604 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: 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-22T23:43:00.605 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-04-22T23:43:00.605 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 129.6 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-22T23:43:00.605 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-04-22T23:43:00.605 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: Uptime(secs): 0.0 total, 0.0 interval 2024-04-22T23:43:00.605 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: Flush(GB): cumulative 0.000, interval 0.000 2024-04-22T23:43:00.605 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: AddFile(GB): cumulative 0.000, interval 0.000 2024-04-22T23:43:00.605 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: AddFile(Total Files): cumulative 0, interval 0 2024-04-22T23:43:00.605 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: AddFile(L0 Files): cumulative 0, interval 0 2024-04-22T23:43:00.605 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: AddFile(Keys): cumulative 0, interval 0 2024-04-22T23:43:00.605 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: Cumulative compaction: 0.00 GB write, 20.52 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-22T23:43:00.605 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: Interval compaction: 0.00 GB write, 20.52 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-22T23:43:00.605 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: 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-22T23:43:00.605 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: Block cache BinnedLRUCache@0x55c41926d1f0#7 capacity: 512.00 MB usage: 1.20 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.4e-05 secs_since: 0 2024-04-22T23:43:00.605 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: 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-22T23:43:00.605 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: ** File Read Latency Histogram By Level [default] ** 2024-04-22T23:43:00.605 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.423+0000 7f906a570c80 0 starting mon.smithi046 rank 0 at public addrs [v2:172.21.15.46:3300/0,v1:172.21.15.46:6789/0] at bind addrs [v2:172.21.15.46:3300/0,v1:172.21.15.46:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi046 fsid e2b7ae0a-0101-11ef-bc93-c7b262605968 2024-04-22T23:43:00.606 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.423+0000 7f906a570c80 1 mon.smithi046@-1(???) e1 preinit fsid e2b7ae0a-0101-11ef-bc93-c7b262605968 2024-04-22T23:43:00.606 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.423+0000 7f906a570c80 0 mon.smithi046@-1(???).mds e1 new map 2024-04-22T23:43:00.606 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.423+0000 7f906a570c80 0 mon.smithi046@-1(???).mds e1 print_map 2024-04-22T23:43:00.606 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: e1 2024-04-22T23:43:00.606 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: enable_multiple, ever_enabled_multiple: 1,1 2024-04-22T23:43:00.606 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: 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-22T23:43:00.606 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: legacy client fscid: -1 2024-04-22T23:43:00.606 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: 2024-04-22T23:43:00.606 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: No filesystems configured 2024-04-22T23:43:00.606 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.423+0000 7f906a570c80 0 mon.smithi046@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-04-22T23:43:00.606 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.423+0000 7f906a570c80 0 mon.smithi046@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-04-22T23:43:00.606 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.423+0000 7f906a570c80 0 mon.smithi046@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-04-22T23:43:00.606 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.423+0000 7f906a570c80 0 mon.smithi046@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-04-22T23:43:00.606 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:00 smithi046 bash[18768]: debug 2024-04-22T23:43:00.423+0000 7f906a570c80 1 mon.smithi046@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-04-22T23:43:01.178 INFO:teuthology.orchestra.run.smithi046.stdout:Wrote config to /etc/ceph/ceph.conf 2024-04-22T23:43:01.204 INFO:teuthology.orchestra.run.smithi046.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-04-22T23:43:01.204 INFO:teuthology.orchestra.run.smithi046.stdout:Creating mgr... 2024-04-22T23:43:01.205 INFO:teuthology.orchestra.run.smithi046.stdout:Verifying port 0.0.0.0:9283 ... 2024-04-22T23:43:01.205 INFO:teuthology.orchestra.run.smithi046.stdout:Verifying port 0.0.0.0:8765 ... 2024-04-22T23:43:01.205 INFO:teuthology.orchestra.run.smithi046.stdout:Verifying port 0.0.0.0:8443 ... 2024-04-22T23:43:01.529 INFO:teuthology.orchestra.run.smithi046.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-e2b7ae0a-0101-11ef-bc93-c7b262605968@mgr.smithi046.eiolnw 2024-04-22T23:43:01.529 INFO:teuthology.orchestra.run.smithi046.stdout:systemctl: stderr Failed to reset failed state of unit ceph-e2b7ae0a-0101-11ef-bc93-c7b262605968@mgr.smithi046.eiolnw.service: Unit ceph-e2b7ae0a-0101-11ef-bc93-c7b262605968@mgr.smithi046.eiolnw.service not loaded. 2024-04-22T23:43:01.584 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:01 smithi046 bash[18768]: cluster 2024-04-22T23:43:00.431335+0000 mon.smithi046 (mon.0) 1 : cluster [INF] mon.smithi046 is new leader, mons smithi046 in quorum (ranks 0) 2024-04-22T23:43:01.584 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:01 smithi046 bash[18768]: cluster 2024-04-22T23:43:00.431335+0000 mon.smithi046 (mon.0) 1 : cluster [INF] mon.smithi046 is new leader, mons smithi046 in quorum (ranks 0) 2024-04-22T23:43:01.584 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:01 smithi046 bash[18768]: cluster 2024-04-22T23:43:00.431420+0000 mon.smithi046 (mon.0) 2 : cluster [DBG] monmap epoch 1 2024-04-22T23:43:01.584 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:01 smithi046 bash[18768]: cluster 2024-04-22T23:43:00.431420+0000 mon.smithi046 (mon.0) 2 : cluster [DBG] monmap epoch 1 2024-04-22T23:43:01.584 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:01 smithi046 bash[18768]: cluster 2024-04-22T23:43:00.431441+0000 mon.smithi046 (mon.0) 3 : cluster [DBG] fsid e2b7ae0a-0101-11ef-bc93-c7b262605968 2024-04-22T23:43:01.584 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:01 smithi046 bash[18768]: cluster 2024-04-22T23:43:00.431441+0000 mon.smithi046 (mon.0) 3 : cluster [DBG] fsid e2b7ae0a-0101-11ef-bc93-c7b262605968 2024-04-22T23:43:01.584 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:01 smithi046 bash[18768]: cluster 2024-04-22T23:43:00.431455+0000 mon.smithi046 (mon.0) 4 : cluster [DBG] last_changed 2024-04-22T23:42:51.032461+0000 2024-04-22T23:43:01.585 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:01 smithi046 bash[18768]: cluster 2024-04-22T23:43:00.431455+0000 mon.smithi046 (mon.0) 4 : cluster [DBG] last_changed 2024-04-22T23:42:51.032461+0000 2024-04-22T23:43:01.585 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:01 smithi046 bash[18768]: cluster 2024-04-22T23:43:00.431468+0000 mon.smithi046 (mon.0) 5 : cluster [DBG] created 2024-04-22T23:42:51.032461+0000 2024-04-22T23:43:01.585 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:01 smithi046 bash[18768]: cluster 2024-04-22T23:43:00.431468+0000 mon.smithi046 (mon.0) 5 : cluster [DBG] created 2024-04-22T23:42:51.032461+0000 2024-04-22T23:43:01.585 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:01 smithi046 bash[18768]: cluster 2024-04-22T23:43:00.431480+0000 mon.smithi046 (mon.0) 6 : cluster [DBG] min_mon_release 19 (squid) 2024-04-22T23:43:01.585 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:01 smithi046 bash[18768]: cluster 2024-04-22T23:43:00.431480+0000 mon.smithi046 (mon.0) 6 : cluster [DBG] min_mon_release 19 (squid) 2024-04-22T23:43:01.585 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:01 smithi046 bash[18768]: cluster 2024-04-22T23:43:00.431491+0000 mon.smithi046 (mon.0) 7 : cluster [DBG] election_strategy: 1 2024-04-22T23:43:01.585 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:01 smithi046 bash[18768]: cluster 2024-04-22T23:43:00.431491+0000 mon.smithi046 (mon.0) 7 : cluster [DBG] election_strategy: 1 2024-04-22T23:43:01.585 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:01 smithi046 bash[18768]: cluster 2024-04-22T23:43:00.431504+0000 mon.smithi046 (mon.0) 8 : cluster [DBG] 0: [v2:172.21.15.46:3300/0,v1:172.21.15.46:6789/0] mon.smithi046 2024-04-22T23:43:01.585 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:01 smithi046 bash[18768]: cluster 2024-04-22T23:43:00.431504+0000 mon.smithi046 (mon.0) 8 : cluster [DBG] 0: [v2:172.21.15.46:3300/0,v1:172.21.15.46:6789/0] mon.smithi046 2024-04-22T23:43:01.585 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:01 smithi046 bash[18768]: cluster 2024-04-22T23:43:00.431896+0000 mon.smithi046 (mon.0) 9 : cluster [DBG] fsmap 2024-04-22T23:43:01.585 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:01 smithi046 bash[18768]: cluster 2024-04-22T23:43:00.431896+0000 mon.smithi046 (mon.0) 9 : cluster [DBG] fsmap 2024-04-22T23:43:01.585 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:01 smithi046 bash[18768]: cluster 2024-04-22T23:43:00.431929+0000 mon.smithi046 (mon.0) 10 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-04-22T23:43:01.585 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:01 smithi046 bash[18768]: cluster 2024-04-22T23:43:00.431929+0000 mon.smithi046 (mon.0) 10 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-04-22T23:43:01.585 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:01 smithi046 bash[18768]: cluster 2024-04-22T23:43:00.432236+0000 mon.smithi046 (mon.0) 11 : cluster [DBG] mgrmap e1: no daemons active 2024-04-22T23:43:01.586 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:01 smithi046 bash[18768]: cluster 2024-04-22T23:43:00.432236+0000 mon.smithi046 (mon.0) 11 : cluster [DBG] mgrmap e1: no daemons active 2024-04-22T23:43:01.586 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:01 smithi046 bash[18768]: audit 2024-04-22T23:43:00.634901+0000 mon.smithi046 (mon.0) 12 : audit [INF] from='client.? 172.21.15.46:0/4272254041' entity='client.admin' 2024-04-22T23:43:01.586 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:01 smithi046 bash[18768]: audit 2024-04-22T23:43:00.634901+0000 mon.smithi046 (mon.0) 12 : audit [INF] from='client.? 172.21.15.46:0/4272254041' entity='client.admin' 2024-04-22T23:43:01.586 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:01 smithi046 systemd[1]: /etc/systemd/system/ceph-e2b7ae0a-0101-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-22T23:43:01.728 INFO:teuthology.orchestra.run.smithi046.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-e2b7ae0a-0101-11ef-bc93-c7b262605968.target.wants/ceph-e2b7ae0a-0101-11ef-bc93-c7b262605968@mgr.smithi046.eiolnw.service -> /etc/systemd/system/ceph-e2b7ae0a-0101-11ef-bc93-c7b262605968@.service. 2024-04-22T23:43:01.737 INFO:teuthology.orchestra.run.smithi046.stdout:firewalld does not appear to be present 2024-04-22T23:43:01.737 INFO:teuthology.orchestra.run.smithi046.stdout:Not possible to enable service . firewalld.service is not available 2024-04-22T23:43:01.737 INFO:teuthology.orchestra.run.smithi046.stdout:firewalld does not appear to be present 2024-04-22T23:43:01.737 INFO:teuthology.orchestra.run.smithi046.stdout:Not possible to open ports <[9283, 8765, 8443]>. firewalld.service is not available 2024-04-22T23:43:01.737 INFO:teuthology.orchestra.run.smithi046.stdout:Waiting for mgr to start... 2024-04-22T23:43:01.737 INFO:teuthology.orchestra.run.smithi046.stdout:Waiting for mgr... 2024-04-22T23:43:02.083 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:01 smithi046 systemd[1]: /etc/systemd/system/ceph-e2b7ae0a-0101-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-22T23:43:03.389 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:03 smithi046 bash[18768]: audit 2024-04-22T23:43:03.183434+0000 mon.smithi046 (mon.0) 13 : audit [DBG] from='client.? 172.21.15.46:0/666628024' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-22T23:43:03.389 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:03 smithi046 bash[18768]: audit 2024-04-22T23:43:03.183434+0000 mon.smithi046 (mon.0) 13 : audit [DBG] from='client.? 172.21.15.46:0/666628024' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-22T23:43:03.787 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout 2024-04-22T23:43:03.787 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout { 2024-04-22T23:43:03.788 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "fsid": "e2b7ae0a-0101-11ef-bc93-c7b262605968", 2024-04-22T23:43:03.788 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "health": { 2024-04-22T23:43:03.788 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-04-22T23:43:03.788 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-04-22T23:43:03.788 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-04-22T23:43:03.788 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:43:03.788 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-04-22T23:43:03.788 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-04-22T23:43:03.788 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout 0 2024-04-22T23:43:03.788 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout ], 2024-04-22T23:43:03.788 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-04-22T23:43:03.788 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "smithi046" 2024-04-22T23:43:03.788 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout ], 2024-04-22T23:43:03.789 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "quorum_age": 2, 2024-04-22T23:43:03.789 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "monmap": { 2024-04-22T23:43:03.789 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-22T23:43:03.789 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-04-22T23:43:03.789 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-04-22T23:43:03.789 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:43:03.789 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-04-22T23:43:03.789 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-22T23:43:03.789 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-04-22T23:43:03.789 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-04-22T23:43:03.789 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-04-22T23:43:03.789 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-04-22T23:43:03.789 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-04-22T23:43:03.789 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-04-22T23:43:03.789 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:43:03.790 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-04-22T23:43:03.790 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-04-22T23:43:03.790 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-04-22T23:43:03.790 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-04-22T23:43:03.790 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-04-22T23:43:03.790 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-04-22T23:43:03.790 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-04-22T23:43:03.790 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-04-22T23:43:03.790 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-04-22T23:43:03.790 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:43:03.790 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-04-22T23:43:03.790 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-22T23:43:03.790 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-04-22T23:43:03.791 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-04-22T23:43:03.791 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:43:03.791 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-04-22T23:43:03.791 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "available": false, 2024-04-22T23:43:03.791 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-04-22T23:43:03.791 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "modules": [ 2024-04-22T23:43:03.791 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "iostat", 2024-04-22T23:43:03.791 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "nfs", 2024-04-22T23:43:03.791 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "restful" 2024-04-22T23:43:03.791 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout ], 2024-04-22T23:43:03.791 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-22T23:43:03.791 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:43:03.791 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-04-22T23:43:03.792 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-22T23:43:03.792 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "modified": "2024-04-22T23:42:54.998528+0000", 2024-04-22T23:43:03.792 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-22T23:43:03.792 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:43:03.792 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-04-22T23:43:03.792 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout } 2024-04-22T23:43:03.792 INFO:teuthology.orchestra.run.smithi046.stdout:mgr not available, waiting (1/15)... 2024-04-22T23:43:07.024 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:06 smithi046 bash[18768]: audit 2024-04-22T23:43:06.801342+0000 mon.smithi046 (mon.0) 14 : audit [DBG] from='client.? 172.21.15.46:0/1118076349' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-22T23:43:07.025 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:06 smithi046 bash[18768]: audit 2024-04-22T23:43:06.801342+0000 mon.smithi046 (mon.0) 14 : audit [DBG] from='client.? 172.21.15.46:0/1118076349' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-22T23:43:07.381 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout 2024-04-22T23:43:07.382 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout { 2024-04-22T23:43:07.382 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "fsid": "e2b7ae0a-0101-11ef-bc93-c7b262605968", 2024-04-22T23:43:07.382 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "health": { 2024-04-22T23:43:07.382 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-04-22T23:43:07.382 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-04-22T23:43:07.382 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-04-22T23:43:07.382 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:43:07.382 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-04-22T23:43:07.382 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-04-22T23:43:07.382 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout 0 2024-04-22T23:43:07.382 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout ], 2024-04-22T23:43:07.383 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-04-22T23:43:07.383 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "smithi046" 2024-04-22T23:43:07.383 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout ], 2024-04-22T23:43:07.383 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "quorum_age": 6, 2024-04-22T23:43:07.383 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "monmap": { 2024-04-22T23:43:07.383 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-22T23:43:07.383 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-04-22T23:43:07.383 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-04-22T23:43:07.383 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:43:07.383 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-04-22T23:43:07.383 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-22T23:43:07.383 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-04-22T23:43:07.383 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-04-22T23:43:07.383 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-04-22T23:43:07.384 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-04-22T23:43:07.384 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-04-22T23:43:07.384 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-04-22T23:43:07.387 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:43:07.387 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-04-22T23:43:07.387 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-04-22T23:43:07.387 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-04-22T23:43:07.387 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-04-22T23:43:07.387 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-04-22T23:43:07.387 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-04-22T23:43:07.387 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-04-22T23:43:07.388 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-04-22T23:43:07.388 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-04-22T23:43:07.388 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:43:07.388 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-04-22T23:43:07.388 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-22T23:43:07.388 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-04-22T23:43:07.388 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-04-22T23:43:07.388 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:43:07.388 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-04-22T23:43:07.388 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "available": false, 2024-04-22T23:43:07.388 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-04-22T23:43:07.388 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "modules": [ 2024-04-22T23:43:07.388 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "iostat", 2024-04-22T23:43:07.388 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "nfs", 2024-04-22T23:43:07.389 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "restful" 2024-04-22T23:43:07.389 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout ], 2024-04-22T23:43:07.389 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-22T23:43:07.389 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:43:07.389 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-04-22T23:43:07.389 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-22T23:43:07.389 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "modified": "2024-04-22T23:42:54.998528+0000", 2024-04-22T23:43:07.389 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-22T23:43:07.389 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:43:07.389 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-04-22T23:43:07.389 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout } 2024-04-22T23:43:07.389 INFO:teuthology.orchestra.run.smithi046.stdout:mgr not available, waiting (2/15)... 2024-04-22T23:43:10.584 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:10 smithi046 bash[18768]: audit 2024-04-22T23:43:10.321003+0000 mon.smithi046 (mon.0) 15 : audit [DBG] from='client.? 172.21.15.46:0/255931971' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-22T23:43:10.584 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:10 smithi046 bash[18768]: audit 2024-04-22T23:43:10.321003+0000 mon.smithi046 (mon.0) 15 : audit [DBG] from='client.? 172.21.15.46:0/255931971' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-22T23:43:10.895 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout 2024-04-22T23:43:10.895 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout { 2024-04-22T23:43:10.895 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "fsid": "e2b7ae0a-0101-11ef-bc93-c7b262605968", 2024-04-22T23:43:10.895 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "health": { 2024-04-22T23:43:10.895 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-04-22T23:43:10.895 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-04-22T23:43:10.896 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-04-22T23:43:10.896 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:43:10.896 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-04-22T23:43:10.896 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-04-22T23:43:10.896 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout 0 2024-04-22T23:43:10.896 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout ], 2024-04-22T23:43:10.896 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-04-22T23:43:10.896 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "smithi046" 2024-04-22T23:43:10.896 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout ], 2024-04-22T23:43:10.896 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "quorum_age": 9, 2024-04-22T23:43:10.896 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "monmap": { 2024-04-22T23:43:10.896 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-22T23:43:10.896 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-04-22T23:43:10.896 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-04-22T23:43:10.896 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:43:10.896 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-04-22T23:43:10.897 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-22T23:43:10.897 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-04-22T23:43:10.897 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-04-22T23:43:10.897 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-04-22T23:43:10.897 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-04-22T23:43:10.897 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-04-22T23:43:10.897 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-04-22T23:43:10.900 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:43:10.900 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-04-22T23:43:10.900 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-04-22T23:43:10.900 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-04-22T23:43:10.900 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-04-22T23:43:10.900 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-04-22T23:43:10.900 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-04-22T23:43:10.901 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-04-22T23:43:10.901 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-04-22T23:43:10.901 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-04-22T23:43:10.901 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:43:10.901 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-04-22T23:43:10.901 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-22T23:43:10.901 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-04-22T23:43:10.901 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-04-22T23:43:10.901 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:43:10.901 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-04-22T23:43:10.901 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "available": false, 2024-04-22T23:43:10.901 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-04-22T23:43:10.901 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "modules": [ 2024-04-22T23:43:10.901 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "iostat", 2024-04-22T23:43:10.901 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "nfs", 2024-04-22T23:43:10.901 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "restful" 2024-04-22T23:43:10.902 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout ], 2024-04-22T23:43:10.902 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-22T23:43:10.902 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:43:10.902 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-04-22T23:43:10.902 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-22T23:43:10.902 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "modified": "2024-04-22T23:42:54.998528+0000", 2024-04-22T23:43:10.902 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-22T23:43:10.902 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:43:10.902 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-04-22T23:43:10.902 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout } 2024-04-22T23:43:10.902 INFO:teuthology.orchestra.run.smithi046.stdout:mgr not available, waiting (3/15)... 2024-04-22T23:43:11.584 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:11 smithi046 bash[18768]: cluster 2024-04-22T23:43:11.294728+0000 mon.smithi046 (mon.0) 16 : cluster [INF] Activating manager daemon smithi046.eiolnw 2024-04-22T23:43:11.584 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:11 smithi046 bash[18768]: cluster 2024-04-22T23:43:11.294728+0000 mon.smithi046 (mon.0) 16 : cluster [INF] Activating manager daemon smithi046.eiolnw 2024-04-22T23:43:11.584 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:11 smithi046 bash[18768]: cluster 2024-04-22T23:43:11.297990+0000 mon.smithi046 (mon.0) 17 : cluster [DBG] mgrmap e2: smithi046.eiolnw(active, starting, since 0.00360868s) 2024-04-22T23:43:11.585 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:11 smithi046 bash[18768]: cluster 2024-04-22T23:43:11.297990+0000 mon.smithi046 (mon.0) 17 : cluster [DBG] mgrmap e2: smithi046.eiolnw(active, starting, since 0.00360868s) 2024-04-22T23:43:11.585 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:11 smithi046 bash[18768]: audit 2024-04-22T23:43:11.302068+0000 mon.smithi046 (mon.0) 18 : audit [DBG] from='mgr.14100 172.21.15.46:0/770571885' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-22T23:43:11.585 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:11 smithi046 bash[18768]: audit 2024-04-22T23:43:11.302068+0000 mon.smithi046 (mon.0) 18 : audit [DBG] from='mgr.14100 172.21.15.46:0/770571885' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-22T23:43:11.585 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:11 smithi046 bash[18768]: audit 2024-04-22T23:43:11.302421+0000 mon.smithi046 (mon.0) 19 : audit [DBG] from='mgr.14100 172.21.15.46:0/770571885' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-22T23:43:11.585 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:11 smithi046 bash[18768]: audit 2024-04-22T23:43:11.302421+0000 mon.smithi046 (mon.0) 19 : audit [DBG] from='mgr.14100 172.21.15.46:0/770571885' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-22T23:43:11.585 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:11 smithi046 bash[18768]: audit 2024-04-22T23:43:11.302720+0000 mon.smithi046 (mon.0) 20 : audit [DBG] from='mgr.14100 172.21.15.46:0/770571885' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-22T23:43:11.585 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:11 smithi046 bash[18768]: audit 2024-04-22T23:43:11.302720+0000 mon.smithi046 (mon.0) 20 : audit [DBG] from='mgr.14100 172.21.15.46:0/770571885' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-22T23:43:11.585 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:11 smithi046 bash[18768]: audit 2024-04-22T23:43:11.303037+0000 mon.smithi046 (mon.0) 21 : audit [DBG] from='mgr.14100 172.21.15.46:0/770571885' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "mon metadata", "id": "smithi046"}]: dispatch 2024-04-22T23:43:11.585 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:11 smithi046 bash[18768]: audit 2024-04-22T23:43:11.303037+0000 mon.smithi046 (mon.0) 21 : audit [DBG] from='mgr.14100 172.21.15.46:0/770571885' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "mon metadata", "id": "smithi046"}]: dispatch 2024-04-22T23:43:11.585 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:11 smithi046 bash[18768]: audit 2024-04-22T23:43:11.303701+0000 mon.smithi046 (mon.0) 22 : audit [DBG] from='mgr.14100 172.21.15.46:0/770571885' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "mgr metadata", "who": "smithi046.eiolnw", "id": "smithi046.eiolnw"}]: dispatch 2024-04-22T23:43:11.585 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:11 smithi046 bash[18768]: audit 2024-04-22T23:43:11.303701+0000 mon.smithi046 (mon.0) 22 : audit [DBG] from='mgr.14100 172.21.15.46:0/770571885' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "mgr metadata", "who": "smithi046.eiolnw", "id": "smithi046.eiolnw"}]: dispatch 2024-04-22T23:43:11.585 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:11 smithi046 bash[18768]: cluster 2024-04-22T23:43:11.309719+0000 mon.smithi046 (mon.0) 23 : cluster [INF] Manager daemon smithi046.eiolnw is now available 2024-04-22T23:43:11.585 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:11 smithi046 bash[18768]: cluster 2024-04-22T23:43:11.309719+0000 mon.smithi046 (mon.0) 23 : cluster [INF] Manager daemon smithi046.eiolnw is now available 2024-04-22T23:43:11.585 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:11 smithi046 bash[18768]: audit 2024-04-22T23:43:11.321677+0000 mon.smithi046 (mon.0) 24 : audit [INF] from='mgr.14100 172.21.15.46:0/770571885' entity='mgr.smithi046.eiolnw' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi046.eiolnw/mirror_snapshot_schedule"}]: dispatch 2024-04-22T23:43:11.586 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:11 smithi046 bash[18768]: audit 2024-04-22T23:43:11.321677+0000 mon.smithi046 (mon.0) 24 : audit [INF] from='mgr.14100 172.21.15.46:0/770571885' entity='mgr.smithi046.eiolnw' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi046.eiolnw/mirror_snapshot_schedule"}]: dispatch 2024-04-22T23:43:11.586 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:11 smithi046 bash[18768]: audit 2024-04-22T23:43:11.325496+0000 mon.smithi046 (mon.0) 25 : audit [INF] from='mgr.14100 172.21.15.46:0/770571885' entity='mgr.smithi046.eiolnw' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi046.eiolnw/trash_purge_schedule"}]: dispatch 2024-04-22T23:43:11.586 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:11 smithi046 bash[18768]: audit 2024-04-22T23:43:11.325496+0000 mon.smithi046 (mon.0) 25 : audit [INF] from='mgr.14100 172.21.15.46:0/770571885' entity='mgr.smithi046.eiolnw' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi046.eiolnw/trash_purge_schedule"}]: dispatch 2024-04-22T23:43:11.586 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:11 smithi046 bash[18768]: audit 2024-04-22T23:43:11.327571+0000 mon.smithi046 (mon.0) 26 : audit [INF] from='mgr.14100 172.21.15.46:0/770571885' entity='mgr.smithi046.eiolnw' 2024-04-22T23:43:11.586 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:11 smithi046 bash[18768]: audit 2024-04-22T23:43:11.327571+0000 mon.smithi046 (mon.0) 26 : audit [INF] from='mgr.14100 172.21.15.46:0/770571885' entity='mgr.smithi046.eiolnw' 2024-04-22T23:43:11.586 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:11 smithi046 bash[18768]: audit 2024-04-22T23:43:11.329561+0000 mon.smithi046 (mon.0) 27 : audit [INF] from='mgr.14100 172.21.15.46:0/770571885' entity='mgr.smithi046.eiolnw' 2024-04-22T23:43:11.586 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:11 smithi046 bash[18768]: audit 2024-04-22T23:43:11.329561+0000 mon.smithi046 (mon.0) 27 : audit [INF] from='mgr.14100 172.21.15.46:0/770571885' entity='mgr.smithi046.eiolnw' 2024-04-22T23:43:11.586 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:11 smithi046 bash[18768]: audit 2024-04-22T23:43:11.331427+0000 mon.smithi046 (mon.0) 28 : audit [INF] from='mgr.14100 172.21.15.46:0/770571885' entity='mgr.smithi046.eiolnw' 2024-04-22T23:43:11.586 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:11 smithi046 bash[18768]: audit 2024-04-22T23:43:11.331427+0000 mon.smithi046 (mon.0) 28 : audit [INF] from='mgr.14100 172.21.15.46:0/770571885' entity='mgr.smithi046.eiolnw' 2024-04-22T23:43:13.583 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:13 smithi046 bash[18768]: cluster 2024-04-22T23:43:12.310262+0000 mon.smithi046 (mon.0) 29 : cluster [DBG] mgrmap e3: smithi046.eiolnw(active, since 1.01586s) 2024-04-22T23:43:13.584 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:13 smithi046 bash[18768]: cluster 2024-04-22T23:43:12.310262+0000 mon.smithi046 (mon.0) 29 : cluster [DBG] mgrmap e3: smithi046.eiolnw(active, since 1.01586s) 2024-04-22T23:43:14.583 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:14 smithi046 bash[18768]: audit 2024-04-22T23:43:14.248405+0000 mon.smithi046 (mon.0) 30 : audit [DBG] from='client.? 172.21.15.46:0/426550176' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-22T23:43:14.584 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:14 smithi046 bash[18768]: audit 2024-04-22T23:43:14.248405+0000 mon.smithi046 (mon.0) 30 : audit [DBG] from='client.? 172.21.15.46:0/426550176' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-22T23:43:14.741 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout 2024-04-22T23:43:14.741 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout { 2024-04-22T23:43:14.741 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "fsid": "e2b7ae0a-0101-11ef-bc93-c7b262605968", 2024-04-22T23:43:14.741 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "health": { 2024-04-22T23:43:14.741 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-04-22T23:43:14.741 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-04-22T23:43:14.741 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-04-22T23:43:14.741 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:43:14.742 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-04-22T23:43:14.742 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-04-22T23:43:14.742 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout 0 2024-04-22T23:43:14.742 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout ], 2024-04-22T23:43:14.742 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-04-22T23:43:14.742 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "smithi046" 2024-04-22T23:43:14.742 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout ], 2024-04-22T23:43:14.742 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "quorum_age": 13, 2024-04-22T23:43:14.742 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "monmap": { 2024-04-22T23:43:14.742 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-22T23:43:14.750 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-04-22T23:43:14.751 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-04-22T23:43:14.751 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:43:14.751 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-04-22T23:43:14.751 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-22T23:43:14.751 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-04-22T23:43:14.751 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-04-22T23:43:14.751 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-04-22T23:43:14.751 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-04-22T23:43:14.751 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-04-22T23:43:14.751 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-04-22T23:43:14.751 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:43:14.751 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-04-22T23:43:14.752 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-04-22T23:43:14.752 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-04-22T23:43:14.752 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-04-22T23:43:14.752 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-04-22T23:43:14.752 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-04-22T23:43:14.752 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-04-22T23:43:14.752 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-04-22T23:43:14.752 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-04-22T23:43:14.752 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:43:14.752 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-04-22T23:43:14.752 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-22T23:43:14.752 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-04-22T23:43:14.752 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-04-22T23:43:14.752 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:43:14.752 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-04-22T23:43:14.752 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "available": true, 2024-04-22T23:43:14.753 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-04-22T23:43:14.753 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "modules": [ 2024-04-22T23:43:14.753 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "iostat", 2024-04-22T23:43:14.753 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "nfs", 2024-04-22T23:43:14.753 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "restful" 2024-04-22T23:43:14.753 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout ], 2024-04-22T23:43:14.753 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-22T23:43:14.753 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:43:14.753 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-04-22T23:43:14.753 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-22T23:43:14.753 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "modified": "2024-04-22T23:42:54.998528+0000", 2024-04-22T23:43:14.753 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-22T23:43:14.753 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:43:14.753 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-04-22T23:43:14.754 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout } 2024-04-22T23:43:14.754 INFO:teuthology.orchestra.run.smithi046.stdout:mgr is available 2024-04-22T23:43:15.583 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:15 smithi046 bash[18768]: cluster 2024-04-22T23:43:14.303498+0000 mon.smithi046 (mon.0) 31 : cluster [DBG] mgrmap e4: smithi046.eiolnw(active, since 3s) 2024-04-22T23:43:15.584 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:15 smithi046 bash[18768]: cluster 2024-04-22T23:43:14.303498+0000 mon.smithi046 (mon.0) 31 : cluster [DBG] mgrmap e4: smithi046.eiolnw(active, since 3s) 2024-04-22T23:43:16.545 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout 2024-04-22T23:43:16.545 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout [global] 2024-04-22T23:43:16.545 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout fsid = e2b7ae0a-0101-11ef-bc93-c7b262605968 2024-04-22T23:43:16.545 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2024-04-22T23:43:16.546 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-04-22T23:43:16.546 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-04-22T23:43:16.546 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-04-22T23:43:16.546 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-04-22T23:43:16.546 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout 2024-04-22T23:43:16.548 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout [mgr] 2024-04-22T23:43:16.548 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-04-22T23:43:16.548 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout 2024-04-22T23:43:16.548 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout [osd] 2024-04-22T23:43:16.548 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-04-22T23:43:16.548 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-04-22T23:43:16.549 INFO:teuthology.orchestra.run.smithi046.stdout:Enabling cephadm module... 2024-04-22T23:43:16.567 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:16 smithi046 bash[18768]: audit 2024-04-22T23:43:15.994117+0000 mon.smithi046 (mon.0) 32 : audit [INF] from='client.? 172.21.15.46:0/2657192972' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-04-22T23:43:16.567 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:16 smithi046 bash[18768]: audit 2024-04-22T23:43:15.994117+0000 mon.smithi046 (mon.0) 32 : audit [INF] from='client.? 172.21.15.46:0/2657192972' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-04-22T23:43:18.333 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:17 smithi046 bash[18768]: audit 2024-04-22T23:43:17.898394+0000 mon.smithi046 (mon.0) 33 : audit [INF] from='client.? 172.21.15.46:0/2062740568' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-04-22T23:43:18.334 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:17 smithi046 bash[18768]: audit 2024-04-22T23:43:17.898394+0000 mon.smithi046 (mon.0) 33 : audit [INF] from='client.? 172.21.15.46:0/2062740568' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-04-22T23:43:19.333 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:18 smithi046 bash[18768]: audit 2024-04-22T23:43:17.950427+0000 mon.smithi046 (mon.0) 34 : audit [INF] from='client.? 172.21.15.46:0/2062740568' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-04-22T23:43:19.334 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:18 smithi046 bash[18768]: audit 2024-04-22T23:43:17.950427+0000 mon.smithi046 (mon.0) 34 : audit [INF] from='client.? 172.21.15.46:0/2062740568' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-04-22T23:43:19.334 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:18 smithi046 bash[18768]: cluster 2024-04-22T23:43:17.955654+0000 mon.smithi046 (mon.0) 35 : cluster [DBG] mgrmap e5: smithi046.eiolnw(active, since 6s) 2024-04-22T23:43:19.334 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:18 smithi046 bash[18768]: cluster 2024-04-22T23:43:17.955654+0000 mon.smithi046 (mon.0) 35 : cluster [DBG] mgrmap e5: smithi046.eiolnw(active, since 6s) 2024-04-22T23:43:20.083 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:19 smithi046 bash[18768]: audit 2024-04-22T23:43:19.752450+0000 mon.smithi046 (mon.0) 36 : audit [DBG] from='client.? 172.21.15.46:0/1027166391' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-04-22T23:43:20.084 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:19 smithi046 bash[18768]: audit 2024-04-22T23:43:19.752450+0000 mon.smithi046 (mon.0) 36 : audit [DBG] from='client.? 172.21.15.46:0/1027166391' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-04-22T23:43:20.262 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout { 2024-04-22T23:43:20.262 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "epoch": 5, 2024-04-22T23:43:20.263 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "available": true, 2024-04-22T23:43:20.263 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "active_name": "smithi046.eiolnw", 2024-04-22T23:43:20.263 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-04-22T23:43:20.263 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout } 2024-04-22T23:43:20.263 INFO:teuthology.orchestra.run.smithi046.stdout:Waiting for the mgr to restart... 2024-04-22T23:43:20.263 INFO:teuthology.orchestra.run.smithi046.stdout:Waiting for mgr epoch 5... 2024-04-22T23:43:26.584 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:26 smithi046 bash[18768]: cluster 2024-04-22T23:43:26.311380+0000 mon.smithi046 (mon.0) 37 : cluster [INF] Active manager daemon smithi046.eiolnw restarted 2024-04-22T23:43:26.584 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:26 smithi046 bash[18768]: cluster 2024-04-22T23:43:26.311380+0000 mon.smithi046 (mon.0) 37 : cluster [INF] Active manager daemon smithi046.eiolnw restarted 2024-04-22T23:43:26.584 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:26 smithi046 bash[18768]: cluster 2024-04-22T23:43:26.311848+0000 mon.smithi046 (mon.0) 38 : cluster [INF] Activating manager daemon smithi046.eiolnw 2024-04-22T23:43:26.584 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:26 smithi046 bash[18768]: cluster 2024-04-22T23:43:26.311848+0000 mon.smithi046 (mon.0) 38 : cluster [INF] Activating manager daemon smithi046.eiolnw 2024-04-22T23:43:26.585 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:26 smithi046 bash[18768]: cluster 2024-04-22T23:43:26.315218+0000 mon.smithi046 (mon.0) 39 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-04-22T23:43:26.585 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:26 smithi046 bash[18768]: cluster 2024-04-22T23:43:26.315218+0000 mon.smithi046 (mon.0) 39 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-04-22T23:43:26.585 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:26 smithi046 bash[18768]: cluster 2024-04-22T23:43:26.315338+0000 mon.smithi046 (mon.0) 40 : cluster [DBG] mgrmap e6: smithi046.eiolnw(active, starting, since 0.00367639s) 2024-04-22T23:43:26.585 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:26 smithi046 bash[18768]: cluster 2024-04-22T23:43:26.315338+0000 mon.smithi046 (mon.0) 40 : cluster [DBG] mgrmap e6: smithi046.eiolnw(active, starting, since 0.00367639s) 2024-04-22T23:43:26.585 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:26 smithi046 bash[18768]: audit 2024-04-22T23:43:26.319126+0000 mon.smithi046 (mon.0) 41 : audit [DBG] from='mgr.14120 172.21.15.46:0/3362392605' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "mon metadata", "id": "smithi046"}]: dispatch 2024-04-22T23:43:26.585 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:26 smithi046 bash[18768]: audit 2024-04-22T23:43:26.319126+0000 mon.smithi046 (mon.0) 41 : audit [DBG] from='mgr.14120 172.21.15.46:0/3362392605' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "mon metadata", "id": "smithi046"}]: dispatch 2024-04-22T23:43:26.585 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:26 smithi046 bash[18768]: audit 2024-04-22T23:43:26.321068+0000 mon.smithi046 (mon.0) 42 : audit [DBG] from='mgr.14120 172.21.15.46:0/3362392605' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "mgr metadata", "who": "smithi046.eiolnw", "id": "smithi046.eiolnw"}]: dispatch 2024-04-22T23:43:26.585 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:26 smithi046 bash[18768]: audit 2024-04-22T23:43:26.321068+0000 mon.smithi046 (mon.0) 42 : audit [DBG] from='mgr.14120 172.21.15.46:0/3362392605' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "mgr metadata", "who": "smithi046.eiolnw", "id": "smithi046.eiolnw"}]: dispatch 2024-04-22T23:43:26.585 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:26 smithi046 bash[18768]: audit 2024-04-22T23:43:26.321794+0000 mon.smithi046 (mon.0) 43 : audit [DBG] from='mgr.14120 172.21.15.46:0/3362392605' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-22T23:43:26.585 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:26 smithi046 bash[18768]: audit 2024-04-22T23:43:26.321794+0000 mon.smithi046 (mon.0) 43 : audit [DBG] from='mgr.14120 172.21.15.46:0/3362392605' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-22T23:43:26.585 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:26 smithi046 bash[18768]: audit 2024-04-22T23:43:26.322061+0000 mon.smithi046 (mon.0) 44 : audit [DBG] from='mgr.14120 172.21.15.46:0/3362392605' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-22T23:43:26.585 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:26 smithi046 bash[18768]: audit 2024-04-22T23:43:26.322061+0000 mon.smithi046 (mon.0) 44 : audit [DBG] from='mgr.14120 172.21.15.46:0/3362392605' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-22T23:43:26.585 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:26 smithi046 bash[18768]: audit 2024-04-22T23:43:26.322300+0000 mon.smithi046 (mon.0) 45 : audit [DBG] from='mgr.14120 172.21.15.46:0/3362392605' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-22T23:43:26.585 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:26 smithi046 bash[18768]: audit 2024-04-22T23:43:26.322300+0000 mon.smithi046 (mon.0) 45 : audit [DBG] from='mgr.14120 172.21.15.46:0/3362392605' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-22T23:43:26.586 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:26 smithi046 bash[18768]: cluster 2024-04-22T23:43:26.347527+0000 mon.smithi046 (mon.0) 46 : cluster [INF] Manager daemon smithi046.eiolnw is now available 2024-04-22T23:43:26.586 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:26 smithi046 bash[18768]: cluster 2024-04-22T23:43:26.347527+0000 mon.smithi046 (mon.0) 46 : cluster [INF] Manager daemon smithi046.eiolnw is now available 2024-04-22T23:43:27.834 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:27 smithi046 bash[18768]: cephadm 2024-04-22T23:43:26.366750+0000 mgr.smithi046.eiolnw (mgr.14120) 1 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2024-04-22T23:43:27.834 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:27 smithi046 bash[18768]: cephadm 2024-04-22T23:43:26.366750+0000 mgr.smithi046.eiolnw (mgr.14120) 1 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2024-04-22T23:43:27.834 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:27 smithi046 bash[18768]: audit 2024-04-22T23:43:26.369515+0000 mon.smithi046 (mon.0) 47 : audit [INF] from='mgr.14120 172.21.15.46:0/3362392605' entity='mgr.smithi046.eiolnw' 2024-04-22T23:43:27.835 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:27 smithi046 bash[18768]: audit 2024-04-22T23:43:26.369515+0000 mon.smithi046 (mon.0) 47 : audit [INF] from='mgr.14120 172.21.15.46:0/3362392605' entity='mgr.smithi046.eiolnw' 2024-04-22T23:43:27.835 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:27 smithi046 bash[18768]: audit 2024-04-22T23:43:26.372324+0000 mon.smithi046 (mon.0) 48 : audit [INF] from='mgr.14120 172.21.15.46:0/3362392605' entity='mgr.smithi046.eiolnw' 2024-04-22T23:43:27.835 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:27 smithi046 bash[18768]: audit 2024-04-22T23:43:26.372324+0000 mon.smithi046 (mon.0) 48 : audit [INF] from='mgr.14120 172.21.15.46:0/3362392605' entity='mgr.smithi046.eiolnw' 2024-04-22T23:43:27.835 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:27 smithi046 bash[18768]: audit 2024-04-22T23:43:26.377550+0000 mon.smithi046 (mon.0) 49 : audit [DBG] from='mgr.14120 172.21.15.46:0/3362392605' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:43:27.835 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:27 smithi046 bash[18768]: audit 2024-04-22T23:43:26.377550+0000 mon.smithi046 (mon.0) 49 : audit [DBG] from='mgr.14120 172.21.15.46:0/3362392605' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:43:27.835 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:27 smithi046 bash[18768]: audit 2024-04-22T23:43:26.381692+0000 mon.smithi046 (mon.0) 50 : audit [DBG] from='mgr.14120 172.21.15.46:0/3362392605' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:43:27.835 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:27 smithi046 bash[18768]: audit 2024-04-22T23:43:26.381692+0000 mon.smithi046 (mon.0) 50 : audit [DBG] from='mgr.14120 172.21.15.46:0/3362392605' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:43:27.835 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:27 smithi046 bash[18768]: audit 2024-04-22T23:43:26.391673+0000 mon.smithi046 (mon.0) 51 : audit [INF] from='mgr.14120 172.21.15.46:0/3362392605' entity='mgr.smithi046.eiolnw' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi046.eiolnw/mirror_snapshot_schedule"}]: dispatch 2024-04-22T23:43:27.835 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:27 smithi046 bash[18768]: audit 2024-04-22T23:43:26.391673+0000 mon.smithi046 (mon.0) 51 : audit [INF] from='mgr.14120 172.21.15.46:0/3362392605' entity='mgr.smithi046.eiolnw' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi046.eiolnw/mirror_snapshot_schedule"}]: dispatch 2024-04-22T23:43:27.835 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:27 smithi046 bash[18768]: audit 2024-04-22T23:43:26.394718+0000 mon.smithi046 (mon.0) 52 : audit [INF] from='mgr.14120 172.21.15.46:0/3362392605' entity='mgr.smithi046.eiolnw' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi046.eiolnw/trash_purge_schedule"}]: dispatch 2024-04-22T23:43:27.835 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:27 smithi046 bash[18768]: audit 2024-04-22T23:43:26.394718+0000 mon.smithi046 (mon.0) 52 : audit [INF] from='mgr.14120 172.21.15.46:0/3362392605' entity='mgr.smithi046.eiolnw' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi046.eiolnw/trash_purge_schedule"}]: dispatch 2024-04-22T23:43:27.835 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:27 smithi046 bash[18768]: audit 2024-04-22T23:43:27.196429+0000 mon.smithi046 (mon.0) 53 : audit [INF] from='mgr.14120 172.21.15.46:0/3362392605' entity='mgr.smithi046.eiolnw' 2024-04-22T23:43:27.835 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:27 smithi046 bash[18768]: audit 2024-04-22T23:43:27.196429+0000 mon.smithi046 (mon.0) 53 : audit [INF] from='mgr.14120 172.21.15.46:0/3362392605' entity='mgr.smithi046.eiolnw' 2024-04-22T23:43:27.835 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:27 smithi046 bash[18768]: audit 2024-04-22T23:43:27.202016+0000 mon.smithi046 (mon.0) 54 : audit [INF] from='mgr.14120 172.21.15.46:0/3362392605' entity='mgr.smithi046.eiolnw' 2024-04-22T23:43:27.836 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:27 smithi046 bash[18768]: audit 2024-04-22T23:43:27.202016+0000 mon.smithi046 (mon.0) 54 : audit [INF] from='mgr.14120 172.21.15.46:0/3362392605' entity='mgr.smithi046.eiolnw' 2024-04-22T23:43:27.836 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:27 smithi046 bash[18768]: cluster 2024-04-22T23:43:27.324008+0000 mon.smithi046 (mon.0) 55 : cluster [DBG] mgrmap e7: smithi046.eiolnw(active, since 1.01234s) 2024-04-22T23:43:27.836 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:27 smithi046 bash[18768]: cluster 2024-04-22T23:43:27.324008+0000 mon.smithi046 (mon.0) 55 : cluster [DBG] mgrmap e7: smithi046.eiolnw(active, since 1.01234s) 2024-04-22T23:43:27.850 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout { 2024-04-22T23:43:27.851 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2024-04-22T23:43:27.851 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "initialized": true 2024-04-22T23:43:27.851 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout } 2024-04-22T23:43:27.851 INFO:teuthology.orchestra.run.smithi046.stdout:mgr epoch 5 is available 2024-04-22T23:43:27.851 INFO:teuthology.orchestra.run.smithi046.stdout:Setting orchestrator backend to cephadm... 2024-04-22T23:43:28.834 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:28 smithi046 bash[18768]: audit 2024-04-22T23:43:27.322430+0000 mgr.smithi046.eiolnw (mgr.14120) 2 : audit [DBG] from='client.14124 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-04-22T23:43:28.834 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:28 smithi046 bash[18768]: audit 2024-04-22T23:43:27.322430+0000 mgr.smithi046.eiolnw (mgr.14120) 2 : audit [DBG] from='client.14124 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-04-22T23:43:28.834 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:28 smithi046 bash[18768]: audit 2024-04-22T23:43:27.335464+0000 mgr.smithi046.eiolnw (mgr.14120) 3 : audit [DBG] from='client.14124 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-04-22T23:43:28.834 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:28 smithi046 bash[18768]: audit 2024-04-22T23:43:27.335464+0000 mgr.smithi046.eiolnw (mgr.14120) 3 : audit [DBG] from='client.14124 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-04-22T23:43:28.834 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:28 smithi046 bash[18768]: cephadm 2024-04-22T23:43:27.736714+0000 mgr.smithi046.eiolnw (mgr.14120) 4 : cephadm [INF] [22/Apr/2024:23:43:27] ENGINE Bus STARTING 2024-04-22T23:43:28.834 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:28 smithi046 bash[18768]: cephadm 2024-04-22T23:43:27.736714+0000 mgr.smithi046.eiolnw (mgr.14120) 4 : cephadm [INF] [22/Apr/2024:23:43:27] ENGINE Bus STARTING 2024-04-22T23:43:28.834 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:28 smithi046 bash[18768]: cephadm 2024-04-22T23:43:27.858986+0000 mgr.smithi046.eiolnw (mgr.14120) 5 : cephadm [INF] [22/Apr/2024:23:43:27] ENGINE Serving on https://172.21.15.46:7150 2024-04-22T23:43:28.834 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:28 smithi046 bash[18768]: cephadm 2024-04-22T23:43:27.858986+0000 mgr.smithi046.eiolnw (mgr.14120) 5 : cephadm [INF] [22/Apr/2024:23:43:27] ENGINE Serving on https://172.21.15.46:7150 2024-04-22T23:43:28.835 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:28 smithi046 bash[18768]: cephadm 2024-04-22T23:43:27.960395+0000 mgr.smithi046.eiolnw (mgr.14120) 6 : cephadm [INF] [22/Apr/2024:23:43:27] ENGINE Serving on http://172.21.15.46:8765 2024-04-22T23:43:28.835 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:28 smithi046 bash[18768]: cephadm 2024-04-22T23:43:27.960395+0000 mgr.smithi046.eiolnw (mgr.14120) 6 : cephadm [INF] [22/Apr/2024:23:43:27] ENGINE Serving on http://172.21.15.46:8765 2024-04-22T23:43:28.835 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:28 smithi046 bash[18768]: cephadm 2024-04-22T23:43:27.960586+0000 mgr.smithi046.eiolnw (mgr.14120) 7 : cephadm [INF] [22/Apr/2024:23:43:27] ENGINE Bus STARTED 2024-04-22T23:43:28.835 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:28 smithi046 bash[18768]: cephadm 2024-04-22T23:43:27.960586+0000 mgr.smithi046.eiolnw (mgr.14120) 7 : cephadm [INF] [22/Apr/2024:23:43:27] ENGINE Bus STARTED 2024-04-22T23:43:28.835 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:28 smithi046 bash[18768]: audit 2024-04-22T23:43:28.003794+0000 mon.smithi046 (mon.0) 56 : audit [DBG] from='mgr.14120 172.21.15.46:0/3362392605' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:43:28.835 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:28 smithi046 bash[18768]: audit 2024-04-22T23:43:28.003794+0000 mon.smithi046 (mon.0) 56 : audit [DBG] from='mgr.14120 172.21.15.46:0/3362392605' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:43:29.643 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:29 smithi046 bash[18768]: cluster 2024-04-22T23:43:28.382753+0000 mon.smithi046 (mon.0) 57 : cluster [DBG] mgrmap e8: smithi046.eiolnw(active, since 2s) 2024-04-22T23:43:29.643 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:29 smithi046 bash[18768]: cluster 2024-04-22T23:43:28.382753+0000 mon.smithi046 (mon.0) 57 : cluster [DBG] mgrmap e8: smithi046.eiolnw(active, since 2s) 2024-04-22T23:43:29.643 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:29 smithi046 bash[18768]: audit 2024-04-22T23:43:29.059720+0000 mon.smithi046 (mon.0) 58 : audit [INF] from='mgr.14120 172.21.15.46:0/3362392605' entity='mgr.smithi046.eiolnw' 2024-04-22T23:43:29.643 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:29 smithi046 bash[18768]: audit 2024-04-22T23:43:29.059720+0000 mon.smithi046 (mon.0) 58 : audit [INF] from='mgr.14120 172.21.15.46:0/3362392605' entity='mgr.smithi046.eiolnw' 2024-04-22T23:43:29.643 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:29 smithi046 bash[18768]: audit 2024-04-22T23:43:29.124228+0000 mon.smithi046 (mon.0) 59 : audit [DBG] from='mgr.14120 172.21.15.46:0/3362392605' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:43:29.643 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:29 smithi046 bash[18768]: audit 2024-04-22T23:43:29.124228+0000 mon.smithi046 (mon.0) 59 : audit [DBG] from='mgr.14120 172.21.15.46:0/3362392605' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:43:30.583 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:30 smithi046 bash[18768]: audit 2024-04-22T23:43:29.054367+0000 mgr.smithi046.eiolnw (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-22T23:43:30.584 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:30 smithi046 bash[18768]: audit 2024-04-22T23:43:29.054367+0000 mgr.smithi046.eiolnw (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-22T23:43:31.327 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout value unchanged 2024-04-22T23:43:31.327 INFO:teuthology.orchestra.run.smithi046.stdout:Generating ssh key... 2024-04-22T23:43:31.833 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:31 smithi046 bash[18768]: audit 2024-04-22T23:43:30.842088+0000 mgr.smithi046.eiolnw (mgr.14120) 9 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T23:43:31.833 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:31 smithi046 bash[18768]: audit 2024-04-22T23:43:30.842088+0000 mgr.smithi046.eiolnw (mgr.14120) 9 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T23:43:33.333 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:33 smithi046 bash[18768]: audit 2024-04-22T23:43:32.567626+0000 mgr.smithi046.eiolnw (mgr.14120) 10 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T23:43:33.334 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:33 smithi046 bash[18768]: audit 2024-04-22T23:43:32.567626+0000 mgr.smithi046.eiolnw (mgr.14120) 10 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T23:43:33.334 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:33 smithi046 bash[18768]: cephadm 2024-04-22T23:43:32.568035+0000 mgr.smithi046.eiolnw (mgr.14120) 11 : cephadm [INF] Generating ssh key... 2024-04-22T23:43:33.334 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:33 smithi046 bash[18768]: cephadm 2024-04-22T23:43:32.568035+0000 mgr.smithi046.eiolnw (mgr.14120) 11 : cephadm [INF] Generating ssh key... 2024-04-22T23:43:34.583 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:34 smithi046 bash[18768]: audit 2024-04-22T23:43:33.142807+0000 mon.smithi046 (mon.0) 60 : audit [INF] from='mgr.14120 172.21.15.46:0/3362392605' entity='mgr.smithi046.eiolnw' 2024-04-22T23:43:34.584 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:34 smithi046 bash[18768]: audit 2024-04-22T23:43:33.142807+0000 mon.smithi046 (mon.0) 60 : audit [INF] from='mgr.14120 172.21.15.46:0/3362392605' entity='mgr.smithi046.eiolnw' 2024-04-22T23:43:34.584 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:34 smithi046 bash[18768]: audit 2024-04-22T23:43:33.147107+0000 mon.smithi046 (mon.0) 61 : audit [INF] from='mgr.14120 172.21.15.46:0/3362392605' entity='mgr.smithi046.eiolnw' 2024-04-22T23:43:34.584 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:34 smithi046 bash[18768]: audit 2024-04-22T23:43:33.147107+0000 mon.smithi046 (mon.0) 61 : audit [INF] from='mgr.14120 172.21.15.46:0/3362392605' entity='mgr.smithi046.eiolnw' 2024-04-22T23:43:35.334 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:35 smithi046 bash[18768]: audit 2024-04-22T23:43:34.879233+0000 mgr.smithi046.eiolnw (mgr.14120) 12 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T23:43:35.334 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:35 smithi046 bash[18768]: audit 2024-04-22T23:43:34.879233+0000 mgr.smithi046.eiolnw (mgr.14120) 12 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T23:43:35.362 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCi3OVjXfWrcrgO0DgEx8SRNmHB9lRl5+WIloqeaiXZZt8cVxQBy/po6yrle4r3gGVC0IwV/PRa+u7Bk5ikcsxE7fDBLfKx8miIovsiRoGZtojSKoM8lTrEw7m3e/JUGJDOiccteO6bgVLuWpkl1Oevl7H97l/jpczMtyzkaD4j6raQCQbGnNM99fvu+A6tEfUtLbWowNJIpPMYU3+p1nIjHt6JQs6LG995n2nCzDuQYR8TSA0m/DLhRfnn2ZZT3D6MuU/qDna9/AAeAt1nMKm1tmW71fX2x81Cz405jYusZImUg47UDyVDj6n3sfbSCSGoc/yshGv7q8btbCR9oGSr785FbWgvDSycHwSYNiTG2nkluz/nut5JdaIGi9oadjLEh+RFd+Llth7yzw4fC7VlxTqzetdOm23SnBJNaONIXyJrPmvEM7PjgrnnvFbQITJZtkfgqS3/jSW3rPmIyxu+YoAxTJuHrXDNKqyH8FKibcZq+hecKScVKT+c/t3aSjM= ceph-e2b7ae0a-0101-11ef-bc93-c7b262605968 2024-04-22T23:43:35.363 INFO:teuthology.orchestra.run.smithi046.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-04-22T23:43:35.363 INFO:teuthology.orchestra.run.smithi046.stdout:Adding key to root@localhost authorized_keys... 2024-04-22T23:43:35.363 INFO:teuthology.orchestra.run.smithi046.stdout:Adding host smithi046... 2024-04-22T23:43:37.309 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:37 smithi046 bash[18768]: audit 2024-04-22T23:43:36.658124+0000 mgr.smithi046.eiolnw (mgr.14120) 13 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi046", "addr": "172.21.15.46", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T23:43:37.309 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:37 smithi046 bash[18768]: audit 2024-04-22T23:43:36.658124+0000 mgr.smithi046.eiolnw (mgr.14120) 13 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi046", "addr": "172.21.15.46", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T23:43:38.333 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:38 smithi046 bash[18768]: cephadm 2024-04-22T23:43:37.404290+0000 mgr.smithi046.eiolnw (mgr.14120) 14 : cephadm [INF] Deploying cephadm binary to smithi046 2024-04-22T23:43:38.333 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:38 smithi046 bash[18768]: cephadm 2024-04-22T23:43:37.404290+0000 mgr.smithi046.eiolnw (mgr.14120) 14 : cephadm [INF] Deploying cephadm binary to smithi046 2024-04-22T23:43:43.311 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout Added host 'smithi046' with addr '172.21.15.46' 2024-04-22T23:43:43.311 INFO:teuthology.orchestra.run.smithi046.stdout:Deploying mon service with default placement... 2024-04-22T23:43:43.583 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:43 smithi046 bash[18768]: audit 2024-04-22T23:43:42.526076+0000 mon.smithi046 (mon.0) 62 : audit [INF] from='mgr.14120 172.21.15.46:0/3362392605' entity='mgr.smithi046.eiolnw' 2024-04-22T23:43:43.584 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:43 smithi046 bash[18768]: audit 2024-04-22T23:43:42.526076+0000 mon.smithi046 (mon.0) 62 : audit [INF] from='mgr.14120 172.21.15.46:0/3362392605' entity='mgr.smithi046.eiolnw' 2024-04-22T23:43:43.584 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:43 smithi046 bash[18768]: cephadm 2024-04-22T23:43:42.526523+0000 mgr.smithi046.eiolnw (mgr.14120) 15 : cephadm [INF] Added host smithi046 2024-04-22T23:43:43.584 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:43 smithi046 bash[18768]: cephadm 2024-04-22T23:43:42.526523+0000 mgr.smithi046.eiolnw (mgr.14120) 15 : cephadm [INF] Added host smithi046 2024-04-22T23:43:43.584 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:43 smithi046 bash[18768]: audit 2024-04-22T23:43:42.547757+0000 mon.smithi046 (mon.0) 63 : audit [DBG] from='mgr.14120 172.21.15.46:0/3362392605' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:43:43.584 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:43 smithi046 bash[18768]: audit 2024-04-22T23:43:42.547757+0000 mon.smithi046 (mon.0) 63 : audit [DBG] from='mgr.14120 172.21.15.46:0/3362392605' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:43:45.712 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2024-04-22T23:43:45.712 INFO:teuthology.orchestra.run.smithi046.stdout:Deploying mgr service with default placement... 2024-04-22T23:43:46.584 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:46 smithi046 bash[18768]: audit 2024-04-22T23:43:45.156806+0000 mgr.smithi046.eiolnw (mgr.14120) 16 : audit [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T23:43:46.584 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:46 smithi046 bash[18768]: audit 2024-04-22T23:43:45.156806+0000 mgr.smithi046.eiolnw (mgr.14120) 16 : audit [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T23:43:46.584 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:46 smithi046 bash[18768]: cephadm 2024-04-22T23:43:45.159870+0000 mgr.smithi046.eiolnw (mgr.14120) 17 : cephadm [INF] Saving service mon spec with placement count:5 2024-04-22T23:43:46.584 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:46 smithi046 bash[18768]: cephadm 2024-04-22T23:43:45.159870+0000 mgr.smithi046.eiolnw (mgr.14120) 17 : cephadm [INF] Saving service mon spec with placement count:5 2024-04-22T23:43:46.584 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:46 smithi046 bash[18768]: audit 2024-04-22T23:43:45.164618+0000 mon.smithi046 (mon.0) 64 : audit [INF] from='mgr.14120 172.21.15.46:0/3362392605' entity='mgr.smithi046.eiolnw' 2024-04-22T23:43:46.584 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:46 smithi046 bash[18768]: audit 2024-04-22T23:43:45.164618+0000 mon.smithi046 (mon.0) 64 : audit [INF] from='mgr.14120 172.21.15.46:0/3362392605' entity='mgr.smithi046.eiolnw' 2024-04-22T23:43:46.584 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:46 smithi046 bash[18768]: audit 2024-04-22T23:43:45.372876+0000 mon.smithi046 (mon.0) 65 : audit [INF] from='mgr.14120 172.21.15.46:0/3362392605' entity='mgr.smithi046.eiolnw' 2024-04-22T23:43:46.584 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:46 smithi046 bash[18768]: audit 2024-04-22T23:43:45.372876+0000 mon.smithi046 (mon.0) 65 : audit [INF] from='mgr.14120 172.21.15.46:0/3362392605' entity='mgr.smithi046.eiolnw' 2024-04-22T23:43:46.584 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:46 smithi046 bash[18768]: audit 2024-04-22T23:43:45.855620+0000 mon.smithi046 (mon.0) 66 : audit [INF] from='mgr.14120 172.21.15.46:0/3362392605' entity='mgr.smithi046.eiolnw' 2024-04-22T23:43:46.584 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:46 smithi046 bash[18768]: audit 2024-04-22T23:43:45.855620+0000 mon.smithi046 (mon.0) 66 : audit [INF] from='mgr.14120 172.21.15.46:0/3362392605' entity='mgr.smithi046.eiolnw' 2024-04-22T23:43:47.460 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2024-04-22T23:43:47.460 INFO:teuthology.orchestra.run.smithi046.stdout:Deploying crash service with default placement... 2024-04-22T23:43:48.333 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:47 smithi046 bash[18768]: cluster 2024-04-22T23:43:46.323300+0000 mgr.smithi046.eiolnw (mgr.14120) 18 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:43:48.334 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:47 smithi046 bash[18768]: cluster 2024-04-22T23:43:46.323300+0000 mgr.smithi046.eiolnw (mgr.14120) 18 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:43:48.334 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:47 smithi046 bash[18768]: audit 2024-04-22T23:43:46.924186+0000 mgr.smithi046.eiolnw (mgr.14120) 19 : audit [DBG] from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T23:43:48.334 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:47 smithi046 bash[18768]: audit 2024-04-22T23:43:46.924186+0000 mgr.smithi046.eiolnw (mgr.14120) 19 : audit [DBG] from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T23:43:48.334 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:47 smithi046 bash[18768]: cephadm 2024-04-22T23:43:46.926582+0000 mgr.smithi046.eiolnw (mgr.14120) 20 : cephadm [INF] Saving service mgr spec with placement count:2 2024-04-22T23:43:48.334 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:47 smithi046 bash[18768]: cephadm 2024-04-22T23:43:46.926582+0000 mgr.smithi046.eiolnw (mgr.14120) 20 : cephadm [INF] Saving service mgr spec with placement count:2 2024-04-22T23:43:48.334 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:47 smithi046 bash[18768]: audit 2024-04-22T23:43:46.930141+0000 mon.smithi046 (mon.0) 67 : audit [INF] from='mgr.14120 172.21.15.46:0/3362392605' entity='mgr.smithi046.eiolnw' 2024-04-22T23:43:48.334 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:47 smithi046 bash[18768]: audit 2024-04-22T23:43:46.930141+0000 mon.smithi046 (mon.0) 67 : audit [INF] from='mgr.14120 172.21.15.46:0/3362392605' entity='mgr.smithi046.eiolnw' 2024-04-22T23:43:49.214 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout Scheduled crash update... 2024-04-22T23:43:49.214 INFO:teuthology.orchestra.run.smithi046.stdout:Deploying ceph-exporter service with default placement... 2024-04-22T23:43:50.083 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:49 smithi046 bash[18768]: cluster 2024-04-22T23:43:48.323598+0000 mgr.smithi046.eiolnw (mgr.14120) 21 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:43:50.083 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:49 smithi046 bash[18768]: cluster 2024-04-22T23:43:48.323598+0000 mgr.smithi046.eiolnw (mgr.14120) 21 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:43:50.083 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:49 smithi046 bash[18768]: audit 2024-04-22T23:43:48.704972+0000 mgr.smithi046.eiolnw (mgr.14120) 22 : audit [DBG] from='client.14146 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T23:43:50.084 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:49 smithi046 bash[18768]: audit 2024-04-22T23:43:48.704972+0000 mgr.smithi046.eiolnw (mgr.14120) 22 : audit [DBG] from='client.14146 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T23:43:50.084 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:49 smithi046 bash[18768]: cephadm 2024-04-22T23:43:48.707109+0000 mgr.smithi046.eiolnw (mgr.14120) 23 : cephadm [INF] Saving service crash spec with placement * 2024-04-22T23:43:50.084 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:49 smithi046 bash[18768]: cephadm 2024-04-22T23:43:48.707109+0000 mgr.smithi046.eiolnw (mgr.14120) 23 : cephadm [INF] Saving service crash spec with placement * 2024-04-22T23:43:50.084 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:49 smithi046 bash[18768]: audit 2024-04-22T23:43:48.711600+0000 mon.smithi046 (mon.0) 68 : audit [INF] from='mgr.14120 172.21.15.46:0/3362392605' entity='mgr.smithi046.eiolnw' 2024-04-22T23:43:50.084 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:49 smithi046 bash[18768]: audit 2024-04-22T23:43:48.711600+0000 mon.smithi046 (mon.0) 68 : audit [INF] from='mgr.14120 172.21.15.46:0/3362392605' entity='mgr.smithi046.eiolnw' 2024-04-22T23:43:51.004 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout Scheduled ceph-exporter update... 2024-04-22T23:43:51.004 INFO:teuthology.orchestra.run.smithi046.stdout:Deploying prometheus service with default placement... 2024-04-22T23:43:51.833 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:51 smithi046 bash[18768]: cluster 2024-04-22T23:43:50.323988+0000 mgr.smithi046.eiolnw (mgr.14120) 24 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:43:51.833 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:51 smithi046 bash[18768]: cluster 2024-04-22T23:43:50.323988+0000 mgr.smithi046.eiolnw (mgr.14120) 24 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:43:51.833 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:51 smithi046 bash[18768]: audit 2024-04-22T23:43:50.476481+0000 mgr.smithi046.eiolnw (mgr.14120) 25 : audit [DBG] from='client.14148 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "ceph-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T23:43:51.833 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:51 smithi046 bash[18768]: audit 2024-04-22T23:43:50.476481+0000 mgr.smithi046.eiolnw (mgr.14120) 25 : audit [DBG] from='client.14148 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "ceph-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T23:43:51.834 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:51 smithi046 bash[18768]: cephadm 2024-04-22T23:43:50.479599+0000 mgr.smithi046.eiolnw (mgr.14120) 26 : cephadm [INF] Saving service ceph-exporter spec with placement * 2024-04-22T23:43:51.834 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:51 smithi046 bash[18768]: cephadm 2024-04-22T23:43:50.479599+0000 mgr.smithi046.eiolnw (mgr.14120) 26 : cephadm [INF] Saving service ceph-exporter spec with placement * 2024-04-22T23:43:51.834 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:51 smithi046 bash[18768]: audit 2024-04-22T23:43:50.483946+0000 mon.smithi046 (mon.0) 69 : audit [INF] from='mgr.14120 172.21.15.46:0/3362392605' entity='mgr.smithi046.eiolnw' 2024-04-22T23:43:51.834 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:51 smithi046 bash[18768]: audit 2024-04-22T23:43:50.483946+0000 mon.smithi046 (mon.0) 69 : audit [INF] from='mgr.14120 172.21.15.46:0/3362392605' entity='mgr.smithi046.eiolnw' 2024-04-22T23:43:52.783 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout Scheduled prometheus update... 2024-04-22T23:43:52.783 INFO:teuthology.orchestra.run.smithi046.stdout:Deploying grafana service with default placement... 2024-04-22T23:43:53.583 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:53 smithi046 bash[18768]: audit 2024-04-22T23:43:52.248699+0000 mgr.smithi046.eiolnw (mgr.14120) 27 : audit [DBG] from='client.14150 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T23:43:53.583 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:53 smithi046 bash[18768]: audit 2024-04-22T23:43:52.248699+0000 mgr.smithi046.eiolnw (mgr.14120) 27 : audit [DBG] from='client.14150 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T23:43:53.584 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:53 smithi046 bash[18768]: cephadm 2024-04-22T23:43:52.249830+0000 mgr.smithi046.eiolnw (mgr.14120) 28 : cephadm [INF] Saving service prometheus spec with placement count:1 2024-04-22T23:43:53.584 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:53 smithi046 bash[18768]: cephadm 2024-04-22T23:43:52.249830+0000 mgr.smithi046.eiolnw (mgr.14120) 28 : cephadm [INF] Saving service prometheus spec with placement count:1 2024-04-22T23:43:53.584 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:53 smithi046 bash[18768]: audit 2024-04-22T23:43:52.254297+0000 mon.smithi046 (mon.0) 70 : audit [INF] from='mgr.14120 172.21.15.46:0/3362392605' entity='mgr.smithi046.eiolnw' 2024-04-22T23:43:53.584 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:53 smithi046 bash[18768]: audit 2024-04-22T23:43:52.254297+0000 mon.smithi046 (mon.0) 70 : audit [INF] from='mgr.14120 172.21.15.46:0/3362392605' entity='mgr.smithi046.eiolnw' 2024-04-22T23:43:53.584 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:53 smithi046 bash[18768]: cluster 2024-04-22T23:43:52.324374+0000 mgr.smithi046.eiolnw (mgr.14120) 29 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:43:53.584 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:53 smithi046 bash[18768]: cluster 2024-04-22T23:43:52.324374+0000 mgr.smithi046.eiolnw (mgr.14120) 29 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:43:54.553 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout Scheduled grafana update... 2024-04-22T23:43:54.554 INFO:teuthology.orchestra.run.smithi046.stdout:Deploying node-exporter service with default placement... 2024-04-22T23:43:54.833 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:54 smithi046 bash[18768]: audit 2024-04-22T23:43:53.540158+0000 mon.smithi046 (mon.0) 71 : audit [INF] from='mgr.14120 172.21.15.46:0/3362392605' entity='mgr.smithi046.eiolnw' 2024-04-22T23:43:54.834 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:54 smithi046 bash[18768]: audit 2024-04-22T23:43:53.540158+0000 mon.smithi046 (mon.0) 71 : audit [INF] from='mgr.14120 172.21.15.46:0/3362392605' entity='mgr.smithi046.eiolnw' 2024-04-22T23:43:54.834 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:54 smithi046 bash[18768]: audit 2024-04-22T23:43:53.991934+0000 mgr.smithi046.eiolnw (mgr.14120) 30 : audit [DBG] from='client.14152 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T23:43:54.834 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:54 smithi046 bash[18768]: audit 2024-04-22T23:43:53.991934+0000 mgr.smithi046.eiolnw (mgr.14120) 30 : audit [DBG] from='client.14152 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T23:43:54.834 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:54 smithi046 bash[18768]: cephadm 2024-04-22T23:43:53.993292+0000 mgr.smithi046.eiolnw (mgr.14120) 31 : cephadm [INF] Saving service grafana spec with placement count:1 2024-04-22T23:43:54.834 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:54 smithi046 bash[18768]: cephadm 2024-04-22T23:43:53.993292+0000 mgr.smithi046.eiolnw (mgr.14120) 31 : cephadm [INF] Saving service grafana spec with placement count:1 2024-04-22T23:43:54.834 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:54 smithi046 bash[18768]: audit 2024-04-22T23:43:53.996045+0000 mon.smithi046 (mon.0) 72 : audit [INF] from='mgr.14120 172.21.15.46:0/3362392605' entity='mgr.smithi046.eiolnw' 2024-04-22T23:43:54.834 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:54 smithi046 bash[18768]: audit 2024-04-22T23:43:53.996045+0000 mon.smithi046 (mon.0) 72 : audit [INF] from='mgr.14120 172.21.15.46:0/3362392605' entity='mgr.smithi046.eiolnw' 2024-04-22T23:43:55.879 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:55 smithi046 bash[18768]: cluster 2024-04-22T23:43:54.324751+0000 mgr.smithi046.eiolnw (mgr.14120) 32 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:43:55.879 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:55 smithi046 bash[18768]: cluster 2024-04-22T23:43:54.324751+0000 mgr.smithi046.eiolnw (mgr.14120) 32 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:43:55.880 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:55 smithi046 bash[18768]: audit 2024-04-22T23:43:54.630161+0000 mon.smithi046 (mon.0) 73 : audit [INF] from='mgr.14120 172.21.15.46:0/3362392605' entity='mgr.smithi046.eiolnw' 2024-04-22T23:43:55.880 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:55 smithi046 bash[18768]: audit 2024-04-22T23:43:54.630161+0000 mon.smithi046 (mon.0) 73 : audit [INF] from='mgr.14120 172.21.15.46:0/3362392605' entity='mgr.smithi046.eiolnw' 2024-04-22T23:43:56.419 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout Scheduled node-exporter update... 2024-04-22T23:43:56.419 INFO:teuthology.orchestra.run.smithi046.stdout:Deploying alertmanager service with default placement... 2024-04-22T23:43:57.333 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:56 smithi046 bash[18768]: audit 2024-04-22T23:43:55.854061+0000 mgr.smithi046.eiolnw (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-22T23:43:57.333 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:56 smithi046 bash[18768]: audit 2024-04-22T23:43:55.854061+0000 mgr.smithi046.eiolnw (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-22T23:43:57.334 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:56 smithi046 bash[18768]: cephadm 2024-04-22T23:43:55.856298+0000 mgr.smithi046.eiolnw (mgr.14120) 34 : cephadm [INF] Saving service node-exporter spec with placement * 2024-04-22T23:43:57.334 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:56 smithi046 bash[18768]: cephadm 2024-04-22T23:43:55.856298+0000 mgr.smithi046.eiolnw (mgr.14120) 34 : cephadm [INF] Saving service node-exporter spec with placement * 2024-04-22T23:43:57.334 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:56 smithi046 bash[18768]: audit 2024-04-22T23:43:55.861326+0000 mon.smithi046 (mon.0) 74 : audit [INF] from='mgr.14120 172.21.15.46:0/3362392605' entity='mgr.smithi046.eiolnw' 2024-04-22T23:43:57.334 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:56 smithi046 bash[18768]: audit 2024-04-22T23:43:55.861326+0000 mon.smithi046 (mon.0) 74 : audit [INF] from='mgr.14120 172.21.15.46:0/3362392605' entity='mgr.smithi046.eiolnw' 2024-04-22T23:43:58.083 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:57 smithi046 bash[18768]: cluster 2024-04-22T23:43:56.325202+0000 mgr.smithi046.eiolnw (mgr.14120) 35 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:43:58.084 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:57 smithi046 bash[18768]: cluster 2024-04-22T23:43:56.325202+0000 mgr.smithi046.eiolnw (mgr.14120) 35 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:43:58.084 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:57 smithi046 bash[18768]: audit 2024-04-22T23:43:57.698648+0000 mon.smithi046 (mon.0) 75 : audit [INF] from='mgr.14120 172.21.15.46:0/3362392605' entity='mgr.smithi046.eiolnw' 2024-04-22T23:43:58.084 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:57 smithi046 bash[18768]: audit 2024-04-22T23:43:57.698648+0000 mon.smithi046 (mon.0) 75 : audit [INF] from='mgr.14120 172.21.15.46:0/3362392605' entity='mgr.smithi046.eiolnw' 2024-04-22T23:43:58.224 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout Scheduled alertmanager update... 2024-04-22T23:43:59.333 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:58 smithi046 bash[18768]: audit 2024-04-22T23:43:57.694329+0000 mgr.smithi046.eiolnw (mgr.14120) 36 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T23:43:59.334 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:58 smithi046 bash[18768]: audit 2024-04-22T23:43:57.694329+0000 mgr.smithi046.eiolnw (mgr.14120) 36 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T23:43:59.334 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:58 smithi046 bash[18768]: cephadm 2024-04-22T23:43:57.695823+0000 mgr.smithi046.eiolnw (mgr.14120) 37 : cephadm [INF] Saving service alertmanager spec with placement count:1 2024-04-22T23:43:59.334 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:58 smithi046 bash[18768]: cephadm 2024-04-22T23:43:57.695823+0000 mgr.smithi046.eiolnw (mgr.14120) 37 : cephadm [INF] Saving service alertmanager spec with placement count:1 2024-04-22T23:44:00.333 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:59 smithi046 bash[18768]: cluster 2024-04-22T23:43:58.325635+0000 mgr.smithi046.eiolnw (mgr.14120) 38 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:44:00.334 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:59 smithi046 bash[18768]: cluster 2024-04-22T23:43:58.325635+0000 mgr.smithi046.eiolnw (mgr.14120) 38 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:44:00.334 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:59 smithi046 bash[18768]: audit 2024-04-22T23:43:59.459571+0000 mon.smithi046 (mon.0) 76 : audit [INF] from='client.? 172.21.15.46:0/1259831243' entity='client.admin' 2024-04-22T23:44:00.334 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:43:59 smithi046 bash[18768]: audit 2024-04-22T23:43:59.459571+0000 mon.smithi046 (mon.0) 76 : audit [INF] from='client.? 172.21.15.46:0/1259831243' entity='client.admin' 2024-04-22T23:44:01.693 INFO:teuthology.orchestra.run.smithi046.stdout:Enabling the dashboard module... 2024-04-22T23:44:02.083 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:44:01 smithi046 bash[18768]: cluster 2024-04-22T23:44:00.326057+0000 mgr.smithi046.eiolnw (mgr.14120) 39 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:44:02.083 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:44:01 smithi046 bash[18768]: cluster 2024-04-22T23:44:00.326057+0000 mgr.smithi046.eiolnw (mgr.14120) 39 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:44:02.083 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:44:01 smithi046 bash[18768]: audit 2024-04-22T23:44:01.222943+0000 mon.smithi046 (mon.0) 77 : audit [INF] from='client.? 172.21.15.46:0/471827755' entity='client.admin' 2024-04-22T23:44:02.084 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:44:01 smithi046 bash[18768]: audit 2024-04-22T23:44:01.222943+0000 mon.smithi046 (mon.0) 77 : audit [INF] from='client.? 172.21.15.46:0/471827755' entity='client.admin' 2024-04-22T23:44:04.333 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:44:03 smithi046 bash[18768]: cluster 2024-04-22T23:44:02.326517+0000 mgr.smithi046.eiolnw (mgr.14120) 40 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:44:04.333 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:44:03 smithi046 bash[18768]: cluster 2024-04-22T23:44:02.326517+0000 mgr.smithi046.eiolnw (mgr.14120) 40 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:44:04.333 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:44:03 smithi046 bash[18768]: audit 2024-04-22T23:44:03.223667+0000 mon.smithi046 (mon.0) 78 : audit [INF] from='client.? 172.21.15.46:0/2027543540' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-04-22T23:44:04.334 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:44:03 smithi046 bash[18768]: audit 2024-04-22T23:44:03.223667+0000 mon.smithi046 (mon.0) 78 : audit [INF] from='client.? 172.21.15.46:0/2027543540' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-04-22T23:44:05.128 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:44:04 smithi046 bash[18768]: audit 2024-04-22T23:44:03.874317+0000 mon.smithi046 (mon.0) 79 : audit [INF] from='client.? 172.21.15.46:0/2027543540' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-04-22T23:44:05.128 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:44:04 smithi046 bash[18768]: audit 2024-04-22T23:44:03.874317+0000 mon.smithi046 (mon.0) 79 : audit [INF] from='client.? 172.21.15.46:0/2027543540' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-04-22T23:44:05.128 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:44:04 smithi046 bash[18768]: cluster 2024-04-22T23:44:03.879918+0000 mon.smithi046 (mon.0) 80 : cluster [DBG] mgrmap e9: smithi046.eiolnw(active, since 37s) 2024-04-22T23:44:05.129 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:44:04 smithi046 bash[18768]: cluster 2024-04-22T23:44:03.879918+0000 mon.smithi046 (mon.0) 80 : cluster [DBG] mgrmap e9: smithi046.eiolnw(active, since 37s) 2024-04-22T23:44:06.025 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:44:05 smithi046 bash[18768]: audit 2024-04-22T23:44:05.804935+0000 mon.smithi046 (mon.0) 81 : audit [DBG] from='client.? 172.21.15.46:0/4127376841' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-04-22T23:44:06.025 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:44:05 smithi046 bash[18768]: audit 2024-04-22T23:44:05.804935+0000 mon.smithi046 (mon.0) 81 : audit [DBG] from='client.? 172.21.15.46:0/4127376841' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-04-22T23:44:06.325 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout { 2024-04-22T23:44:06.325 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "epoch": 9, 2024-04-22T23:44:06.325 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "available": true, 2024-04-22T23:44:06.325 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "active_name": "smithi046.eiolnw", 2024-04-22T23:44:06.325 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-04-22T23:44:06.325 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout } 2024-04-22T23:44:06.326 INFO:teuthology.orchestra.run.smithi046.stdout:Waiting for the mgr to restart... 2024-04-22T23:44:06.326 INFO:teuthology.orchestra.run.smithi046.stdout:Waiting for mgr epoch 9... 2024-04-22T23:44:12.405 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:44:12 smithi046 bash[18768]: cluster 2024-04-22T23:44:12.303545+0000 mon.smithi046 (mon.0) 82 : cluster [INF] Active manager daemon smithi046.eiolnw restarted 2024-04-22T23:44:12.405 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:44:12 smithi046 bash[18768]: cluster 2024-04-22T23:44:12.303545+0000 mon.smithi046 (mon.0) 82 : cluster [INF] Active manager daemon smithi046.eiolnw restarted 2024-04-22T23:44:12.405 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:44:12 smithi046 bash[18768]: cluster 2024-04-22T23:44:12.304156+0000 mon.smithi046 (mon.0) 83 : cluster [INF] Activating manager daemon smithi046.eiolnw 2024-04-22T23:44:12.406 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:44:12 smithi046 bash[18768]: cluster 2024-04-22T23:44:12.304156+0000 mon.smithi046 (mon.0) 83 : cluster [INF] Activating manager daemon smithi046.eiolnw 2024-04-22T23:44:12.406 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:44:12 smithi046 bash[18768]: cluster 2024-04-22T23:44:12.307750+0000 mon.smithi046 (mon.0) 84 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-04-22T23:44:12.406 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:44:12 smithi046 bash[18768]: cluster 2024-04-22T23:44:12.307750+0000 mon.smithi046 (mon.0) 84 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-04-22T23:44:12.406 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:44:12 smithi046 bash[18768]: cluster 2024-04-22T23:44:12.307875+0000 mon.smithi046 (mon.0) 85 : cluster [DBG] mgrmap e10: smithi046.eiolnw(active, starting, since 0.00393474s) 2024-04-22T23:44:12.406 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:44:12 smithi046 bash[18768]: cluster 2024-04-22T23:44:12.307875+0000 mon.smithi046 (mon.0) 85 : cluster [DBG] mgrmap e10: smithi046.eiolnw(active, starting, since 0.00393474s) 2024-04-22T23:44:12.406 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:44:12 smithi046 bash[18768]: audit 2024-04-22T23:44:12.311796+0000 mon.smithi046 (mon.0) 86 : audit [DBG] from='mgr.14164 172.21.15.46:0/3557104021' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "mon metadata", "id": "smithi046"}]: dispatch 2024-04-22T23:44:12.406 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:44:12 smithi046 bash[18768]: audit 2024-04-22T23:44:12.311796+0000 mon.smithi046 (mon.0) 86 : audit [DBG] from='mgr.14164 172.21.15.46:0/3557104021' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "mon metadata", "id": "smithi046"}]: dispatch 2024-04-22T23:44:12.406 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:44:12 smithi046 bash[18768]: audit 2024-04-22T23:44:12.313589+0000 mon.smithi046 (mon.0) 87 : audit [DBG] from='mgr.14164 172.21.15.46:0/3557104021' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "mgr metadata", "who": "smithi046.eiolnw", "id": "smithi046.eiolnw"}]: dispatch 2024-04-22T23:44:12.406 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:44:12 smithi046 bash[18768]: audit 2024-04-22T23:44:12.313589+0000 mon.smithi046 (mon.0) 87 : audit [DBG] from='mgr.14164 172.21.15.46:0/3557104021' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "mgr metadata", "who": "smithi046.eiolnw", "id": "smithi046.eiolnw"}]: dispatch 2024-04-22T23:44:12.406 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:44:12 smithi046 bash[18768]: audit 2024-04-22T23:44:12.314589+0000 mon.smithi046 (mon.0) 88 : audit [DBG] from='mgr.14164 172.21.15.46:0/3557104021' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-22T23:44:12.406 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:44:12 smithi046 bash[18768]: audit 2024-04-22T23:44:12.314589+0000 mon.smithi046 (mon.0) 88 : audit [DBG] from='mgr.14164 172.21.15.46:0/3557104021' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-22T23:44:12.406 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:44:12 smithi046 bash[18768]: audit 2024-04-22T23:44:12.314808+0000 mon.smithi046 (mon.0) 89 : audit [DBG] from='mgr.14164 172.21.15.46:0/3557104021' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-22T23:44:12.406 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:44:12 smithi046 bash[18768]: audit 2024-04-22T23:44:12.314808+0000 mon.smithi046 (mon.0) 89 : audit [DBG] from='mgr.14164 172.21.15.46:0/3557104021' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-22T23:44:12.407 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:44:12 smithi046 bash[18768]: audit 2024-04-22T23:44:12.315005+0000 mon.smithi046 (mon.0) 90 : audit [DBG] from='mgr.14164 172.21.15.46:0/3557104021' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-22T23:44:12.407 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:44:12 smithi046 bash[18768]: audit 2024-04-22T23:44:12.315005+0000 mon.smithi046 (mon.0) 90 : audit [DBG] from='mgr.14164 172.21.15.46:0/3557104021' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-22T23:44:12.407 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:44:12 smithi046 bash[18768]: cluster 2024-04-22T23:44:12.340110+0000 mon.smithi046 (mon.0) 91 : cluster [INF] Manager daemon smithi046.eiolnw is now available 2024-04-22T23:44:12.407 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:44:12 smithi046 bash[18768]: cluster 2024-04-22T23:44:12.340110+0000 mon.smithi046 (mon.0) 91 : cluster [INF] Manager daemon smithi046.eiolnw is now available 2024-04-22T23:44:13.833 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:44:13 smithi046 bash[18768]: audit 2024-04-22T23:44:12.365077+0000 mon.smithi046 (mon.0) 92 : audit [DBG] from='mgr.14164 172.21.15.46:0/3557104021' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:44:13.834 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:44:13 smithi046 bash[18768]: audit 2024-04-22T23:44:12.365077+0000 mon.smithi046 (mon.0) 92 : audit [DBG] from='mgr.14164 172.21.15.46:0/3557104021' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:44:13.834 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:44:13 smithi046 bash[18768]: audit 2024-04-22T23:44:12.386375+0000 mon.smithi046 (mon.0) 93 : audit [INF] from='mgr.14164 172.21.15.46:0/3557104021' entity='mgr.smithi046.eiolnw' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi046.eiolnw/mirror_snapshot_schedule"}]: dispatch 2024-04-22T23:44:13.834 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:44:13 smithi046 bash[18768]: audit 2024-04-22T23:44:12.386375+0000 mon.smithi046 (mon.0) 93 : audit [INF] from='mgr.14164 172.21.15.46:0/3557104021' entity='mgr.smithi046.eiolnw' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi046.eiolnw/mirror_snapshot_schedule"}]: dispatch 2024-04-22T23:44:13.834 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:44:13 smithi046 bash[18768]: audit 2024-04-22T23:44:12.389425+0000 mon.smithi046 (mon.0) 94 : audit [INF] from='mgr.14164 172.21.15.46:0/3557104021' entity='mgr.smithi046.eiolnw' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi046.eiolnw/trash_purge_schedule"}]: dispatch 2024-04-22T23:44:13.834 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:44:13 smithi046 bash[18768]: audit 2024-04-22T23:44:12.389425+0000 mon.smithi046 (mon.0) 94 : audit [INF] from='mgr.14164 172.21.15.46:0/3557104021' entity='mgr.smithi046.eiolnw' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi046.eiolnw/trash_purge_schedule"}]: dispatch 2024-04-22T23:44:13.834 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:44:13 smithi046 bash[18768]: cluster 2024-04-22T23:44:13.316610+0000 mon.smithi046 (mon.0) 95 : cluster [DBG] mgrmap e11: smithi046.eiolnw(active, since 1.01265s) 2024-04-22T23:44:13.834 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:44:13 smithi046 bash[18768]: cluster 2024-04-22T23:44:13.316610+0000 mon.smithi046 (mon.0) 95 : cluster [DBG] mgrmap e11: smithi046.eiolnw(active, since 1.01265s) 2024-04-22T23:44:13.913 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout { 2024-04-22T23:44:13.913 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 11, 2024-04-22T23:44:13.913 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "initialized": true 2024-04-22T23:44:13.913 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout } 2024-04-22T23:44:13.913 INFO:teuthology.orchestra.run.smithi046.stdout:mgr epoch 9 is available 2024-04-22T23:44:13.913 INFO:teuthology.orchestra.run.smithi046.stdout:Generating a dashboard self-signed certificate... 2024-04-22T23:44:14.833 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:44:14 smithi046 bash[18768]: audit 2024-04-22T23:44:13.313585+0000 mgr.smithi046.eiolnw (mgr.14164) 1 : audit [DBG] from='client.14168 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-04-22T23:44:14.833 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:44:14 smithi046 bash[18768]: audit 2024-04-22T23:44:13.313585+0000 mgr.smithi046.eiolnw (mgr.14164) 1 : audit [DBG] from='client.14168 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-04-22T23:44:14.833 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:44:14 smithi046 bash[18768]: audit 2024-04-22T23:44:13.329446+0000 mgr.smithi046.eiolnw (mgr.14164) 2 : audit [DBG] from='client.14168 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-04-22T23:44:14.833 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:44:14 smithi046 bash[18768]: audit 2024-04-22T23:44:13.329446+0000 mgr.smithi046.eiolnw (mgr.14164) 2 : audit [DBG] from='client.14168 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-04-22T23:44:15.583 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:44:15 smithi046 bash[18768]: cluster 2024-04-22T23:44:14.367939+0000 mon.smithi046 (mon.0) 96 : cluster [DBG] mgrmap e12: smithi046.eiolnw(active, since 2s) 2024-04-22T23:44:15.583 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:44:15 smithi046 bash[18768]: cluster 2024-04-22T23:44:14.367939+0000 mon.smithi046 (mon.0) 96 : cluster [DBG] mgrmap e12: smithi046.eiolnw(active, since 2s) 2024-04-22T23:44:15.584 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:44:15 smithi046 bash[18768]: audit 2024-04-22T23:44:15.245760+0000 mon.smithi046 (mon.0) 97 : audit [INF] from='mgr.14164 172.21.15.46:0/3557104021' entity='mgr.smithi046.eiolnw' 2024-04-22T23:44:15.584 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:44:15 smithi046 bash[18768]: audit 2024-04-22T23:44:15.245760+0000 mon.smithi046 (mon.0) 97 : audit [INF] from='mgr.14164 172.21.15.46:0/3557104021' entity='mgr.smithi046.eiolnw' 2024-04-22T23:44:15.584 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:44:15 smithi046 bash[18768]: audit 2024-04-22T23:44:15.249550+0000 mon.smithi046 (mon.0) 98 : audit [INF] from='mgr.14164 172.21.15.46:0/3557104021' entity='mgr.smithi046.eiolnw' 2024-04-22T23:44:15.584 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:44:15 smithi046 bash[18768]: audit 2024-04-22T23:44:15.249550+0000 mon.smithi046 (mon.0) 98 : audit [INF] from='mgr.14164 172.21.15.46:0/3557104021' entity='mgr.smithi046.eiolnw' 2024-04-22T23:44:15.812 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout Self-signed certificate created 2024-04-22T23:44:15.812 INFO:teuthology.orchestra.run.smithi046.stdout:Creating initial admin user... 2024-04-22T23:44:16.833 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:44:16 smithi046 bash[18768]: cephadm 2024-04-22T23:44:15.561272+0000 mgr.smithi046.eiolnw (mgr.14164) 4 : cephadm [INF] [22/Apr/2024:23:44:15] ENGINE Bus STARTING 2024-04-22T23:44:16.834 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:44:16 smithi046 bash[18768]: cephadm 2024-04-22T23:44:15.561272+0000 mgr.smithi046.eiolnw (mgr.14164) 4 : cephadm [INF] [22/Apr/2024:23:44:15] ENGINE Bus STARTING 2024-04-22T23:44:16.834 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:44:16 smithi046 bash[18768]: cephadm 2024-04-22T23:44:15.663395+0000 mgr.smithi046.eiolnw (mgr.14164) 5 : cephadm [INF] [22/Apr/2024:23:44:15] ENGINE Serving on http://172.21.15.46:8765 2024-04-22T23:44:16.834 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:44:16 smithi046 bash[18768]: cephadm 2024-04-22T23:44:15.663395+0000 mgr.smithi046.eiolnw (mgr.14164) 5 : cephadm [INF] [22/Apr/2024:23:44:15] ENGINE Serving on http://172.21.15.46:8765 2024-04-22T23:44:16.834 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:44:16 smithi046 bash[18768]: cephadm 2024-04-22T23:44:15.786060+0000 mgr.smithi046.eiolnw (mgr.14164) 6 : cephadm [INF] [22/Apr/2024:23:44:15] ENGINE Serving on https://172.21.15.46:7150 2024-04-22T23:44:16.834 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:44:16 smithi046 bash[18768]: cephadm 2024-04-22T23:44:15.786060+0000 mgr.smithi046.eiolnw (mgr.14164) 6 : cephadm [INF] [22/Apr/2024:23:44:15] ENGINE Serving on https://172.21.15.46:7150 2024-04-22T23:44:16.834 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:44:16 smithi046 bash[18768]: cephadm 2024-04-22T23:44:15.786285+0000 mgr.smithi046.eiolnw (mgr.14164) 7 : cephadm [INF] [22/Apr/2024:23:44:15] ENGINE Bus STARTED 2024-04-22T23:44:16.834 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:44:16 smithi046 bash[18768]: cephadm 2024-04-22T23:44:15.786285+0000 mgr.smithi046.eiolnw (mgr.14164) 7 : cephadm [INF] [22/Apr/2024:23:44:15] ENGINE Bus STARTED 2024-04-22T23:44:17.909 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$ih8mb7BwW0SBpGCIlrRULeQePMxwXCXHITsK.MaJNefDlt6jShN0y", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1713829457, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-04-22T23:44:17.909 INFO:teuthology.orchestra.run.smithi046.stdout:Fetching dashboard port number... 2024-04-22T23:44:18.833 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:44:18 smithi046 bash[18768]: audit 2024-04-22T23:44:17.080676+0000 mgr.smithi046.eiolnw (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-22T23:44:18.833 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:44:18 smithi046 bash[18768]: audit 2024-04-22T23:44:17.080676+0000 mgr.smithi046.eiolnw (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-22T23:44:18.833 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:44:18 smithi046 bash[18768]: audit 2024-04-22T23:44:17.360711+0000 mon.smithi046 (mon.0) 99 : audit [INF] from='mgr.14164 172.21.15.46:0/3557104021' entity='mgr.smithi046.eiolnw' 2024-04-22T23:44:18.833 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:44:18 smithi046 bash[18768]: audit 2024-04-22T23:44:17.360711+0000 mon.smithi046 (mon.0) 99 : audit [INF] from='mgr.14164 172.21.15.46:0/3557104021' entity='mgr.smithi046.eiolnw' 2024-04-22T23:44:19.682 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout 8443 2024-04-22T23:44:19.682 INFO:teuthology.orchestra.run.smithi046.stdout:firewalld does not appear to be present 2024-04-22T23:44:19.682 INFO:teuthology.orchestra.run.smithi046.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2024-04-22T23:44:19.685 INFO:teuthology.orchestra.run.smithi046.stdout:Ceph Dashboard is now available at: 2024-04-22T23:44:19.685 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T23:44:19.685 INFO:teuthology.orchestra.run.smithi046.stdout: URL: https://smithi046.front.sepia.ceph.com:8443/ 2024-04-22T23:44:19.685 INFO:teuthology.orchestra.run.smithi046.stdout: User: admin 2024-04-22T23:44:19.685 INFO:teuthology.orchestra.run.smithi046.stdout: Password: gqqbag88qx 2024-04-22T23:44:19.685 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T23:44:19.686 INFO:teuthology.orchestra.run.smithi046.stdout:Saving cluster configuration to /var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/config directory 2024-04-22T23:44:19.686 INFO:teuthology.orchestra.run.smithi046.stdout:Enabling autotune for osd_memory_target 2024-04-22T23:44:20.314 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:44:20 smithi046 bash[18768]: audit 2024-04-22T23:44:19.067298+0000 mon.smithi046 (mon.0) 100 : audit [INF] from='mgr.14164 172.21.15.46:0/3557104021' entity='mgr.smithi046.eiolnw' 2024-04-22T23:44:20.314 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:44:20 smithi046 bash[18768]: audit 2024-04-22T23:44:19.067298+0000 mon.smithi046 (mon.0) 100 : audit [INF] from='mgr.14164 172.21.15.46:0/3557104021' entity='mgr.smithi046.eiolnw' 2024-04-22T23:44:20.314 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:44:20 smithi046 bash[18768]: audit 2024-04-22T23:44:19.157394+0000 mon.smithi046 (mon.0) 101 : audit [DBG] from='client.? 172.21.15.46:0/1323488291' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-04-22T23:44:20.314 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:44:20 smithi046 bash[18768]: audit 2024-04-22T23:44:19.157394+0000 mon.smithi046 (mon.0) 101 : audit [DBG] from='client.? 172.21.15.46:0/1323488291' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-04-22T23:44:20.314 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:44:20 smithi046 bash[18768]: cluster 2024-04-22T23:44:19.365845+0000 mon.smithi046 (mon.0) 102 : cluster [DBG] mgrmap e13: smithi046.eiolnw(active, since 7s) 2024-04-22T23:44:20.314 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:44:20 smithi046 bash[18768]: cluster 2024-04-22T23:44:19.365845+0000 mon.smithi046 (mon.0) 102 : cluster [DBG] mgrmap e13: smithi046.eiolnw(active, since 7s) 2024-04-22T23:44:21.583 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:44:21 smithi046 bash[18768]: audit 2024-04-22T23:44:20.206267+0000 mon.smithi046 (mon.0) 103 : audit [INF] from='mgr.14164 172.21.15.46:0/3557104021' entity='mgr.smithi046.eiolnw' 2024-04-22T23:44:21.583 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:44:21 smithi046 bash[18768]: audit 2024-04-22T23:44:20.206267+0000 mon.smithi046 (mon.0) 103 : audit [INF] from='mgr.14164 172.21.15.46:0/3557104021' entity='mgr.smithi046.eiolnw' 2024-04-22T23:44:23.426 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2024-04-22T23:44:23.426 INFO:teuthology.orchestra.run.smithi046.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2024-04-22T23:44:23.426 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T23:44:23.426 INFO:teuthology.orchestra.run.smithi046.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid e2b7ae0a-0101-11ef-bc93-c7b262605968 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-04-22T23:44:23.426 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T23:44:23.426 INFO:teuthology.orchestra.run.smithi046.stdout:Or, if you are only running a single cluster on this host: 2024-04-22T23:44:23.427 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T23:44:23.427 INFO:teuthology.orchestra.run.smithi046.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2024-04-22T23:44:23.427 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T23:44:23.427 INFO:teuthology.orchestra.run.smithi046.stdout:Please consider enabling telemetry to help improve Ceph: 2024-04-22T23:44:23.427 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T23:44:23.427 INFO:teuthology.orchestra.run.smithi046.stdout: ceph telemetry on 2024-04-22T23:44:23.427 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T23:44:23.427 INFO:teuthology.orchestra.run.smithi046.stdout:For more information see: 2024-04-22T23:44:23.427 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T23:44:23.427 INFO:teuthology.orchestra.run.smithi046.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2024-04-22T23:44:23.427 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T23:44:23.427 INFO:teuthology.orchestra.run.smithi046.stdout:Bootstrap complete. 2024-04-22T23:44:23.486 INFO:tasks.cephadm:Fetching config... 2024-04-22T23:44:23.486 DEBUG:teuthology.orchestra.run.smithi046:> set -ex 2024-04-22T23:44:23.486 DEBUG:teuthology.orchestra.run.smithi046:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-04-22T23:44:23.492 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-04-22T23:44:23.492 DEBUG:teuthology.orchestra.run.smithi046:> set -ex 2024-04-22T23:44:23.492 DEBUG:teuthology.orchestra.run.smithi046:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-04-22T23:44:23.540 INFO:tasks.cephadm:Fetching mon keyring... 2024-04-22T23:44:23.540 DEBUG:teuthology.orchestra.run.smithi046:> set -ex 2024-04-22T23:44:23.540 DEBUG:teuthology.orchestra.run.smithi046:> sudo dd if=/var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/mon.smithi046/keyring of=/dev/stdout 2024-04-22T23:44:23.595 INFO:tasks.cephadm:Fetching pub ssh key... 2024-04-22T23:44:23.595 DEBUG:teuthology.orchestra.run.smithi046:> set -ex 2024-04-22T23:44:23.595 DEBUG:teuthology.orchestra.run.smithi046:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-04-22T23:44:23.640 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-04-22T23:44:23.640 DEBUG:teuthology.orchestra.run.smithi046:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCi3OVjXfWrcrgO0DgEx8SRNmHB9lRl5+WIloqeaiXZZt8cVxQBy/po6yrle4r3gGVC0IwV/PRa+u7Bk5ikcsxE7fDBLfKx8miIovsiRoGZtojSKoM8lTrEw7m3e/JUGJDOiccteO6bgVLuWpkl1Oevl7H97l/jpczMtyzkaD4j6raQCQbGnNM99fvu+A6tEfUtLbWowNJIpPMYU3+p1nIjHt6JQs6LG995n2nCzDuQYR8TSA0m/DLhRfnn2ZZT3D6MuU/qDna9/AAeAt1nMKm1tmW71fX2x81Cz405jYusZImUg47UDyVDj6n3sfbSCSGoc/yshGv7q8btbCR9oGSr785FbWgvDSycHwSYNiTG2nkluz/nut5JdaIGi9oadjLEh+RFd+Llth7yzw4fC7VlxTqzetdOm23SnBJNaONIXyJrPmvEM7PjgrnnvFbQITJZtkfgqS3/jSW3rPmIyxu+YoAxTJuHrXDNKqyH8FKibcZq+hecKScVKT+c/t3aSjM= ceph-e2b7ae0a-0101-11ef-bc93-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-04-22T23:44:23.705 INFO:teuthology.orchestra.run.smithi046.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCi3OVjXfWrcrgO0DgEx8SRNmHB9lRl5+WIloqeaiXZZt8cVxQBy/po6yrle4r3gGVC0IwV/PRa+u7Bk5ikcsxE7fDBLfKx8miIovsiRoGZtojSKoM8lTrEw7m3e/JUGJDOiccteO6bgVLuWpkl1Oevl7H97l/jpczMtyzkaD4j6raQCQbGnNM99fvu+A6tEfUtLbWowNJIpPMYU3+p1nIjHt6JQs6LG995n2nCzDuQYR8TSA0m/DLhRfnn2ZZT3D6MuU/qDna9/AAeAt1nMKm1tmW71fX2x81Cz405jYusZImUg47UDyVDj6n3sfbSCSGoc/yshGv7q8btbCR9oGSr785FbWgvDSycHwSYNiTG2nkluz/nut5JdaIGi9oadjLEh+RFd+Llth7yzw4fC7VlxTqzetdOm23SnBJNaONIXyJrPmvEM7PjgrnnvFbQITJZtkfgqS3/jSW3rPmIyxu+YoAxTJuHrXDNKqyH8FKibcZq+hecKScVKT+c/t3aSjM= ceph-e2b7ae0a-0101-11ef-bc93-c7b262605968 2024-04-22T23:44:23.714 DEBUG:teuthology.orchestra.run.smithi120:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCi3OVjXfWrcrgO0DgEx8SRNmHB9lRl5+WIloqeaiXZZt8cVxQBy/po6yrle4r3gGVC0IwV/PRa+u7Bk5ikcsxE7fDBLfKx8miIovsiRoGZtojSKoM8lTrEw7m3e/JUGJDOiccteO6bgVLuWpkl1Oevl7H97l/jpczMtyzkaD4j6raQCQbGnNM99fvu+A6tEfUtLbWowNJIpPMYU3+p1nIjHt6JQs6LG995n2nCzDuQYR8TSA0m/DLhRfnn2ZZT3D6MuU/qDna9/AAeAt1nMKm1tmW71fX2x81Cz405jYusZImUg47UDyVDj6n3sfbSCSGoc/yshGv7q8btbCR9oGSr785FbWgvDSycHwSYNiTG2nkluz/nut5JdaIGi9oadjLEh+RFd+Llth7yzw4fC7VlxTqzetdOm23SnBJNaONIXyJrPmvEM7PjgrnnvFbQITJZtkfgqS3/jSW3rPmIyxu+YoAxTJuHrXDNKqyH8FKibcZq+hecKScVKT+c/t3aSjM= ceph-e2b7ae0a-0101-11ef-bc93-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-04-22T23:44:23.738 INFO:teuthology.orchestra.run.smithi120.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCi3OVjXfWrcrgO0DgEx8SRNmHB9lRl5+WIloqeaiXZZt8cVxQBy/po6yrle4r3gGVC0IwV/PRa+u7Bk5ikcsxE7fDBLfKx8miIovsiRoGZtojSKoM8lTrEw7m3e/JUGJDOiccteO6bgVLuWpkl1Oevl7H97l/jpczMtyzkaD4j6raQCQbGnNM99fvu+A6tEfUtLbWowNJIpPMYU3+p1nIjHt6JQs6LG995n2nCzDuQYR8TSA0m/DLhRfnn2ZZT3D6MuU/qDna9/AAeAt1nMKm1tmW71fX2x81Cz405jYusZImUg47UDyVDj6n3sfbSCSGoc/yshGv7q8btbCR9oGSr785FbWgvDSycHwSYNiTG2nkluz/nut5JdaIGi9oadjLEh+RFd+Llth7yzw4fC7VlxTqzetdOm23SnBJNaONIXyJrPmvEM7PjgrnnvFbQITJZtkfgqS3/jSW3rPmIyxu+YoAxTJuHrXDNKqyH8FKibcZq+hecKScVKT+c/t3aSjM= ceph-e2b7ae0a-0101-11ef-bc93-c7b262605968 2024-04-22T23:44:23.747 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e2b7ae0a-0101-11ef-bc93-c7b262605968 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-04-22T23:44:24.083 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:44:23 smithi046 bash[18768]: audit 2024-04-22T23:44:22.891709+0000 mon.smithi046 (mon.0) 104 : audit [INF] from='client.? 172.21.15.46:0/1369025595' entity='client.admin' 2024-04-22T23:44:24.084 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:44:23 smithi046 bash[18768]: audit 2024-04-22T23:44:22.891709+0000 mon.smithi046 (mon.0) 104 : audit [INF] from='client.? 172.21.15.46:0/1369025595' entity='client.admin' 2024-04-22T23:44:28.420 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/mon.smithi046/config 2024-04-22T23:44:28.440 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:44:28 smithi046 bash[18768]: audit 2024-04-22T23:44:28.042871+0000 mon.smithi046 (mon.0) 105 : audit [INF] from='mgr.14164 172.21.15.46:0/3557104021' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "config rm", "who": "osd/host:smithi046", "name": "osd_memory_target"}]: dispatch 2024-04-22T23:44:28.440 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:44:28 smithi046 bash[18768]: audit 2024-04-22T23:44:28.042871+0000 mon.smithi046 (mon.0) 105 : audit [INF] from='mgr.14164 172.21.15.46:0/3557104021' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "config rm", "who": "osd/host:smithi046", "name": "osd_memory_target"}]: dispatch 2024-04-22T23:44:28.441 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:44:28 smithi046 bash[18768]: audit 2024-04-22T23:44:28.051798+0000 mon.smithi046 (mon.0) 106 : audit [INF] from='mgr.14164 172.21.15.46:0/3557104021' entity='mgr.smithi046.eiolnw' 2024-04-22T23:44:28.441 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:44:28 smithi046 bash[18768]: audit 2024-04-22T23:44:28.051798+0000 mon.smithi046 (mon.0) 106 : audit [INF] from='mgr.14164 172.21.15.46:0/3557104021' entity='mgr.smithi046.eiolnw' 2024-04-22T23:44:28.441 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:44:28 smithi046 bash[18768]: audit 2024-04-22T23:44:28.055318+0000 mon.smithi046 (mon.0) 107 : audit [INF] from='mgr.14164 172.21.15.46:0/3557104021' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi046", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2024-04-22T23:44:28.441 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:44:28 smithi046 bash[18768]: audit 2024-04-22T23:44:28.055318+0000 mon.smithi046 (mon.0) 107 : audit [INF] from='mgr.14164 172.21.15.46:0/3557104021' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi046", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2024-04-22T23:44:28.441 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:44:28 smithi046 bash[18768]: audit 2024-04-22T23:44:28.056950+0000 mon.smithi046 (mon.0) 108 : audit [INF] from='mgr.14164 172.21.15.46:0/3557104021' entity='mgr.smithi046.eiolnw' cmd='[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi046", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]': finished 2024-04-22T23:44:28.441 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:44:28 smithi046 bash[18768]: audit 2024-04-22T23:44:28.056950+0000 mon.smithi046 (mon.0) 108 : audit [INF] from='mgr.14164 172.21.15.46:0/3557104021' entity='mgr.smithi046.eiolnw' cmd='[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi046", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]': finished 2024-04-22T23:44:28.441 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:44:28 smithi046 bash[18768]: audit 2024-04-22T23:44:28.061374+0000 mon.smithi046 (mon.0) 109 : audit [DBG] from='mgr.14164 172.21.15.46:0/3557104021' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:44:28.441 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:44:28 smithi046 bash[18768]: audit 2024-04-22T23:44:28.061374+0000 mon.smithi046 (mon.0) 109 : audit [DBG] from='mgr.14164 172.21.15.46:0/3557104021' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:44:29.529 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:44:29 smithi046 bash[18768]: cephadm 2024-04-22T23:44:28.063377+0000 mgr.smithi046.eiolnw (mgr.14164) 9 : cephadm [INF] Deploying daemon ceph-exporter.smithi046 on smithi046 2024-04-22T23:44:29.529 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:44:29 smithi046 bash[18768]: cephadm 2024-04-22T23:44:28.063377+0000 mgr.smithi046.eiolnw (mgr.14164) 9 : cephadm [INF] Deploying daemon ceph-exporter.smithi046 on smithi046 2024-04-22T23:44:30.692 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-04-22T23:44:30.693 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e2b7ae0a-0101-11ef-bc93-c7b262605968 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-04-22T23:44:30.953 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:44:30 smithi046 systemd[1]: /etc/systemd/system/ceph-e2b7ae0a-0101-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-22T23:44:30.954 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:44:30 smithi046 bash[18768]: audit 2024-04-22T23:44:29.949604+0000 mon.smithi046 (mon.0) 110 : audit [INF] from='client.? 172.21.15.46:0/3173828832' entity='client.admin' 2024-04-22T23:44:30.954 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:44:30 smithi046 bash[18768]: audit 2024-04-22T23:44:29.949604+0000 mon.smithi046 (mon.0) 110 : audit [INF] from='client.? 172.21.15.46:0/3173828832' entity='client.admin' 2024-04-22T23:44:30.954 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:44:30 smithi046 systemd[1]: /etc/systemd/system/ceph-e2b7ae0a-0101-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-22T23:44:32.401 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:44:32 smithi046 bash[18768]: audit 2024-04-22T23:44:31.098705+0000 mon.smithi046 (mon.0) 111 : audit [INF] from='mgr.14164 172.21.15.46:0/3557104021' entity='mgr.smithi046.eiolnw' 2024-04-22T23:44:32.401 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:44:32 smithi046 bash[18768]: audit 2024-04-22T23:44:31.098705+0000 mon.smithi046 (mon.0) 111 : audit [INF] from='mgr.14164 172.21.15.46:0/3557104021' entity='mgr.smithi046.eiolnw' 2024-04-22T23:44:32.401 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:44:32 smithi046 bash[18768]: audit 2024-04-22T23:44:31.138390+0000 mon.smithi046 (mon.0) 112 : audit [INF] from='mgr.14164 172.21.15.46:0/3557104021' entity='mgr.smithi046.eiolnw' 2024-04-22T23:44:32.401 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:44:32 smithi046 bash[18768]: audit 2024-04-22T23:44:31.138390+0000 mon.smithi046 (mon.0) 112 : audit [INF] from='mgr.14164 172.21.15.46:0/3557104021' entity='mgr.smithi046.eiolnw' 2024-04-22T23:44:32.401 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:44:32 smithi046 bash[18768]: audit 2024-04-22T23:44:31.140476+0000 mon.smithi046 (mon.0) 113 : audit [INF] from='mgr.14164 172.21.15.46:0/3557104021' entity='mgr.smithi046.eiolnw' 2024-04-22T23:44:32.401 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:44:32 smithi046 bash[18768]: audit 2024-04-22T23:44:31.140476+0000 mon.smithi046 (mon.0) 113 : audit [INF] from='mgr.14164 172.21.15.46:0/3557104021' entity='mgr.smithi046.eiolnw' 2024-04-22T23:44:32.401 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:44:32 smithi046 bash[18768]: audit 2024-04-22T23:44:31.141706+0000 mon.smithi046 (mon.0) 114 : audit [INF] from='mgr.14164 172.21.15.46:0/3557104021' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi046", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-04-22T23:44:32.401 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:44:32 smithi046 bash[18768]: audit 2024-04-22T23:44:31.141706+0000 mon.smithi046 (mon.0) 114 : audit [INF] from='mgr.14164 172.21.15.46:0/3557104021' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi046", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-04-22T23:44:32.402 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:44:32 smithi046 bash[18768]: audit 2024-04-22T23:44:31.142329+0000 mon.smithi046 (mon.0) 115 : audit [INF] from='mgr.14164 172.21.15.46:0/3557104021' entity='mgr.smithi046.eiolnw' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi046", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-04-22T23:44:32.402 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:44:32 smithi046 bash[18768]: audit 2024-04-22T23:44:31.142329+0000 mon.smithi046 (mon.0) 115 : audit [INF] from='mgr.14164 172.21.15.46:0/3557104021' entity='mgr.smithi046.eiolnw' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi046", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-04-22T23:44:32.402 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:44:32 smithi046 bash[18768]: audit 2024-04-22T23:44:31.143907+0000 mon.smithi046 (mon.0) 116 : audit [DBG] from='mgr.14164 172.21.15.46:0/3557104021' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:44:32.402 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:44:32 smithi046 bash[18768]: audit 2024-04-22T23:44:31.143907+0000 mon.smithi046 (mon.0) 116 : audit [DBG] from='mgr.14164 172.21.15.46:0/3557104021' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:44:32.402 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:44:32 smithi046 bash[18768]: cephadm 2024-04-22T23:44:31.144773+0000 mgr.smithi046.eiolnw (mgr.14164) 10 : cephadm [INF] Deploying daemon crash.smithi046 on smithi046 2024-04-22T23:44:32.402 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:44:32 smithi046 bash[18768]: cephadm 2024-04-22T23:44:31.144773+0000 mgr.smithi046.eiolnw (mgr.14164) 10 : cephadm [INF] Deploying daemon crash.smithi046 on smithi046 2024-04-22T23:44:33.450 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:44:33 smithi046 systemd[1]: /etc/systemd/system/ceph-e2b7ae0a-0101-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-22T23:44:33.450 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:44:33 smithi046 bash[18768]: audit 2024-04-22T23:44:32.385961+0000 mon.smithi046 (mon.0) 117 : audit [INF] from='mgr.14164 172.21.15.46:0/3557104021' entity='mgr.smithi046.eiolnw' 2024-04-22T23:44:33.450 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:44:33 smithi046 bash[18768]: audit 2024-04-22T23:44:32.385961+0000 mon.smithi046 (mon.0) 117 : audit [INF] from='mgr.14164 172.21.15.46:0/3557104021' entity='mgr.smithi046.eiolnw' 2024-04-22T23:44:33.731 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:44:33 smithi046 systemd[1]: /etc/systemd/system/ceph-e2b7ae0a-0101-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-22T23:44:34.820 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:44:34 smithi046 systemd[1]: /etc/systemd/system/ceph-e2b7ae0a-0101-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-22T23:44:34.820 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:44:34 smithi046 systemd[1]: /etc/systemd/system/ceph-e2b7ae0a-0101-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-22T23:44:34.820 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:44:34 smithi046 bash[18768]: audit 2024-04-22T23:44:33.736909+0000 mon.smithi046 (mon.0) 118 : audit [INF] from='mgr.14164 172.21.15.46:0/3557104021' entity='mgr.smithi046.eiolnw' 2024-04-22T23:44:34.820 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:44:34 smithi046 bash[18768]: audit 2024-04-22T23:44:33.736909+0000 mon.smithi046 (mon.0) 118 : audit [INF] from='mgr.14164 172.21.15.46:0/3557104021' entity='mgr.smithi046.eiolnw' 2024-04-22T23:44:34.820 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:44:34 smithi046 bash[18768]: audit 2024-04-22T23:44:33.766993+0000 mon.smithi046 (mon.0) 119 : audit [INF] from='mgr.14164 172.21.15.46:0/3557104021' entity='mgr.smithi046.eiolnw' 2024-04-22T23:44:34.820 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:44:34 smithi046 bash[18768]: audit 2024-04-22T23:44:33.766993+0000 mon.smithi046 (mon.0) 119 : audit [INF] from='mgr.14164 172.21.15.46:0/3557104021' entity='mgr.smithi046.eiolnw' 2024-04-22T23:44:34.820 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:44:34 smithi046 bash[18768]: audit 2024-04-22T23:44:33.769323+0000 mon.smithi046 (mon.0) 120 : audit [INF] from='mgr.14164 172.21.15.46:0/3557104021' entity='mgr.smithi046.eiolnw' 2024-04-22T23:44:34.820 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:44:34 smithi046 bash[18768]: audit 2024-04-22T23:44:33.769323+0000 mon.smithi046 (mon.0) 120 : audit [INF] from='mgr.14164 172.21.15.46:0/3557104021' entity='mgr.smithi046.eiolnw' 2024-04-22T23:44:34.820 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:44:34 smithi046 bash[18768]: cephadm 2024-04-22T23:44:33.770783+0000 mgr.smithi046.eiolnw (mgr.14164) 11 : cephadm [INF] Deploying daemon node-exporter.smithi046 on smithi046 2024-04-22T23:44:34.820 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:44:34 smithi046 bash[18768]: cephadm 2024-04-22T23:44:33.770783+0000 mgr.smithi046.eiolnw (mgr.14164) 11 : cephadm [INF] Deploying daemon node-exporter.smithi046 on smithi046 2024-04-22T23:44:35.792 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:44:35 smithi046 bash[18768]: cluster 2024-04-22T23:44:34.046643+0000 mgr.smithi046.eiolnw (mgr.14164) 12 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:44:35.793 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:44:35 smithi046 bash[18768]: cluster 2024-04-22T23:44:34.046643+0000 mgr.smithi046.eiolnw (mgr.14164) 12 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:44:35.793 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:44:35 smithi046 bash[18768]: cluster 2024-04-22T23:44:34.768270+0000 mon.smithi046 (mon.0) 121 : cluster [WRN] Health check failed: failed to probe daemons or devices (CEPHADM_REFRESH_FAILED) 2024-04-22T23:44:35.793 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:44:35 smithi046 bash[18768]: cluster 2024-04-22T23:44:34.768270+0000 mon.smithi046 (mon.0) 121 : cluster [WRN] Health check failed: failed to probe daemons or devices (CEPHADM_REFRESH_FAILED) 2024-04-22T23:44:35.793 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:44:35 smithi046 bash[18768]: audit 2024-04-22T23:44:34.866954+0000 mon.smithi046 (mon.0) 122 : audit [INF] from='mgr.14164 172.21.15.46:0/3557104021' entity='mgr.smithi046.eiolnw' 2024-04-22T23:44:35.793 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:44:35 smithi046 bash[18768]: audit 2024-04-22T23:44:34.866954+0000 mon.smithi046 (mon.0) 122 : audit [INF] from='mgr.14164 172.21.15.46:0/3557104021' entity='mgr.smithi046.eiolnw' 2024-04-22T23:44:35.793 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:44:35 smithi046 bash[18768]: audit 2024-04-22T23:44:34.888987+0000 mon.smithi046 (mon.0) 123 : audit [INF] from='mgr.14164 172.21.15.46:0/3557104021' entity='mgr.smithi046.eiolnw' 2024-04-22T23:44:35.793 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:44:35 smithi046 bash[18768]: audit 2024-04-22T23:44:34.888987+0000 mon.smithi046 (mon.0) 123 : audit [INF] from='mgr.14164 172.21.15.46:0/3557104021' entity='mgr.smithi046.eiolnw' 2024-04-22T23:44:35.793 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:44:35 smithi046 bash[18768]: audit 2024-04-22T23:44:34.891027+0000 mon.smithi046 (mon.0) 124 : audit [INF] from='mgr.14164 172.21.15.46:0/3557104021' entity='mgr.smithi046.eiolnw' 2024-04-22T23:44:35.793 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:44:35 smithi046 bash[18768]: audit 2024-04-22T23:44:34.891027+0000 mon.smithi046 (mon.0) 124 : audit [INF] from='mgr.14164 172.21.15.46:0/3557104021' entity='mgr.smithi046.eiolnw' 2024-04-22T23:44:35.793 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:44:35 smithi046 bash[18768]: cephadm 2024-04-22T23:44:34.903076+0000 mgr.smithi046.eiolnw (mgr.14164) 13 : cephadm [INF] Deploying daemon alertmanager.smithi046 on smithi046 2024-04-22T23:44:35.793 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:44:35 smithi046 bash[18768]: cephadm 2024-04-22T23:44:34.903076+0000 mgr.smithi046.eiolnw (mgr.14164) 13 : cephadm [INF] Deploying daemon alertmanager.smithi046 on smithi046 2024-04-22T23:44:36.405 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/mon.smithi046/config 2024-04-22T23:44:38.083 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:44:37 smithi046 bash[18768]: cluster 2024-04-22T23:44:36.047104+0000 mgr.smithi046.eiolnw (mgr.14164) 14 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:44:38.083 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:44:37 smithi046 bash[18768]: cluster 2024-04-22T23:44:36.047104+0000 mgr.smithi046.eiolnw (mgr.14164) 14 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:44:38.083 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:44:37 smithi046 bash[18768]: audit 2024-04-22T23:44:37.391425+0000 mon.smithi046 (mon.0) 125 : audit [INF] from='mgr.14164 172.21.15.46:0/3557104021' entity='mgr.smithi046.eiolnw' 2024-04-22T23:44:38.083 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:44:37 smithi046 bash[18768]: audit 2024-04-22T23:44:37.391425+0000 mon.smithi046 (mon.0) 125 : audit [INF] from='mgr.14164 172.21.15.46:0/3557104021' entity='mgr.smithi046.eiolnw' 2024-04-22T23:44:40.083 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:44:39 smithi046 bash[18768]: cluster 2024-04-22T23:44:38.047818+0000 mgr.smithi046.eiolnw (mgr.14164) 15 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:44:40.083 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:44:39 smithi046 bash[18768]: cluster 2024-04-22T23:44:38.047818+0000 mgr.smithi046.eiolnw (mgr.14164) 15 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:44:40.083 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:44:39 smithi046 bash[18768]: audit 2024-04-22T23:44:39.034866+0000 mon.smithi046 (mon.0) 126 : audit [INF] from='mgr.14164 172.21.15.46:0/3557104021' entity='mgr.smithi046.eiolnw' 2024-04-22T23:44:40.084 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:44:39 smithi046 bash[18768]: audit 2024-04-22T23:44:39.034866+0000 mon.smithi046 (mon.0) 126 : audit [INF] from='mgr.14164 172.21.15.46:0/3557104021' entity='mgr.smithi046.eiolnw' 2024-04-22T23:44:40.717 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi120 2024-04-22T23:44:40.718 DEBUG:teuthology.orchestra.run.smithi120:> set -ex 2024-04-22T23:44:40.718 DEBUG:teuthology.orchestra.run.smithi120:> dd of=/etc/ceph/ceph.conf 2024-04-22T23:44:40.724 DEBUG:teuthology.orchestra.run.smithi120:> set -ex 2024-04-22T23:44:40.724 DEBUG:teuthology.orchestra.run.smithi120:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-04-22T23:44:40.771 INFO:tasks.cephadm:Adding host smithi120 to orchestrator... 2024-04-22T23:44:40.772 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e2b7ae0a-0101-11ef-bc93-c7b262605968 -- ceph orch host add smithi120 2024-04-22T23:44:41.010 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:44:40 smithi046 bash[18768]: audit 2024-04-22T23:44:39.029833+0000 mgr.smithi046.eiolnw (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-22T23:44:41.010 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:44:40 smithi046 bash[18768]: audit 2024-04-22T23:44:39.029833+0000 mgr.smithi046.eiolnw (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-22T23:44:42.083 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:44:41 smithi046 bash[18768]: cluster 2024-04-22T23:44:40.048567+0000 mgr.smithi046.eiolnw (mgr.14164) 17 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:44:42.083 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:44:41 smithi046 bash[18768]: cluster 2024-04-22T23:44:40.048567+0000 mgr.smithi046.eiolnw (mgr.14164) 17 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:44:44.083 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:44:43 smithi046 bash[18768]: cluster 2024-04-22T23:44:42.049357+0000 mgr.smithi046.eiolnw (mgr.14164) 18 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:44:44.083 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:44:43 smithi046 bash[18768]: cluster 2024-04-22T23:44:42.049357+0000 mgr.smithi046.eiolnw (mgr.14164) 18 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:44:44.472 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:44:44 smithi046 systemd[1]: /etc/systemd/system/ceph-e2b7ae0a-0101-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-22T23:44:44.740 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:44:44 smithi046 systemd[1]: /etc/systemd/system/ceph-e2b7ae0a-0101-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-22T23:44:45.517 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/mon.smithi046/config 2024-04-22T23:44:45.834 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:44:45 smithi046 bash[18768]: cluster 2024-04-22T23:44:44.050123+0000 mgr.smithi046.eiolnw (mgr.14164) 19 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:44:45.834 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:44:45 smithi046 bash[18768]: cluster 2024-04-22T23:44:44.050123+0000 mgr.smithi046.eiolnw (mgr.14164) 19 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:44:45.834 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:44:45 smithi046 bash[18768]: audit 2024-04-22T23:44:44.748124+0000 mon.smithi046 (mon.0) 127 : audit [INF] from='mgr.14164 172.21.15.46:0/3557104021' entity='mgr.smithi046.eiolnw' 2024-04-22T23:44:45.834 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:44:45 smithi046 bash[18768]: audit 2024-04-22T23:44:44.748124+0000 mon.smithi046 (mon.0) 127 : audit [INF] from='mgr.14164 172.21.15.46:0/3557104021' entity='mgr.smithi046.eiolnw' 2024-04-22T23:44:45.834 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:44:45 smithi046 bash[18768]: audit 2024-04-22T23:44:44.792403+0000 mon.smithi046 (mon.0) 128 : audit [INF] from='mgr.14164 172.21.15.46:0/3557104021' entity='mgr.smithi046.eiolnw' 2024-04-22T23:44:45.834 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:44:45 smithi046 bash[18768]: audit 2024-04-22T23:44:44.792403+0000 mon.smithi046 (mon.0) 128 : audit [INF] from='mgr.14164 172.21.15.46:0/3557104021' entity='mgr.smithi046.eiolnw' 2024-04-22T23:44:45.834 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:44:45 smithi046 bash[18768]: audit 2024-04-22T23:44:44.796727+0000 mon.smithi046 (mon.0) 129 : audit [INF] from='mgr.14164 172.21.15.46:0/3557104021' entity='mgr.smithi046.eiolnw' 2024-04-22T23:44:45.834 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:44:45 smithi046 bash[18768]: audit 2024-04-22T23:44:44.796727+0000 mon.smithi046 (mon.0) 129 : audit [INF] from='mgr.14164 172.21.15.46:0/3557104021' entity='mgr.smithi046.eiolnw' 2024-04-22T23:44:45.834 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:44:45 smithi046 bash[18768]: audit 2024-04-22T23:44:44.801052+0000 mon.smithi046 (mon.0) 130 : audit [INF] from='mgr.14164 172.21.15.46:0/3557104021' entity='mgr.smithi046.eiolnw' 2024-04-22T23:44:45.834 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:44:45 smithi046 bash[18768]: audit 2024-04-22T23:44:44.801052+0000 mon.smithi046 (mon.0) 130 : audit [INF] from='mgr.14164 172.21.15.46:0/3557104021' entity='mgr.smithi046.eiolnw' 2024-04-22T23:44:45.834 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:44:45 smithi046 bash[18768]: audit 2024-04-22T23:44:44.804550+0000 mon.smithi046 (mon.0) 131 : audit [INF] from='mgr.14164 172.21.15.46:0/3557104021' entity='mgr.smithi046.eiolnw' 2024-04-22T23:44:45.835 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:44:45 smithi046 bash[18768]: audit 2024-04-22T23:44:44.804550+0000 mon.smithi046 (mon.0) 131 : audit [INF] from='mgr.14164 172.21.15.46:0/3557104021' entity='mgr.smithi046.eiolnw' 2024-04-22T23:44:45.835 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:44:45 smithi046 bash[18768]: cephadm 2024-04-22T23:44:44.825049+0000 mgr.smithi046.eiolnw (mgr.14164) 20 : cephadm [INF] Regenerating cephadm self-signed grafana TLS certificates 2024-04-22T23:44:45.835 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:44:45 smithi046 bash[18768]: cephadm 2024-04-22T23:44:44.825049+0000 mgr.smithi046.eiolnw (mgr.14164) 20 : cephadm [INF] Regenerating cephadm self-signed grafana TLS certificates 2024-04-22T23:44:45.835 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:44:45 smithi046 bash[18768]: audit 2024-04-22T23:44:44.879164+0000 mon.smithi046 (mon.0) 132 : audit [INF] from='mgr.14164 172.21.15.46:0/3557104021' entity='mgr.smithi046.eiolnw' 2024-04-22T23:44:45.835 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:44:45 smithi046 bash[18768]: audit 2024-04-22T23:44:44.879164+0000 mon.smithi046 (mon.0) 132 : audit [INF] from='mgr.14164 172.21.15.46:0/3557104021' entity='mgr.smithi046.eiolnw' 2024-04-22T23:44:45.835 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:44:45 smithi046 bash[18768]: audit 2024-04-22T23:44:44.884743+0000 mon.smithi046 (mon.0) 133 : audit [INF] from='mgr.14164 172.21.15.46:0/3557104021' entity='mgr.smithi046.eiolnw' 2024-04-22T23:44:45.835 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:44:45 smithi046 bash[18768]: audit 2024-04-22T23:44:44.884743+0000 mon.smithi046 (mon.0) 133 : audit [INF] from='mgr.14164 172.21.15.46:0/3557104021' entity='mgr.smithi046.eiolnw' 2024-04-22T23:44:45.835 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:44:45 smithi046 bash[18768]: audit 2024-04-22T23:44:45.182516+0000 mon.smithi046 (mon.0) 134 : audit [INF] from='mgr.14164 172.21.15.46:0/3557104021' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-04-22T23:44:45.835 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:44:45 smithi046 bash[18768]: audit 2024-04-22T23:44:45.182516+0000 mon.smithi046 (mon.0) 134 : audit [INF] from='mgr.14164 172.21.15.46:0/3557104021' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-04-22T23:44:45.835 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:44:45 smithi046 bash[18768]: audit 2024-04-22T23:44:45.188002+0000 mon.smithi046 (mon.0) 135 : audit [INF] from='mgr.14164 172.21.15.46:0/3557104021' entity='mgr.smithi046.eiolnw' 2024-04-22T23:44:45.835 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:44:45 smithi046 bash[18768]: audit 2024-04-22T23:44:45.188002+0000 mon.smithi046 (mon.0) 135 : audit [INF] from='mgr.14164 172.21.15.46:0/3557104021' entity='mgr.smithi046.eiolnw' 2024-04-22T23:44:46.833 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:44:46 smithi046 bash[18768]: audit 2024-04-22T23:44:45.183020+0000 mgr.smithi046.eiolnw (mgr.14164) 21 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-04-22T23:44:46.833 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:44:46 smithi046 bash[18768]: audit 2024-04-22T23:44:45.183020+0000 mgr.smithi046.eiolnw (mgr.14164) 21 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-04-22T23:44:46.833 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:44:46 smithi046 bash[18768]: cephadm 2024-04-22T23:44:45.215127+0000 mgr.smithi046.eiolnw (mgr.14164) 22 : cephadm [INF] Deploying daemon grafana.smithi046 on smithi046 2024-04-22T23:44:46.833 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:44:46 smithi046 bash[18768]: cephadm 2024-04-22T23:44:45.215127+0000 mgr.smithi046.eiolnw (mgr.14164) 22 : cephadm [INF] Deploying daemon grafana.smithi046 on smithi046 2024-04-22T23:44:48.083 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:44:47 smithi046 bash[18768]: cluster 2024-04-22T23:44:46.050747+0000 mgr.smithi046.eiolnw (mgr.14164) 23 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:44:48.083 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:44:47 smithi046 bash[18768]: cluster 2024-04-22T23:44:46.050747+0000 mgr.smithi046.eiolnw (mgr.14164) 23 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:44:48.083 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:44:47 smithi046 bash[18768]: audit 2024-04-22T23:44:47.395753+0000 mon.smithi046 (mon.0) 136 : audit [INF] from='mgr.14164 172.21.15.46:0/3557104021' entity='mgr.smithi046.eiolnw' 2024-04-22T23:44:48.083 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:44:47 smithi046 bash[18768]: audit 2024-04-22T23:44:47.395753+0000 mon.smithi046 (mon.0) 136 : audit [INF] from='mgr.14164 172.21.15.46:0/3557104021' entity='mgr.smithi046.eiolnw' 2024-04-22T23:44:49.083 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:44:48 smithi046 bash[18768]: audit 2024-04-22T23:44:46.967396+0000 mgr.smithi046.eiolnw (mgr.14164) 24 : audit [DBG] from='client.14191 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi120", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T23:44:49.083 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:44:48 smithi046 bash[18768]: audit 2024-04-22T23:44:46.967396+0000 mgr.smithi046.eiolnw (mgr.14164) 24 : audit [DBG] from='client.14191 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi120", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T23:44:49.083 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:44:48 smithi046 bash[18768]: cephadm 2024-04-22T23:44:47.732925+0000 mgr.smithi046.eiolnw (mgr.14164) 25 : cephadm [INF] Deploying cephadm binary to smithi120 2024-04-22T23:44:49.083 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:44:48 smithi046 bash[18768]: cephadm 2024-04-22T23:44:47.732925+0000 mgr.smithi046.eiolnw (mgr.14164) 25 : cephadm [INF] Deploying cephadm binary to smithi120 2024-04-22T23:44:50.083 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:44:49 smithi046 bash[18768]: cluster 2024-04-22T23:44:48.051101+0000 mgr.smithi046.eiolnw (mgr.14164) 26 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:44:50.083 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:44:49 smithi046 bash[18768]: cluster 2024-04-22T23:44:48.051101+0000 mgr.smithi046.eiolnw (mgr.14164) 26 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:44:52.083 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:44:51 smithi046 bash[18768]: cluster 2024-04-22T23:44:50.051488+0000 mgr.smithi046.eiolnw (mgr.14164) 27 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:44:52.083 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:44:51 smithi046 bash[18768]: cluster 2024-04-22T23:44:50.051488+0000 mgr.smithi046.eiolnw (mgr.14164) 27 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:44:53.402 INFO:teuthology.orchestra.run.smithi046.stdout:Added host 'smithi120' with addr '172.21.15.120' 2024-04-22T23:44:54.083 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:44:53 smithi046 bash[18768]: cluster 2024-04-22T23:44:52.052212+0000 mgr.smithi046.eiolnw (mgr.14164) 28 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:44:54.083 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:44:53 smithi046 bash[18768]: cluster 2024-04-22T23:44:52.052212+0000 mgr.smithi046.eiolnw (mgr.14164) 28 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:44:54.083 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:44:53 smithi046 bash[18768]: audit 2024-04-22T23:44:53.408993+0000 mon.smithi046 (mon.0) 137 : audit [INF] from='mgr.14164 172.21.15.46:0/3557104021' entity='mgr.smithi046.eiolnw' 2024-04-22T23:44:54.083 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:44:53 smithi046 bash[18768]: audit 2024-04-22T23:44:53.408993+0000 mon.smithi046 (mon.0) 137 : audit [INF] from='mgr.14164 172.21.15.46:0/3557104021' entity='mgr.smithi046.eiolnw' 2024-04-22T23:44:55.052 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:44:54 smithi046 bash[18768]: cephadm 2024-04-22T23:44:53.409952+0000 mgr.smithi046.eiolnw (mgr.14164) 29 : cephadm [INF] Added host smithi120 2024-04-22T23:44:55.053 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:44:54 smithi046 bash[18768]: cephadm 2024-04-22T23:44:53.409952+0000 mgr.smithi046.eiolnw (mgr.14164) 29 : cephadm [INF] Added host smithi120 2024-04-22T23:44:55.404 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e2b7ae0a-0101-11ef-bc93-c7b262605968 -- ceph orch host ls --format=json 2024-04-22T23:44:55.833 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:44:55 smithi046 bash[18768]: cluster 2024-04-22T23:44:54.052975+0000 mgr.smithi046.eiolnw (mgr.14164) 30 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:44:55.833 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:44:55 smithi046 bash[18768]: cluster 2024-04-22T23:44:54.052975+0000 mgr.smithi046.eiolnw (mgr.14164) 30 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:44:57.833 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:44:57 smithi046 systemd[1]: /etc/systemd/system/ceph-e2b7ae0a-0101-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-22T23:44:57.833 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:44:57 smithi046 bash[18768]: cluster 2024-04-22T23:44:56.053799+0000 mgr.smithi046.eiolnw (mgr.14164) 31 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:44:57.833 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:44:57 smithi046 bash[18768]: cluster 2024-04-22T23:44:56.053799+0000 mgr.smithi046.eiolnw (mgr.14164) 31 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:44:58.101 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:44:57 smithi046 systemd[1]: /etc/systemd/system/ceph-e2b7ae0a-0101-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-22T23:44:59.354 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:44:59 smithi046 bash[18768]: cluster 2024-04-22T23:44:58.054317+0000 mgr.smithi046.eiolnw (mgr.14164) 32 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:44:59.354 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:44:59 smithi046 bash[18768]: cluster 2024-04-22T23:44:58.054317+0000 mgr.smithi046.eiolnw (mgr.14164) 32 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:44:59.354 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:44:59 smithi046 bash[18768]: audit 2024-04-22T23:44:58.104710+0000 mon.smithi046 (mon.0) 138 : audit [INF] from='mgr.14164 172.21.15.46:0/3557104021' entity='mgr.smithi046.eiolnw' 2024-04-22T23:44:59.354 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:44:59 smithi046 bash[18768]: audit 2024-04-22T23:44:58.104710+0000 mon.smithi046 (mon.0) 138 : audit [INF] from='mgr.14164 172.21.15.46:0/3557104021' entity='mgr.smithi046.eiolnw' 2024-04-22T23:44:59.354 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:44:59 smithi046 bash[18768]: audit 2024-04-22T23:44:58.138480+0000 mon.smithi046 (mon.0) 139 : audit [INF] from='mgr.14164 172.21.15.46:0/3557104021' entity='mgr.smithi046.eiolnw' 2024-04-22T23:44:59.354 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:44:59 smithi046 bash[18768]: audit 2024-04-22T23:44:58.138480+0000 mon.smithi046 (mon.0) 139 : audit [INF] from='mgr.14164 172.21.15.46:0/3557104021' entity='mgr.smithi046.eiolnw' 2024-04-22T23:44:59.354 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:44:59 smithi046 bash[18768]: audit 2024-04-22T23:44:58.140977+0000 mon.smithi046 (mon.0) 140 : audit [INF] from='mgr.14164 172.21.15.46:0/3557104021' entity='mgr.smithi046.eiolnw' 2024-04-22T23:44:59.354 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:44:59 smithi046 bash[18768]: audit 2024-04-22T23:44:58.140977+0000 mon.smithi046 (mon.0) 140 : audit [INF] from='mgr.14164 172.21.15.46:0/3557104021' entity='mgr.smithi046.eiolnw' 2024-04-22T23:44:59.354 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:44:59 smithi046 bash[18768]: audit 2024-04-22T23:44:58.143873+0000 mon.smithi046 (mon.0) 141 : audit [INF] from='mgr.14164 172.21.15.46:0/3557104021' entity='mgr.smithi046.eiolnw' 2024-04-22T23:44:59.355 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:44:59 smithi046 bash[18768]: audit 2024-04-22T23:44:58.143873+0000 mon.smithi046 (mon.0) 141 : audit [INF] from='mgr.14164 172.21.15.46:0/3557104021' entity='mgr.smithi046.eiolnw' 2024-04-22T23:44:59.355 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:44:59 smithi046 bash[18768]: audit 2024-04-22T23:44:58.147234+0000 mon.smithi046 (mon.0) 142 : audit [INF] from='mgr.14164 172.21.15.46:0/3557104021' entity='mgr.smithi046.eiolnw' 2024-04-22T23:44:59.355 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:44:59 smithi046 bash[18768]: audit 2024-04-22T23:44:58.147234+0000 mon.smithi046 (mon.0) 142 : audit [INF] from='mgr.14164 172.21.15.46:0/3557104021' entity='mgr.smithi046.eiolnw' 2024-04-22T23:44:59.355 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:44:59 smithi046 bash[18768]: audit 2024-04-22T23:44:58.150890+0000 mon.smithi046 (mon.0) 143 : audit [INF] from='mgr.14164 172.21.15.46:0/3557104021' entity='mgr.smithi046.eiolnw' 2024-04-22T23:44:59.355 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:44:59 smithi046 bash[18768]: audit 2024-04-22T23:44:58.150890+0000 mon.smithi046 (mon.0) 143 : audit [INF] from='mgr.14164 172.21.15.46:0/3557104021' entity='mgr.smithi046.eiolnw' 2024-04-22T23:44:59.355 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:44:59 smithi046 bash[18768]: audit 2024-04-22T23:44:58.153000+0000 mon.smithi046 (mon.0) 144 : audit [INF] from='mgr.14164 172.21.15.46:0/3557104021' entity='mgr.smithi046.eiolnw' 2024-04-22T23:44:59.355 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:44:59 smithi046 bash[18768]: audit 2024-04-22T23:44:58.153000+0000 mon.smithi046 (mon.0) 144 : audit [INF] from='mgr.14164 172.21.15.46:0/3557104021' entity='mgr.smithi046.eiolnw' 2024-04-22T23:44:59.355 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:44:59 smithi046 bash[18768]: cephadm 2024-04-22T23:44:58.407088+0000 mgr.smithi046.eiolnw (mgr.14164) 33 : cephadm [INF] Deploying daemon prometheus.smithi046 on smithi046 2024-04-22T23:44:59.355 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:44:59 smithi046 bash[18768]: cephadm 2024-04-22T23:44:58.407088+0000 mgr.smithi046.eiolnw (mgr.14164) 33 : cephadm [INF] Deploying daemon prometheus.smithi046 on smithi046 2024-04-22T23:45:01.157 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/mon.smithi046/config 2024-04-22T23:45:01.344 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:01 smithi046 bash[18768]: cluster 2024-04-22T23:45:00.054754+0000 mgr.smithi046.eiolnw (mgr.14164) 34 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:45:01.344 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:01 smithi046 bash[18768]: cluster 2024-04-22T23:45:00.054754+0000 mgr.smithi046.eiolnw (mgr.14164) 34 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:45:03.583 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:03 smithi046 bash[18768]: cluster 2024-04-22T23:45:02.055543+0000 mgr.smithi046.eiolnw (mgr.14164) 35 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:45:03.583 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:03 smithi046 bash[18768]: cluster 2024-04-22T23:45:02.055543+0000 mgr.smithi046.eiolnw (mgr.14164) 35 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:45:03.583 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:03 smithi046 bash[18768]: audit 2024-04-22T23:45:02.403460+0000 mon.smithi046 (mon.0) 145 : audit [INF] from='mgr.14164 172.21.15.46:0/3557104021' entity='mgr.smithi046.eiolnw' 2024-04-22T23:45:03.584 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:03 smithi046 bash[18768]: audit 2024-04-22T23:45:02.403460+0000 mon.smithi046 (mon.0) 145 : audit [INF] from='mgr.14164 172.21.15.46:0/3557104021' entity='mgr.smithi046.eiolnw' 2024-04-22T23:45:04.732 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T23:45:04.732 INFO:teuthology.orchestra.run.smithi046.stdout:[{"addr": "172.21.15.46", "hostname": "smithi046", "labels": [], "status": ""}, {"addr": "172.21.15.120", "hostname": "smithi120", "labels": [], "status": ""}] 2024-04-22T23:45:05.833 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:05 smithi046 bash[18768]: cluster 2024-04-22T23:45:04.056185+0000 mgr.smithi046.eiolnw (mgr.14164) 36 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:45:05.833 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:05 smithi046 bash[18768]: cluster 2024-04-22T23:45:04.056185+0000 mgr.smithi046.eiolnw (mgr.14164) 36 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:45:05.833 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:05 smithi046 bash[18768]: audit 2024-04-22T23:45:04.739863+0000 mgr.smithi046.eiolnw (mgr.14164) 37 : audit [DBG] from='client.14193 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-22T23:45:05.833 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:05 smithi046 bash[18768]: audit 2024-04-22T23:45:04.739863+0000 mgr.smithi046.eiolnw (mgr.14164) 37 : audit [DBG] from='client.14193 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-22T23:45:06.782 INFO:tasks.cephadm:Setting crush tunables to default 2024-04-22T23:45:06.783 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e2b7ae0a-0101-11ef-bc93-c7b262605968 -- ceph osd crush tunables default 2024-04-22T23:45:07.506 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:07 smithi046 bash[18768]: cluster 2024-04-22T23:45:06.056966+0000 mgr.smithi046.eiolnw (mgr.14164) 38 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:45:07.507 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:07 smithi046 bash[18768]: cluster 2024-04-22T23:45:06.056966+0000 mgr.smithi046.eiolnw (mgr.14164) 38 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:45:09.691 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:09 smithi046 bash[18768]: cluster 2024-04-22T23:45:08.057635+0000 mgr.smithi046.eiolnw (mgr.14164) 39 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:45:09.691 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:09 smithi046 bash[18768]: cluster 2024-04-22T23:45:08.057635+0000 mgr.smithi046.eiolnw (mgr.14164) 39 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:45:11.478 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:11 smithi046 bash[18768]: cluster 2024-04-22T23:45:10.058141+0000 mgr.smithi046.eiolnw (mgr.14164) 40 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:45:11.478 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:11 smithi046 bash[18768]: cluster 2024-04-22T23:45:10.058141+0000 mgr.smithi046.eiolnw (mgr.14164) 40 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:45:11.542 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/mon.smithi046/config 2024-04-22T23:45:13.722 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:13 smithi046 bash[18768]: cluster 2024-04-22T23:45:12.058739+0000 mgr.smithi046.eiolnw (mgr.14164) 41 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:45:13.723 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:13 smithi046 bash[18768]: cluster 2024-04-22T23:45:12.058739+0000 mgr.smithi046.eiolnw (mgr.14164) 41 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:45:14.407 INFO:teuthology.orchestra.run.smithi046.stderr:adjusted tunables profile to default 2024-04-22T23:45:14.529 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:14 smithi046 systemd[1]: /etc/systemd/system/ceph-e2b7ae0a-0101-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-22T23:45:14.529 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:14 smithi046 bash[18768]: audit 2024-04-22T23:45:13.489431+0000 mon.smithi046 (mon.0) 146 : audit [INF] from='client.? 172.21.15.46:0/169742419' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-04-22T23:45:14.529 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:14 smithi046 bash[18768]: audit 2024-04-22T23:45:13.489431+0000 mon.smithi046 (mon.0) 146 : audit [INF] from='client.? 172.21.15.46:0/169742419' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-04-22T23:45:14.833 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:14 smithi046 systemd[1]: /etc/systemd/system/ceph-e2b7ae0a-0101-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-22T23:45:15.536 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:15 smithi046 bash[18768]: cluster 2024-04-22T23:45:14.059472+0000 mgr.smithi046.eiolnw (mgr.14164) 42 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:45:15.537 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:15 smithi046 bash[18768]: cluster 2024-04-22T23:45:14.059472+0000 mgr.smithi046.eiolnw (mgr.14164) 42 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:45:15.537 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:15 smithi046 bash[18768]: audit 2024-04-22T23:45:14.411898+0000 mon.smithi046 (mon.0) 147 : audit [INF] from='client.? 172.21.15.46:0/169742419' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-04-22T23:45:15.537 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:15 smithi046 bash[18768]: audit 2024-04-22T23:45:14.411898+0000 mon.smithi046 (mon.0) 147 : audit [INF] from='client.? 172.21.15.46:0/169742419' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-04-22T23:45:15.537 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:15 smithi046 bash[18768]: cluster 2024-04-22T23:45:14.413449+0000 mon.smithi046 (mon.0) 148 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-22T23:45:15.537 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:15 smithi046 bash[18768]: cluster 2024-04-22T23:45:14.413449+0000 mon.smithi046 (mon.0) 148 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-22T23:45:15.537 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:15 smithi046 bash[18768]: audit 2024-04-22T23:45:14.731630+0000 mon.smithi046 (mon.0) 149 : audit [INF] from='mgr.14164 172.21.15.46:0/3557104021' entity='mgr.smithi046.eiolnw' 2024-04-22T23:45:15.537 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:15 smithi046 bash[18768]: audit 2024-04-22T23:45:14.731630+0000 mon.smithi046 (mon.0) 149 : audit [INF] from='mgr.14164 172.21.15.46:0/3557104021' entity='mgr.smithi046.eiolnw' 2024-04-22T23:45:15.537 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:15 smithi046 bash[18768]: audit 2024-04-22T23:45:14.765679+0000 mon.smithi046 (mon.0) 150 : audit [INF] from='mgr.14164 172.21.15.46:0/3557104021' entity='mgr.smithi046.eiolnw' 2024-04-22T23:45:15.537 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:15 smithi046 bash[18768]: audit 2024-04-22T23:45:14.765679+0000 mon.smithi046 (mon.0) 150 : audit [INF] from='mgr.14164 172.21.15.46:0/3557104021' entity='mgr.smithi046.eiolnw' 2024-04-22T23:45:15.537 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:15 smithi046 bash[18768]: audit 2024-04-22T23:45:14.767694+0000 mon.smithi046 (mon.0) 151 : audit [INF] from='mgr.14164 172.21.15.46:0/3557104021' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-04-22T23:45:15.537 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:15 smithi046 bash[18768]: audit 2024-04-22T23:45:14.767694+0000 mon.smithi046 (mon.0) 151 : audit [INF] from='mgr.14164 172.21.15.46:0/3557104021' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-04-22T23:45:15.867 INFO:tasks.cephadm:Adding mon.smithi046 on smithi046 2024-04-22T23:45:15.867 INFO:tasks.cephadm:Adding mon.smithi120 on smithi120 2024-04-22T23:45:15.867 DEBUG:teuthology.orchestra.run.smithi120:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e2b7ae0a-0101-11ef-bc93-c7b262605968 -- ceph orch apply mon '2;smithi046:172.21.15.46=smithi046;smithi120:172.21.15.120=smithi120' 2024-04-22T23:45:16.886 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:16 smithi046 bash[18768]: audit 2024-04-22T23:45:15.766224+0000 mon.smithi046 (mon.0) 152 : audit [INF] from='mgr.14164 172.21.15.46:0/3557104021' entity='mgr.smithi046.eiolnw' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-04-22T23:45:16.886 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:16 smithi046 bash[18768]: audit 2024-04-22T23:45:15.766224+0000 mon.smithi046 (mon.0) 152 : audit [INF] from='mgr.14164 172.21.15.46:0/3557104021' entity='mgr.smithi046.eiolnw' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-04-22T23:45:16.886 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:16 smithi046 bash[18768]: cluster 2024-04-22T23:45:15.772112+0000 mon.smithi046 (mon.0) 153 : cluster [DBG] mgrmap e14: smithi046.eiolnw(active, since 63s) 2024-04-22T23:45:16.886 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:16 smithi046 bash[18768]: cluster 2024-04-22T23:45:15.772112+0000 mon.smithi046 (mon.0) 153 : cluster [DBG] mgrmap e14: smithi046.eiolnw(active, since 63s) 2024-04-22T23:45:17.076 INFO:teuthology.orchestra.run.smithi120.stderr:Inferring config /etc/ceph/ceph.conf 2024-04-22T23:45:18.120 INFO:teuthology.orchestra.run.smithi120.stderr:Inferring config /etc/ceph/ceph.conf 2024-04-22T23:45:24.491 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:24 smithi046 bash[18768]: cluster 2024-04-22T23:45:24.303228+0000 mon.smithi046 (mon.0) 154 : cluster [INF] Active manager daemon smithi046.eiolnw restarted 2024-04-22T23:45:24.492 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:24 smithi046 bash[18768]: cluster 2024-04-22T23:45:24.303228+0000 mon.smithi046 (mon.0) 154 : cluster [INF] Active manager daemon smithi046.eiolnw restarted 2024-04-22T23:45:24.492 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:24 smithi046 bash[18768]: cluster 2024-04-22T23:45:24.303722+0000 mon.smithi046 (mon.0) 155 : cluster [INF] Activating manager daemon smithi046.eiolnw 2024-04-22T23:45:24.492 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:24 smithi046 bash[18768]: cluster 2024-04-22T23:45:24.303722+0000 mon.smithi046 (mon.0) 155 : cluster [INF] Activating manager daemon smithi046.eiolnw 2024-04-22T23:45:24.492 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:24 smithi046 bash[18768]: cluster 2024-04-22T23:45:24.308402+0000 mon.smithi046 (mon.0) 156 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-04-22T23:45:24.492 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:24 smithi046 bash[18768]: cluster 2024-04-22T23:45:24.308402+0000 mon.smithi046 (mon.0) 156 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-04-22T23:45:24.492 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:24 smithi046 bash[18768]: cluster 2024-04-22T23:45:24.308603+0000 mon.smithi046 (mon.0) 157 : cluster [DBG] mgrmap e15: smithi046.eiolnw(active, starting, since 0.00508087s) 2024-04-22T23:45:24.492 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:24 smithi046 bash[18768]: cluster 2024-04-22T23:45:24.308603+0000 mon.smithi046 (mon.0) 157 : cluster [DBG] mgrmap e15: smithi046.eiolnw(active, starting, since 0.00508087s) 2024-04-22T23:45:24.492 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:24 smithi046 bash[18768]: audit 2024-04-22T23:45:24.311617+0000 mon.smithi046 (mon.0) 158 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "mon metadata", "id": "smithi046"}]: dispatch 2024-04-22T23:45:24.492 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:24 smithi046 bash[18768]: audit 2024-04-22T23:45:24.311617+0000 mon.smithi046 (mon.0) 158 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "mon metadata", "id": "smithi046"}]: dispatch 2024-04-22T23:45:24.492 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:24 smithi046 bash[18768]: audit 2024-04-22T23:45:24.312442+0000 mon.smithi046 (mon.0) 159 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "mgr metadata", "who": "smithi046.eiolnw", "id": "smithi046.eiolnw"}]: dispatch 2024-04-22T23:45:24.492 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:24 smithi046 bash[18768]: audit 2024-04-22T23:45:24.312442+0000 mon.smithi046 (mon.0) 159 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "mgr metadata", "who": "smithi046.eiolnw", "id": "smithi046.eiolnw"}]: dispatch 2024-04-22T23:45:24.492 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:24 smithi046 bash[18768]: audit 2024-04-22T23:45:24.313474+0000 mon.smithi046 (mon.0) 160 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-22T23:45:24.493 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:24 smithi046 bash[18768]: audit 2024-04-22T23:45:24.313474+0000 mon.smithi046 (mon.0) 160 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-22T23:45:24.493 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:24 smithi046 bash[18768]: audit 2024-04-22T23:45:24.313587+0000 mon.smithi046 (mon.0) 161 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-22T23:45:24.493 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:24 smithi046 bash[18768]: audit 2024-04-22T23:45:24.313587+0000 mon.smithi046 (mon.0) 161 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-22T23:45:24.493 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:24 smithi046 bash[18768]: audit 2024-04-22T23:45:24.313717+0000 mon.smithi046 (mon.0) 162 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-22T23:45:24.493 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:24 smithi046 bash[18768]: audit 2024-04-22T23:45:24.313717+0000 mon.smithi046 (mon.0) 162 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-22T23:45:24.493 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:24 smithi046 bash[18768]: cluster 2024-04-22T23:45:24.340043+0000 mon.smithi046 (mon.0) 163 : cluster [INF] Manager daemon smithi046.eiolnw is now available 2024-04-22T23:45:24.493 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:24 smithi046 bash[18768]: cluster 2024-04-22T23:45:24.340043+0000 mon.smithi046 (mon.0) 163 : cluster [INF] Manager daemon smithi046.eiolnw is now available 2024-04-22T23:45:25.312 INFO:teuthology.orchestra.run.smithi120.stdout:Scheduled mon update... 2024-04-22T23:45:25.583 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:25 smithi046 bash[18768]: audit 2024-04-22T23:45:24.377358+0000 mon.smithi046 (mon.0) 164 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:45:25.584 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:25 smithi046 bash[18768]: audit 2024-04-22T23:45:24.377358+0000 mon.smithi046 (mon.0) 164 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:45:25.584 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:25 smithi046 bash[18768]: audit 2024-04-22T23:45:24.394807+0000 mon.smithi046 (mon.0) 165 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:45:25.584 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:25 smithi046 bash[18768]: audit 2024-04-22T23:45:24.394807+0000 mon.smithi046 (mon.0) 165 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:45:25.584 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:25 smithi046 bash[18768]: audit 2024-04-22T23:45:24.400767+0000 mon.smithi046 (mon.0) 166 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:45:25.584 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:25 smithi046 bash[18768]: audit 2024-04-22T23:45:24.400767+0000 mon.smithi046 (mon.0) 166 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:45:25.584 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:25 smithi046 bash[18768]: audit 2024-04-22T23:45:24.403064+0000 mon.smithi046 (mon.0) 167 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:45:25.584 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:25 smithi046 bash[18768]: audit 2024-04-22T23:45:24.403064+0000 mon.smithi046 (mon.0) 167 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:45:25.584 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:25 smithi046 bash[18768]: audit 2024-04-22T23:45:24.409663+0000 mon.smithi046 (mon.0) 168 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi046.eiolnw/mirror_snapshot_schedule"}]: dispatch 2024-04-22T23:45:25.584 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:25 smithi046 bash[18768]: audit 2024-04-22T23:45:24.409663+0000 mon.smithi046 (mon.0) 168 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi046.eiolnw/mirror_snapshot_schedule"}]: dispatch 2024-04-22T23:45:25.584 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:25 smithi046 bash[18768]: audit 2024-04-22T23:45:24.415783+0000 mon.smithi046 (mon.0) 169 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi046.eiolnw/trash_purge_schedule"}]: dispatch 2024-04-22T23:45:25.584 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:25 smithi046 bash[18768]: audit 2024-04-22T23:45:24.415783+0000 mon.smithi046 (mon.0) 169 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi046.eiolnw/trash_purge_schedule"}]: dispatch 2024-04-22T23:45:25.585 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:25 smithi046 bash[18768]: audit 2024-04-22T23:45:25.280897+0000 mon.smithi046 (mon.0) 170 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:45:25.585 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:25 smithi046 bash[18768]: audit 2024-04-22T23:45:25.280897+0000 mon.smithi046 (mon.0) 170 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:45:25.585 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:25 smithi046 bash[18768]: cluster 2024-04-22T23:45:25.316789+0000 mon.smithi046 (mon.0) 171 : cluster [DBG] mgrmap e16: smithi046.eiolnw(active, since 1.01326s) 2024-04-22T23:45:25.585 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:25 smithi046 bash[18768]: cluster 2024-04-22T23:45:25.316789+0000 mon.smithi046 (mon.0) 171 : cluster [DBG] mgrmap e16: smithi046.eiolnw(active, since 1.01326s) 2024-04-22T23:45:25.585 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:25 smithi046 bash[18768]: audit 2024-04-22T23:45:25.320540+0000 mon.smithi046 (mon.0) 172 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:45:25.585 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:25 smithi046 bash[18768]: audit 2024-04-22T23:45:25.320540+0000 mon.smithi046 (mon.0) 172 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:45:25.879 DEBUG:teuthology.orchestra.run.smithi120:mon.smithi120> sudo journalctl -f -n 0 -u ceph-e2b7ae0a-0101-11ef-bc93-c7b262605968@mon.smithi120.service 2024-04-22T23:45:25.881 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-04-22T23:45:25.881 DEBUG:teuthology.orchestra.run.smithi120:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e2b7ae0a-0101-11ef-bc93-c7b262605968 -- ceph mon dump -f json 2024-04-22T23:45:26.657 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:26 smithi046 bash[18768]: cephadm 2024-04-22T23:45:24.895846+0000 mgr.smithi046.eiolnw (mgr.14197) 1 : cephadm [INF] [22/Apr/2024:23:45:24] ENGINE Bus STARTING 2024-04-22T23:45:26.657 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:26 smithi046 bash[18768]: cephadm 2024-04-22T23:45:24.895846+0000 mgr.smithi046.eiolnw (mgr.14197) 1 : cephadm [INF] [22/Apr/2024:23:45:24] ENGINE Bus STARTING 2024-04-22T23:45:26.657 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:26 smithi046 bash[18768]: cephadm 2024-04-22T23:45:25.016424+0000 mgr.smithi046.eiolnw (mgr.14197) 2 : cephadm [INF] [22/Apr/2024:23:45:25] ENGINE Serving on https://172.21.15.46:7150 2024-04-22T23:45:26.657 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:26 smithi046 bash[18768]: cephadm 2024-04-22T23:45:25.016424+0000 mgr.smithi046.eiolnw (mgr.14197) 2 : cephadm [INF] [22/Apr/2024:23:45:25] ENGINE Serving on https://172.21.15.46:7150 2024-04-22T23:45:26.657 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:26 smithi046 bash[18768]: cephadm 2024-04-22T23:45:25.118455+0000 mgr.smithi046.eiolnw (mgr.14197) 3 : cephadm [INF] [22/Apr/2024:23:45:25] ENGINE Serving on http://172.21.15.46:8765 2024-04-22T23:45:26.657 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:26 smithi046 bash[18768]: cephadm 2024-04-22T23:45:25.118455+0000 mgr.smithi046.eiolnw (mgr.14197) 3 : cephadm [INF] [22/Apr/2024:23:45:25] ENGINE Serving on http://172.21.15.46:8765 2024-04-22T23:45:26.657 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:26 smithi046 bash[18768]: cephadm 2024-04-22T23:45:25.118736+0000 mgr.smithi046.eiolnw (mgr.14197) 4 : cephadm [INF] [22/Apr/2024:23:45:25] ENGINE Bus STARTED 2024-04-22T23:45:26.657 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:26 smithi046 bash[18768]: cephadm 2024-04-22T23:45:25.118736+0000 mgr.smithi046.eiolnw (mgr.14197) 4 : cephadm [INF] [22/Apr/2024:23:45:25] ENGINE Bus STARTED 2024-04-22T23:45:26.657 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:26 smithi046 bash[18768]: audit 2024-04-22T23:45:25.313454+0000 mgr.smithi046.eiolnw (mgr.14197) 5 : audit [DBG] from='client.14199 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi046:172.21.15.46=smithi046;smithi120:172.21.15.120=smithi120", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T23:45:26.657 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:26 smithi046 bash[18768]: audit 2024-04-22T23:45:25.313454+0000 mgr.smithi046.eiolnw (mgr.14197) 5 : audit [DBG] from='client.14199 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi046:172.21.15.46=smithi046;smithi120:172.21.15.120=smithi120", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T23:45:26.658 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:26 smithi046 bash[18768]: cephadm 2024-04-22T23:45:25.316393+0000 mgr.smithi046.eiolnw (mgr.14197) 6 : cephadm [INF] Saving service mon spec with placement smithi046:172.21.15.46=smithi046;smithi120:172.21.15.120=smithi120;count:2 2024-04-22T23:45:26.658 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:26 smithi046 bash[18768]: cephadm 2024-04-22T23:45:25.316393+0000 mgr.smithi046.eiolnw (mgr.14197) 6 : cephadm [INF] Saving service mon spec with placement smithi046:172.21.15.46=smithi046;smithi120:172.21.15.120=smithi120;count:2 2024-04-22T23:45:27.119 INFO:teuthology.orchestra.run.smithi120.stderr:Inferring config /etc/ceph/ceph.conf 2024-04-22T23:45:27.833 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:27 smithi046 bash[18768]: cluster 2024-04-22T23:45:26.364165+0000 mon.smithi046 (mon.0) 173 : cluster [DBG] mgrmap e17: smithi046.eiolnw(active, since 2s) 2024-04-22T23:45:27.833 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:27 smithi046 bash[18768]: cluster 2024-04-22T23:45:26.364165+0000 mon.smithi046 (mon.0) 173 : cluster [DBG] mgrmap e17: smithi046.eiolnw(active, since 2s) 2024-04-22T23:45:27.833 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:27 smithi046 bash[18768]: audit 2024-04-22T23:45:26.907795+0000 mon.smithi046 (mon.0) 174 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:45:27.833 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:27 smithi046 bash[18768]: audit 2024-04-22T23:45:26.907795+0000 mon.smithi046 (mon.0) 174 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:45:28.156 INFO:teuthology.orchestra.run.smithi120.stderr:Inferring config /etc/ceph/ceph.conf 2024-04-22T23:45:29.277 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-22T23:45:29.277 INFO:teuthology.orchestra.run.smithi120.stdout:{"epoch":1,"fsid":"e2b7ae0a-0101-11ef-bc93-c7b262605968","modified":"2024-04-22T23:42:51.032461Z","created":"2024-04-22T23:42:51.032461Z","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":"smithi046","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:3300","nonce":0},{"type":"v1","addr":"172.21.15.46:6789","nonce":0}]},"addr":"172.21.15.46:6789/0","public_addr":"172.21.15.46:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-04-22T23:45:29.279 INFO:teuthology.orchestra.run.smithi120.stderr:dumped monmap epoch 1 2024-04-22T23:45:29.583 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:29 smithi046 bash[18768]: audit 2024-04-22T23:45:28.209973+0000 mon.smithi046 (mon.0) 175 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:45:29.583 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:29 smithi046 bash[18768]: audit 2024-04-22T23:45:28.209973+0000 mon.smithi046 (mon.0) 175 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:45:30.583 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:30 smithi046 bash[18768]: audit 2024-04-22T23:45:29.285303+0000 mon.smithi046 (mon.0) 176 : audit [DBG] from='client.? 172.21.15.120:0/1434914069' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-22T23:45:30.583 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:30 smithi046 bash[18768]: audit 2024-04-22T23:45:29.285303+0000 mon.smithi046 (mon.0) 176 : audit [DBG] from='client.? 172.21.15.120:0/1434914069' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-22T23:45:30.840 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-04-22T23:45:30.841 DEBUG:teuthology.orchestra.run.smithi120:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e2b7ae0a-0101-11ef-bc93-c7b262605968 -- ceph mon dump -f json 2024-04-22T23:45:32.083 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:31 smithi046 bash[18768]: audit 2024-04-22T23:45:30.666020+0000 mon.smithi046 (mon.0) 177 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:45:32.083 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:31 smithi046 bash[18768]: audit 2024-04-22T23:45:30.666020+0000 mon.smithi046 (mon.0) 177 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:45:32.083 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:31 smithi046 bash[18768]: audit 2024-04-22T23:45:31.654755+0000 mon.smithi046 (mon.0) 178 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:45:32.083 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:31 smithi046 bash[18768]: audit 2024-04-22T23:45:31.654755+0000 mon.smithi046 (mon.0) 178 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:45:32.491 INFO:teuthology.orchestra.run.smithi120.stderr:Inferring config /etc/ceph/ceph.conf 2024-04-22T23:45:33.333 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:32 smithi046 bash[18768]: audit 2024-04-22T23:45:31.846408+0000 mon.smithi046 (mon.0) 179 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:45:33.333 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:32 smithi046 bash[18768]: audit 2024-04-22T23:45:31.846408+0000 mon.smithi046 (mon.0) 179 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:45:33.333 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:32 smithi046 bash[18768]: audit 2024-04-22T23:45:31.848159+0000 mon.smithi046 (mon.0) 180 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "config rm", "who": "osd/host:smithi120", "name": "osd_memory_target"}]: dispatch 2024-04-22T23:45:33.333 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:32 smithi046 bash[18768]: audit 2024-04-22T23:45:31.848159+0000 mon.smithi046 (mon.0) 180 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "config rm", "who": "osd/host:smithi120", "name": "osd_memory_target"}]: dispatch 2024-04-22T23:45:33.536 INFO:teuthology.orchestra.run.smithi120.stderr:Inferring config /etc/ceph/ceph.conf 2024-04-22T23:45:34.666 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-22T23:45:34.666 INFO:teuthology.orchestra.run.smithi120.stdout:{"epoch":1,"fsid":"e2b7ae0a-0101-11ef-bc93-c7b262605968","modified":"2024-04-22T23:42:51.032461Z","created":"2024-04-22T23:42:51.032461Z","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":"smithi046","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:3300","nonce":0},{"type":"v1","addr":"172.21.15.46:6789","nonce":0}]},"addr":"172.21.15.46:6789/0","public_addr":"172.21.15.46:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-04-22T23:45:34.669 INFO:teuthology.orchestra.run.smithi120.stderr:dumped monmap epoch 1 2024-04-22T23:45:35.083 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:34 smithi046 bash[18768]: audit 2024-04-22T23:45:34.674412+0000 mon.smithi046 (mon.0) 181 : audit [DBG] from='client.? 172.21.15.120:0/2102495080' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-22T23:45:35.083 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:34 smithi046 bash[18768]: audit 2024-04-22T23:45:34.674412+0000 mon.smithi046 (mon.0) 181 : audit [DBG] from='client.? 172.21.15.120:0/2102495080' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-22T23:45:36.167 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-04-22T23:45:36.167 DEBUG:teuthology.orchestra.run.smithi120:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e2b7ae0a-0101-11ef-bc93-c7b262605968 -- ceph mon dump -f json 2024-04-22T23:45:37.366 INFO:teuthology.orchestra.run.smithi120.stderr:Inferring config /etc/ceph/ceph.conf 2024-04-22T23:45:38.413 INFO:teuthology.orchestra.run.smithi120.stderr:Inferring config /etc/ceph/ceph.conf 2024-04-22T23:45:39.083 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:38 smithi046 bash[18768]: audit 2024-04-22T23:45:38.595263+0000 mon.smithi046 (mon.0) 182 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "config rm", "who": "osd/host:smithi046", "name": "osd_memory_target"}]: dispatch 2024-04-22T23:45:39.083 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:38 smithi046 bash[18768]: audit 2024-04-22T23:45:38.595263+0000 mon.smithi046 (mon.0) 182 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "config rm", "who": "osd/host:smithi046", "name": "osd_memory_target"}]: dispatch 2024-04-22T23:45:39.083 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:38 smithi046 bash[18768]: audit 2024-04-22T23:45:38.596960+0000 mon.smithi046 (mon.0) 183 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:45:39.083 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:38 smithi046 bash[18768]: audit 2024-04-22T23:45:38.596960+0000 mon.smithi046 (mon.0) 183 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:45:39.083 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:38 smithi046 bash[18768]: audit 2024-04-22T23:45:38.598525+0000 mon.smithi046 (mon.0) 184 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:45:39.084 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:38 smithi046 bash[18768]: audit 2024-04-22T23:45:38.598525+0000 mon.smithi046 (mon.0) 184 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:45:39.587 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-22T23:45:39.588 INFO:teuthology.orchestra.run.smithi120.stdout:{"epoch":1,"fsid":"e2b7ae0a-0101-11ef-bc93-c7b262605968","modified":"2024-04-22T23:42:51.032461Z","created":"2024-04-22T23:42:51.032461Z","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":"smithi046","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:3300","nonce":0},{"type":"v1","addr":"172.21.15.46:6789","nonce":0}]},"addr":"172.21.15.46:6789/0","public_addr":"172.21.15.46:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-04-22T23:45:39.589 INFO:teuthology.orchestra.run.smithi120.stderr:dumped monmap epoch 1 2024-04-22T23:45:40.084 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:39 smithi046 bash[18768]: cephadm 2024-04-22T23:45:38.600932+0000 mgr.smithi046.eiolnw (mgr.14197) 7 : cephadm [INF] Updating smithi046:/etc/ceph/ceph.conf 2024-04-22T23:45:40.084 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:39 smithi046 bash[18768]: cephadm 2024-04-22T23:45:38.600932+0000 mgr.smithi046.eiolnw (mgr.14197) 7 : cephadm [INF] Updating smithi046:/etc/ceph/ceph.conf 2024-04-22T23:45:40.084 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:39 smithi046 bash[18768]: cephadm 2024-04-22T23:45:38.601431+0000 mgr.smithi046.eiolnw (mgr.14197) 8 : cephadm [INF] Updating smithi120:/etc/ceph/ceph.conf 2024-04-22T23:45:40.084 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:39 smithi046 bash[18768]: cephadm 2024-04-22T23:45:38.601431+0000 mgr.smithi046.eiolnw (mgr.14197) 8 : cephadm [INF] Updating smithi120:/etc/ceph/ceph.conf 2024-04-22T23:45:40.084 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:39 smithi046 bash[18768]: audit 2024-04-22T23:45:39.399267+0000 mon.smithi046 (mon.0) 185 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:45:40.084 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:39 smithi046 bash[18768]: audit 2024-04-22T23:45:39.399267+0000 mon.smithi046 (mon.0) 185 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:45:40.084 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:39 smithi046 bash[18768]: audit 2024-04-22T23:45:39.595282+0000 mon.smithi046 (mon.0) 186 : audit [DBG] from='client.? 172.21.15.120:0/3629312479' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-22T23:45:40.084 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:39 smithi046 bash[18768]: audit 2024-04-22T23:45:39.595282+0000 mon.smithi046 (mon.0) 186 : audit [DBG] from='client.? 172.21.15.120:0/3629312479' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-22T23:45:40.084 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:39 smithi046 bash[18768]: audit 2024-04-22T23:45:39.599969+0000 mon.smithi046 (mon.0) 187 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:45:40.084 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:39 smithi046 bash[18768]: audit 2024-04-22T23:45:39.599969+0000 mon.smithi046 (mon.0) 187 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:45:40.084 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:39 smithi046 bash[18768]: audit 2024-04-22T23:45:39.603625+0000 mon.smithi046 (mon.0) 188 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:45:40.085 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:39 smithi046 bash[18768]: audit 2024-04-22T23:45:39.603625+0000 mon.smithi046 (mon.0) 188 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:45:40.085 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:39 smithi046 bash[18768]: audit 2024-04-22T23:45:39.608279+0000 mon.smithi046 (mon.0) 189 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:45:40.085 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:39 smithi046 bash[18768]: audit 2024-04-22T23:45:39.608279+0000 mon.smithi046 (mon.0) 189 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:45:40.085 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:39 smithi046 bash[18768]: audit 2024-04-22T23:45:39.610188+0000 mon.smithi046 (mon.0) 190 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi120", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2024-04-22T23:45:40.085 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:39 smithi046 bash[18768]: audit 2024-04-22T23:45:39.610188+0000 mon.smithi046 (mon.0) 190 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi120", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2024-04-22T23:45:40.085 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:39 smithi046 bash[18768]: audit 2024-04-22T23:45:39.611162+0000 mon.smithi046 (mon.0) 191 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd='[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi120", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]': finished 2024-04-22T23:45:40.085 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:39 smithi046 bash[18768]: audit 2024-04-22T23:45:39.611162+0000 mon.smithi046 (mon.0) 191 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd='[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi120", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]': finished 2024-04-22T23:45:40.085 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:39 smithi046 bash[18768]: audit 2024-04-22T23:45:39.613476+0000 mon.smithi046 (mon.0) 192 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:45:40.085 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:39 smithi046 bash[18768]: audit 2024-04-22T23:45:39.613476+0000 mon.smithi046 (mon.0) 192 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:45:41.083 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:40 smithi046 bash[18768]: cephadm 2024-04-22T23:45:39.101022+0000 mgr.smithi046.eiolnw (mgr.14197) 9 : cephadm [INF] Updating smithi120:/var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-22T23:45:41.084 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:40 smithi046 bash[18768]: cephadm 2024-04-22T23:45:39.101022+0000 mgr.smithi046.eiolnw (mgr.14197) 9 : cephadm [INF] Updating smithi120:/var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-22T23:45:41.084 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:40 smithi046 bash[18768]: cephadm 2024-04-22T23:45:39.101409+0000 mgr.smithi046.eiolnw (mgr.14197) 10 : cephadm [INF] Updating smithi046:/var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-22T23:45:41.084 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:40 smithi046 bash[18768]: cephadm 2024-04-22T23:45:39.101409+0000 mgr.smithi046.eiolnw (mgr.14197) 10 : cephadm [INF] Updating smithi046:/var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-22T23:45:41.084 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:40 smithi046 bash[18768]: cephadm 2024-04-22T23:45:39.266661+0000 mgr.smithi046.eiolnw (mgr.14197) 11 : cephadm [INF] Updating smithi120:/etc/ceph/ceph.client.admin.keyring 2024-04-22T23:45:41.084 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:40 smithi046 bash[18768]: cephadm 2024-04-22T23:45:39.266661+0000 mgr.smithi046.eiolnw (mgr.14197) 11 : cephadm [INF] Updating smithi120:/etc/ceph/ceph.client.admin.keyring 2024-04-22T23:45:41.084 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:40 smithi046 bash[18768]: cephadm 2024-04-22T23:45:39.267002+0000 mgr.smithi046.eiolnw (mgr.14197) 12 : cephadm [INF] Updating smithi046:/etc/ceph/ceph.client.admin.keyring 2024-04-22T23:45:41.084 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:40 smithi046 bash[18768]: cephadm 2024-04-22T23:45:39.267002+0000 mgr.smithi046.eiolnw (mgr.14197) 12 : cephadm [INF] Updating smithi046:/etc/ceph/ceph.client.admin.keyring 2024-04-22T23:45:41.084 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:40 smithi046 bash[18768]: cephadm 2024-04-22T23:45:39.431635+0000 mgr.smithi046.eiolnw (mgr.14197) 13 : cephadm [INF] Updating smithi120:/var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/config/ceph.client.admin.keyring 2024-04-22T23:45:41.084 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:40 smithi046 bash[18768]: cephadm 2024-04-22T23:45:39.431635+0000 mgr.smithi046.eiolnw (mgr.14197) 13 : cephadm [INF] Updating smithi120:/var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/config/ceph.client.admin.keyring 2024-04-22T23:45:41.084 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:40 smithi046 bash[18768]: cephadm 2024-04-22T23:45:39.432319+0000 mgr.smithi046.eiolnw (mgr.14197) 14 : cephadm [INF] Updating smithi046:/var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/config/ceph.client.admin.keyring 2024-04-22T23:45:41.084 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:40 smithi046 bash[18768]: cephadm 2024-04-22T23:45:39.432319+0000 mgr.smithi046.eiolnw (mgr.14197) 14 : cephadm [INF] Updating smithi046:/var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/config/ceph.client.admin.keyring 2024-04-22T23:45:41.084 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:40 smithi046 bash[18768]: cephadm 2024-04-22T23:45:39.614835+0000 mgr.smithi046.eiolnw (mgr.14197) 15 : cephadm [INF] Deploying daemon ceph-exporter.smithi120 on smithi120 2024-04-22T23:45:41.085 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:40 smithi046 bash[18768]: cephadm 2024-04-22T23:45:39.614835+0000 mgr.smithi046.eiolnw (mgr.14197) 15 : cephadm [INF] Deploying daemon ceph-exporter.smithi120 on smithi120 2024-04-22T23:45:41.088 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-04-22T23:45:41.088 DEBUG:teuthology.orchestra.run.smithi120:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e2b7ae0a-0101-11ef-bc93-c7b262605968 -- ceph mon dump -f json 2024-04-22T23:45:42.292 INFO:teuthology.orchestra.run.smithi120.stderr:Inferring config /var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-22T23:45:43.833 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:43 smithi046 bash[18768]: audit 2024-04-22T23:45:42.466512+0000 mon.smithi046 (mon.0) 193 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:45:43.833 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:43 smithi046 bash[18768]: audit 2024-04-22T23:45:42.466512+0000 mon.smithi046 (mon.0) 193 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:45:43.833 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:43 smithi046 bash[18768]: audit 2024-04-22T23:45:42.492524+0000 mon.smithi046 (mon.0) 194 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:45:43.834 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:43 smithi046 bash[18768]: audit 2024-04-22T23:45:42.492524+0000 mon.smithi046 (mon.0) 194 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:45:43.834 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:43 smithi046 bash[18768]: audit 2024-04-22T23:45:42.498505+0000 mon.smithi046 (mon.0) 195 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:45:43.834 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:43 smithi046 bash[18768]: audit 2024-04-22T23:45:42.498505+0000 mon.smithi046 (mon.0) 195 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:45:43.834 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:43 smithi046 bash[18768]: audit 2024-04-22T23:45:42.501621+0000 mon.smithi046 (mon.0) 196 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi120", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-04-22T23:45:43.834 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:43 smithi046 bash[18768]: audit 2024-04-22T23:45:42.501621+0000 mon.smithi046 (mon.0) 196 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi120", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-04-22T23:45:43.834 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:43 smithi046 bash[18768]: audit 2024-04-22T23:45:42.503445+0000 mon.smithi046 (mon.0) 197 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi120", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-04-22T23:45:43.834 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:43 smithi046 bash[18768]: audit 2024-04-22T23:45:42.503445+0000 mon.smithi046 (mon.0) 197 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi120", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-04-22T23:45:43.834 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:43 smithi046 bash[18768]: audit 2024-04-22T23:45:42.508132+0000 mon.smithi046 (mon.0) 198 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:45:43.834 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:43 smithi046 bash[18768]: audit 2024-04-22T23:45:42.508132+0000 mon.smithi046 (mon.0) 198 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:45:43.834 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:43 smithi046 bash[18768]: cephadm 2024-04-22T23:45:42.510157+0000 mgr.smithi046.eiolnw (mgr.14197) 16 : cephadm [INF] Deploying daemon crash.smithi120 on smithi120 2024-04-22T23:45:43.834 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:43 smithi046 bash[18768]: cephadm 2024-04-22T23:45:42.510157+0000 mgr.smithi046.eiolnw (mgr.14197) 16 : cephadm [INF] Deploying daemon crash.smithi120 on smithi120 2024-04-22T23:45:44.520 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-22T23:45:44.520 INFO:teuthology.orchestra.run.smithi120.stdout:{"epoch":1,"fsid":"e2b7ae0a-0101-11ef-bc93-c7b262605968","modified":"2024-04-22T23:42:51.032461Z","created":"2024-04-22T23:42:51.032461Z","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":"smithi046","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:3300","nonce":0},{"type":"v1","addr":"172.21.15.46:6789","nonce":0}]},"addr":"172.21.15.46:6789/0","public_addr":"172.21.15.46:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-04-22T23:45:44.522 INFO:teuthology.orchestra.run.smithi120.stderr:dumped monmap epoch 1 2024-04-22T23:45:45.833 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:45 smithi046 bash[18768]: audit 2024-04-22T23:45:44.401789+0000 mon.smithi046 (mon.0) 199 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:45:45.833 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:45 smithi046 bash[18768]: audit 2024-04-22T23:45:44.401789+0000 mon.smithi046 (mon.0) 199 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:45:45.833 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:45 smithi046 bash[18768]: audit 2024-04-22T23:45:44.528163+0000 mon.smithi046 (mon.0) 200 : audit [DBG] from='client.? 172.21.15.120:0/1870208854' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-22T23:45:45.833 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:45 smithi046 bash[18768]: audit 2024-04-22T23:45:44.528163+0000 mon.smithi046 (mon.0) 200 : audit [DBG] from='client.? 172.21.15.120:0/1870208854' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-22T23:45:46.328 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-04-22T23:45:46.328 DEBUG:teuthology.orchestra.run.smithi120:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e2b7ae0a-0101-11ef-bc93-c7b262605968 -- ceph mon dump -f json 2024-04-22T23:45:47.083 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:46 smithi046 bash[18768]: cluster 2024-04-22T23:45:45.606411+0000 mgr.smithi046.eiolnw (mgr.14197) 17 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:45:47.083 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:46 smithi046 bash[18768]: cluster 2024-04-22T23:45:45.606411+0000 mgr.smithi046.eiolnw (mgr.14197) 17 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:45:47.084 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:46 smithi046 bash[18768]: audit 2024-04-22T23:45:45.806280+0000 mon.smithi046 (mon.0) 201 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:45:47.084 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:46 smithi046 bash[18768]: audit 2024-04-22T23:45:45.806280+0000 mon.smithi046 (mon.0) 201 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:45:47.084 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:46 smithi046 bash[18768]: audit 2024-04-22T23:45:45.837877+0000 mon.smithi046 (mon.0) 202 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:45:47.084 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:46 smithi046 bash[18768]: audit 2024-04-22T23:45:45.837877+0000 mon.smithi046 (mon.0) 202 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:45:47.084 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:46 smithi046 bash[18768]: audit 2024-04-22T23:45:45.843965+0000 mon.smithi046 (mon.0) 203 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:45:47.084 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:46 smithi046 bash[18768]: audit 2024-04-22T23:45:45.843965+0000 mon.smithi046 (mon.0) 203 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:45:47.833 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:47 smithi046 bash[18768]: cephadm 2024-04-22T23:45:45.847326+0000 mgr.smithi046.eiolnw (mgr.14197) 18 : cephadm [INF] Deploying daemon node-exporter.smithi120 on smithi120 2024-04-22T23:45:47.833 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:47 smithi046 bash[18768]: cephadm 2024-04-22T23:45:45.847326+0000 mgr.smithi046.eiolnw (mgr.14197) 18 : cephadm [INF] Deploying daemon node-exporter.smithi120 on smithi120 2024-04-22T23:45:47.834 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:47 smithi046 bash[18768]: audit 2024-04-22T23:45:47.007065+0000 mon.smithi046 (mon.0) 204 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:45:47.834 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:47 smithi046 bash[18768]: audit 2024-04-22T23:45:47.007065+0000 mon.smithi046 (mon.0) 204 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:45:47.834 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:47 smithi046 bash[18768]: audit 2024-04-22T23:45:47.021121+0000 mon.smithi046 (mon.0) 205 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:45:47.834 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:47 smithi046 bash[18768]: audit 2024-04-22T23:45:47.021121+0000 mon.smithi046 (mon.0) 205 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:45:47.834 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:47 smithi046 bash[18768]: audit 2024-04-22T23:45:47.026771+0000 mon.smithi046 (mon.0) 206 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:45:47.834 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:47 smithi046 bash[18768]: audit 2024-04-22T23:45:47.026771+0000 mon.smithi046 (mon.0) 206 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:45:47.834 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:47 smithi046 bash[18768]: audit 2024-04-22T23:45:47.032049+0000 mon.smithi046 (mon.0) 207 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi120.lvpbmt", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-22T23:45:47.834 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:47 smithi046 bash[18768]: audit 2024-04-22T23:45:47.032049+0000 mon.smithi046 (mon.0) 207 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi120.lvpbmt", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-22T23:45:47.834 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:47 smithi046 bash[18768]: audit 2024-04-22T23:45:47.033881+0000 mon.smithi046 (mon.0) 208 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi120.lvpbmt", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-04-22T23:45:47.834 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:47 smithi046 bash[18768]: audit 2024-04-22T23:45:47.033881+0000 mon.smithi046 (mon.0) 208 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi120.lvpbmt", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-04-22T23:45:47.834 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:47 smithi046 bash[18768]: audit 2024-04-22T23:45:47.038235+0000 mon.smithi046 (mon.0) 209 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-22T23:45:47.835 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:47 smithi046 bash[18768]: audit 2024-04-22T23:45:47.038235+0000 mon.smithi046 (mon.0) 209 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-22T23:45:47.835 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:47 smithi046 bash[18768]: audit 2024-04-22T23:45:47.040381+0000 mon.smithi046 (mon.0) 210 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:45:47.835 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:47 smithi046 bash[18768]: audit 2024-04-22T23:45:47.040381+0000 mon.smithi046 (mon.0) 210 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:45:49.083 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:48 smithi046 bash[18768]: cephadm 2024-04-22T23:45:47.042418+0000 mgr.smithi046.eiolnw (mgr.14197) 19 : cephadm [INF] Deploying daemon mgr.smithi120.lvpbmt on smithi120 2024-04-22T23:45:49.083 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:48 smithi046 bash[18768]: cephadm 2024-04-22T23:45:47.042418+0000 mgr.smithi046.eiolnw (mgr.14197) 19 : cephadm [INF] Deploying daemon mgr.smithi120.lvpbmt on smithi120 2024-04-22T23:45:49.083 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:48 smithi046 bash[18768]: cluster 2024-04-22T23:45:47.607401+0000 mgr.smithi046.eiolnw (mgr.14197) 20 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:45:49.083 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:48 smithi046 bash[18768]: cluster 2024-04-22T23:45:47.607401+0000 mgr.smithi046.eiolnw (mgr.14197) 20 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:45:50.833 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:50 smithi046 bash[18768]: audit 2024-04-22T23:45:49.409059+0000 mon.smithi046 (mon.0) 211 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:45:50.833 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:50 smithi046 bash[18768]: audit 2024-04-22T23:45:49.409059+0000 mon.smithi046 (mon.0) 211 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:45:50.834 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:50 smithi046 bash[18768]: cluster 2024-04-22T23:45:49.608354+0000 mgr.smithi046.eiolnw (mgr.14197) 21 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:45:50.834 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:50 smithi046 bash[18768]: cluster 2024-04-22T23:45:49.608354+0000 mgr.smithi046.eiolnw (mgr.14197) 21 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:45:50.834 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:50 smithi046 bash[18768]: audit 2024-04-22T23:45:50.180571+0000 mon.smithi046 (mon.0) 212 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:45:50.834 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:50 smithi046 bash[18768]: audit 2024-04-22T23:45:50.180571+0000 mon.smithi046 (mon.0) 212 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:45:50.834 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:50 smithi046 bash[18768]: audit 2024-04-22T23:45:50.219602+0000 mon.smithi046 (mon.0) 213 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:45:50.834 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:50 smithi046 bash[18768]: audit 2024-04-22T23:45:50.219602+0000 mon.smithi046 (mon.0) 213 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:45:50.834 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:50 smithi046 bash[18768]: audit 2024-04-22T23:45:50.225130+0000 mon.smithi046 (mon.0) 214 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:45:50.834 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:50 smithi046 bash[18768]: audit 2024-04-22T23:45:50.225130+0000 mon.smithi046 (mon.0) 214 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:45:50.834 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:50 smithi046 bash[18768]: audit 2024-04-22T23:45:50.228579+0000 mon.smithi046 (mon.0) 215 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-22T23:45:50.834 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:50 smithi046 bash[18768]: audit 2024-04-22T23:45:50.228579+0000 mon.smithi046 (mon.0) 215 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-22T23:45:50.834 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:50 smithi046 bash[18768]: audit 2024-04-22T23:45:50.230401+0000 mon.smithi046 (mon.0) 216 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:45:50.835 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:50 smithi046 bash[18768]: audit 2024-04-22T23:45:50.230401+0000 mon.smithi046 (mon.0) 216 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:45:51.023 INFO:teuthology.orchestra.run.smithi120.stderr:Inferring config /var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-22T23:45:51.023 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:50 smithi120 systemd[1]: /etc/systemd/system/ceph-e2b7ae0a-0101-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-22T23:45:51.833 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:51 smithi046 bash[18768]: cephadm 2024-04-22T23:45:50.232490+0000 mgr.smithi046.eiolnw (mgr.14197) 22 : cephadm [INF] Deploying daemon mon.smithi120 on smithi120 2024-04-22T23:45:51.833 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:51 smithi046 bash[18768]: cephadm 2024-04-22T23:45:50.232490+0000 mgr.smithi046.eiolnw (mgr.14197) 22 : cephadm [INF] Deploying daemon mon.smithi120 on smithi120 2024-04-22T23:45:52.809 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-22T23:45:52.810 INFO:teuthology.orchestra.run.smithi120.stdout:{"epoch":1,"fsid":"e2b7ae0a-0101-11ef-bc93-c7b262605968","modified":"2024-04-22T23:42:51.032461Z","created":"2024-04-22T23:42:51.032461Z","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":"smithi046","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:3300","nonce":0},{"type":"v1","addr":"172.21.15.46:6789","nonce":0}]},"addr":"172.21.15.46:6789/0","public_addr":"172.21.15.46:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-04-22T23:45:52.813 INFO:teuthology.orchestra.run.smithi120.stderr:dumped monmap epoch 1 2024-04-22T23:45:52.833 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:52 smithi046 bash[18768]: cluster 2024-04-22T23:45:51.609301+0000 mgr.smithi046.eiolnw (mgr.14197) 23 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:45:52.833 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:52 smithi046 bash[18768]: cluster 2024-04-22T23:45:51.609301+0000 mgr.smithi046.eiolnw (mgr.14197) 23 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:45:53.833 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:53 smithi046 bash[18768]: audit 2024-04-22T23:45:52.818052+0000 mon.smithi046 (mon.0) 217 : audit [DBG] from='client.? 172.21.15.120:0/436327462' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-22T23:45:53.833 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:53 smithi046 bash[18768]: audit 2024-04-22T23:45:52.818052+0000 mon.smithi046 (mon.0) 217 : audit [DBG] from='client.? 172.21.15.120:0/436327462' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-22T23:45:54.711 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-04-22T23:45:54.712 DEBUG:teuthology.orchestra.run.smithi120:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e2b7ae0a-0101-11ef-bc93-c7b262605968 -- ceph mon dump -f json 2024-04-22T23:45:54.833 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:54 smithi046 bash[18768]: cluster 2024-04-22T23:45:53.610214+0000 mgr.smithi046.eiolnw (mgr.14197) 24 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:45:54.833 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:54 smithi046 bash[18768]: cluster 2024-04-22T23:45:53.610214+0000 mgr.smithi046.eiolnw (mgr.14197) 24 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:45:54.833 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:54 smithi046 bash[18768]: audit 2024-04-22T23:45:54.399661+0000 mon.smithi046 (mon.0) 218 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:45:54.833 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:54 smithi046 bash[18768]: audit 2024-04-22T23:45:54.399661+0000 mon.smithi046 (mon.0) 218 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:45:55.023 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:54 smithi120 systemd[1]: /etc/systemd/system/ceph-e2b7ae0a-0101-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-22T23:45:55.023 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:54 smithi120 systemd[1]: /etc/systemd/system/ceph-e2b7ae0a-0101-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-22T23:45:55.023 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:54 smithi120 systemd[1]: /etc/systemd/system/ceph-e2b7ae0a-0101-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-22T23:45:55.523 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:55 smithi120 systemd[1]: /etc/systemd/system/ceph-e2b7ae0a-0101-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-22T23:45:55.524 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:55 smithi120 systemd[1]: Started Ceph mon.smithi120 for e2b7ae0a-0101-11ef-bc93-c7b262605968. 2024-04-22T23:45:55.833 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:55 smithi046 bash[18768]: audit 2024-04-22T23:45:54.420981+0000 mon.smithi046 (mon.0) 219 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:45:55.833 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:55 smithi046 bash[18768]: audit 2024-04-22T23:45:54.420981+0000 mon.smithi046 (mon.0) 219 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:45:55.834 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:55 smithi046 bash[18768]: audit 2024-04-22T23:45:55.213010+0000 mon.smithi046 (mon.0) 220 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:45:55.834 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:55 smithi046 bash[18768]: audit 2024-04-22T23:45:55.213010+0000 mon.smithi046 (mon.0) 220 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:45:55.834 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:55 smithi046 bash[18768]: audit 2024-04-22T23:45:55.221336+0000 mon.smithi046 (mon.0) 221 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:45:55.834 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:55 smithi046 bash[18768]: audit 2024-04-22T23:45:55.221336+0000 mon.smithi046 (mon.0) 221 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:45:55.834 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:55 smithi046 bash[18768]: audit 2024-04-22T23:45:55.227335+0000 mon.smithi046 (mon.0) 222 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:45:55.834 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:55 smithi046 bash[18768]: audit 2024-04-22T23:45:55.227335+0000 mon.smithi046 (mon.0) 222 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:45:55.835 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:55 smithi046 bash[18768]: audit 2024-04-22T23:45:55.237100+0000 mon.smithi046 (mon.0) 223 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:45:55.835 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:55 smithi046 bash[18768]: audit 2024-04-22T23:45:55.237100+0000 mon.smithi046 (mon.0) 223 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:45:55.835 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:55 smithi046 bash[18768]: audit 2024-04-22T23:45:55.304941+0000 mon.smithi046 (mon.0) 224 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:45:55.835 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:45:55 smithi046 bash[18768]: audit 2024-04-22T23:45:55.304941+0000 mon.smithi046 (mon.0) 224 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:45:56.274 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.093+0000 7f4bc77f9c80 0 set uid:gid to 167:167 (ceph:ceph) 2024-04-22T23:45:56.275 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.093+0000 7f4bc77f9c80 0 ceph version 19.0.0-3252-g43be0201 (43be020184947e53516056c9931e1ac5bdbbb1a5) squid (dev), process ceph-mon, pid 7 2024-04-22T23:45:56.275 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.093+0000 7f4bc77f9c80 0 pidfile_write: ignore empty --pid-file 2024-04-22T23:45:56.275 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.097+0000 7f4bc77f9c80 0 load: jerasure load: lrc 2024-04-22T23:45:56.275 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.097+0000 7f4bc77f9c80 4 rocksdb: RocksDB version: 7.9.2 2024-04-22T23:45:56.275 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.097+0000 7f4bc77f9c80 4 rocksdb: Git sha 0 2024-04-22T23:45:56.275 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.097+0000 7f4bc77f9c80 4 rocksdb: Compile date 2024-04-22 21:33:31 2024-04-22T23:45:56.275 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.097+0000 7f4bc77f9c80 4 rocksdb: DB SUMMARY 2024-04-22T23:45:56.275 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.097+0000 7f4bc77f9c80 4 rocksdb: DB Session ID: QOXQAKYNSU6SRHVQ1JT8 2024-04-22T23:45:56.275 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.097+0000 7f4bc77f9c80 4 rocksdb: CURRENT file: CURRENT 2024-04-22T23:45:56.275 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.097+0000 7f4bc77f9c80 4 rocksdb: IDENTITY file: IDENTITY 2024-04-22T23:45:56.275 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.097+0000 7f4bc77f9c80 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 59 Bytes 2024-04-22T23:45:56.275 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.097+0000 7f4bc77f9c80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi120/store.db dir, Total Num: 0, files: 2024-04-22T23:45:56.276 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.097+0000 7f4bc77f9c80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi120/store.db: 000004.log size: 511 ; 2024-04-22T23:45:56.276 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.097+0000 7f4bc77f9c80 4 rocksdb: Options.error_if_exists: 0 2024-04-22T23:45:56.276 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.097+0000 7f4bc77f9c80 4 rocksdb: Options.create_if_missing: 0 2024-04-22T23:45:56.276 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.097+0000 7f4bc77f9c80 4 rocksdb: Options.paranoid_checks: 1 2024-04-22T23:45:56.276 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.097+0000 7f4bc77f9c80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-04-22T23:45:56.276 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.097+0000 7f4bc77f9c80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-04-22T23:45:56.276 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.097+0000 7f4bc77f9c80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-04-22T23:45:56.276 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.097+0000 7f4bc77f9c80 4 rocksdb: Options.env: 0x555fcf0cdcc0 2024-04-22T23:45:56.276 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.097+0000 7f4bc77f9c80 4 rocksdb: Options.fs: PosixFileSystem 2024-04-22T23:45:56.276 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.097+0000 7f4bc77f9c80 4 rocksdb: Options.info_log: 0x555fd0a37ae0 2024-04-22T23:45:56.276 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.097+0000 7f4bc77f9c80 4 rocksdb: Options.max_file_opening_threads: 16 2024-04-22T23:45:56.276 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.097+0000 7f4bc77f9c80 4 rocksdb: Options.statistics: (nil) 2024-04-22T23:45:56.276 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.097+0000 7f4bc77f9c80 4 rocksdb: Options.use_fsync: 0 2024-04-22T23:45:56.276 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.097+0000 7f4bc77f9c80 4 rocksdb: Options.max_log_file_size: 0 2024-04-22T23:45:56.277 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.097+0000 7f4bc77f9c80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-04-22T23:45:56.277 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.097+0000 7f4bc77f9c80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-04-22T23:45:56.277 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.097+0000 7f4bc77f9c80 4 rocksdb: Options.keep_log_file_num: 1000 2024-04-22T23:45:56.277 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.097+0000 7f4bc77f9c80 4 rocksdb: Options.recycle_log_file_num: 0 2024-04-22T23:45:56.278 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.097+0000 7f4bc77f9c80 4 rocksdb: Options.allow_fallocate: 1 2024-04-22T23:45:56.278 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.097+0000 7f4bc77f9c80 4 rocksdb: Options.allow_mmap_reads: 0 2024-04-22T23:45:56.278 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.097+0000 7f4bc77f9c80 4 rocksdb: Options.allow_mmap_writes: 0 2024-04-22T23:45:56.278 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.097+0000 7f4bc77f9c80 4 rocksdb: Options.use_direct_reads: 0 2024-04-22T23:45:56.278 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.097+0000 7f4bc77f9c80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-04-22T23:45:56.278 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.097+0000 7f4bc77f9c80 4 rocksdb: Options.create_missing_column_families: 0 2024-04-22T23:45:56.278 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.097+0000 7f4bc77f9c80 4 rocksdb: Options.db_log_dir: 2024-04-22T23:45:56.278 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.097+0000 7f4bc77f9c80 4 rocksdb: Options.wal_dir: 2024-04-22T23:45:56.278 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.097+0000 7f4bc77f9c80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-04-22T23:45:56.278 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.097+0000 7f4bc77f9c80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-04-22T23:45:56.278 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.097+0000 7f4bc77f9c80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-04-22T23:45:56.278 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.097+0000 7f4bc77f9c80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-04-22T23:45:56.279 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.097+0000 7f4bc77f9c80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-04-22T23:45:56.279 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.097+0000 7f4bc77f9c80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-04-22T23:45:56.279 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.097+0000 7f4bc77f9c80 4 rocksdb: Options.advise_random_on_open: 1 2024-04-22T23:45:56.279 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.097+0000 7f4bc77f9c80 4 rocksdb: Options.db_write_buffer_size: 0 2024-04-22T23:45:56.279 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.097+0000 7f4bc77f9c80 4 rocksdb: Options.write_buffer_manager: 0x555fd09cd0e0 2024-04-22T23:45:56.279 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.097+0000 7f4bc77f9c80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-04-22T23:45:56.279 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.097+0000 7f4bc77f9c80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-04-22T23:45:56.279 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.097+0000 7f4bc77f9c80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-04-22T23:45:56.279 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.097+0000 7f4bc77f9c80 4 rocksdb: Options.rate_limiter: (nil) 2024-04-22T23:45:56.279 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.097+0000 7f4bc77f9c80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-04-22T23:45:56.279 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.097+0000 7f4bc77f9c80 4 rocksdb: Options.wal_recovery_mode: 2 2024-04-22T23:45:56.279 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.097+0000 7f4bc77f9c80 4 rocksdb: Options.enable_thread_tracking: 0 2024-04-22T23:45:56.279 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.097+0000 7f4bc77f9c80 4 rocksdb: Options.enable_pipelined_write: 0 2024-04-22T23:45:56.279 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.097+0000 7f4bc77f9c80 4 rocksdb: Options.unordered_write: 0 2024-04-22T23:45:56.280 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.097+0000 7f4bc77f9c80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-04-22T23:45:56.280 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.097+0000 7f4bc77f9c80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-04-22T23:45:56.280 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.097+0000 7f4bc77f9c80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-04-22T23:45:56.280 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.097+0000 7f4bc77f9c80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-04-22T23:45:56.280 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.097+0000 7f4bc77f9c80 4 rocksdb: Options.row_cache: None 2024-04-22T23:45:56.280 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.097+0000 7f4bc77f9c80 4 rocksdb: Options.wal_filter: None 2024-04-22T23:45:56.280 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.097+0000 7f4bc77f9c80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-04-22T23:45:56.280 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.097+0000 7f4bc77f9c80 4 rocksdb: Options.allow_ingest_behind: 0 2024-04-22T23:45:56.280 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.097+0000 7f4bc77f9c80 4 rocksdb: Options.two_write_queues: 0 2024-04-22T23:45:56.280 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.097+0000 7f4bc77f9c80 4 rocksdb: Options.manual_wal_flush: 0 2024-04-22T23:45:56.280 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.097+0000 7f4bc77f9c80 4 rocksdb: Options.wal_compression: 0 2024-04-22T23:45:56.280 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.097+0000 7f4bc77f9c80 4 rocksdb: Options.atomic_flush: 0 2024-04-22T23:45:56.280 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.097+0000 7f4bc77f9c80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-04-22T23:45:56.280 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.097+0000 7f4bc77f9c80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-04-22T23:45:56.281 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.097+0000 7f4bc77f9c80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-04-22T23:45:56.281 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.097+0000 7f4bc77f9c80 4 rocksdb: Options.log_readahead_size: 0 2024-04-22T23:45:56.281 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.097+0000 7f4bc77f9c80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-04-22T23:45:56.281 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.097+0000 7f4bc77f9c80 4 rocksdb: Options.best_efforts_recovery: 0 2024-04-22T23:45:56.281 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.097+0000 7f4bc77f9c80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-04-22T23:45:56.281 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.097+0000 7f4bc77f9c80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-04-22T23:45:56.281 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.097+0000 7f4bc77f9c80 4 rocksdb: Options.allow_data_in_errors: 0 2024-04-22T23:45:56.281 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.097+0000 7f4bc77f9c80 4 rocksdb: Options.db_host_id: __hostname__ 2024-04-22T23:45:56.281 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.097+0000 7f4bc77f9c80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-04-22T23:45:56.281 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.097+0000 7f4bc77f9c80 4 rocksdb: Options.max_background_jobs: 2 2024-04-22T23:45:56.281 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.097+0000 7f4bc77f9c80 4 rocksdb: Options.max_background_compactions: -1 2024-04-22T23:45:56.281 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.097+0000 7f4bc77f9c80 4 rocksdb: Options.max_subcompactions: 1 2024-04-22T23:45:56.281 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.097+0000 7f4bc77f9c80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-04-22T23:45:56.281 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.097+0000 7f4bc77f9c80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-04-22T23:45:56.282 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.097+0000 7f4bc77f9c80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-04-22T23:45:56.282 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.097+0000 7f4bc77f9c80 4 rocksdb: Options.max_total_wal_size: 0 2024-04-22T23:45:56.282 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.097+0000 7f4bc77f9c80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-04-22T23:45:56.282 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.097+0000 7f4bc77f9c80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-04-22T23:45:56.282 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.097+0000 7f4bc77f9c80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-04-22T23:45:56.282 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.097+0000 7f4bc77f9c80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-04-22T23:45:56.282 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.097+0000 7f4bc77f9c80 4 rocksdb: Options.max_open_files: -1 2024-04-22T23:45:56.282 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.097+0000 7f4bc77f9c80 4 rocksdb: Options.bytes_per_sync: 0 2024-04-22T23:45:56.282 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.097+0000 7f4bc77f9c80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-04-22T23:45:56.282 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.097+0000 7f4bc77f9c80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-04-22T23:45:56.282 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.097+0000 7f4bc77f9c80 4 rocksdb: Options.compaction_readahead_size: 0 2024-04-22T23:45:56.282 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.097+0000 7f4bc77f9c80 4 rocksdb: Options.max_background_flushes: -1 2024-04-22T23:45:56.283 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.097+0000 7f4bc77f9c80 4 rocksdb: Compression algorithms supported: 2024-04-22T23:45:56.283 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.097+0000 7f4bc77f9c80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-04-22T23:45:56.283 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.097+0000 7f4bc77f9c80 4 rocksdb: kZSTD supported: 0 2024-04-22T23:45:56.283 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.097+0000 7f4bc77f9c80 4 rocksdb: kXpressCompression supported: 0 2024-04-22T23:45:56.283 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.097+0000 7f4bc77f9c80 4 rocksdb: kLZ4HCCompression supported: 1 2024-04-22T23:45:56.283 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.097+0000 7f4bc77f9c80 4 rocksdb: kZlibCompression supported: 1 2024-04-22T23:45:56.283 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.097+0000 7f4bc77f9c80 4 rocksdb: kSnappyCompression supported: 1 2024-04-22T23:45:56.283 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.097+0000 7f4bc77f9c80 4 rocksdb: kLZ4Compression supported: 1 2024-04-22T23:45:56.283 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.097+0000 7f4bc77f9c80 4 rocksdb: kBZip2Compression supported: 0 2024-04-22T23:45:56.283 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.097+0000 7f4bc77f9c80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-04-22T23:45:56.283 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.097+0000 7f4bc77f9c80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-04-22T23:45:56.283 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.097+0000 7f4bc77f9c80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi120/store.db/MANIFEST-000005 2024-04-22T23:45:56.285 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.097+0000 7f4bc77f9c80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-04-22T23:45:56.285 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.097+0000 7f4bc77f9c80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-04-22T23:45:56.285 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.097+0000 7f4bc77f9c80 4 rocksdb: Options.merge_operator: 2024-04-22T23:45:56.285 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.097+0000 7f4bc77f9c80 4 rocksdb: Options.compaction_filter: None 2024-04-22T23:45:56.285 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.097+0000 7f4bc77f9c80 4 rocksdb: Options.compaction_filter_factory: None 2024-04-22T23:45:56.285 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.097+0000 7f4bc77f9c80 4 rocksdb: Options.sst_partitioner_factory: None 2024-04-22T23:45:56.285 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.097+0000 7f4bc77f9c80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-04-22T23:45:56.285 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.097+0000 7f4bc77f9c80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-04-22T23:45:56.286 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.097+0000 7f4bc77f9c80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x555fd0a37cc0) 2024-04-22T23:45:56.286 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: cache_index_and_filter_blocks: 1 2024-04-22T23:45:56.286 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: cache_index_and_filter_blocks_with_high_priority: 0 2024-04-22T23:45:56.286 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-04-22T23:45:56.286 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: pin_top_level_index_and_filter: 1 2024-04-22T23:45:56.286 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: index_type: 0 2024-04-22T23:45:56.286 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: data_block_index_type: 0 2024-04-22T23:45:56.286 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: index_shortening: 1 2024-04-22T23:45:56.286 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: data_block_hash_table_util_ratio: 0.750000 2024-04-22T23:45:56.286 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: checksum: 4 2024-04-22T23:45:56.286 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: no_block_cache: 0 2024-04-22T23:45:56.286 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: block_cache: 0x555fd09fd1f0 2024-04-22T23:45:56.287 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: block_cache_name: BinnedLRUCache 2024-04-22T23:45:56.287 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: block_cache_options: 2024-04-22T23:45:56.287 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: capacity : 536870912 2024-04-22T23:45:56.287 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: num_shard_bits : 4 2024-04-22T23:45:56.287 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: strict_capacity_limit : 0 2024-04-22T23:45:56.287 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: high_pri_pool_ratio: 0.000 2024-04-22T23:45:56.287 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: block_cache_compressed: (nil) 2024-04-22T23:45:56.287 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: persistent_cache: (nil) 2024-04-22T23:45:56.287 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: block_size: 4096 2024-04-22T23:45:56.287 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: block_size_deviation: 10 2024-04-22T23:45:56.287 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: block_restart_interval: 16 2024-04-22T23:45:56.287 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: index_block_restart_interval: 1 2024-04-22T23:45:56.287 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: metadata_block_size: 4096 2024-04-22T23:45:56.287 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: partition_filters: 0 2024-04-22T23:45:56.287 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: use_delta_encoding: 1 2024-04-22T23:45:56.288 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: filter_policy: bloomfilter 2024-04-22T23:45:56.288 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: whole_key_filtering: 1 2024-04-22T23:45:56.288 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: verify_compression: 0 2024-04-22T23:45:56.288 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: read_amp_bytes_per_bit: 0 2024-04-22T23:45:56.288 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: format_version: 5 2024-04-22T23:45:56.288 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: enable_index_compression: 1 2024-04-22T23:45:56.288 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: block_align: 0 2024-04-22T23:45:56.288 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: max_auto_readahead_size: 262144 2024-04-22T23:45:56.288 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: prepopulate_block_cache: 0 2024-04-22T23:45:56.288 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: initial_auto_readahead_size: 8192 2024-04-22T23:45:56.288 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: num_file_reads_for_auto_readahead: 2 2024-04-22T23:45:56.288 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.097+0000 7f4bc77f9c80 4 rocksdb: Options.write_buffer_size: 33554432 2024-04-22T23:45:56.288 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.097+0000 7f4bc77f9c80 4 rocksdb: Options.max_write_buffer_number: 2 2024-04-22T23:45:56.288 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.097+0000 7f4bc77f9c80 4 rocksdb: Options.compression: NoCompression 2024-04-22T23:45:56.289 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.097+0000 7f4bc77f9c80 4 rocksdb: Options.bottommost_compression: Disabled 2024-04-22T23:45:56.289 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.097+0000 7f4bc77f9c80 4 rocksdb: Options.prefix_extractor: nullptr 2024-04-22T23:45:56.289 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.097+0000 7f4bc77f9c80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-04-22T23:45:56.289 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.097+0000 7f4bc77f9c80 4 rocksdb: Options.num_levels: 7 2024-04-22T23:45:56.289 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.097+0000 7f4bc77f9c80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-04-22T23:45:56.289 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.097+0000 7f4bc77f9c80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-04-22T23:45:56.289 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.097+0000 7f4bc77f9c80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-04-22T23:45:56.289 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.097+0000 7f4bc77f9c80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-04-22T23:45:56.289 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.097+0000 7f4bc77f9c80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-04-22T23:45:56.289 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.097+0000 7f4bc77f9c80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-04-22T23:45:56.289 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.097+0000 7f4bc77f9c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-04-22T23:45:56.289 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.097+0000 7f4bc77f9c80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-04-22T23:45:56.289 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.097+0000 7f4bc77f9c80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-04-22T23:45:56.290 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.097+0000 7f4bc77f9c80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-04-22T23:45:56.290 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.097+0000 7f4bc77f9c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-04-22T23:45:56.290 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.097+0000 7f4bc77f9c80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-04-22T23:45:56.290 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.097+0000 7f4bc77f9c80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-04-22T23:45:56.290 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.097+0000 7f4bc77f9c80 4 rocksdb: Options.compression_opts.level: 32767 2024-04-22T23:45:56.290 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.097+0000 7f4bc77f9c80 4 rocksdb: Options.compression_opts.strategy: 0 2024-04-22T23:45:56.290 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.097+0000 7f4bc77f9c80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-04-22T23:45:56.290 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.097+0000 7f4bc77f9c80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-04-22T23:45:56.290 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.097+0000 7f4bc77f9c80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-04-22T23:45:56.290 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.097+0000 7f4bc77f9c80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-04-22T23:45:56.290 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.097+0000 7f4bc77f9c80 4 rocksdb: Options.compression_opts.enabled: false 2024-04-22T23:45:56.290 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.097+0000 7f4bc77f9c80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-04-22T23:45:56.290 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.097+0000 7f4bc77f9c80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-04-22T23:45:56.291 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.097+0000 7f4bc77f9c80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-04-22T23:45:56.291 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.097+0000 7f4bc77f9c80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-04-22T23:45:56.291 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.097+0000 7f4bc77f9c80 4 rocksdb: Options.target_file_size_base: 67108864 2024-04-22T23:45:56.291 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.097+0000 7f4bc77f9c80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-04-22T23:45:56.291 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.097+0000 7f4bc77f9c80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-04-22T23:45:56.291 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.097+0000 7f4bc77f9c80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-04-22T23:45:56.291 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.097+0000 7f4bc77f9c80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-04-22T23:45:56.291 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.097+0000 7f4bc77f9c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-04-22T23:45:56.291 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.097+0000 7f4bc77f9c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-04-22T23:45:56.291 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.097+0000 7f4bc77f9c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-04-22T23:45:56.291 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.097+0000 7f4bc77f9c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-04-22T23:45:56.291 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.097+0000 7f4bc77f9c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-04-22T23:45:56.291 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.097+0000 7f4bc77f9c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-04-22T23:45:56.291 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.097+0000 7f4bc77f9c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-04-22T23:45:56.291 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.097+0000 7f4bc77f9c80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-04-22T23:45:56.292 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.097+0000 7f4bc77f9c80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-04-22T23:45:56.292 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.097+0000 7f4bc77f9c80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-04-22T23:45:56.292 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.097+0000 7f4bc77f9c80 4 rocksdb: Options.arena_block_size: 1048576 2024-04-22T23:45:56.292 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.097+0000 7f4bc77f9c80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-04-22T23:45:56.292 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.097+0000 7f4bc77f9c80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-04-22T23:45:56.292 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.097+0000 7f4bc77f9c80 4 rocksdb: Options.disable_auto_compactions: 0 2024-04-22T23:45:56.292 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.097+0000 7f4bc77f9c80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-04-22T23:45:56.292 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.097+0000 7f4bc77f9c80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-04-22T23:45:56.292 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.097+0000 7f4bc77f9c80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-04-22T23:45:56.292 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.097+0000 7f4bc77f9c80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-04-22T23:45:56.292 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.097+0000 7f4bc77f9c80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-04-22T23:45:56.292 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.097+0000 7f4bc77f9c80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-04-22T23:45:56.292 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.097+0000 7f4bc77f9c80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-04-22T23:45:56.292 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.097+0000 7f4bc77f9c80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-04-22T23:45:56.293 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.097+0000 7f4bc77f9c80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-04-22T23:45:56.293 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.097+0000 7f4bc77f9c80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-04-22T23:45:56.293 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.097+0000 7f4bc77f9c80 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-04-22T23:45:56.293 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.097+0000 7f4bc77f9c80 4 rocksdb: Options.inplace_update_support: 0 2024-04-22T23:45:56.293 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.097+0000 7f4bc77f9c80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-04-22T23:45:56.293 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.097+0000 7f4bc77f9c80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-04-22T23:45:56.293 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.097+0000 7f4bc77f9c80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-04-22T23:45:56.293 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.097+0000 7f4bc77f9c80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-04-22T23:45:56.293 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.097+0000 7f4bc77f9c80 4 rocksdb: Options.bloom_locality: 0 2024-04-22T23:45:56.293 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.097+0000 7f4bc77f9c80 4 rocksdb: Options.max_successive_merges: 0 2024-04-22T23:45:56.293 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.097+0000 7f4bc77f9c80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-04-22T23:45:56.293 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.097+0000 7f4bc77f9c80 4 rocksdb: Options.paranoid_file_checks: 0 2024-04-22T23:45:56.293 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.097+0000 7f4bc77f9c80 4 rocksdb: Options.force_consistency_checks: 1 2024-04-22T23:45:56.293 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.097+0000 7f4bc77f9c80 4 rocksdb: Options.report_bg_io_stats: 0 2024-04-22T23:45:56.294 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.097+0000 7f4bc77f9c80 4 rocksdb: Options.ttl: 2592000 2024-04-22T23:45:56.294 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.097+0000 7f4bc77f9c80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-04-22T23:45:56.294 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.097+0000 7f4bc77f9c80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-04-22T23:45:56.294 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.097+0000 7f4bc77f9c80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-04-22T23:45:56.294 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.097+0000 7f4bc77f9c80 4 rocksdb: Options.enable_blob_files: false 2024-04-22T23:45:56.294 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.097+0000 7f4bc77f9c80 4 rocksdb: Options.min_blob_size: 0 2024-04-22T23:45:56.294 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.097+0000 7f4bc77f9c80 4 rocksdb: Options.blob_file_size: 268435456 2024-04-22T23:45:56.294 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.097+0000 7f4bc77f9c80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-04-22T23:45:56.294 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.097+0000 7f4bc77f9c80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-04-22T23:45:56.294 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.097+0000 7f4bc77f9c80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-04-22T23:45:56.294 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.097+0000 7f4bc77f9c80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-04-22T23:45:56.294 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.097+0000 7f4bc77f9c80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-04-22T23:45:56.295 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.097+0000 7f4bc77f9c80 4 rocksdb: Options.blob_file_starting_level: 0 2024-04-22T23:45:56.295 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.097+0000 7f4bc77f9c80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-04-22T23:45:56.295 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.097+0000 7f4bc77f9c80 4 rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi120/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-22T23:45:56.295 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.097+0000 7f4bc77f9c80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-04-22T23:45:56.295 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.097+0000 7f4bc77f9c80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 88815f3c-4d13-4aa4-b11f-ca7903371da8 2024-04-22T23:45:56.295 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.097+0000 7f4bc77f9c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1713829556101197, "job": 1, "event": "recovery_started", "wal_files": [4]} 2024-04-22T23:45:56.295 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.097+0000 7f4bc77f9c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #4 mode 2 2024-04-22T23:45:56.295 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.097+0000 7f4bc77f9c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1713829556101644, "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": 1713829556, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "88815f3c-4d13-4aa4-b11f-ca7903371da8", "db_session_id": "QOXQAKYNSU6SRHVQ1JT8", "orig_file_number": 8, "seqno_to_time_mapping": "N/A"}} 2024-04-22T23:45:56.295 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.097+0000 7f4bc77f9c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1713829556101743, "job": 1, "event": "recovery_finished"} 2024-04-22T23:45:56.295 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.097+0000 7f4bc77f9c80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 10 2024-04-22T23:45:56.295 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.101+0000 7f4bc77f9c80 4 rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-smithi120/store.db/000004.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-04-22T23:45:56.295 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.101+0000 7f4bc77f9c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x555fd0b16000 2024-04-22T23:45:56.295 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.101+0000 7f4bc77f9c80 4 rocksdb: DB pointer 0x555fd0b00000 2024-04-22T23:45:56.296 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.101+0000 7f4bb5f53700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-04-22T23:45:56.296 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.101+0000 7f4bb5f53700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-04-22T23:45:56.296 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: ** DB Stats ** 2024-04-22T23:45:56.296 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: Uptime(secs): 0.0 total, 0.0 interval 2024-04-22T23:45:56.296 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: 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-22T23:45:56.296 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-22T23:45:56.296 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-22T23:45:56.296 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: 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-22T23:45:56.296 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-22T23:45:56.296 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-22T23:45:56.296 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: ** Compaction Stats [default] ** 2024-04-22T23:45:56.296 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: 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-22T23:45:56.296 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-04-22T23:45:56.296 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: L0 1/0 1.61 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.8 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-04-22T23:45:56.297 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: Sum 1/0 1.61 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.8 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-04-22T23:45:56.297 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.8 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-04-22T23:45:56.297 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: ** Compaction Stats [default] ** 2024-04-22T23:45:56.297 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: 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-22T23:45:56.297 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-04-22T23:45:56.297 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 3.8 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-04-22T23:45:56.297 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-04-22T23:45:56.297 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: Uptime(secs): 0.0 total, 0.0 interval 2024-04-22T23:45:56.297 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: Flush(GB): cumulative 0.000, interval 0.000 2024-04-22T23:45:56.297 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: AddFile(GB): cumulative 0.000, interval 0.000 2024-04-22T23:45:56.297 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: AddFile(Total Files): cumulative 0, interval 0 2024-04-22T23:45:56.297 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: AddFile(L0 Files): cumulative 0, interval 0 2024-04-22T23:45:56.297 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: AddFile(Keys): cumulative 0, interval 0 2024-04-22T23:45:56.298 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: Cumulative compaction: 0.00 GB write, 0.50 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-22T23:45:56.298 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: Interval compaction: 0.00 GB write, 0.50 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-22T23:45:56.298 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: 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-22T23:45:56.298 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: Block cache BinnedLRUCache@0x555fd09fd1f0#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-22T23:45:56.298 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: Block cache entry stats(count,size,portion): FilterBlock(1,0.11 KB,2.08616e-05%) IndexBlock(1,0.11 KB,2.08616e-05%) Misc(1,0.00 KB,0%) 2024-04-22T23:45:56.298 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: ** File Read Latency Histogram By Level [default] ** 2024-04-22T23:45:56.298 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.101+0000 7f4bc77f9c80 0 mon.smithi120 does not exist in monmap, will attempt to join an existing cluster 2024-04-22T23:45:56.298 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.101+0000 7f4bc77f9c80 0 using public_addr v2:172.21.15.120:0/0 -> [v2:172.21.15.120:3300/0,v1:172.21.15.120:6789/0] 2024-04-22T23:45:56.298 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.101+0000 7f4bc77f9c80 0 starting mon.smithi120 rank -1 at public addrs [v2:172.21.15.120:3300/0,v1:172.21.15.120:6789/0] at bind addrs [v2:172.21.15.120:3300/0,v1:172.21.15.120:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi120 fsid e2b7ae0a-0101-11ef-bc93-c7b262605968 2024-04-22T23:45:56.298 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.101+0000 7f4bc77f9c80 1 mon.smithi120@-1(???) e0 preinit fsid e2b7ae0a-0101-11ef-bc93-c7b262605968 2024-04-22T23:45:56.298 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.125+0000 7f4bb8f59700 0 mon.smithi120@-1(synchronizing).mds e1 new map 2024-04-22T23:45:56.298 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.125+0000 7f4bb8f59700 0 mon.smithi120@-1(synchronizing).mds e1 print_map 2024-04-22T23:45:56.298 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: e1 2024-04-22T23:45:56.299 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: enable_multiple, ever_enabled_multiple: 1,1 2024-04-22T23:45:56.299 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: 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-22T23:45:56.299 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: legacy client fscid: -1 2024-04-22T23:45:56.299 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: 2024-04-22T23:45:56.299 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: No filesystems configured 2024-04-22T23:45:56.299 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.125+0000 7f4bb8f59700 1 mon.smithi120@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-04-22T23:45:56.299 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.129+0000 7f4bb8f59700 1 mon.smithi120@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2024-04-22T23:45:56.299 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.129+0000 7f4bb8f59700 1 mon.smithi120@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-04-22T23:45:56.299 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.129+0000 7f4bb8f59700 1 mon.smithi120@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-04-22T23:45:56.299 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.129+0000 7f4bb8f59700 1 mon.smithi120@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-04-22T23:45:56.299 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.129+0000 7f4bb8f59700 1 mon.smithi120@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-04-22T23:45:56.299 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.129+0000 7f4bb8f59700 1 mon.smithi120@-1(synchronizing).osd e5 e5: 0 total, 0 up, 0 in 2024-04-22T23:45:56.299 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.129+0000 7f4bb8f59700 0 mon.smithi120@-1(synchronizing).osd e5 crush map has features 3314932999778484224, adjusting msgr requires 2024-04-22T23:45:56.299 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: cephadm 2024-04-22T23:45:47.042418+0000 mgr.smithi046.eiolnw (mgr.14197) 19 : cephadm [INF] Deploying daemon mgr.smithi120.lvpbmt on smithi120 2024-04-22T23:45:56.300 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: cephadm 2024-04-22T23:45:47.042418+0000 mgr.smithi046.eiolnw (mgr.14197) 19 : cephadm [INF] Deploying daemon mgr.smithi120.lvpbmt on smithi120 2024-04-22T23:45:56.300 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: cluster 2024-04-22T23:45:47.607401+0000 mgr.smithi046.eiolnw (mgr.14197) 20 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:45:56.300 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: cluster 2024-04-22T23:45:47.607401+0000 mgr.smithi046.eiolnw (mgr.14197) 20 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:45:56.300 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: audit 2024-04-22T23:45:49.409059+0000 mon.smithi046 (mon.0) 211 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:45:56.300 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: audit 2024-04-22T23:45:49.409059+0000 mon.smithi046 (mon.0) 211 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:45:56.300 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: cluster 2024-04-22T23:45:49.608354+0000 mgr.smithi046.eiolnw (mgr.14197) 21 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:45:56.300 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: cluster 2024-04-22T23:45:49.608354+0000 mgr.smithi046.eiolnw (mgr.14197) 21 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:45:56.300 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: audit 2024-04-22T23:45:50.180571+0000 mon.smithi046 (mon.0) 212 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:45:56.300 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: audit 2024-04-22T23:45:50.180571+0000 mon.smithi046 (mon.0) 212 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:45:56.300 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: audit 2024-04-22T23:45:50.219602+0000 mon.smithi046 (mon.0) 213 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:45:56.300 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: audit 2024-04-22T23:45:50.219602+0000 mon.smithi046 (mon.0) 213 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:45:56.300 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: audit 2024-04-22T23:45:50.225130+0000 mon.smithi046 (mon.0) 214 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:45:56.300 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: audit 2024-04-22T23:45:50.225130+0000 mon.smithi046 (mon.0) 214 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:45:56.301 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: audit 2024-04-22T23:45:50.228579+0000 mon.smithi046 (mon.0) 215 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-22T23:45:56.301 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: audit 2024-04-22T23:45:50.228579+0000 mon.smithi046 (mon.0) 215 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-22T23:45:56.301 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: audit 2024-04-22T23:45:50.230401+0000 mon.smithi046 (mon.0) 216 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:45:56.301 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: audit 2024-04-22T23:45:50.230401+0000 mon.smithi046 (mon.0) 216 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:45:56.301 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: cephadm 2024-04-22T23:45:50.232490+0000 mgr.smithi046.eiolnw (mgr.14197) 22 : cephadm [INF] Deploying daemon mon.smithi120 on smithi120 2024-04-22T23:45:56.301 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: cephadm 2024-04-22T23:45:50.232490+0000 mgr.smithi046.eiolnw (mgr.14197) 22 : cephadm [INF] Deploying daemon mon.smithi120 on smithi120 2024-04-22T23:45:56.301 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: clusterdebug 2024-04-22T23:45:56.129+0000 7f4bb8f59700 0 mon.smithi120@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2024-04-22T23:45:56.301 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.129+0000 7f4bb8f59700 0 mon.smithi120@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2024-04-22T23:45:56.301 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.129+0000 7f4bb8f59700 0 mon.smithi120@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2024-04-22T23:45:56.301 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: 2024-04-22T23:45:51.609301+0000 mgr.smithi046.eiolnw (mgr.14197) 23 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:45:56.301 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: cluster 2024-04-22T23:45:51.609301+0000 mgr.smithi046.eiolnw (mgr.14197) 23 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:45:56.301 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: audit 2024-04-22T23:45:52.818052+0000 mon.smithi046 (mon.0) 217 : audit [DBG] from='client.? 172.21.15.120:0/436327462' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-22T23:45:56.301 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: audit 2024-04-22T23:45:52.818052+0000 mon.smithi046 (mon.0) 217 : audit [DBG] from='client.? 172.21.15.120:0/436327462' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-22T23:45:56.302 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: cluster 2024-04-22T23:45:53.610214+0000 mgr.smithi046.eiolnw (mgr.14197) 24 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:45:56.302 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: cluster 2024-04-22T23:45:53.610214+0000 mgr.smithi046.eiolnw (mgr.14197) 24 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:45:56.302 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: audit 2024-04-22T23:45:54.399661+0000 mon.smithi046 (mon.0) 218 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:45:56.302 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: audit 2024-04-22T23:45:54.399661+0000 mon.smithi046 (mon.0) 218 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:45:56.302 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: audit 2024-04-22T23:45:54.420981+0000 mon.smithi046 (mon.0) 219 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:45:56.302 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: audit 2024-04-22T23:45:54.420981+0000 mon.smithi046 (mon.0) 219 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:45:56.302 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: audit 2024-04-22T23:45:55.213010+0000 mon.smithi046 (mon.0) 220 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:45:56.302 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: audit 2024-04-22T23:45:55.213010+0000 mon.smithi046 (mon.0) 220 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:45:56.302 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: audit 2024-04-22T23:45:55.221336+0000 mon.smithi046 (mon.0) 221 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:45:56.302 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: audit 2024-04-22T23:45:55.221336+0000 mon.smithi046 (mon.0) 221 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:45:56.302 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: audit 2024-04-22T23:45:55.227335+0000 mon.smithi046 (mon.0) 222 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:45:56.302 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: audit 2024-04-22T23:45:55.227335+0000 mon.smithi046 (mon.0) 222 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:45:56.302 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: audit 2024-04-22T23:45:55.237100+0000 mon.smithi046 (mon.0) 223 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:45:56.303 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: audit 2024-04-22T23:45:55.237100+0000 mon.smithi046 (mon.0) 223 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:45:56.303 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: audit 2024-04-22T23:45:55.304941+0000 mon.smithi046 (mon.0) 224 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:45:56.303 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: audit 2024-04-22T23:45:55.304941+0000 mon.smithi046 (mon.0) 224 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:45:56.303 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:45:56 smithi120 bash[20187]: debug 2024-04-22T23:45:56.129+0000 7f4bb8f59700 1 mon.smithi120@-1(synchronizing).paxosservice(auth 1..8) refresh upgraded, format 0 -> 3 2024-04-22T23:46:00.432 INFO:teuthology.orchestra.run.smithi120.stderr:Inferring config /var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/mon.smithi120/config 2024-04-22T23:46:01.334 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:01 smithi046 bash[18768]: audit 2024-04-22T23:45:56.136207+0000 mon.smithi046 (mon.0) 225 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "mon metadata", "id": "smithi120"}]: dispatch 2024-04-22T23:46:01.334 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:01 smithi046 bash[18768]: audit 2024-04-22T23:45:56.136207+0000 mon.smithi046 (mon.0) 225 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "mon metadata", "id": "smithi120"}]: dispatch 2024-04-22T23:46:01.334 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:01 smithi046 bash[18768]: audit 2024-04-22T23:45:56.141614+0000 mon.smithi046 (mon.0) 226 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "mon metadata", "id": "smithi046"}]: dispatch 2024-04-22T23:46:01.334 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:01 smithi046 bash[18768]: audit 2024-04-22T23:45:56.141614+0000 mon.smithi046 (mon.0) 226 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "mon metadata", "id": "smithi046"}]: dispatch 2024-04-22T23:46:01.334 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:01 smithi046 bash[18768]: cluster 2024-04-22T23:45:56.142010+0000 mon.smithi046 (mon.0) 227 : cluster [INF] mon.smithi046 calling monitor election 2024-04-22T23:46:01.334 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:01 smithi046 bash[18768]: cluster 2024-04-22T23:45:56.142010+0000 mon.smithi046 (mon.0) 227 : cluster [INF] mon.smithi046 calling monitor election 2024-04-22T23:46:01.334 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:01 smithi046 bash[18768]: audit 2024-04-22T23:45:56.162404+0000 mon.smithi046 (mon.0) 228 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "mon metadata", "id": "smithi120"}]: dispatch 2024-04-22T23:46:01.334 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:01 smithi046 bash[18768]: audit 2024-04-22T23:45:56.162404+0000 mon.smithi046 (mon.0) 228 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "mon metadata", "id": "smithi120"}]: dispatch 2024-04-22T23:46:01.334 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:01 smithi046 bash[18768]: audit 2024-04-22T23:45:57.136187+0000 mon.smithi046 (mon.0) 229 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "mon metadata", "id": "smithi120"}]: dispatch 2024-04-22T23:46:01.334 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:01 smithi046 bash[18768]: audit 2024-04-22T23:45:57.136187+0000 mon.smithi046 (mon.0) 229 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "mon metadata", "id": "smithi120"}]: dispatch 2024-04-22T23:46:01.334 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:01 smithi046 bash[18768]: cluster 2024-04-22T23:45:57.612171+0000 mgr.smithi046.eiolnw (mgr.14197) 26 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:01.335 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:01 smithi046 bash[18768]: cluster 2024-04-22T23:45:57.612171+0000 mgr.smithi046.eiolnw (mgr.14197) 26 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:01.335 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:01 smithi046 bash[18768]: audit 2024-04-22T23:45:58.136179+0000 mon.smithi046 (mon.0) 230 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "mon metadata", "id": "smithi120"}]: dispatch 2024-04-22T23:46:01.335 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:01 smithi046 bash[18768]: audit 2024-04-22T23:45:58.136179+0000 mon.smithi046 (mon.0) 230 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "mon metadata", "id": "smithi120"}]: dispatch 2024-04-22T23:46:01.335 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:01 smithi046 bash[18768]: cluster 2024-04-22T23:45:58.138953+0000 mon.smithi120 (mon.1) 1 : cluster [INF] mon.smithi120 calling monitor election 2024-04-22T23:46:01.335 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:01 smithi046 bash[18768]: cluster 2024-04-22T23:45:58.138953+0000 mon.smithi120 (mon.1) 1 : cluster [INF] mon.smithi120 calling monitor election 2024-04-22T23:46:01.335 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:01 smithi046 bash[18768]: audit 2024-04-22T23:45:59.136178+0000 mon.smithi046 (mon.0) 231 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "mon metadata", "id": "smithi120"}]: dispatch 2024-04-22T23:46:01.335 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:01 smithi046 bash[18768]: audit 2024-04-22T23:45:59.136178+0000 mon.smithi046 (mon.0) 231 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "mon metadata", "id": "smithi120"}]: dispatch 2024-04-22T23:46:01.336 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:01 smithi046 bash[18768]: cluster 2024-04-22T23:45:59.613111+0000 mgr.smithi046.eiolnw (mgr.14197) 27 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:01.336 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:01 smithi046 bash[18768]: cluster 2024-04-22T23:45:59.613111+0000 mgr.smithi046.eiolnw (mgr.14197) 27 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:01.336 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:01 smithi046 bash[18768]: audit 2024-04-22T23:46:00.136371+0000 mon.smithi046 (mon.0) 232 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "mon metadata", "id": "smithi120"}]: dispatch 2024-04-22T23:46:01.336 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:01 smithi046 bash[18768]: audit 2024-04-22T23:46:00.136371+0000 mon.smithi046 (mon.0) 232 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "mon metadata", "id": "smithi120"}]: dispatch 2024-04-22T23:46:01.337 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:01 smithi046 bash[18768]: audit 2024-04-22T23:46:00.245431+0000 mon.smithi046 (mon.0) 233 : audit [DBG] from='mgr.? 172.21.15.120:0/1898735595' entity='mgr.smithi120.lvpbmt' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi120.lvpbmt/crt"}]: dispatch 2024-04-22T23:46:01.337 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:01 smithi046 bash[18768]: audit 2024-04-22T23:46:00.245431+0000 mon.smithi046 (mon.0) 233 : audit [DBG] from='mgr.? 172.21.15.120:0/1898735595' entity='mgr.smithi120.lvpbmt' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi120.lvpbmt/crt"}]: dispatch 2024-04-22T23:46:01.337 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:01 smithi046 bash[18768]: audit 2024-04-22T23:46:01.136135+0000 mon.smithi046 (mon.0) 234 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "mon metadata", "id": "smithi120"}]: dispatch 2024-04-22T23:46:01.337 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:01 smithi046 bash[18768]: audit 2024-04-22T23:46:01.136135+0000 mon.smithi046 (mon.0) 234 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "mon metadata", "id": "smithi120"}]: dispatch 2024-04-22T23:46:01.337 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:01 smithi046 bash[18768]: cluster 2024-04-22T23:46:01.183038+0000 mon.smithi046 (mon.0) 235 : cluster [INF] mon.smithi046 is new leader, mons smithi046,smithi120 in quorum (ranks 0,1) 2024-04-22T23:46:01.337 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:01 smithi046 bash[18768]: cluster 2024-04-22T23:46:01.183038+0000 mon.smithi046 (mon.0) 235 : cluster [INF] mon.smithi046 is new leader, mons smithi046,smithi120 in quorum (ranks 0,1) 2024-04-22T23:46:01.337 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:01 smithi046 bash[18768]: cluster 2024-04-22T23:46:01.188555+0000 mon.smithi046 (mon.0) 236 : cluster [DBG] monmap epoch 2 2024-04-22T23:46:01.337 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:01 smithi046 bash[18768]: cluster 2024-04-22T23:46:01.188555+0000 mon.smithi046 (mon.0) 236 : cluster [DBG] monmap epoch 2 2024-04-22T23:46:01.337 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:01 smithi046 bash[18768]: cluster 2024-04-22T23:46:01.188578+0000 mon.smithi046 (mon.0) 237 : cluster [DBG] fsid e2b7ae0a-0101-11ef-bc93-c7b262605968 2024-04-22T23:46:01.337 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:01 smithi046 bash[18768]: cluster 2024-04-22T23:46:01.188578+0000 mon.smithi046 (mon.0) 237 : cluster [DBG] fsid e2b7ae0a-0101-11ef-bc93-c7b262605968 2024-04-22T23:46:01.337 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:01 smithi046 bash[18768]: cluster 2024-04-22T23:46:01.188594+0000 mon.smithi046 (mon.0) 238 : cluster [DBG] last_changed 2024-04-22T23:45:56.135620+0000 2024-04-22T23:46:01.337 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:01 smithi046 bash[18768]: cluster 2024-04-22T23:46:01.188594+0000 mon.smithi046 (mon.0) 238 : cluster [DBG] last_changed 2024-04-22T23:45:56.135620+0000 2024-04-22T23:46:01.337 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:01 smithi046 bash[18768]: cluster 2024-04-22T23:46:01.188612+0000 mon.smithi046 (mon.0) 239 : cluster [DBG] created 2024-04-22T23:42:51.032461+0000 2024-04-22T23:46:01.338 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:01 smithi046 bash[18768]: cluster 2024-04-22T23:46:01.188612+0000 mon.smithi046 (mon.0) 239 : cluster [DBG] created 2024-04-22T23:42:51.032461+0000 2024-04-22T23:46:01.338 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:01 smithi046 bash[18768]: cluster 2024-04-22T23:46:01.188627+0000 mon.smithi046 (mon.0) 240 : cluster [DBG] min_mon_release 19 (squid) 2024-04-22T23:46:01.338 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:01 smithi046 bash[18768]: cluster 2024-04-22T23:46:01.188627+0000 mon.smithi046 (mon.0) 240 : cluster [DBG] min_mon_release 19 (squid) 2024-04-22T23:46:01.338 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:01 smithi046 bash[18768]: cluster 2024-04-22T23:46:01.188641+0000 mon.smithi046 (mon.0) 241 : cluster [DBG] election_strategy: 1 2024-04-22T23:46:01.338 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:01 smithi046 bash[18768]: cluster 2024-04-22T23:46:01.188641+0000 mon.smithi046 (mon.0) 241 : cluster [DBG] election_strategy: 1 2024-04-22T23:46:01.338 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:01 smithi046 bash[18768]: cluster 2024-04-22T23:46:01.188657+0000 mon.smithi046 (mon.0) 242 : cluster [DBG] 0: [v2:172.21.15.46:3300/0,v1:172.21.15.46:6789/0] mon.smithi046 2024-04-22T23:46:01.338 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:01 smithi046 bash[18768]: cluster 2024-04-22T23:46:01.188657+0000 mon.smithi046 (mon.0) 242 : cluster [DBG] 0: [v2:172.21.15.46:3300/0,v1:172.21.15.46:6789/0] mon.smithi046 2024-04-22T23:46:01.338 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:01 smithi046 bash[18768]: cluster 2024-04-22T23:46:01.188671+0000 mon.smithi046 (mon.0) 243 : cluster [DBG] 1: [v2:172.21.15.120:3300/0,v1:172.21.15.120:6789/0] mon.smithi120 2024-04-22T23:46:01.338 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:01 smithi046 bash[18768]: cluster 2024-04-22T23:46:01.188671+0000 mon.smithi046 (mon.0) 243 : cluster [DBG] 1: [v2:172.21.15.120:3300/0,v1:172.21.15.120:6789/0] mon.smithi120 2024-04-22T23:46:01.338 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:01 smithi046 bash[18768]: cluster 2024-04-22T23:46:01.205681+0000 mon.smithi046 (mon.0) 244 : cluster [DBG] fsmap 2024-04-22T23:46:01.338 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:01 smithi046 bash[18768]: cluster 2024-04-22T23:46:01.205681+0000 mon.smithi046 (mon.0) 244 : cluster [DBG] fsmap 2024-04-22T23:46:01.338 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:01 smithi046 bash[18768]: cluster 2024-04-22T23:46:01.205738+0000 mon.smithi046 (mon.0) 245 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-04-22T23:46:01.339 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:01 smithi046 bash[18768]: cluster 2024-04-22T23:46:01.205738+0000 mon.smithi046 (mon.0) 245 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-04-22T23:46:01.339 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:01 smithi046 bash[18768]: cluster 2024-04-22T23:46:01.205991+0000 mon.smithi046 (mon.0) 246 : cluster [DBG] mgrmap e17: smithi046.eiolnw(active, since 36s) 2024-04-22T23:46:01.339 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:01 smithi046 bash[18768]: cluster 2024-04-22T23:46:01.205991+0000 mon.smithi046 (mon.0) 246 : cluster [DBG] mgrmap e17: smithi046.eiolnw(active, since 36s) 2024-04-22T23:46:01.339 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:01 smithi046 bash[18768]: cluster 2024-04-22T23:46:01.206190+0000 mon.smithi046 (mon.0) 247 : cluster [WRN] Health detail: HEALTH_WARN failed to probe daemons or devices 2024-04-22T23:46:01.339 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:01 smithi046 bash[18768]: cluster 2024-04-22T23:46:01.206190+0000 mon.smithi046 (mon.0) 247 : cluster [WRN] Health detail: HEALTH_WARN failed to probe daemons or devices 2024-04-22T23:46:01.339 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:01 smithi046 bash[18768]: cluster 2024-04-22T23:46:01.206223+0000 mon.smithi046 (mon.0) 248 : cluster [WRN] [WRN] CEPHADM_REFRESH_FAILED: failed to probe daemons or devices 2024-04-22T23:46:01.339 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:01 smithi046 bash[18768]: cluster 2024-04-22T23:46:01.206223+0000 mon.smithi046 (mon.0) 248 : cluster [WRN] [WRN] CEPHADM_REFRESH_FAILED: failed to probe daemons or devices 2024-04-22T23:46:01.339 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:01 smithi046 bash[18768]: cluster 2024-04-22T23:46:01.206242+0000 mon.smithi046 (mon.0) 249 : cluster [WRN] host smithi120 `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:b8bc99cfccdf4e584cbe106d55b5c5dc774312148ba54d6ca5b660445cf4506c -e NODE_NAME=smithi120 -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/log/ceph/e2b7ae0a-0101-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-tmp_tqy7p_f:/etc/ceph/ceph.conf:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b8bc99cfccdf4e584cbe106d55b5c5dc774312148ba54d6ca5b660445cf4506c inventory --format=json-pretty --filter-for-batch 2024-04-22T23:46:01.339 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:01 smithi046 bash[18768]: cluster 2024-04-22T23:46:01.206242+0000 mon.smithi046 (mon.0) 249 : cluster [WRN] host smithi120 `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:b8bc99cfccdf4e584cbe106d55b5c5dc774312148ba54d6ca5b660445cf4506c -e NODE_NAME=smithi120 -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/log/ceph/e2b7ae0a-0101-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-tmp_tqy7p_f:/etc/ceph/ceph.conf:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b8bc99cfccdf4e584cbe106d55b5c5dc774312148ba54d6ca5b660445cf4506c inventory --format=json-pretty --filter-for-batch 2024-04-22T23:46:01.339 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:01 smithi046 bash[18768]: cluster 2024-04-22T23:46:01.206263+0000 mon.smithi046 (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-22T23:46:01.339 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:01 smithi046 bash[18768]: cluster 2024-04-22T23:46:01.206263+0000 mon.smithi046 (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-22T23:46:01.340 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:01 smithi046 bash[18768]: cluster 2024-04-22T23:46:01.206279+0000 mon.smithi046 (mon.0) 251 : cluster [WRN] /usr/bin/docker: stderr See 'docker run --help'. 2024-04-22T23:46:01.340 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:01 smithi046 bash[18768]: cluster 2024-04-22T23:46:01.206279+0000 mon.smithi046 (mon.0) 251 : cluster [WRN] /usr/bin/docker: stderr See 'docker run --help'. 2024-04-22T23:46:01.340 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:01 smithi046 bash[18768]: cluster 2024-04-22T23:46:01.206295+0000 mon.smithi046 (mon.0) 252 : cluster [WRN] Traceback (most recent call last): 2024-04-22T23:46:01.340 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:01 smithi046 bash[18768]: cluster 2024-04-22T23:46:01.206295+0000 mon.smithi046 (mon.0) 252 : cluster [WRN] Traceback (most recent call last): 2024-04-22T23:46:01.340 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:01 smithi046 bash[18768]: cluster 2024-04-22T23:46:01.206312+0000 mon.smithi046 (mon.0) 253 : cluster [WRN] File "/usr/lib/python3.10/runpy.py", line 196, in _run_module_as_main 2024-04-22T23:46:01.340 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:01 smithi046 bash[18768]: cluster 2024-04-22T23:46:01.206312+0000 mon.smithi046 (mon.0) 253 : cluster [WRN] File "/usr/lib/python3.10/runpy.py", line 196, in _run_module_as_main 2024-04-22T23:46:01.340 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:01 smithi046 bash[18768]: cluster 2024-04-22T23:46:01.206331+0000 mon.smithi046 (mon.0) 254 : cluster [WRN] return _run_code(code, main_globals, None, 2024-04-22T23:46:01.340 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:01 smithi046 bash[18768]: cluster 2024-04-22T23:46:01.206331+0000 mon.smithi046 (mon.0) 254 : cluster [WRN] return _run_code(code, main_globals, None, 2024-04-22T23:46:01.340 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:01 smithi046 bash[18768]: cluster 2024-04-22T23:46:01.206347+0000 mon.smithi046 (mon.0) 255 : cluster [WRN] File "/usr/lib/python3.10/runpy.py", line 86, in _run_code 2024-04-22T23:46:01.340 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:01 smithi046 bash[18768]: cluster 2024-04-22T23:46:01.206347+0000 mon.smithi046 (mon.0) 255 : cluster [WRN] File "/usr/lib/python3.10/runpy.py", line 86, in _run_code 2024-04-22T23:46:01.340 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:01 smithi046 bash[18768]: cluster 2024-04-22T23:46:01.206364+0000 mon.smithi046 (mon.0) 256 : cluster [WRN] exec(code, run_globals) 2024-04-22T23:46:01.340 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:01 smithi046 bash[18768]: cluster 2024-04-22T23:46:01.206364+0000 mon.smithi046 (mon.0) 256 : cluster [WRN] exec(code, run_globals) 2024-04-22T23:46:01.340 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:01 smithi046 bash[18768]: cluster 2024-04-22T23:46:01.206380+0000 mon.smithi046 (mon.0) 257 : cluster [WRN] File "/var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/cephadm.94efd715a2c841750499b7d3d025171327475e2d4fc96b8d6f7706d699c4cedb/__main__.py", line 5642, in 2024-04-22T23:46:01.340 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:01 smithi046 bash[18768]: cluster 2024-04-22T23:46:01.206380+0000 mon.smithi046 (mon.0) 257 : cluster [WRN] File "/var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/cephadm.94efd715a2c841750499b7d3d025171327475e2d4fc96b8d6f7706d699c4cedb/__main__.py", line 5642, in 2024-04-22T23:46:01.341 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:01 smithi046 bash[18768]: cluster 2024-04-22T23:46:01.206395+0000 mon.smithi046 (mon.0) 258 : cluster [WRN] File "/var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/cephadm.94efd715a2c841750499b7d3d025171327475e2d4fc96b8d6f7706d699c4cedb/__main__.py", line 5630, in main 2024-04-22T23:46:01.341 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:01 smithi046 bash[18768]: cluster 2024-04-22T23:46:01.206395+0000 mon.smithi046 (mon.0) 258 : cluster [WRN] File "/var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/cephadm.94efd715a2c841750499b7d3d025171327475e2d4fc96b8d6f7706d699c4cedb/__main__.py", line 5630, in main 2024-04-22T23:46:01.341 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:01 smithi046 bash[18768]: cluster 2024-04-22T23:46:01.206412+0000 mon.smithi046 (mon.0) 259 : cluster [WRN] File "/var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/cephadm.94efd715a2c841750499b7d3d025171327475e2d4fc96b8d6f7706d699c4cedb/__main__.py", line 408, in _infer_config 2024-04-22T23:46:01.341 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:01 smithi046 bash[18768]: cluster 2024-04-22T23:46:01.206412+0000 mon.smithi046 (mon.0) 259 : cluster [WRN] File "/var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/cephadm.94efd715a2c841750499b7d3d025171327475e2d4fc96b8d6f7706d699c4cedb/__main__.py", line 408, in _infer_config 2024-04-22T23:46:01.341 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:01 smithi046 bash[18768]: cluster 2024-04-22T23:46:01.206428+0000 mon.smithi046 (mon.0) 260 : cluster [WRN] File "/var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/cephadm.94efd715a2c841750499b7d3d025171327475e2d4fc96b8d6f7706d699c4cedb/__main__.py", line 323, in _infer_fsid 2024-04-22T23:46:01.341 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:01 smithi046 bash[18768]: cluster 2024-04-22T23:46:01.206428+0000 mon.smithi046 (mon.0) 260 : cluster [WRN] File "/var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/cephadm.94efd715a2c841750499b7d3d025171327475e2d4fc96b8d6f7706d699c4cedb/__main__.py", line 323, in _infer_fsid 2024-04-22T23:46:01.341 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:01 smithi046 bash[18768]: cluster 2024-04-22T23:46:01.206453+0000 mon.smithi046 (mon.0) 261 : cluster [WRN] File "/var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/cephadm.94efd715a2c841750499b7d3d025171327475e2d4fc96b8d6f7706d699c4cedb/__main__.py", line 436, in _infer_image 2024-04-22T23:46:01.341 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:01 smithi046 bash[18768]: cluster 2024-04-22T23:46:01.206453+0000 mon.smithi046 (mon.0) 261 : cluster [WRN] File "/var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/cephadm.94efd715a2c841750499b7d3d025171327475e2d4fc96b8d6f7706d699c4cedb/__main__.py", line 436, in _infer_image 2024-04-22T23:46:01.341 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:01 smithi046 bash[18768]: cluster 2024-04-22T23:46:01.206471+0000 mon.smithi046 (mon.0) 262 : cluster [WRN] File "/var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/cephadm.94efd715a2c841750499b7d3d025171327475e2d4fc96b8d6f7706d699c4cedb/__main__.py", line 310, in _validate_fsid 2024-04-22T23:46:01.341 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:01 smithi046 bash[18768]: cluster 2024-04-22T23:46:01.206471+0000 mon.smithi046 (mon.0) 262 : cluster [WRN] File "/var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/cephadm.94efd715a2c841750499b7d3d025171327475e2d4fc96b8d6f7706d699c4cedb/__main__.py", line 310, in _validate_fsid 2024-04-22T23:46:01.341 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:01 smithi046 bash[18768]: cluster 2024-04-22T23:46:01.206486+0000 mon.smithi046 (mon.0) 263 : cluster [WRN] File "/var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/cephadm.94efd715a2c841750499b7d3d025171327475e2d4fc96b8d6f7706d699c4cedb/__main__.py", line 3380, in command_ceph_volume 2024-04-22T23:46:01.341 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:01 smithi046 bash[18768]: cluster 2024-04-22T23:46:01.206486+0000 mon.smithi046 (mon.0) 263 : cluster [WRN] File "/var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/cephadm.94efd715a2c841750499b7d3d025171327475e2d4fc96b8d6f7706d699c4cedb/__main__.py", line 3380, in command_ceph_volume 2024-04-22T23:46:01.341 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:01 smithi046 bash[18768]: cluster 2024-04-22T23:46:01.206505+0000 mon.smithi046 (mon.0) 264 : cluster [WRN] File "/var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/cephadm.94efd715a2c841750499b7d3d025171327475e2d4fc96b8d6f7706d699c4cedb/cephadmlib/call_wrappers.py", line 307, in call_throws 2024-04-22T23:46:01.341 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:01 smithi046 bash[18768]: cluster 2024-04-22T23:46:01.206505+0000 mon.smithi046 (mon.0) 264 : cluster [WRN] File "/var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/cephadm.94efd715a2c841750499b7d3d025171327475e2d4fc96b8d6f7706d699c4cedb/cephadmlib/call_wrappers.py", line 307, in call_throws 2024-04-22T23:46:01.341 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:01 smithi046 bash[18768]: cluster 2024-04-22T23:46:01.206522+0000 mon.smithi046 (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:b8bc99cfccdf4e584cbe106d55b5c5dc774312148ba54d6ca5b660445cf4506c -e NODE_NAME=smithi120 -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/log/ceph/e2b7ae0a-0101-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-tmp_tqy7p_f:/etc/ceph/ceph.conf:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b8bc99cfccdf4e584cbe106d55b5c5dc774312148ba54d6ca5b660445cf4506c 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-22T23:46:01.342 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:01 smithi046 bash[18768]: cluster 2024-04-22T23:46:01.206522+0000 mon.smithi046 (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:b8bc99cfccdf4e584cbe106d55b5c5dc774312148ba54d6ca5b660445cf4506c -e NODE_NAME=smithi120 -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/log/ceph/e2b7ae0a-0101-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-tmp_tqy7p_f:/etc/ceph/ceph.conf:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b8bc99cfccdf4e584cbe106d55b5c5dc774312148ba54d6ca5b660445cf4506c 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-22T23:46:01.342 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:01 smithi046 bash[18768]: cluster 2024-04-22T23:46:01.206542+0000 mon.smithi046 (mon.0) 266 : cluster [WRN] See 'docker run --help'. 2024-04-22T23:46:01.342 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:01 smithi046 bash[18768]: cluster 2024-04-22T23:46:01.206542+0000 mon.smithi046 (mon.0) 266 : cluster [WRN] See 'docker run --help'. 2024-04-22T23:46:01.342 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:01 smithi046 bash[18768]: cluster 2024-04-22T23:46:01.206569+0000 mon.smithi046 (mon.0) 267 : cluster [WRN] host smithi046 `cephadm ceph-volume` failed: cephadm exited with an error code: 1, stderr: Inferring config /var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/mon.smithi046/config 2024-04-22T23:46:01.342 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:01 smithi046 bash[18768]: cluster 2024-04-22T23:46:01.206569+0000 mon.smithi046 (mon.0) 267 : cluster [WRN] host smithi046 `cephadm ceph-volume` failed: cephadm exited with an error code: 1, stderr: Inferring config /var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/mon.smithi046/config 2024-04-22T23:46:01.342 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:01 smithi046 bash[18768]: cluster 2024-04-22T23:46:01.206587+0000 mon.smithi046 (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:b8bc99cfccdf4e584cbe106d55b5c5dc774312148ba54d6ca5b660445cf4506c -e NODE_NAME=smithi046 -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968:/var/run/ceph:z -v /var/log/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968:/var/log/ceph:z -v /var/lib/ceph/e2b7ae0a-0101-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-tmpdaxyuc_y:/etc/ceph/ceph.conf:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b8bc99cfccdf4e584cbe106d55b5c5dc774312148ba54d6ca5b660445cf4506c inventory --format=json-pretty --filter-for-batch 2024-04-22T23:46:01.342 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:01 smithi046 bash[18768]: cluster 2024-04-22T23:46:01.206587+0000 mon.smithi046 (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:b8bc99cfccdf4e584cbe106d55b5c5dc774312148ba54d6ca5b660445cf4506c -e NODE_NAME=smithi046 -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968:/var/run/ceph:z -v /var/log/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968:/var/log/ceph:z -v /var/lib/ceph/e2b7ae0a-0101-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-tmpdaxyuc_y:/etc/ceph/ceph.conf:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b8bc99cfccdf4e584cbe106d55b5c5dc774312148ba54d6ca5b660445cf4506c inventory --format=json-pretty --filter-for-batch 2024-04-22T23:46:01.342 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:01 smithi046 bash[18768]: cluster 2024-04-22T23:46:01.206619+0000 mon.smithi046 (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-22T23:46:01.342 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:01 smithi046 bash[18768]: cluster 2024-04-22T23:46:01.206619+0000 mon.smithi046 (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-22T23:46:01.342 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:01 smithi046 bash[18768]: cluster 2024-04-22T23:46:01.206637+0000 mon.smithi046 (mon.0) 270 : cluster [WRN] /usr/bin/docker: stderr See 'docker run --help'. 2024-04-22T23:46:01.342 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:01 smithi046 bash[18768]: cluster 2024-04-22T23:46:01.206637+0000 mon.smithi046 (mon.0) 270 : cluster [WRN] /usr/bin/docker: stderr See 'docker run --help'. 2024-04-22T23:46:01.342 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:01 smithi046 bash[18768]: cluster 2024-04-22T23:46:01.206654+0000 mon.smithi046 (mon.0) 271 : cluster [WRN] Traceback (most recent call last): 2024-04-22T23:46:01.342 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:01 smithi046 bash[18768]: cluster 2024-04-22T23:46:01.206654+0000 mon.smithi046 (mon.0) 271 : cluster [WRN] Traceback (most recent call last): 2024-04-22T23:46:01.342 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:01 smithi046 bash[18768]: cluster 2024-04-22T23:46:01.206668+0000 mon.smithi046 (mon.0) 272 : cluster [WRN] File "/usr/lib/python3.10/runpy.py", line 196, in _run_module_as_main 2024-04-22T23:46:01.343 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:01 smithi046 bash[18768]: cluster 2024-04-22T23:46:01.206668+0000 mon.smithi046 (mon.0) 272 : cluster [WRN] File "/usr/lib/python3.10/runpy.py", line 196, in _run_module_as_main 2024-04-22T23:46:01.343 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:01 smithi046 bash[18768]: cluster 2024-04-22T23:46:01.206686+0000 mon.smithi046 (mon.0) 273 : cluster [WRN] return _run_code(code, main_globals, None, 2024-04-22T23:46:01.343 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:01 smithi046 bash[18768]: cluster 2024-04-22T23:46:01.206686+0000 mon.smithi046 (mon.0) 273 : cluster [WRN] return _run_code(code, main_globals, None, 2024-04-22T23:46:01.343 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:01 smithi046 bash[18768]: cluster 2024-04-22T23:46:01.206703+0000 mon.smithi046 (mon.0) 274 : cluster [WRN] File "/usr/lib/python3.10/runpy.py", line 86, in _run_code 2024-04-22T23:46:01.343 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:01 smithi046 bash[18768]: cluster 2024-04-22T23:46:01.206703+0000 mon.smithi046 (mon.0) 274 : cluster [WRN] File "/usr/lib/python3.10/runpy.py", line 86, in _run_code 2024-04-22T23:46:01.343 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:01 smithi046 bash[18768]: cluster 2024-04-22T23:46:01.206719+0000 mon.smithi046 (mon.0) 275 : cluster [WRN] exec(code, run_globals) 2024-04-22T23:46:01.343 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:01 smithi046 bash[18768]: cluster 2024-04-22T23:46:01.206719+0000 mon.smithi046 (mon.0) 275 : cluster [WRN] exec(code, run_globals) 2024-04-22T23:46:01.344 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:01 smithi046 bash[18768]: cluster 2024-04-22T23:46:01.206738+0000 mon.smithi046 (mon.0) 276 : cluster [WRN] File "/var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/cephadm.94efd715a2c841750499b7d3d025171327475e2d4fc96b8d6f7706d699c4cedb/__main__.py", line 5642, in 2024-04-22T23:46:01.344 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:01 smithi046 bash[18768]: cluster 2024-04-22T23:46:01.206738+0000 mon.smithi046 (mon.0) 276 : cluster [WRN] File "/var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/cephadm.94efd715a2c841750499b7d3d025171327475e2d4fc96b8d6f7706d699c4cedb/__main__.py", line 5642, in 2024-04-22T23:46:01.344 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:01 smithi046 bash[18768]: cluster 2024-04-22T23:46:01.206757+0000 mon.smithi046 (mon.0) 277 : cluster [WRN] File "/var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/cephadm.94efd715a2c841750499b7d3d025171327475e2d4fc96b8d6f7706d699c4cedb/__main__.py", line 5630, in main 2024-04-22T23:46:01.344 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:01 smithi046 bash[18768]: cluster 2024-04-22T23:46:01.206757+0000 mon.smithi046 (mon.0) 277 : cluster [WRN] File "/var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/cephadm.94efd715a2c841750499b7d3d025171327475e2d4fc96b8d6f7706d699c4cedb/__main__.py", line 5630, in main 2024-04-22T23:46:01.344 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:01 smithi046 bash[18768]: cluster 2024-04-22T23:46:01.206773+0000 mon.smithi046 (mon.0) 278 : cluster [WRN] File "/var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/cephadm.94efd715a2c841750499b7d3d025171327475e2d4fc96b8d6f7706d699c4cedb/__main__.py", line 408, in _infer_config 2024-04-22T23:46:01.344 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:01 smithi046 bash[18768]: cluster 2024-04-22T23:46:01.206773+0000 mon.smithi046 (mon.0) 278 : cluster [WRN] File "/var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/cephadm.94efd715a2c841750499b7d3d025171327475e2d4fc96b8d6f7706d699c4cedb/__main__.py", line 408, in _infer_config 2024-04-22T23:46:01.344 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:01 smithi046 bash[18768]: cluster 2024-04-22T23:46:01.206790+0000 mon.smithi046 (mon.0) 279 : cluster [WRN] File "/var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/cephadm.94efd715a2c841750499b7d3d025171327475e2d4fc96b8d6f7706d699c4cedb/__main__.py", line 323, in _infer_fsid 2024-04-22T23:46:01.344 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:01 smithi046 bash[18768]: cluster 2024-04-22T23:46:01.206790+0000 mon.smithi046 (mon.0) 279 : cluster [WRN] File "/var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/cephadm.94efd715a2c841750499b7d3d025171327475e2d4fc96b8d6f7706d699c4cedb/__main__.py", line 323, in _infer_fsid 2024-04-22T23:46:01.344 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:01 smithi046 bash[18768]: cluster 2024-04-22T23:46:01.206812+0000 mon.smithi046 (mon.0) 280 : cluster [WRN] File "/var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/cephadm.94efd715a2c841750499b7d3d025171327475e2d4fc96b8d6f7706d699c4cedb/__main__.py", line 436, in _infer_image 2024-04-22T23:46:01.344 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:01 smithi046 bash[18768]: cluster 2024-04-22T23:46:01.206812+0000 mon.smithi046 (mon.0) 280 : cluster [WRN] File "/var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/cephadm.94efd715a2c841750499b7d3d025171327475e2d4fc96b8d6f7706d699c4cedb/__main__.py", line 436, in _infer_image 2024-04-22T23:46:01.345 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:01 smithi046 bash[18768]: cluster 2024-04-22T23:46:01.206827+0000 mon.smithi046 (mon.0) 281 : cluster [WRN] File "/var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/cephadm.94efd715a2c841750499b7d3d025171327475e2d4fc96b8d6f7706d699c4cedb/__main__.py", line 310, in _validate_fsid 2024-04-22T23:46:01.345 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:01 smithi046 bash[18768]: cluster 2024-04-22T23:46:01.206827+0000 mon.smithi046 (mon.0) 281 : cluster [WRN] File "/var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/cephadm.94efd715a2c841750499b7d3d025171327475e2d4fc96b8d6f7706d699c4cedb/__main__.py", line 310, in _validate_fsid 2024-04-22T23:46:01.345 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:01 smithi046 bash[18768]: cluster 2024-04-22T23:46:01.206845+0000 mon.smithi046 (mon.0) 282 : cluster [WRN] File "/var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/cephadm.94efd715a2c841750499b7d3d025171327475e2d4fc96b8d6f7706d699c4cedb/__main__.py", line 3380, in command_ceph_volume 2024-04-22T23:46:01.345 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:01 smithi046 bash[18768]: cluster 2024-04-22T23:46:01.206845+0000 mon.smithi046 (mon.0) 282 : cluster [WRN] File "/var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/cephadm.94efd715a2c841750499b7d3d025171327475e2d4fc96b8d6f7706d699c4cedb/__main__.py", line 3380, in command_ceph_volume 2024-04-22T23:46:01.345 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:01 smithi046 bash[18768]: cluster 2024-04-22T23:46:01.206864+0000 mon.smithi046 (mon.0) 283 : cluster [WRN] File "/var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/cephadm.94efd715a2c841750499b7d3d025171327475e2d4fc96b8d6f7706d699c4cedb/cephadmlib/call_wrappers.py", line 307, in call_throws 2024-04-22T23:46:01.345 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:01 smithi046 bash[18768]: cluster 2024-04-22T23:46:01.206864+0000 mon.smithi046 (mon.0) 283 : cluster [WRN] File "/var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/cephadm.94efd715a2c841750499b7d3d025171327475e2d4fc96b8d6f7706d699c4cedb/cephadmlib/call_wrappers.py", line 307, in call_throws 2024-04-22T23:46:01.345 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:01 smithi046 bash[18768]: cluster 2024-04-22T23:46:01.206884+0000 mon.smithi046 (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:b8bc99cfccdf4e584cbe106d55b5c5dc774312148ba54d6ca5b660445cf4506c -e NODE_NAME=smithi046 -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968:/var/run/ceph:z -v /var/log/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968:/var/log/ceph:z -v /var/lib/ceph/e2b7ae0a-0101-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-tmpdaxyuc_y:/etc/ceph/ceph.conf:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b8bc99cfccdf4e584cbe106d55b5c5dc774312148ba54d6ca5b660445cf4506c 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-22T23:46:01.345 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:01 smithi046 bash[18768]: cluster 2024-04-22T23:46:01.206884+0000 mon.smithi046 (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:b8bc99cfccdf4e584cbe106d55b5c5dc774312148ba54d6ca5b660445cf4506c -e NODE_NAME=smithi046 -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968:/var/run/ceph:z -v /var/log/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968:/var/log/ceph:z -v /var/lib/ceph/e2b7ae0a-0101-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-tmpdaxyuc_y:/etc/ceph/ceph.conf:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b8bc99cfccdf4e584cbe106d55b5c5dc774312148ba54d6ca5b660445cf4506c 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-22T23:46:01.345 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:01 smithi046 bash[18768]: cluster 2024-04-22T23:46:01.206903+0000 mon.smithi046 (mon.0) 285 : cluster [WRN] See 'docker run --help'. 2024-04-22T23:46:01.345 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:01 smithi046 bash[18768]: cluster 2024-04-22T23:46:01.206903+0000 mon.smithi046 (mon.0) 285 : cluster [WRN] See 'docker run --help'. 2024-04-22T23:46:01.345 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:01 smithi046 bash[18768]: cluster 2024-04-22T23:46:01.208758+0000 mon.smithi046 (mon.0) 286 : cluster [DBG] Standby manager daemon smithi120.lvpbmt started 2024-04-22T23:46:01.345 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:01 smithi046 bash[18768]: cluster 2024-04-22T23:46:01.208758+0000 mon.smithi046 (mon.0) 286 : cluster [DBG] Standby manager daemon smithi120.lvpbmt started 2024-04-22T23:46:01.345 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:01 smithi046 bash[18768]: audit 2024-04-22T23:46:01.212178+0000 mon.smithi046 (mon.0) 287 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:46:01.345 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:01 smithi046 bash[18768]: audit 2024-04-22T23:46:01.212178+0000 mon.smithi046 (mon.0) 287 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:46:01.346 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:01 smithi046 bash[18768]: audit 2024-04-22T23:46:01.216267+0000 mon.smithi046 (mon.0) 288 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:46:01.346 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:01 smithi046 bash[18768]: audit 2024-04-22T23:46:01.216267+0000 mon.smithi046 (mon.0) 288 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:46:01.346 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:01 smithi046 bash[18768]: audit 2024-04-22T23:46:01.217369+0000 mon.smithi046 (mon.0) 289 : audit [DBG] from='mgr.? 172.21.15.120:0/1898735595' entity='mgr.smithi120.lvpbmt' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-22T23:46:01.346 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:01 smithi046 bash[18768]: audit 2024-04-22T23:46:01.217369+0000 mon.smithi046 (mon.0) 289 : audit [DBG] from='mgr.? 172.21.15.120:0/1898735595' entity='mgr.smithi120.lvpbmt' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-22T23:46:01.346 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:01 smithi046 bash[18768]: audit 2024-04-22T23:46:01.218978+0000 mon.smithi046 (mon.0) 290 : audit [DBG] from='mgr.? 172.21.15.120:0/1898735595' entity='mgr.smithi120.lvpbmt' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi120.lvpbmt/key"}]: dispatch 2024-04-22T23:46:01.346 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:01 smithi046 bash[18768]: audit 2024-04-22T23:46:01.218978+0000 mon.smithi046 (mon.0) 290 : audit [DBG] from='mgr.? 172.21.15.120:0/1898735595' entity='mgr.smithi120.lvpbmt' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi120.lvpbmt/key"}]: dispatch 2024-04-22T23:46:01.346 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:01 smithi046 bash[18768]: audit 2024-04-22T23:46:01.219539+0000 mon.smithi046 (mon.0) 291 : audit [DBG] from='mgr.? 172.21.15.120:0/1898735595' entity='mgr.smithi120.lvpbmt' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-22T23:46:01.346 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:01 smithi046 bash[18768]: audit 2024-04-22T23:46:01.219539+0000 mon.smithi046 (mon.0) 291 : audit [DBG] from='mgr.? 172.21.15.120:0/1898735595' entity='mgr.smithi120.lvpbmt' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-22T23:46:01.524 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:01 smithi120 bash[20187]: audit 2024-04-22T23:45:56.136207+0000 mon.smithi046 (mon.0) 225 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "mon metadata", "id": "smithi120"}]: dispatch 2024-04-22T23:46:01.524 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:01 smithi120 bash[20187]: audit 2024-04-22T23:45:56.136207+0000 mon.smithi046 (mon.0) 225 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "mon metadata", "id": "smithi120"}]: dispatch 2024-04-22T23:46:01.524 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:01 smithi120 bash[20187]: audit 2024-04-22T23:45:56.141614+0000 mon.smithi046 (mon.0) 226 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "mon metadata", "id": "smithi046"}]: dispatch 2024-04-22T23:46:01.524 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:01 smithi120 bash[20187]: audit 2024-04-22T23:45:56.141614+0000 mon.smithi046 (mon.0) 226 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "mon metadata", "id": "smithi046"}]: dispatch 2024-04-22T23:46:01.524 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:01 smithi120 bash[20187]: cluster 2024-04-22T23:45:56.142010+0000 mon.smithi046 (mon.0) 227 : cluster [INF] mon.smithi046 calling monitor election 2024-04-22T23:46:01.524 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:01 smithi120 bash[20187]: cluster 2024-04-22T23:45:56.142010+0000 mon.smithi046 (mon.0) 227 : cluster [INF] mon.smithi046 calling monitor election 2024-04-22T23:46:01.524 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:01 smithi120 bash[20187]: audit 2024-04-22T23:45:56.162404+0000 mon.smithi046 (mon.0) 228 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "mon metadata", "id": "smithi120"}]: dispatch 2024-04-22T23:46:01.525 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:01 smithi120 bash[20187]: audit 2024-04-22T23:45:56.162404+0000 mon.smithi046 (mon.0) 228 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "mon metadata", "id": "smithi120"}]: dispatch 2024-04-22T23:46:01.525 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:01 smithi120 bash[20187]: audit 2024-04-22T23:45:57.136187+0000 mon.smithi046 (mon.0) 229 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "mon metadata", "id": "smithi120"}]: dispatch 2024-04-22T23:46:01.525 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:01 smithi120 bash[20187]: audit 2024-04-22T23:45:57.136187+0000 mon.smithi046 (mon.0) 229 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "mon metadata", "id": "smithi120"}]: dispatch 2024-04-22T23:46:01.525 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:01 smithi120 bash[20187]: cluster 2024-04-22T23:45:57.612171+0000 mgr.smithi046.eiolnw (mgr.14197) 26 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:01.525 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:01 smithi120 bash[20187]: cluster 2024-04-22T23:45:57.612171+0000 mgr.smithi046.eiolnw (mgr.14197) 26 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:01.525 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:01 smithi120 bash[20187]: audit 2024-04-22T23:45:58.136179+0000 mon.smithi046 (mon.0) 230 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "mon metadata", "id": "smithi120"}]: dispatch 2024-04-22T23:46:01.525 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:01 smithi120 bash[20187]: audit 2024-04-22T23:45:58.136179+0000 mon.smithi046 (mon.0) 230 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "mon metadata", "id": "smithi120"}]: dispatch 2024-04-22T23:46:01.525 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:01 smithi120 bash[20187]: cluster 2024-04-22T23:45:58.138953+0000 mon.smithi120 (mon.1) 1 : cluster [INF] mon.smithi120 calling monitor election 2024-04-22T23:46:01.525 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:01 smithi120 bash[20187]: cluster 2024-04-22T23:45:58.138953+0000 mon.smithi120 (mon.1) 1 : cluster [INF] mon.smithi120 calling monitor election 2024-04-22T23:46:01.525 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:01 smithi120 bash[20187]: audit 2024-04-22T23:45:59.136178+0000 mon.smithi046 (mon.0) 231 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "mon metadata", "id": "smithi120"}]: dispatch 2024-04-22T23:46:01.525 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:01 smithi120 bash[20187]: audit 2024-04-22T23:45:59.136178+0000 mon.smithi046 (mon.0) 231 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "mon metadata", "id": "smithi120"}]: dispatch 2024-04-22T23:46:01.526 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:01 smithi120 bash[20187]: cluster 2024-04-22T23:45:59.613111+0000 mgr.smithi046.eiolnw (mgr.14197) 27 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:01.526 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:01 smithi120 bash[20187]: cluster 2024-04-22T23:45:59.613111+0000 mgr.smithi046.eiolnw (mgr.14197) 27 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:01.526 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:01 smithi120 bash[20187]: audit 2024-04-22T23:46:00.136371+0000 mon.smithi046 (mon.0) 232 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "mon metadata", "id": "smithi120"}]: dispatch 2024-04-22T23:46:01.527 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:01 smithi120 bash[20187]: audit 2024-04-22T23:46:00.136371+0000 mon.smithi046 (mon.0) 232 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "mon metadata", "id": "smithi120"}]: dispatch 2024-04-22T23:46:01.527 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:01 smithi120 bash[20187]: audit 2024-04-22T23:46:00.245431+0000 mon.smithi046 (mon.0) 233 : audit [DBG] from='mgr.? 172.21.15.120:0/1898735595' entity='mgr.smithi120.lvpbmt' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi120.lvpbmt/crt"}]: dispatch 2024-04-22T23:46:01.527 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:01 smithi120 bash[20187]: audit 2024-04-22T23:46:00.245431+0000 mon.smithi046 (mon.0) 233 : audit [DBG] from='mgr.? 172.21.15.120:0/1898735595' entity='mgr.smithi120.lvpbmt' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi120.lvpbmt/crt"}]: dispatch 2024-04-22T23:46:01.527 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:01 smithi120 bash[20187]: audit 2024-04-22T23:46:01.136135+0000 mon.smithi046 (mon.0) 234 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "mon metadata", "id": "smithi120"}]: dispatch 2024-04-22T23:46:01.527 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:01 smithi120 bash[20187]: audit 2024-04-22T23:46:01.136135+0000 mon.smithi046 (mon.0) 234 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "mon metadata", "id": "smithi120"}]: dispatch 2024-04-22T23:46:01.527 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:01 smithi120 bash[20187]: cluster 2024-04-22T23:46:01.183038+0000 mon.smithi046 (mon.0) 235 : cluster [INF] mon.smithi046 is new leader, mons smithi046,smithi120 in quorum (ranks 0,1) 2024-04-22T23:46:01.527 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:01 smithi120 bash[20187]: cluster 2024-04-22T23:46:01.183038+0000 mon.smithi046 (mon.0) 235 : cluster [INF] mon.smithi046 is new leader, mons smithi046,smithi120 in quorum (ranks 0,1) 2024-04-22T23:46:01.527 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:01 smithi120 bash[20187]: cluster 2024-04-22T23:46:01.188555+0000 mon.smithi046 (mon.0) 236 : cluster [DBG] monmap epoch 2 2024-04-22T23:46:01.527 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:01 smithi120 bash[20187]: cluster 2024-04-22T23:46:01.188555+0000 mon.smithi046 (mon.0) 236 : cluster [DBG] monmap epoch 2 2024-04-22T23:46:01.527 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:01 smithi120 bash[20187]: cluster 2024-04-22T23:46:01.188578+0000 mon.smithi046 (mon.0) 237 : cluster [DBG] fsid e2b7ae0a-0101-11ef-bc93-c7b262605968 2024-04-22T23:46:01.527 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:01 smithi120 bash[20187]: cluster 2024-04-22T23:46:01.188578+0000 mon.smithi046 (mon.0) 237 : cluster [DBG] fsid e2b7ae0a-0101-11ef-bc93-c7b262605968 2024-04-22T23:46:01.527 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:01 smithi120 bash[20187]: cluster 2024-04-22T23:46:01.188594+0000 mon.smithi046 (mon.0) 238 : cluster [DBG] last_changed 2024-04-22T23:45:56.135620+0000 2024-04-22T23:46:01.528 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:01 smithi120 bash[20187]: cluster 2024-04-22T23:46:01.188594+0000 mon.smithi046 (mon.0) 238 : cluster [DBG] last_changed 2024-04-22T23:45:56.135620+0000 2024-04-22T23:46:01.528 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:01 smithi120 bash[20187]: cluster 2024-04-22T23:46:01.188612+0000 mon.smithi046 (mon.0) 239 : cluster [DBG] created 2024-04-22T23:42:51.032461+0000 2024-04-22T23:46:01.528 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:01 smithi120 bash[20187]: cluster 2024-04-22T23:46:01.188612+0000 mon.smithi046 (mon.0) 239 : cluster [DBG] created 2024-04-22T23:42:51.032461+0000 2024-04-22T23:46:01.528 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:01 smithi120 bash[20187]: cluster 2024-04-22T23:46:01.188627+0000 mon.smithi046 (mon.0) 240 : cluster [DBG] min_mon_release 19 (squid) 2024-04-22T23:46:01.528 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:01 smithi120 bash[20187]: cluster 2024-04-22T23:46:01.188627+0000 mon.smithi046 (mon.0) 240 : cluster [DBG] min_mon_release 19 (squid) 2024-04-22T23:46:01.528 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:01 smithi120 bash[20187]: cluster 2024-04-22T23:46:01.188641+0000 mon.smithi046 (mon.0) 241 : cluster [DBG] election_strategy: 1 2024-04-22T23:46:01.528 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:01 smithi120 bash[20187]: cluster 2024-04-22T23:46:01.188641+0000 mon.smithi046 (mon.0) 241 : cluster [DBG] election_strategy: 1 2024-04-22T23:46:01.528 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:01 smithi120 bash[20187]: cluster 2024-04-22T23:46:01.188657+0000 mon.smithi046 (mon.0) 242 : cluster [DBG] 0: [v2:172.21.15.46:3300/0,v1:172.21.15.46:6789/0] mon.smithi046 2024-04-22T23:46:01.528 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:01 smithi120 bash[20187]: cluster 2024-04-22T23:46:01.188657+0000 mon.smithi046 (mon.0) 242 : cluster [DBG] 0: [v2:172.21.15.46:3300/0,v1:172.21.15.46:6789/0] mon.smithi046 2024-04-22T23:46:01.528 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:01 smithi120 bash[20187]: cluster 2024-04-22T23:46:01.188671+0000 mon.smithi046 (mon.0) 243 : cluster [DBG] 1: [v2:172.21.15.120:3300/0,v1:172.21.15.120:6789/0] mon.smithi120 2024-04-22T23:46:01.528 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:01 smithi120 bash[20187]: cluster 2024-04-22T23:46:01.188671+0000 mon.smithi046 (mon.0) 243 : cluster [DBG] 1: [v2:172.21.15.120:3300/0,v1:172.21.15.120:6789/0] mon.smithi120 2024-04-22T23:46:01.528 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:01 smithi120 bash[20187]: cluster 2024-04-22T23:46:01.205681+0000 mon.smithi046 (mon.0) 244 : cluster [DBG] fsmap 2024-04-22T23:46:01.528 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:01 smithi120 bash[20187]: cluster 2024-04-22T23:46:01.205681+0000 mon.smithi046 (mon.0) 244 : cluster [DBG] fsmap 2024-04-22T23:46:01.528 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:01 smithi120 bash[20187]: cluster 2024-04-22T23:46:01.205738+0000 mon.smithi046 (mon.0) 245 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-04-22T23:46:01.529 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:01 smithi120 bash[20187]: cluster 2024-04-22T23:46:01.205738+0000 mon.smithi046 (mon.0) 245 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-04-22T23:46:01.529 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:01 smithi120 bash[20187]: cluster 2024-04-22T23:46:01.205991+0000 mon.smithi046 (mon.0) 246 : cluster [DBG] mgrmap e17: smithi046.eiolnw(active, since 36s) 2024-04-22T23:46:01.529 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:01 smithi120 bash[20187]: cluster 2024-04-22T23:46:01.205991+0000 mon.smithi046 (mon.0) 246 : cluster [DBG] mgrmap e17: smithi046.eiolnw(active, since 36s) 2024-04-22T23:46:01.529 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:01 smithi120 bash[20187]: cluster 2024-04-22T23:46:01.206190+0000 mon.smithi046 (mon.0) 247 : cluster [WRN] Health detail: HEALTH_WARN failed to probe daemons or devices 2024-04-22T23:46:01.529 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:01 smithi120 bash[20187]: cluster 2024-04-22T23:46:01.206190+0000 mon.smithi046 (mon.0) 247 : cluster [WRN] Health detail: HEALTH_WARN failed to probe daemons or devices 2024-04-22T23:46:01.529 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:01 smithi120 bash[20187]: cluster 2024-04-22T23:46:01.206223+0000 mon.smithi046 (mon.0) 248 : cluster [WRN] [WRN] CEPHADM_REFRESH_FAILED: failed to probe daemons or devices 2024-04-22T23:46:01.529 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:01 smithi120 bash[20187]: cluster 2024-04-22T23:46:01.206223+0000 mon.smithi046 (mon.0) 248 : cluster [WRN] [WRN] CEPHADM_REFRESH_FAILED: failed to probe daemons or devices 2024-04-22T23:46:01.529 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:01 smithi120 bash[20187]: cluster 2024-04-22T23:46:01.206242+0000 mon.smithi046 (mon.0) 249 : cluster [WRN] host smithi120 `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:b8bc99cfccdf4e584cbe106d55b5c5dc774312148ba54d6ca5b660445cf4506c -e NODE_NAME=smithi120 -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/log/ceph/e2b7ae0a-0101-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-tmp_tqy7p_f:/etc/ceph/ceph.conf:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b8bc99cfccdf4e584cbe106d55b5c5dc774312148ba54d6ca5b660445cf4506c inventory --format=json-pretty --filter-for-batch 2024-04-22T23:46:01.529 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:01 smithi120 bash[20187]: cluster 2024-04-22T23:46:01.206242+0000 mon.smithi046 (mon.0) 249 : cluster [WRN] host smithi120 `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:b8bc99cfccdf4e584cbe106d55b5c5dc774312148ba54d6ca5b660445cf4506c -e NODE_NAME=smithi120 -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/log/ceph/e2b7ae0a-0101-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-tmp_tqy7p_f:/etc/ceph/ceph.conf:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b8bc99cfccdf4e584cbe106d55b5c5dc774312148ba54d6ca5b660445cf4506c inventory --format=json-pretty --filter-for-batch 2024-04-22T23:46:01.529 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:01 smithi120 bash[20187]: cluster 2024-04-22T23:46:01.206263+0000 mon.smithi046 (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-22T23:46:01.529 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:01 smithi120 bash[20187]: cluster 2024-04-22T23:46:01.206263+0000 mon.smithi046 (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-22T23:46:01.529 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:01 smithi120 bash[20187]: cluster 2024-04-22T23:46:01.206279+0000 mon.smithi046 (mon.0) 251 : cluster [WRN] /usr/bin/docker: stderr See 'docker run --help'. 2024-04-22T23:46:01.529 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:01 smithi120 bash[20187]: cluster 2024-04-22T23:46:01.206279+0000 mon.smithi046 (mon.0) 251 : cluster [WRN] /usr/bin/docker: stderr See 'docker run --help'. 2024-04-22T23:46:01.530 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:01 smithi120 bash[20187]: cluster 2024-04-22T23:46:01.206295+0000 mon.smithi046 (mon.0) 252 : cluster [WRN] Traceback (most recent call last): 2024-04-22T23:46:01.530 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:01 smithi120 bash[20187]: cluster 2024-04-22T23:46:01.206295+0000 mon.smithi046 (mon.0) 252 : cluster [WRN] Traceback (most recent call last): 2024-04-22T23:46:01.530 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:01 smithi120 bash[20187]: cluster 2024-04-22T23:46:01.206312+0000 mon.smithi046 (mon.0) 253 : cluster [WRN] File "/usr/lib/python3.10/runpy.py", line 196, in _run_module_as_main 2024-04-22T23:46:01.530 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:01 smithi120 bash[20187]: cluster 2024-04-22T23:46:01.206312+0000 mon.smithi046 (mon.0) 253 : cluster [WRN] File "/usr/lib/python3.10/runpy.py", line 196, in _run_module_as_main 2024-04-22T23:46:01.530 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:01 smithi120 bash[20187]: cluster 2024-04-22T23:46:01.206331+0000 mon.smithi046 (mon.0) 254 : cluster [WRN] return _run_code(code, main_globals, None, 2024-04-22T23:46:01.530 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:01 smithi120 bash[20187]: cluster 2024-04-22T23:46:01.206331+0000 mon.smithi046 (mon.0) 254 : cluster [WRN] return _run_code(code, main_globals, None, 2024-04-22T23:46:01.530 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:01 smithi120 bash[20187]: cluster 2024-04-22T23:46:01.206347+0000 mon.smithi046 (mon.0) 255 : cluster [WRN] File "/usr/lib/python3.10/runpy.py", line 86, in _run_code 2024-04-22T23:46:01.530 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:01 smithi120 bash[20187]: cluster 2024-04-22T23:46:01.206347+0000 mon.smithi046 (mon.0) 255 : cluster [WRN] File "/usr/lib/python3.10/runpy.py", line 86, in _run_code 2024-04-22T23:46:01.530 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:01 smithi120 bash[20187]: cluster 2024-04-22T23:46:01.206364+0000 mon.smithi046 (mon.0) 256 : cluster [WRN] exec(code, run_globals) 2024-04-22T23:46:01.530 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:01 smithi120 bash[20187]: cluster 2024-04-22T23:46:01.206364+0000 mon.smithi046 (mon.0) 256 : cluster [WRN] exec(code, run_globals) 2024-04-22T23:46:01.530 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:01 smithi120 bash[20187]: cluster 2024-04-22T23:46:01.206380+0000 mon.smithi046 (mon.0) 257 : cluster [WRN] File "/var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/cephadm.94efd715a2c841750499b7d3d025171327475e2d4fc96b8d6f7706d699c4cedb/__main__.py", line 5642, in 2024-04-22T23:46:01.530 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:01 smithi120 bash[20187]: cluster 2024-04-22T23:46:01.206380+0000 mon.smithi046 (mon.0) 257 : cluster [WRN] File "/var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/cephadm.94efd715a2c841750499b7d3d025171327475e2d4fc96b8d6f7706d699c4cedb/__main__.py", line 5642, in 2024-04-22T23:46:01.530 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:01 smithi120 bash[20187]: cluster 2024-04-22T23:46:01.206395+0000 mon.smithi046 (mon.0) 258 : cluster [WRN] File "/var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/cephadm.94efd715a2c841750499b7d3d025171327475e2d4fc96b8d6f7706d699c4cedb/__main__.py", line 5630, in main 2024-04-22T23:46:01.530 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:01 smithi120 bash[20187]: cluster 2024-04-22T23:46:01.206395+0000 mon.smithi046 (mon.0) 258 : cluster [WRN] File "/var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/cephadm.94efd715a2c841750499b7d3d025171327475e2d4fc96b8d6f7706d699c4cedb/__main__.py", line 5630, in main 2024-04-22T23:46:01.531 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:01 smithi120 bash[20187]: cluster 2024-04-22T23:46:01.206412+0000 mon.smithi046 (mon.0) 259 : cluster [WRN] File "/var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/cephadm.94efd715a2c841750499b7d3d025171327475e2d4fc96b8d6f7706d699c4cedb/__main__.py", line 408, in _infer_config 2024-04-22T23:46:01.531 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:01 smithi120 bash[20187]: cluster 2024-04-22T23:46:01.206412+0000 mon.smithi046 (mon.0) 259 : cluster [WRN] File "/var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/cephadm.94efd715a2c841750499b7d3d025171327475e2d4fc96b8d6f7706d699c4cedb/__main__.py", line 408, in _infer_config 2024-04-22T23:46:01.531 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:01 smithi120 bash[20187]: cluster 2024-04-22T23:46:01.206428+0000 mon.smithi046 (mon.0) 260 : cluster [WRN] File "/var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/cephadm.94efd715a2c841750499b7d3d025171327475e2d4fc96b8d6f7706d699c4cedb/__main__.py", line 323, in _infer_fsid 2024-04-22T23:46:01.531 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:01 smithi120 bash[20187]: cluster 2024-04-22T23:46:01.206428+0000 mon.smithi046 (mon.0) 260 : cluster [WRN] File "/var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/cephadm.94efd715a2c841750499b7d3d025171327475e2d4fc96b8d6f7706d699c4cedb/__main__.py", line 323, in _infer_fsid 2024-04-22T23:46:01.531 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:01 smithi120 bash[20187]: cluster 2024-04-22T23:46:01.206453+0000 mon.smithi046 (mon.0) 261 : cluster [WRN] File "/var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/cephadm.94efd715a2c841750499b7d3d025171327475e2d4fc96b8d6f7706d699c4cedb/__main__.py", line 436, in _infer_image 2024-04-22T23:46:01.531 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:01 smithi120 bash[20187]: cluster 2024-04-22T23:46:01.206453+0000 mon.smithi046 (mon.0) 261 : cluster [WRN] File "/var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/cephadm.94efd715a2c841750499b7d3d025171327475e2d4fc96b8d6f7706d699c4cedb/__main__.py", line 436, in _infer_image 2024-04-22T23:46:01.531 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:01 smithi120 bash[20187]: cluster 2024-04-22T23:46:01.206471+0000 mon.smithi046 (mon.0) 262 : cluster [WRN] File "/var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/cephadm.94efd715a2c841750499b7d3d025171327475e2d4fc96b8d6f7706d699c4cedb/__main__.py", line 310, in _validate_fsid 2024-04-22T23:46:01.531 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:01 smithi120 bash[20187]: cluster 2024-04-22T23:46:01.206471+0000 mon.smithi046 (mon.0) 262 : cluster [WRN] File "/var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/cephadm.94efd715a2c841750499b7d3d025171327475e2d4fc96b8d6f7706d699c4cedb/__main__.py", line 310, in _validate_fsid 2024-04-22T23:46:01.531 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:01 smithi120 bash[20187]: cluster 2024-04-22T23:46:01.206486+0000 mon.smithi046 (mon.0) 263 : cluster [WRN] File "/var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/cephadm.94efd715a2c841750499b7d3d025171327475e2d4fc96b8d6f7706d699c4cedb/__main__.py", line 3380, in command_ceph_volume 2024-04-22T23:46:01.531 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:01 smithi120 bash[20187]: cluster 2024-04-22T23:46:01.206486+0000 mon.smithi046 (mon.0) 263 : cluster [WRN] File "/var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/cephadm.94efd715a2c841750499b7d3d025171327475e2d4fc96b8d6f7706d699c4cedb/__main__.py", line 3380, in command_ceph_volume 2024-04-22T23:46:01.531 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:01 smithi120 bash[20187]: cluster 2024-04-22T23:46:01.206505+0000 mon.smithi046 (mon.0) 264 : cluster [WRN] File "/var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/cephadm.94efd715a2c841750499b7d3d025171327475e2d4fc96b8d6f7706d699c4cedb/cephadmlib/call_wrappers.py", line 307, in call_throws 2024-04-22T23:46:01.531 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:01 smithi120 bash[20187]: cluster 2024-04-22T23:46:01.206505+0000 mon.smithi046 (mon.0) 264 : cluster [WRN] File "/var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/cephadm.94efd715a2c841750499b7d3d025171327475e2d4fc96b8d6f7706d699c4cedb/cephadmlib/call_wrappers.py", line 307, in call_throws 2024-04-22T23:46:01.531 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:01 smithi120 bash[20187]: cluster 2024-04-22T23:46:01.206522+0000 mon.smithi046 (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:b8bc99cfccdf4e584cbe106d55b5c5dc774312148ba54d6ca5b660445cf4506c -e NODE_NAME=smithi120 -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/log/ceph/e2b7ae0a-0101-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-tmp_tqy7p_f:/etc/ceph/ceph.conf:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b8bc99cfccdf4e584cbe106d55b5c5dc774312148ba54d6ca5b660445cf4506c 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-22T23:46:01.532 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:01 smithi120 bash[20187]: cluster 2024-04-22T23:46:01.206522+0000 mon.smithi046 (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:b8bc99cfccdf4e584cbe106d55b5c5dc774312148ba54d6ca5b660445cf4506c -e NODE_NAME=smithi120 -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/log/ceph/e2b7ae0a-0101-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-tmp_tqy7p_f:/etc/ceph/ceph.conf:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b8bc99cfccdf4e584cbe106d55b5c5dc774312148ba54d6ca5b660445cf4506c 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-22T23:46:01.532 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:01 smithi120 bash[20187]: cluster 2024-04-22T23:46:01.206542+0000 mon.smithi046 (mon.0) 266 : cluster [WRN] See 'docker run --help'. 2024-04-22T23:46:01.532 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:01 smithi120 bash[20187]: cluster 2024-04-22T23:46:01.206542+0000 mon.smithi046 (mon.0) 266 : cluster [WRN] See 'docker run --help'. 2024-04-22T23:46:01.532 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:01 smithi120 bash[20187]: cluster 2024-04-22T23:46:01.206569+0000 mon.smithi046 (mon.0) 267 : cluster [WRN] host smithi046 `cephadm ceph-volume` failed: cephadm exited with an error code: 1, stderr: Inferring config /var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/mon.smithi046/config 2024-04-22T23:46:01.532 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:01 smithi120 bash[20187]: cluster 2024-04-22T23:46:01.206569+0000 mon.smithi046 (mon.0) 267 : cluster [WRN] host smithi046 `cephadm ceph-volume` failed: cephadm exited with an error code: 1, stderr: Inferring config /var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/mon.smithi046/config 2024-04-22T23:46:01.532 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:01 smithi120 bash[20187]: cluster 2024-04-22T23:46:01.206587+0000 mon.smithi046 (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:b8bc99cfccdf4e584cbe106d55b5c5dc774312148ba54d6ca5b660445cf4506c -e NODE_NAME=smithi046 -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968:/var/run/ceph:z -v /var/log/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968:/var/log/ceph:z -v /var/lib/ceph/e2b7ae0a-0101-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-tmpdaxyuc_y:/etc/ceph/ceph.conf:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b8bc99cfccdf4e584cbe106d55b5c5dc774312148ba54d6ca5b660445cf4506c inventory --format=json-pretty --filter-for-batch 2024-04-22T23:46:01.533 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:01 smithi120 bash[20187]: cluster 2024-04-22T23:46:01.206587+0000 mon.smithi046 (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:b8bc99cfccdf4e584cbe106d55b5c5dc774312148ba54d6ca5b660445cf4506c -e NODE_NAME=smithi046 -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968:/var/run/ceph:z -v /var/log/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968:/var/log/ceph:z -v /var/lib/ceph/e2b7ae0a-0101-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-tmpdaxyuc_y:/etc/ceph/ceph.conf:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b8bc99cfccdf4e584cbe106d55b5c5dc774312148ba54d6ca5b660445cf4506c inventory --format=json-pretty --filter-for-batch 2024-04-22T23:46:01.533 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:01 smithi120 bash[20187]: cluster 2024-04-22T23:46:01.206619+0000 mon.smithi046 (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-22T23:46:01.533 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:01 smithi120 bash[20187]: cluster 2024-04-22T23:46:01.206619+0000 mon.smithi046 (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-22T23:46:01.533 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:01 smithi120 bash[20187]: cluster 2024-04-22T23:46:01.206637+0000 mon.smithi046 (mon.0) 270 : cluster [WRN] /usr/bin/docker: stderr See 'docker run --help'. 2024-04-22T23:46:01.533 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:01 smithi120 bash[20187]: cluster 2024-04-22T23:46:01.206637+0000 mon.smithi046 (mon.0) 270 : cluster [WRN] /usr/bin/docker: stderr See 'docker run --help'. 2024-04-22T23:46:01.533 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:01 smithi120 bash[20187]: cluster 2024-04-22T23:46:01.206654+0000 mon.smithi046 (mon.0) 271 : cluster [WRN] Traceback (most recent call last): 2024-04-22T23:46:01.533 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:01 smithi120 bash[20187]: cluster 2024-04-22T23:46:01.206654+0000 mon.smithi046 (mon.0) 271 : cluster [WRN] Traceback (most recent call last): 2024-04-22T23:46:01.533 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:01 smithi120 bash[20187]: cluster 2024-04-22T23:46:01.206668+0000 mon.smithi046 (mon.0) 272 : cluster [WRN] File "/usr/lib/python3.10/runpy.py", line 196, in _run_module_as_main 2024-04-22T23:46:01.533 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:01 smithi120 bash[20187]: cluster 2024-04-22T23:46:01.206668+0000 mon.smithi046 (mon.0) 272 : cluster [WRN] File "/usr/lib/python3.10/runpy.py", line 196, in _run_module_as_main 2024-04-22T23:46:01.533 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:01 smithi120 bash[20187]: cluster 2024-04-22T23:46:01.206686+0000 mon.smithi046 (mon.0) 273 : cluster [WRN] return _run_code(code, main_globals, None, 2024-04-22T23:46:01.534 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:01 smithi120 bash[20187]: cluster 2024-04-22T23:46:01.206686+0000 mon.smithi046 (mon.0) 273 : cluster [WRN] return _run_code(code, main_globals, None, 2024-04-22T23:46:01.534 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:01 smithi120 bash[20187]: cluster 2024-04-22T23:46:01.206703+0000 mon.smithi046 (mon.0) 274 : cluster [WRN] File "/usr/lib/python3.10/runpy.py", line 86, in _run_code 2024-04-22T23:46:01.534 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:01 smithi120 bash[20187]: cluster 2024-04-22T23:46:01.206703+0000 mon.smithi046 (mon.0) 274 : cluster [WRN] File "/usr/lib/python3.10/runpy.py", line 86, in _run_code 2024-04-22T23:46:01.534 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:01 smithi120 bash[20187]: cluster 2024-04-22T23:46:01.206719+0000 mon.smithi046 (mon.0) 275 : cluster [WRN] exec(code, run_globals) 2024-04-22T23:46:01.534 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:01 smithi120 bash[20187]: cluster 2024-04-22T23:46:01.206719+0000 mon.smithi046 (mon.0) 275 : cluster [WRN] exec(code, run_globals) 2024-04-22T23:46:01.534 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:01 smithi120 bash[20187]: cluster 2024-04-22T23:46:01.206738+0000 mon.smithi046 (mon.0) 276 : cluster [WRN] File "/var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/cephadm.94efd715a2c841750499b7d3d025171327475e2d4fc96b8d6f7706d699c4cedb/__main__.py", line 5642, in 2024-04-22T23:46:01.534 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:01 smithi120 bash[20187]: cluster 2024-04-22T23:46:01.206738+0000 mon.smithi046 (mon.0) 276 : cluster [WRN] File "/var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/cephadm.94efd715a2c841750499b7d3d025171327475e2d4fc96b8d6f7706d699c4cedb/__main__.py", line 5642, in 2024-04-22T23:46:01.534 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:01 smithi120 bash[20187]: cluster 2024-04-22T23:46:01.206757+0000 mon.smithi046 (mon.0) 277 : cluster [WRN] File "/var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/cephadm.94efd715a2c841750499b7d3d025171327475e2d4fc96b8d6f7706d699c4cedb/__main__.py", line 5630, in main 2024-04-22T23:46:01.534 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:01 smithi120 bash[20187]: cluster 2024-04-22T23:46:01.206757+0000 mon.smithi046 (mon.0) 277 : cluster [WRN] File "/var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/cephadm.94efd715a2c841750499b7d3d025171327475e2d4fc96b8d6f7706d699c4cedb/__main__.py", line 5630, in main 2024-04-22T23:46:01.534 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:01 smithi120 bash[20187]: cluster 2024-04-22T23:46:01.206773+0000 mon.smithi046 (mon.0) 278 : cluster [WRN] File "/var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/cephadm.94efd715a2c841750499b7d3d025171327475e2d4fc96b8d6f7706d699c4cedb/__main__.py", line 408, in _infer_config 2024-04-22T23:46:01.534 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:01 smithi120 bash[20187]: cluster 2024-04-22T23:46:01.206773+0000 mon.smithi046 (mon.0) 278 : cluster [WRN] File "/var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/cephadm.94efd715a2c841750499b7d3d025171327475e2d4fc96b8d6f7706d699c4cedb/__main__.py", line 408, in _infer_config 2024-04-22T23:46:01.534 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:01 smithi120 bash[20187]: cluster 2024-04-22T23:46:01.206790+0000 mon.smithi046 (mon.0) 279 : cluster [WRN] File "/var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/cephadm.94efd715a2c841750499b7d3d025171327475e2d4fc96b8d6f7706d699c4cedb/__main__.py", line 323, in _infer_fsid 2024-04-22T23:46:01.534 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:01 smithi120 bash[20187]: cluster 2024-04-22T23:46:01.206790+0000 mon.smithi046 (mon.0) 279 : cluster [WRN] File "/var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/cephadm.94efd715a2c841750499b7d3d025171327475e2d4fc96b8d6f7706d699c4cedb/__main__.py", line 323, in _infer_fsid 2024-04-22T23:46:01.535 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:01 smithi120 bash[20187]: cluster 2024-04-22T23:46:01.206812+0000 mon.smithi046 (mon.0) 280 : cluster [WRN] File "/var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/cephadm.94efd715a2c841750499b7d3d025171327475e2d4fc96b8d6f7706d699c4cedb/__main__.py", line 436, in _infer_image 2024-04-22T23:46:01.535 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:01 smithi120 bash[20187]: cluster 2024-04-22T23:46:01.206812+0000 mon.smithi046 (mon.0) 280 : cluster [WRN] File "/var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/cephadm.94efd715a2c841750499b7d3d025171327475e2d4fc96b8d6f7706d699c4cedb/__main__.py", line 436, in _infer_image 2024-04-22T23:46:01.535 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:01 smithi120 bash[20187]: cluster 2024-04-22T23:46:01.206827+0000 mon.smithi046 (mon.0) 281 : cluster [WRN] File "/var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/cephadm.94efd715a2c841750499b7d3d025171327475e2d4fc96b8d6f7706d699c4cedb/__main__.py", line 310, in _validate_fsid 2024-04-22T23:46:01.535 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:01 smithi120 bash[20187]: cluster 2024-04-22T23:46:01.206827+0000 mon.smithi046 (mon.0) 281 : cluster [WRN] File "/var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/cephadm.94efd715a2c841750499b7d3d025171327475e2d4fc96b8d6f7706d699c4cedb/__main__.py", line 310, in _validate_fsid 2024-04-22T23:46:01.535 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:01 smithi120 bash[20187]: cluster 2024-04-22T23:46:01.206845+0000 mon.smithi046 (mon.0) 282 : cluster [WRN] File "/var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/cephadm.94efd715a2c841750499b7d3d025171327475e2d4fc96b8d6f7706d699c4cedb/__main__.py", line 3380, in command_ceph_volume 2024-04-22T23:46:01.535 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:01 smithi120 bash[20187]: cluster 2024-04-22T23:46:01.206845+0000 mon.smithi046 (mon.0) 282 : cluster [WRN] File "/var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/cephadm.94efd715a2c841750499b7d3d025171327475e2d4fc96b8d6f7706d699c4cedb/__main__.py", line 3380, in command_ceph_volume 2024-04-22T23:46:01.535 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:01 smithi120 bash[20187]: cluster 2024-04-22T23:46:01.206864+0000 mon.smithi046 (mon.0) 283 : cluster [WRN] File "/var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/cephadm.94efd715a2c841750499b7d3d025171327475e2d4fc96b8d6f7706d699c4cedb/cephadmlib/call_wrappers.py", line 307, in call_throws 2024-04-22T23:46:01.535 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:01 smithi120 bash[20187]: cluster 2024-04-22T23:46:01.206864+0000 mon.smithi046 (mon.0) 283 : cluster [WRN] File "/var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/cephadm.94efd715a2c841750499b7d3d025171327475e2d4fc96b8d6f7706d699c4cedb/cephadmlib/call_wrappers.py", line 307, in call_throws 2024-04-22T23:46:01.535 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:01 smithi120 bash[20187]: cluster 2024-04-22T23:46:01.206884+0000 mon.smithi046 (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:b8bc99cfccdf4e584cbe106d55b5c5dc774312148ba54d6ca5b660445cf4506c -e NODE_NAME=smithi046 -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968:/var/run/ceph:z -v /var/log/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968:/var/log/ceph:z -v /var/lib/ceph/e2b7ae0a-0101-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-tmpdaxyuc_y:/etc/ceph/ceph.conf:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b8bc99cfccdf4e584cbe106d55b5c5dc774312148ba54d6ca5b660445cf4506c 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-22T23:46:01.535 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:01 smithi120 bash[20187]: cluster 2024-04-22T23:46:01.206884+0000 mon.smithi046 (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:b8bc99cfccdf4e584cbe106d55b5c5dc774312148ba54d6ca5b660445cf4506c -e NODE_NAME=smithi046 -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968:/var/run/ceph:z -v /var/log/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968:/var/log/ceph:z -v /var/lib/ceph/e2b7ae0a-0101-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-tmpdaxyuc_y:/etc/ceph/ceph.conf:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b8bc99cfccdf4e584cbe106d55b5c5dc774312148ba54d6ca5b660445cf4506c 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-22T23:46:01.535 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:01 smithi120 bash[20187]: cluster 2024-04-22T23:46:01.206903+0000 mon.smithi046 (mon.0) 285 : cluster [WRN] See 'docker run --help'. 2024-04-22T23:46:01.535 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:01 smithi120 bash[20187]: cluster 2024-04-22T23:46:01.206903+0000 mon.smithi046 (mon.0) 285 : cluster [WRN] See 'docker run --help'. 2024-04-22T23:46:01.535 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:01 smithi120 bash[20187]: cluster 2024-04-22T23:46:01.208758+0000 mon.smithi046 (mon.0) 286 : cluster [DBG] Standby manager daemon smithi120.lvpbmt started 2024-04-22T23:46:01.536 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:01 smithi120 bash[20187]: cluster 2024-04-22T23:46:01.208758+0000 mon.smithi046 (mon.0) 286 : cluster [DBG] Standby manager daemon smithi120.lvpbmt started 2024-04-22T23:46:01.536 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:01 smithi120 bash[20187]: audit 2024-04-22T23:46:01.212178+0000 mon.smithi046 (mon.0) 287 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:46:01.536 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:01 smithi120 bash[20187]: audit 2024-04-22T23:46:01.212178+0000 mon.smithi046 (mon.0) 287 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:46:01.536 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:01 smithi120 bash[20187]: audit 2024-04-22T23:46:01.216267+0000 mon.smithi046 (mon.0) 288 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:46:01.536 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:01 smithi120 bash[20187]: audit 2024-04-22T23:46:01.216267+0000 mon.smithi046 (mon.0) 288 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:46:01.536 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:01 smithi120 bash[20187]: audit 2024-04-22T23:46:01.217369+0000 mon.smithi046 (mon.0) 289 : audit [DBG] from='mgr.? 172.21.15.120:0/1898735595' entity='mgr.smithi120.lvpbmt' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-22T23:46:01.536 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:01 smithi120 bash[20187]: audit 2024-04-22T23:46:01.217369+0000 mon.smithi046 (mon.0) 289 : audit [DBG] from='mgr.? 172.21.15.120:0/1898735595' entity='mgr.smithi120.lvpbmt' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-22T23:46:01.536 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:01 smithi120 bash[20187]: audit 2024-04-22T23:46:01.218978+0000 mon.smithi046 (mon.0) 290 : audit [DBG] from='mgr.? 172.21.15.120:0/1898735595' entity='mgr.smithi120.lvpbmt' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi120.lvpbmt/key"}]: dispatch 2024-04-22T23:46:01.536 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:01 smithi120 bash[20187]: audit 2024-04-22T23:46:01.218978+0000 mon.smithi046 (mon.0) 290 : audit [DBG] from='mgr.? 172.21.15.120:0/1898735595' entity='mgr.smithi120.lvpbmt' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi120.lvpbmt/key"}]: dispatch 2024-04-22T23:46:01.536 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:01 smithi120 bash[20187]: audit 2024-04-22T23:46:01.219539+0000 mon.smithi046 (mon.0) 291 : audit [DBG] from='mgr.? 172.21.15.120:0/1898735595' entity='mgr.smithi120.lvpbmt' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-22T23:46:01.536 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:01 smithi120 bash[20187]: audit 2024-04-22T23:46:01.219539+0000 mon.smithi046 (mon.0) 291 : audit [DBG] from='mgr.? 172.21.15.120:0/1898735595' entity='mgr.smithi120.lvpbmt' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-22T23:46:01.718 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-22T23:46:01.718 INFO:teuthology.orchestra.run.smithi120.stdout:{"epoch":2,"fsid":"e2b7ae0a-0101-11ef-bc93-c7b262605968","modified":"2024-04-22T23:45:56.135620Z","created":"2024-04-22T23:42:51.032461Z","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":"smithi046","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:3300","nonce":0},{"type":"v1","addr":"172.21.15.46:6789","nonce":0}]},"addr":"172.21.15.46:6789/0","public_addr":"172.21.15.46:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"smithi120","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.120:3300","nonce":0},{"type":"v1","addr":"172.21.15.120:6789","nonce":0}]},"addr":"172.21.15.120:6789/0","public_addr":"172.21.15.120:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-04-22T23:46:01.721 INFO:teuthology.orchestra.run.smithi120.stderr:dumped monmap epoch 2 2024-04-22T23:46:02.361 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-04-22T23:46:02.362 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e2b7ae0a-0101-11ef-bc93-c7b262605968 -- ceph config generate-minimal-conf 2024-04-22T23:46:02.524 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:02 smithi120 bash[20187]: cluster 2024-04-22T23:46:01.277161+0000 mon.smithi046 (mon.0) 292 : cluster [DBG] mgrmap e18: smithi046.eiolnw(active, since 36s), standbys: smithi120.lvpbmt 2024-04-22T23:46:02.524 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:02 smithi120 bash[20187]: cluster 2024-04-22T23:46:01.277161+0000 mon.smithi046 (mon.0) 292 : cluster [DBG] mgrmap e18: smithi046.eiolnw(active, since 36s), standbys: smithi120.lvpbmt 2024-04-22T23:46:02.524 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:02 smithi120 bash[20187]: audit 2024-04-22T23:46:01.277303+0000 mon.smithi046 (mon.0) 293 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "mgr metadata", "who": "smithi120.lvpbmt", "id": "smithi120.lvpbmt"}]: dispatch 2024-04-22T23:46:02.524 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:02 smithi120 bash[20187]: audit 2024-04-22T23:46:01.277303+0000 mon.smithi046 (mon.0) 293 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "mgr metadata", "who": "smithi120.lvpbmt", "id": "smithi120.lvpbmt"}]: dispatch 2024-04-22T23:46:02.524 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:02 smithi120 bash[20187]: cluster 2024-04-22T23:46:01.614130+0000 mgr.smithi046.eiolnw (mgr.14197) 28 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:02.524 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:02 smithi120 bash[20187]: cluster 2024-04-22T23:46:01.614130+0000 mgr.smithi046.eiolnw (mgr.14197) 28 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:02.525 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:02 smithi120 bash[20187]: audit 2024-04-22T23:46:01.726505+0000 mon.smithi046 (mon.0) 294 : audit [DBG] from='client.? 172.21.15.120:0/3841366855' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-22T23:46:02.525 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:02 smithi120 bash[20187]: audit 2024-04-22T23:46:01.726505+0000 mon.smithi046 (mon.0) 294 : audit [DBG] from='client.? 172.21.15.120:0/3841366855' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-22T23:46:02.525 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:02 smithi120 bash[20187]: audit 2024-04-22T23:46:02.136816+0000 mon.smithi046 (mon.0) 295 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "mon metadata", "id": "smithi120"}]: dispatch 2024-04-22T23:46:02.525 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:02 smithi120 bash[20187]: audit 2024-04-22T23:46:02.136816+0000 mon.smithi046 (mon.0) 295 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "mon metadata", "id": "smithi120"}]: dispatch 2024-04-22T23:46:02.583 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:02 smithi046 bash[18768]: cluster 2024-04-22T23:46:01.277161+0000 mon.smithi046 (mon.0) 292 : cluster [DBG] mgrmap e18: smithi046.eiolnw(active, since 36s), standbys: smithi120.lvpbmt 2024-04-22T23:46:02.583 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:02 smithi046 bash[18768]: cluster 2024-04-22T23:46:01.277161+0000 mon.smithi046 (mon.0) 292 : cluster [DBG] mgrmap e18: smithi046.eiolnw(active, since 36s), standbys: smithi120.lvpbmt 2024-04-22T23:46:02.583 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:02 smithi046 bash[18768]: audit 2024-04-22T23:46:01.277303+0000 mon.smithi046 (mon.0) 293 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "mgr metadata", "who": "smithi120.lvpbmt", "id": "smithi120.lvpbmt"}]: dispatch 2024-04-22T23:46:02.583 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:02 smithi046 bash[18768]: audit 2024-04-22T23:46:01.277303+0000 mon.smithi046 (mon.0) 293 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "mgr metadata", "who": "smithi120.lvpbmt", "id": "smithi120.lvpbmt"}]: dispatch 2024-04-22T23:46:02.583 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:02 smithi046 bash[18768]: cluster 2024-04-22T23:46:01.614130+0000 mgr.smithi046.eiolnw (mgr.14197) 28 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:02.583 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:02 smithi046 bash[18768]: cluster 2024-04-22T23:46:01.614130+0000 mgr.smithi046.eiolnw (mgr.14197) 28 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:02.583 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:02 smithi046 bash[18768]: audit 2024-04-22T23:46:01.726505+0000 mon.smithi046 (mon.0) 294 : audit [DBG] from='client.? 172.21.15.120:0/3841366855' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-22T23:46:02.583 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:02 smithi046 bash[18768]: audit 2024-04-22T23:46:01.726505+0000 mon.smithi046 (mon.0) 294 : audit [DBG] from='client.? 172.21.15.120:0/3841366855' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-22T23:46:02.583 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:02 smithi046 bash[18768]: audit 2024-04-22T23:46:02.136816+0000 mon.smithi046 (mon.0) 295 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "mon metadata", "id": "smithi120"}]: dispatch 2024-04-22T23:46:02.584 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:02 smithi046 bash[18768]: audit 2024-04-22T23:46:02.136816+0000 mon.smithi046 (mon.0) 295 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "mon metadata", "id": "smithi120"}]: dispatch 2024-04-22T23:46:05.023 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:04 smithi120 bash[20187]: cluster 2024-04-22T23:46:03.615168+0000 mgr.smithi046.eiolnw (mgr.14197) 29 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:05.023 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:04 smithi120 bash[20187]: cluster 2024-04-22T23:46:03.615168+0000 mgr.smithi046.eiolnw (mgr.14197) 29 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:05.083 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:04 smithi046 bash[18768]: cluster 2024-04-22T23:46:03.615168+0000 mgr.smithi046.eiolnw (mgr.14197) 29 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:05.083 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:04 smithi046 bash[18768]: cluster 2024-04-22T23:46:03.615168+0000 mgr.smithi046.eiolnw (mgr.14197) 29 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:06.953 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:06 smithi120 bash[20187]: cluster 2024-04-22T23:46:05.616232+0000 mgr.smithi046.eiolnw (mgr.14197) 30 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:06.953 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:06 smithi120 bash[20187]: cluster 2024-04-22T23:46:05.616232+0000 mgr.smithi046.eiolnw (mgr.14197) 30 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:07.083 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:06 smithi046 bash[18768]: cluster 2024-04-22T23:46:05.616232+0000 mgr.smithi046.eiolnw (mgr.14197) 30 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:07.083 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:06 smithi046 bash[18768]: cluster 2024-04-22T23:46:05.616232+0000 mgr.smithi046.eiolnw (mgr.14197) 30 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:07.137 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/mon.smithi046/config 2024-04-22T23:46:08.388 INFO:teuthology.orchestra.run.smithi046.stdout:# minimal ceph.conf for e2b7ae0a-0101-11ef-bc93-c7b262605968 2024-04-22T23:46:08.388 INFO:teuthology.orchestra.run.smithi046.stdout:[global] 2024-04-22T23:46:08.388 INFO:teuthology.orchestra.run.smithi046.stdout: fsid = e2b7ae0a-0101-11ef-bc93-c7b262605968 2024-04-22T23:46:08.389 INFO:teuthology.orchestra.run.smithi046.stdout: mon_host = [v2:172.21.15.46:3300/0,v1:172.21.15.46:6789/0] [v2:172.21.15.120:3300/0,v1:172.21.15.120:6789/0] 2024-04-22T23:46:09.024 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:08 smithi120 bash[20187]: cluster 2024-04-22T23:46:07.617191+0000 mgr.smithi046.eiolnw (mgr.14197) 31 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:09.024 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:08 smithi120 bash[20187]: cluster 2024-04-22T23:46:07.617191+0000 mgr.smithi046.eiolnw (mgr.14197) 31 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:09.024 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:08 smithi120 bash[20187]: audit 2024-04-22T23:46:07.999334+0000 mon.smithi046 (mon.0) 296 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:46:09.024 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:08 smithi120 bash[20187]: audit 2024-04-22T23:46:07.999334+0000 mon.smithi046 (mon.0) 296 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:46:09.025 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:08 smithi120 bash[20187]: audit 2024-04-22T23:46:08.000675+0000 mon.smithi046 (mon.0) 297 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:46:09.025 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:08 smithi120 bash[20187]: audit 2024-04-22T23:46:08.000675+0000 mon.smithi046 (mon.0) 297 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:46:09.025 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:08 smithi120 bash[20187]: audit 2024-04-22T23:46:08.340654+0000 mon.smithi046 (mon.0) 298 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:46:09.025 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:08 smithi120 bash[20187]: audit 2024-04-22T23:46:08.340654+0000 mon.smithi046 (mon.0) 298 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:46:09.025 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:08 smithi120 bash[20187]: audit 2024-04-22T23:46:08.343695+0000 mon.smithi046 (mon.0) 299 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:46:09.025 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:08 smithi120 bash[20187]: audit 2024-04-22T23:46:08.343695+0000 mon.smithi046 (mon.0) 299 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:46:09.025 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:08 smithi120 bash[20187]: audit 2024-04-22T23:46:08.347364+0000 mon.smithi046 (mon.0) 300 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:46:09.025 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:08 smithi120 bash[20187]: audit 2024-04-22T23:46:08.347364+0000 mon.smithi046 (mon.0) 300 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:46:09.025 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:08 smithi120 bash[20187]: audit 2024-04-22T23:46:08.397238+0000 mon.smithi046 (mon.0) 301 : audit [DBG] from='client.? 172.21.15.46:0/2799633525' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:46:09.025 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:08 smithi120 bash[20187]: audit 2024-04-22T23:46:08.397238+0000 mon.smithi046 (mon.0) 301 : audit [DBG] from='client.? 172.21.15.46:0/2799633525' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:46:09.025 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:08 smithi120 bash[20187]: audit 2024-04-22T23:46:08.399719+0000 mon.smithi046 (mon.0) 302 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-22T23:46:09.025 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:08 smithi120 bash[20187]: audit 2024-04-22T23:46:08.399719+0000 mon.smithi046 (mon.0) 302 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-22T23:46:09.026 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:08 smithi120 bash[20187]: audit 2024-04-22T23:46:08.400563+0000 mon.smithi046 (mon.0) 303 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-22T23:46:09.026 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:08 smithi120 bash[20187]: audit 2024-04-22T23:46:08.400563+0000 mon.smithi046 (mon.0) 303 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-22T23:46:09.026 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:08 smithi120 bash[20187]: audit 2024-04-22T23:46:08.401221+0000 mon.smithi046 (mon.0) 304 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:46:09.026 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:08 smithi120 bash[20187]: audit 2024-04-22T23:46:08.401221+0000 mon.smithi046 (mon.0) 304 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:46:09.083 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:08 smithi046 bash[18768]: cluster 2024-04-22T23:46:07.617191+0000 mgr.smithi046.eiolnw (mgr.14197) 31 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:09.084 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:08 smithi046 bash[18768]: cluster 2024-04-22T23:46:07.617191+0000 mgr.smithi046.eiolnw (mgr.14197) 31 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:09.084 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:08 smithi046 bash[18768]: audit 2024-04-22T23:46:07.999334+0000 mon.smithi046 (mon.0) 296 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:46:09.084 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:08 smithi046 bash[18768]: audit 2024-04-22T23:46:07.999334+0000 mon.smithi046 (mon.0) 296 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:46:09.084 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:08 smithi046 bash[18768]: audit 2024-04-22T23:46:08.000675+0000 mon.smithi046 (mon.0) 297 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:46:09.084 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:08 smithi046 bash[18768]: audit 2024-04-22T23:46:08.000675+0000 mon.smithi046 (mon.0) 297 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:46:09.084 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:08 smithi046 bash[18768]: audit 2024-04-22T23:46:08.340654+0000 mon.smithi046 (mon.0) 298 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:46:09.084 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:08 smithi046 bash[18768]: audit 2024-04-22T23:46:08.340654+0000 mon.smithi046 (mon.0) 298 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:46:09.084 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:08 smithi046 bash[18768]: audit 2024-04-22T23:46:08.343695+0000 mon.smithi046 (mon.0) 299 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:46:09.084 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:08 smithi046 bash[18768]: audit 2024-04-22T23:46:08.343695+0000 mon.smithi046 (mon.0) 299 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:46:09.084 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:08 smithi046 bash[18768]: audit 2024-04-22T23:46:08.347364+0000 mon.smithi046 (mon.0) 300 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:46:09.084 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:08 smithi046 bash[18768]: audit 2024-04-22T23:46:08.347364+0000 mon.smithi046 (mon.0) 300 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:46:09.085 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:08 smithi046 bash[18768]: audit 2024-04-22T23:46:08.397238+0000 mon.smithi046 (mon.0) 301 : audit [DBG] from='client.? 172.21.15.46:0/2799633525' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:46:09.085 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:08 smithi046 bash[18768]: audit 2024-04-22T23:46:08.397238+0000 mon.smithi046 (mon.0) 301 : audit [DBG] from='client.? 172.21.15.46:0/2799633525' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:46:09.085 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:08 smithi046 bash[18768]: audit 2024-04-22T23:46:08.399719+0000 mon.smithi046 (mon.0) 302 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-22T23:46:09.085 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:08 smithi046 bash[18768]: audit 2024-04-22T23:46:08.399719+0000 mon.smithi046 (mon.0) 302 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-22T23:46:09.085 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:08 smithi046 bash[18768]: audit 2024-04-22T23:46:08.400563+0000 mon.smithi046 (mon.0) 303 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-22T23:46:09.085 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:08 smithi046 bash[18768]: audit 2024-04-22T23:46:08.400563+0000 mon.smithi046 (mon.0) 303 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-22T23:46:09.085 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:08 smithi046 bash[18768]: audit 2024-04-22T23:46:08.401221+0000 mon.smithi046 (mon.0) 304 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:46:09.085 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:08 smithi046 bash[18768]: audit 2024-04-22T23:46:08.401221+0000 mon.smithi046 (mon.0) 304 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:46:09.606 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-04-22T23:46:09.606 DEBUG:teuthology.orchestra.run.smithi046:> set -ex 2024-04-22T23:46:09.607 DEBUG:teuthology.orchestra.run.smithi046:> sudo dd of=/etc/ceph/ceph.conf 2024-04-22T23:46:09.621 DEBUG:teuthology.orchestra.run.smithi046:> set -ex 2024-04-22T23:46:09.621 DEBUG:teuthology.orchestra.run.smithi046:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-04-22T23:46:09.677 DEBUG:teuthology.orchestra.run.smithi120:> set -ex 2024-04-22T23:46:09.677 DEBUG:teuthology.orchestra.run.smithi120:> sudo dd of=/etc/ceph/ceph.conf 2024-04-22T23:46:09.690 DEBUG:teuthology.orchestra.run.smithi120:> set -ex 2024-04-22T23:46:09.690 DEBUG:teuthology.orchestra.run.smithi120:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-04-22T23:46:09.744 INFO:tasks.cephadm:Deploying OSDs... 2024-04-22T23:46:09.744 DEBUG:teuthology.orchestra.run.smithi046:> set -ex 2024-04-22T23:46:09.744 DEBUG:teuthology.orchestra.run.smithi046:> dd if=/scratch_devs of=/dev/stdout 2024-04-22T23:46:09.750 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-04-22T23:46:09.750 DEBUG:teuthology.orchestra.run.smithi046:> stat /dev/nvme1n1 2024-04-22T23:46:09.796 INFO:teuthology.orchestra.run.smithi046.stdout: File: /dev/nvme1n1 2024-04-22T23:46:09.797 INFO:teuthology.orchestra.run.smithi046.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-04-22T23:46:09.797 INFO:teuthology.orchestra.run.smithi046.stdout:Device: 5h/5d Inode: 957 Links: 1 Device type: 103,2 2024-04-22T23:46:09.797 INFO:teuthology.orchestra.run.smithi046.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-04-22T23:46:09.797 INFO:teuthology.orchestra.run.smithi046.stdout:Access: 2024-04-22 23:41:46.400752468 +0000 2024-04-22T23:46:09.797 INFO:teuthology.orchestra.run.smithi046.stdout:Modify: 2024-04-22 23:41:46.400752468 +0000 2024-04-22T23:46:09.797 INFO:teuthology.orchestra.run.smithi046.stdout:Change: 2024-04-22 23:41:46.400752468 +0000 2024-04-22T23:46:09.797 INFO:teuthology.orchestra.run.smithi046.stdout: Birth: - 2024-04-22T23:46:09.797 DEBUG:teuthology.orchestra.run.smithi046:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2024-04-22T23:46:09.856 INFO:teuthology.orchestra.run.smithi046.stderr:1+0 records in 2024-04-22T23:46:09.856 INFO:teuthology.orchestra.run.smithi046.stderr:1+0 records out 2024-04-22T23:46:09.856 INFO:teuthology.orchestra.run.smithi046.stderr:512 bytes copied, 0.000244328 s, 2.1 MB/s 2024-04-22T23:46:09.858 DEBUG:teuthology.orchestra.run.smithi046:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2024-04-22T23:46:09.858 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:09 smithi046 bash[18768]: cephadm 2024-04-22T23:46:08.002405+0000 mgr.smithi046.eiolnw (mgr.14197) 32 : cephadm [INF] Updating smithi046:/etc/ceph/ceph.conf 2024-04-22T23:46:09.858 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:09 smithi046 bash[18768]: cephadm 2024-04-22T23:46:08.002405+0000 mgr.smithi046.eiolnw (mgr.14197) 32 : cephadm [INF] Updating smithi046:/etc/ceph/ceph.conf 2024-04-22T23:46:09.859 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:09 smithi046 bash[18768]: cephadm 2024-04-22T23:46:08.002659+0000 mgr.smithi046.eiolnw (mgr.14197) 33 : cephadm [INF] Updating smithi120:/etc/ceph/ceph.conf 2024-04-22T23:46:09.859 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:09 smithi046 bash[18768]: cephadm 2024-04-22T23:46:08.002659+0000 mgr.smithi046.eiolnw (mgr.14197) 33 : cephadm [INF] Updating smithi120:/etc/ceph/ceph.conf 2024-04-22T23:46:09.859 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:09 smithi046 bash[18768]: cephadm 2024-04-22T23:46:08.167582+0000 mgr.smithi046.eiolnw (mgr.14197) 34 : cephadm [INF] Updating smithi046:/var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-22T23:46:09.859 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:09 smithi046 bash[18768]: cephadm 2024-04-22T23:46:08.167582+0000 mgr.smithi046.eiolnw (mgr.14197) 34 : cephadm [INF] Updating smithi046:/var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-22T23:46:09.859 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:09 smithi046 bash[18768]: cephadm 2024-04-22T23:46:08.167756+0000 mgr.smithi046.eiolnw (mgr.14197) 35 : cephadm [INF] Updating smithi120:/var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-22T23:46:09.859 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:09 smithi046 bash[18768]: cephadm 2024-04-22T23:46:08.167756+0000 mgr.smithi046.eiolnw (mgr.14197) 35 : cephadm [INF] Updating smithi120:/var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-22T23:46:09.859 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:09 smithi046 bash[18768]: cluster 2024-04-22T23:46:08.344520+0000 mgr.smithi046.eiolnw (mgr.14197) 36 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:09.859 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:09 smithi046 bash[18768]: cluster 2024-04-22T23:46:08.344520+0000 mgr.smithi046.eiolnw (mgr.14197) 36 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:09.859 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:09 smithi046 bash[18768]: cluster 2024-04-22T23:46:08.345473+0000 mgr.smithi046.eiolnw (mgr.14197) 37 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:09.860 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:09 smithi046 bash[18768]: cluster 2024-04-22T23:46:08.345473+0000 mgr.smithi046.eiolnw (mgr.14197) 37 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:09.860 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:09 smithi046 bash[18768]: cephadm 2024-04-22T23:46:08.399302+0000 mgr.smithi046.eiolnw (mgr.14197) 38 : cephadm [INF] Reconfiguring mon.smithi046 (unknown last config time)... 2024-04-22T23:46:09.860 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:09 smithi046 bash[18768]: cephadm 2024-04-22T23:46:08.399302+0000 mgr.smithi046.eiolnw (mgr.14197) 38 : cephadm [INF] Reconfiguring mon.smithi046 (unknown last config time)... 2024-04-22T23:46:09.860 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:09 smithi046 bash[18768]: cephadm 2024-04-22T23:46:08.402021+0000 mgr.smithi046.eiolnw (mgr.14197) 39 : cephadm [INF] Reconfiguring daemon mon.smithi046 on smithi046 2024-04-22T23:46:09.860 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:09 smithi046 bash[18768]: cephadm 2024-04-22T23:46:08.402021+0000 mgr.smithi046.eiolnw (mgr.14197) 39 : cephadm [INF] Reconfiguring daemon mon.smithi046 on smithi046 2024-04-22T23:46:09.860 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:09 smithi046 bash[18768]: audit 2024-04-22T23:46:09.400239+0000 mon.smithi046 (mon.0) 305 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:46:09.860 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:09 smithi046 bash[18768]: audit 2024-04-22T23:46:09.400239+0000 mon.smithi046 (mon.0) 305 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:46:09.905 DEBUG:teuthology.orchestra.run.smithi046:> stat /dev/nvme2n1 2024-04-22T23:46:09.951 INFO:teuthology.orchestra.run.smithi046.stdout: File: /dev/nvme2n1 2024-04-22T23:46:09.952 INFO:teuthology.orchestra.run.smithi046.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-04-22T23:46:09.952 INFO:teuthology.orchestra.run.smithi046.stdout:Device: 5h/5d Inode: 966 Links: 1 Device type: 103,4 2024-04-22T23:46:09.952 INFO:teuthology.orchestra.run.smithi046.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-04-22T23:46:09.952 INFO:teuthology.orchestra.run.smithi046.stdout:Access: 2024-04-22 23:41:46.500703976 +0000 2024-04-22T23:46:09.952 INFO:teuthology.orchestra.run.smithi046.stdout:Modify: 2024-04-22 23:41:46.500703976 +0000 2024-04-22T23:46:09.952 INFO:teuthology.orchestra.run.smithi046.stdout:Change: 2024-04-22 23:41:46.500703976 +0000 2024-04-22T23:46:09.952 INFO:teuthology.orchestra.run.smithi046.stdout: Birth: - 2024-04-22T23:46:09.952 DEBUG:teuthology.orchestra.run.smithi046:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2024-04-22T23:46:10.008 INFO:teuthology.orchestra.run.smithi046.stderr:1+0 records in 2024-04-22T23:46:10.008 INFO:teuthology.orchestra.run.smithi046.stderr:1+0 records out 2024-04-22T23:46:10.009 INFO:teuthology.orchestra.run.smithi046.stderr:512 bytes copied, 0.000192759 s, 2.7 MB/s 2024-04-22T23:46:10.009 DEBUG:teuthology.orchestra.run.smithi046:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2024-04-22T23:46:10.024 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:09 smithi120 bash[20187]: cephadm 2024-04-22T23:46:08.002405+0000 mgr.smithi046.eiolnw (mgr.14197) 32 : cephadm [INF] Updating smithi046:/etc/ceph/ceph.conf 2024-04-22T23:46:10.024 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:09 smithi120 bash[20187]: cephadm 2024-04-22T23:46:08.002405+0000 mgr.smithi046.eiolnw (mgr.14197) 32 : cephadm [INF] Updating smithi046:/etc/ceph/ceph.conf 2024-04-22T23:46:10.024 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:09 smithi120 bash[20187]: cephadm 2024-04-22T23:46:08.002659+0000 mgr.smithi046.eiolnw (mgr.14197) 33 : cephadm [INF] Updating smithi120:/etc/ceph/ceph.conf 2024-04-22T23:46:10.024 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:09 smithi120 bash[20187]: cephadm 2024-04-22T23:46:08.002659+0000 mgr.smithi046.eiolnw (mgr.14197) 33 : cephadm [INF] Updating smithi120:/etc/ceph/ceph.conf 2024-04-22T23:46:10.024 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:09 smithi120 bash[20187]: cephadm 2024-04-22T23:46:08.167582+0000 mgr.smithi046.eiolnw (mgr.14197) 34 : cephadm [INF] Updating smithi046:/var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-22T23:46:10.024 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:09 smithi120 bash[20187]: cephadm 2024-04-22T23:46:08.167582+0000 mgr.smithi046.eiolnw (mgr.14197) 34 : cephadm [INF] Updating smithi046:/var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-22T23:46:10.024 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:09 smithi120 bash[20187]: cephadm 2024-04-22T23:46:08.167756+0000 mgr.smithi046.eiolnw (mgr.14197) 35 : cephadm [INF] Updating smithi120:/var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-22T23:46:10.024 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:09 smithi120 bash[20187]: cephadm 2024-04-22T23:46:08.167756+0000 mgr.smithi046.eiolnw (mgr.14197) 35 : cephadm [INF] Updating smithi120:/var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-22T23:46:10.024 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:09 smithi120 bash[20187]: cluster 2024-04-22T23:46:08.344520+0000 mgr.smithi046.eiolnw (mgr.14197) 36 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:10.024 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:09 smithi120 bash[20187]: cluster 2024-04-22T23:46:08.344520+0000 mgr.smithi046.eiolnw (mgr.14197) 36 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:10.024 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:09 smithi120 bash[20187]: cluster 2024-04-22T23:46:08.345473+0000 mgr.smithi046.eiolnw (mgr.14197) 37 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:10.024 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:09 smithi120 bash[20187]: cluster 2024-04-22T23:46:08.345473+0000 mgr.smithi046.eiolnw (mgr.14197) 37 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:10.024 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:09 smithi120 bash[20187]: cephadm 2024-04-22T23:46:08.399302+0000 mgr.smithi046.eiolnw (mgr.14197) 38 : cephadm [INF] Reconfiguring mon.smithi046 (unknown last config time)... 2024-04-22T23:46:10.024 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:09 smithi120 bash[20187]: cephadm 2024-04-22T23:46:08.399302+0000 mgr.smithi046.eiolnw (mgr.14197) 38 : cephadm [INF] Reconfiguring mon.smithi046 (unknown last config time)... 2024-04-22T23:46:10.025 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:09 smithi120 bash[20187]: cephadm 2024-04-22T23:46:08.402021+0000 mgr.smithi046.eiolnw (mgr.14197) 39 : cephadm [INF] Reconfiguring daemon mon.smithi046 on smithi046 2024-04-22T23:46:10.025 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:09 smithi120 bash[20187]: cephadm 2024-04-22T23:46:08.402021+0000 mgr.smithi046.eiolnw (mgr.14197) 39 : cephadm [INF] Reconfiguring daemon mon.smithi046 on smithi046 2024-04-22T23:46:10.025 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:09 smithi120 bash[20187]: audit 2024-04-22T23:46:09.400239+0000 mon.smithi046 (mon.0) 305 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:46:10.025 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:09 smithi120 bash[20187]: audit 2024-04-22T23:46:09.400239+0000 mon.smithi046 (mon.0) 305 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:46:10.058 DEBUG:teuthology.orchestra.run.smithi046:> stat /dev/nvme3n1 2024-04-22T23:46:10.104 INFO:teuthology.orchestra.run.smithi046.stdout: File: /dev/nvme3n1 2024-04-22T23:46:10.104 INFO:teuthology.orchestra.run.smithi046.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-04-22T23:46:10.104 INFO:teuthology.orchestra.run.smithi046.stdout:Device: 5h/5d Inode: 975 Links: 1 Device type: 103,6 2024-04-22T23:46:10.104 INFO:teuthology.orchestra.run.smithi046.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-04-22T23:46:10.104 INFO:teuthology.orchestra.run.smithi046.stdout:Access: 2024-04-22 23:41:46.596657424 +0000 2024-04-22T23:46:10.104 INFO:teuthology.orchestra.run.smithi046.stdout:Modify: 2024-04-22 23:41:46.596657424 +0000 2024-04-22T23:46:10.104 INFO:teuthology.orchestra.run.smithi046.stdout:Change: 2024-04-22 23:41:46.596657424 +0000 2024-04-22T23:46:10.104 INFO:teuthology.orchestra.run.smithi046.stdout: Birth: - 2024-04-22T23:46:10.104 DEBUG:teuthology.orchestra.run.smithi046:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2024-04-22T23:46:10.158 INFO:teuthology.orchestra.run.smithi046.stderr:1+0 records in 2024-04-22T23:46:10.158 INFO:teuthology.orchestra.run.smithi046.stderr:1+0 records out 2024-04-22T23:46:10.158 INFO:teuthology.orchestra.run.smithi046.stderr:512 bytes copied, 0.00036703 s, 1.4 MB/s 2024-04-22T23:46:10.159 DEBUG:teuthology.orchestra.run.smithi046:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2024-04-22T23:46:10.210 DEBUG:teuthology.orchestra.run.smithi046:> stat /dev/nvme4n1 2024-04-22T23:46:10.256 INFO:teuthology.orchestra.run.smithi046.stdout: File: /dev/nvme4n1 2024-04-22T23:46:10.257 INFO:teuthology.orchestra.run.smithi046.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-04-22T23:46:10.257 INFO:teuthology.orchestra.run.smithi046.stdout:Device: 5h/5d Inode: 984 Links: 1 Device type: 103,8 2024-04-22T23:46:10.257 INFO:teuthology.orchestra.run.smithi046.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-04-22T23:46:10.257 INFO:teuthology.orchestra.run.smithi046.stdout:Access: 2024-04-22 23:41:46.688612812 +0000 2024-04-22T23:46:10.257 INFO:teuthology.orchestra.run.smithi046.stdout:Modify: 2024-04-22 23:41:46.688612812 +0000 2024-04-22T23:46:10.257 INFO:teuthology.orchestra.run.smithi046.stdout:Change: 2024-04-22 23:41:46.688612812 +0000 2024-04-22T23:46:10.257 INFO:teuthology.orchestra.run.smithi046.stdout: Birth: - 2024-04-22T23:46:10.257 DEBUG:teuthology.orchestra.run.smithi046:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2024-04-22T23:46:10.310 INFO:teuthology.orchestra.run.smithi046.stderr:1+0 records in 2024-04-22T23:46:10.311 INFO:teuthology.orchestra.run.smithi046.stderr:1+0 records out 2024-04-22T23:46:10.311 INFO:teuthology.orchestra.run.smithi046.stderr:512 bytes copied, 0.000233561 s, 2.2 MB/s 2024-04-22T23:46:10.312 DEBUG:teuthology.orchestra.run.smithi046:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2024-04-22T23:46:10.363 DEBUG:teuthology.orchestra.run.smithi120:> set -ex 2024-04-22T23:46:10.364 DEBUG:teuthology.orchestra.run.smithi120:> dd if=/scratch_devs of=/dev/stdout 2024-04-22T23:46:10.370 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-04-22T23:46:10.370 DEBUG:teuthology.orchestra.run.smithi120:> stat /dev/nvme1n1 2024-04-22T23:46:10.417 INFO:teuthology.orchestra.run.smithi120.stdout: File: /dev/nvme1n1 2024-04-22T23:46:10.417 INFO:teuthology.orchestra.run.smithi120.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-04-22T23:46:10.417 INFO:teuthology.orchestra.run.smithi120.stdout:Device: 5h/5d Inode: 957 Links: 1 Device type: 103,2 2024-04-22T23:46:10.417 INFO:teuthology.orchestra.run.smithi120.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-04-22T23:46:10.417 INFO:teuthology.orchestra.run.smithi120.stdout:Access: 2024-04-22 23:41:47.666170518 +0000 2024-04-22T23:46:10.417 INFO:teuthology.orchestra.run.smithi120.stdout:Modify: 2024-04-22 23:41:47.666170518 +0000 2024-04-22T23:46:10.417 INFO:teuthology.orchestra.run.smithi120.stdout:Change: 2024-04-22 23:41:47.666170518 +0000 2024-04-22T23:46:10.417 INFO:teuthology.orchestra.run.smithi120.stdout: Birth: - 2024-04-22T23:46:10.418 DEBUG:teuthology.orchestra.run.smithi120:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2024-04-22T23:46:10.471 INFO:teuthology.orchestra.run.smithi120.stderr:1+0 records in 2024-04-22T23:46:10.471 INFO:teuthology.orchestra.run.smithi120.stderr:1+0 records out 2024-04-22T23:46:10.471 INFO:teuthology.orchestra.run.smithi120.stderr:512 bytes copied, 0.000454188 s, 1.1 MB/s 2024-04-22T23:46:10.472 DEBUG:teuthology.orchestra.run.smithi120:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2024-04-22T23:46:10.522 DEBUG:teuthology.orchestra.run.smithi120:> stat /dev/nvme2n1 2024-04-22T23:46:10.568 INFO:teuthology.orchestra.run.smithi120.stdout: File: /dev/nvme2n1 2024-04-22T23:46:10.569 INFO:teuthology.orchestra.run.smithi120.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-04-22T23:46:10.569 INFO:teuthology.orchestra.run.smithi120.stdout:Device: 5h/5d Inode: 966 Links: 1 Device type: 103,4 2024-04-22T23:46:10.569 INFO:teuthology.orchestra.run.smithi120.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-04-22T23:46:10.569 INFO:teuthology.orchestra.run.smithi120.stdout:Access: 2024-04-22 23:41:47.758169695 +0000 2024-04-22T23:46:10.569 INFO:teuthology.orchestra.run.smithi120.stdout:Modify: 2024-04-22 23:41:47.758169695 +0000 2024-04-22T23:46:10.569 INFO:teuthology.orchestra.run.smithi120.stdout:Change: 2024-04-22 23:41:47.758169695 +0000 2024-04-22T23:46:10.569 INFO:teuthology.orchestra.run.smithi120.stdout: Birth: - 2024-04-22T23:46:10.569 DEBUG:teuthology.orchestra.run.smithi120:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2024-04-22T23:46:10.623 INFO:teuthology.orchestra.run.smithi120.stderr:1+0 records in 2024-04-22T23:46:10.623 INFO:teuthology.orchestra.run.smithi120.stderr:1+0 records out 2024-04-22T23:46:10.623 INFO:teuthology.orchestra.run.smithi120.stderr:512 bytes copied, 0.000502627 s, 1.0 MB/s 2024-04-22T23:46:10.625 DEBUG:teuthology.orchestra.run.smithi120:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2024-04-22T23:46:10.674 DEBUG:teuthology.orchestra.run.smithi120:> stat /dev/nvme3n1 2024-04-22T23:46:10.721 INFO:teuthology.orchestra.run.smithi120.stdout: File: /dev/nvme3n1 2024-04-22T23:46:10.721 INFO:teuthology.orchestra.run.smithi120.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-04-22T23:46:10.721 INFO:teuthology.orchestra.run.smithi120.stdout:Device: 5h/5d Inode: 975 Links: 1 Device type: 103,6 2024-04-22T23:46:10.721 INFO:teuthology.orchestra.run.smithi120.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-04-22T23:46:10.721 INFO:teuthology.orchestra.run.smithi120.stdout:Access: 2024-04-22 23:41:47.858168801 +0000 2024-04-22T23:46:10.721 INFO:teuthology.orchestra.run.smithi120.stdout:Modify: 2024-04-22 23:41:47.858168801 +0000 2024-04-22T23:46:10.721 INFO:teuthology.orchestra.run.smithi120.stdout:Change: 2024-04-22 23:41:47.858168801 +0000 2024-04-22T23:46:10.721 INFO:teuthology.orchestra.run.smithi120.stdout: Birth: - 2024-04-22T23:46:10.722 DEBUG:teuthology.orchestra.run.smithi120:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2024-04-22T23:46:10.775 INFO:teuthology.orchestra.run.smithi120.stderr:1+0 records in 2024-04-22T23:46:10.775 INFO:teuthology.orchestra.run.smithi120.stderr:1+0 records out 2024-04-22T23:46:10.775 INFO:teuthology.orchestra.run.smithi120.stderr:512 bytes copied, 0.000369137 s, 1.4 MB/s 2024-04-22T23:46:10.776 DEBUG:teuthology.orchestra.run.smithi120:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2024-04-22T23:46:10.826 DEBUG:teuthology.orchestra.run.smithi120:> stat /dev/nvme4n1 2024-04-22T23:46:10.877 INFO:teuthology.orchestra.run.smithi120.stdout: File: /dev/nvme4n1 2024-04-22T23:46:10.877 INFO:teuthology.orchestra.run.smithi120.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-04-22T23:46:10.877 INFO:teuthology.orchestra.run.smithi120.stdout:Device: 5h/5d Inode: 984 Links: 1 Device type: 103,8 2024-04-22T23:46:10.877 INFO:teuthology.orchestra.run.smithi120.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-04-22T23:46:10.877 INFO:teuthology.orchestra.run.smithi120.stdout:Access: 2024-04-22 23:41:47.962167873 +0000 2024-04-22T23:46:10.877 INFO:teuthology.orchestra.run.smithi120.stdout:Modify: 2024-04-22 23:41:47.962167873 +0000 2024-04-22T23:46:10.878 INFO:teuthology.orchestra.run.smithi120.stdout:Change: 2024-04-22 23:41:47.962167873 +0000 2024-04-22T23:46:10.878 INFO:teuthology.orchestra.run.smithi120.stdout: Birth: - 2024-04-22T23:46:10.878 DEBUG:teuthology.orchestra.run.smithi120:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2024-04-22T23:46:10.931 INFO:teuthology.orchestra.run.smithi120.stderr:1+0 records in 2024-04-22T23:46:10.931 INFO:teuthology.orchestra.run.smithi120.stderr:1+0 records out 2024-04-22T23:46:10.931 INFO:teuthology.orchestra.run.smithi120.stderr:512 bytes copied, 0.000465479 s, 1.1 MB/s 2024-04-22T23:46:10.932 DEBUG:teuthology.orchestra.run.smithi120:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2024-04-22T23:46:10.982 DEBUG:teuthology.orchestra.run.smithi120:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e2b7ae0a-0101-11ef-bc93-c7b262605968 -- ceph orch apply osd --all-available-devices 2024-04-22T23:46:12.021 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:11 smithi046 bash[18768]: cluster 2024-04-22T23:46:10.346401+0000 mgr.smithi046.eiolnw (mgr.14197) 40 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:12.021 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:11 smithi046 bash[18768]: cluster 2024-04-22T23:46:10.346401+0000 mgr.smithi046.eiolnw (mgr.14197) 40 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:12.022 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:11 smithi046 bash[18768]: audit 2024-04-22T23:46:10.871540+0000 mon.smithi046 (mon.0) 306 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:46:12.022 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:11 smithi046 bash[18768]: audit 2024-04-22T23:46:10.871540+0000 mon.smithi046 (mon.0) 306 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:46:12.022 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:11 smithi046 bash[18768]: audit 2024-04-22T23:46:10.923142+0000 mon.smithi046 (mon.0) 307 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi046.eiolnw", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-22T23:46:12.022 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:11 smithi046 bash[18768]: audit 2024-04-22T23:46:10.923142+0000 mon.smithi046 (mon.0) 307 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi046.eiolnw", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-22T23:46:12.022 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:11 smithi046 bash[18768]: audit 2024-04-22T23:46:10.925099+0000 mon.smithi046 (mon.0) 308 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-22T23:46:12.022 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:11 smithi046 bash[18768]: audit 2024-04-22T23:46:10.925099+0000 mon.smithi046 (mon.0) 308 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-22T23:46:12.022 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:11 smithi046 bash[18768]: audit 2024-04-22T23:46:10.926815+0000 mon.smithi046 (mon.0) 309 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:46:12.022 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:11 smithi046 bash[18768]: audit 2024-04-22T23:46:10.926815+0000 mon.smithi046 (mon.0) 309 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:46:12.024 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:11 smithi120 bash[20187]: cluster 2024-04-22T23:46:10.346401+0000 mgr.smithi046.eiolnw (mgr.14197) 40 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:12.024 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:11 smithi120 bash[20187]: cluster 2024-04-22T23:46:10.346401+0000 mgr.smithi046.eiolnw (mgr.14197) 40 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:12.024 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:11 smithi120 bash[20187]: audit 2024-04-22T23:46:10.871540+0000 mon.smithi046 (mon.0) 306 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:46:12.024 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:11 smithi120 bash[20187]: audit 2024-04-22T23:46:10.871540+0000 mon.smithi046 (mon.0) 306 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:46:12.024 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:11 smithi120 bash[20187]: audit 2024-04-22T23:46:10.923142+0000 mon.smithi046 (mon.0) 307 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi046.eiolnw", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-22T23:46:12.024 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:11 smithi120 bash[20187]: audit 2024-04-22T23:46:10.923142+0000 mon.smithi046 (mon.0) 307 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi046.eiolnw", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-22T23:46:12.024 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:11 smithi120 bash[20187]: audit 2024-04-22T23:46:10.925099+0000 mon.smithi046 (mon.0) 308 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-22T23:46:12.024 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:11 smithi120 bash[20187]: audit 2024-04-22T23:46:10.925099+0000 mon.smithi046 (mon.0) 308 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-22T23:46:12.024 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:11 smithi120 bash[20187]: audit 2024-04-22T23:46:10.926815+0000 mon.smithi046 (mon.0) 309 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:46:12.024 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:11 smithi120 bash[20187]: audit 2024-04-22T23:46:10.926815+0000 mon.smithi046 (mon.0) 309 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:46:13.023 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:12 smithi120 bash[20187]: cephadm 2024-04-22T23:46:10.922355+0000 mgr.smithi046.eiolnw (mgr.14197) 41 : cephadm [INF] Reconfiguring mgr.smithi046.eiolnw (unknown last config time)... 2024-04-22T23:46:13.024 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:12 smithi120 bash[20187]: cephadm 2024-04-22T23:46:10.922355+0000 mgr.smithi046.eiolnw (mgr.14197) 41 : cephadm [INF] Reconfiguring mgr.smithi046.eiolnw (unknown last config time)... 2024-04-22T23:46:13.024 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:12 smithi120 bash[20187]: cephadm 2024-04-22T23:46:10.928763+0000 mgr.smithi046.eiolnw (mgr.14197) 42 : cephadm [INF] Reconfiguring daemon mgr.smithi046.eiolnw on smithi046 2024-04-22T23:46:13.024 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:12 smithi120 bash[20187]: cephadm 2024-04-22T23:46:10.928763+0000 mgr.smithi046.eiolnw (mgr.14197) 42 : cephadm [INF] Reconfiguring daemon mgr.smithi046.eiolnw on smithi046 2024-04-22T23:46:13.083 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:12 smithi046 bash[18768]: cephadm 2024-04-22T23:46:10.922355+0000 mgr.smithi046.eiolnw (mgr.14197) 41 : cephadm [INF] Reconfiguring mgr.smithi046.eiolnw (unknown last config time)... 2024-04-22T23:46:13.083 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:12 smithi046 bash[18768]: cephadm 2024-04-22T23:46:10.922355+0000 mgr.smithi046.eiolnw (mgr.14197) 41 : cephadm [INF] Reconfiguring mgr.smithi046.eiolnw (unknown last config time)... 2024-04-22T23:46:13.083 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:12 smithi046 bash[18768]: cephadm 2024-04-22T23:46:10.928763+0000 mgr.smithi046.eiolnw (mgr.14197) 42 : cephadm [INF] Reconfiguring daemon mgr.smithi046.eiolnw on smithi046 2024-04-22T23:46:13.083 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:12 smithi046 bash[18768]: cephadm 2024-04-22T23:46:10.928763+0000 mgr.smithi046.eiolnw (mgr.14197) 42 : cephadm [INF] Reconfiguring daemon mgr.smithi046.eiolnw on smithi046 2024-04-22T23:46:14.083 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:13 smithi046 bash[18768]: cluster 2024-04-22T23:46:12.347433+0000 mgr.smithi046.eiolnw (mgr.14197) 43 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:14.083 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:13 smithi046 bash[18768]: cluster 2024-04-22T23:46:12.347433+0000 mgr.smithi046.eiolnw (mgr.14197) 43 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:14.083 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:13 smithi046 bash[18768]: audit 2024-04-22T23:46:12.838165+0000 mon.smithi046 (mon.0) 310 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:46:14.083 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:13 smithi046 bash[18768]: audit 2024-04-22T23:46:12.838165+0000 mon.smithi046 (mon.0) 310 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:46:14.083 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:13 smithi046 bash[18768]: audit 2024-04-22T23:46:12.849697+0000 mon.smithi046 (mon.0) 311 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi046", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2024-04-22T23:46:14.083 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:13 smithi046 bash[18768]: audit 2024-04-22T23:46:12.849697+0000 mon.smithi046 (mon.0) 311 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi046", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2024-04-22T23:46:14.083 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:13 smithi046 bash[18768]: audit 2024-04-22T23:46:12.851899+0000 mon.smithi046 (mon.0) 312 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:46:14.083 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:13 smithi046 bash[18768]: audit 2024-04-22T23:46:12.851899+0000 mon.smithi046 (mon.0) 312 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:46:14.184 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:13 smithi120 bash[20187]: cluster 2024-04-22T23:46:12.347433+0000 mgr.smithi046.eiolnw (mgr.14197) 43 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:14.184 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:13 smithi120 bash[20187]: cluster 2024-04-22T23:46:12.347433+0000 mgr.smithi046.eiolnw (mgr.14197) 43 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:14.185 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:13 smithi120 bash[20187]: audit 2024-04-22T23:46:12.838165+0000 mon.smithi046 (mon.0) 310 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:46:14.185 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:13 smithi120 bash[20187]: audit 2024-04-22T23:46:12.838165+0000 mon.smithi046 (mon.0) 310 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:46:14.185 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:13 smithi120 bash[20187]: audit 2024-04-22T23:46:12.849697+0000 mon.smithi046 (mon.0) 311 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi046", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2024-04-22T23:46:14.185 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:13 smithi120 bash[20187]: audit 2024-04-22T23:46:12.849697+0000 mon.smithi046 (mon.0) 311 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi046", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2024-04-22T23:46:14.185 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:13 smithi120 bash[20187]: audit 2024-04-22T23:46:12.851899+0000 mon.smithi046 (mon.0) 312 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:46:14.185 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:13 smithi120 bash[20187]: audit 2024-04-22T23:46:12.851899+0000 mon.smithi046 (mon.0) 312 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:46:15.274 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:14 smithi120 bash[20187]: cephadm 2024-04-22T23:46:12.848901+0000 mgr.smithi046.eiolnw (mgr.14197) 44 : cephadm [INF] Reconfiguring ceph-exporter.smithi046 (monmap changed)... 2024-04-22T23:46:15.274 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:14 smithi120 bash[20187]: cephadm 2024-04-22T23:46:12.848901+0000 mgr.smithi046.eiolnw (mgr.14197) 44 : cephadm [INF] Reconfiguring ceph-exporter.smithi046 (monmap changed)... 2024-04-22T23:46:15.274 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:14 smithi120 bash[20187]: cephadm 2024-04-22T23:46:12.853803+0000 mgr.smithi046.eiolnw (mgr.14197) 45 : cephadm [INF] Reconfiguring daemon ceph-exporter.smithi046 on smithi046 2024-04-22T23:46:15.274 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:14 smithi120 bash[20187]: cephadm 2024-04-22T23:46:12.853803+0000 mgr.smithi046.eiolnw (mgr.14197) 45 : cephadm [INF] Reconfiguring daemon ceph-exporter.smithi046 on smithi046 2024-04-22T23:46:15.274 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:14 smithi120 bash[20187]: audit 2024-04-22T23:46:14.791617+0000 mon.smithi046 (mon.0) 313 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:46:15.274 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:14 smithi120 bash[20187]: audit 2024-04-22T23:46:14.791617+0000 mon.smithi046 (mon.0) 313 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:46:15.274 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:14 smithi120 bash[20187]: audit 2024-04-22T23:46:14.823890+0000 mon.smithi046 (mon.0) 314 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi046", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-04-22T23:46:15.275 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:14 smithi120 bash[20187]: audit 2024-04-22T23:46:14.823890+0000 mon.smithi046 (mon.0) 314 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi046", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-04-22T23:46:15.275 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:14 smithi120 bash[20187]: audit 2024-04-22T23:46:14.825845+0000 mon.smithi046 (mon.0) 315 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:46:15.275 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:14 smithi120 bash[20187]: audit 2024-04-22T23:46:14.825845+0000 mon.smithi046 (mon.0) 315 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:46:15.275 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:14 smithi046 bash[18768]: cephadm 2024-04-22T23:46:12.848901+0000 mgr.smithi046.eiolnw (mgr.14197) 44 : cephadm [INF] Reconfiguring ceph-exporter.smithi046 (monmap changed)... 2024-04-22T23:46:15.275 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:14 smithi046 bash[18768]: cephadm 2024-04-22T23:46:12.848901+0000 mgr.smithi046.eiolnw (mgr.14197) 44 : cephadm [INF] Reconfiguring ceph-exporter.smithi046 (monmap changed)... 2024-04-22T23:46:15.275 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:14 smithi046 bash[18768]: cephadm 2024-04-22T23:46:12.853803+0000 mgr.smithi046.eiolnw (mgr.14197) 45 : cephadm [INF] Reconfiguring daemon ceph-exporter.smithi046 on smithi046 2024-04-22T23:46:15.275 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:14 smithi046 bash[18768]: cephadm 2024-04-22T23:46:12.853803+0000 mgr.smithi046.eiolnw (mgr.14197) 45 : cephadm [INF] Reconfiguring daemon ceph-exporter.smithi046 on smithi046 2024-04-22T23:46:15.275 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:14 smithi046 bash[18768]: audit 2024-04-22T23:46:14.791617+0000 mon.smithi046 (mon.0) 313 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:46:15.275 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:14 smithi046 bash[18768]: audit 2024-04-22T23:46:14.791617+0000 mon.smithi046 (mon.0) 313 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:46:15.275 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:14 smithi046 bash[18768]: audit 2024-04-22T23:46:14.823890+0000 mon.smithi046 (mon.0) 314 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi046", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-04-22T23:46:15.275 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:14 smithi046 bash[18768]: audit 2024-04-22T23:46:14.823890+0000 mon.smithi046 (mon.0) 314 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi046", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-04-22T23:46:15.276 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:14 smithi046 bash[18768]: audit 2024-04-22T23:46:14.825845+0000 mon.smithi046 (mon.0) 315 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:46:15.276 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:14 smithi046 bash[18768]: audit 2024-04-22T23:46:14.825845+0000 mon.smithi046 (mon.0) 315 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:46:15.766 INFO:teuthology.orchestra.run.smithi120.stderr:Inferring config /var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/mon.smithi120/config 2024-04-22T23:46:16.157 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:15 smithi046 bash[18768]: cluster 2024-04-22T23:46:14.348587+0000 mgr.smithi046.eiolnw (mgr.14197) 46 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:16.157 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:15 smithi046 bash[18768]: cluster 2024-04-22T23:46:14.348587+0000 mgr.smithi046.eiolnw (mgr.14197) 46 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:16.157 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:15 smithi046 bash[18768]: cephadm 2024-04-22T23:46:14.823150+0000 mgr.smithi046.eiolnw (mgr.14197) 47 : cephadm [INF] Reconfiguring crash.smithi046 (monmap changed)... 2024-04-22T23:46:16.157 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:15 smithi046 bash[18768]: cephadm 2024-04-22T23:46:14.823150+0000 mgr.smithi046.eiolnw (mgr.14197) 47 : cephadm [INF] Reconfiguring crash.smithi046 (monmap changed)... 2024-04-22T23:46:16.158 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:15 smithi046 bash[18768]: cephadm 2024-04-22T23:46:14.827810+0000 mgr.smithi046.eiolnw (mgr.14197) 48 : cephadm [INF] Reconfiguring daemon crash.smithi046 on smithi046 2024-04-22T23:46:16.158 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:15 smithi046 bash[18768]: cephadm 2024-04-22T23:46:14.827810+0000 mgr.smithi046.eiolnw (mgr.14197) 48 : cephadm [INF] Reconfiguring daemon crash.smithi046 on smithi046 2024-04-22T23:46:16.274 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:15 smithi120 bash[20187]: cluster 2024-04-22T23:46:14.348587+0000 mgr.smithi046.eiolnw (mgr.14197) 46 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:16.274 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:15 smithi120 bash[20187]: cluster 2024-04-22T23:46:14.348587+0000 mgr.smithi046.eiolnw (mgr.14197) 46 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:16.274 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:15 smithi120 bash[20187]: cephadm 2024-04-22T23:46:14.823150+0000 mgr.smithi046.eiolnw (mgr.14197) 47 : cephadm [INF] Reconfiguring crash.smithi046 (monmap changed)... 2024-04-22T23:46:16.274 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:15 smithi120 bash[20187]: cephadm 2024-04-22T23:46:14.823150+0000 mgr.smithi046.eiolnw (mgr.14197) 47 : cephadm [INF] Reconfiguring crash.smithi046 (monmap changed)... 2024-04-22T23:46:16.274 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:15 smithi120 bash[20187]: cephadm 2024-04-22T23:46:14.827810+0000 mgr.smithi046.eiolnw (mgr.14197) 48 : cephadm [INF] Reconfiguring daemon crash.smithi046 on smithi046 2024-04-22T23:46:16.274 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:15 smithi120 bash[20187]: cephadm 2024-04-22T23:46:14.827810+0000 mgr.smithi046.eiolnw (mgr.14197) 48 : cephadm [INF] Reconfiguring daemon crash.smithi046 on smithi046 2024-04-22T23:46:17.086 INFO:teuthology.orchestra.run.smithi120.stdout:Scheduled osd.all-available-devices update... 2024-04-22T23:46:17.670 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2024-04-22T23:46:17.671 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e2b7ae0a-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:46:18.024 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:17 smithi120 bash[20187]: cluster 2024-04-22T23:46:16.349748+0000 mgr.smithi046.eiolnw (mgr.14197) 49 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:18.024 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:17 smithi120 bash[20187]: cluster 2024-04-22T23:46:16.349748+0000 mgr.smithi046.eiolnw (mgr.14197) 49 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:18.024 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:17 smithi120 bash[20187]: audit 2024-04-22T23:46:16.799997+0000 mon.smithi046 (mon.0) 316 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:46:18.024 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:17 smithi120 bash[20187]: audit 2024-04-22T23:46:16.799997+0000 mon.smithi046 (mon.0) 316 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:46:18.024 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:17 smithi120 bash[20187]: audit 2024-04-22T23:46:17.093725+0000 mon.smithi046 (mon.0) 317 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:46:18.024 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:17 smithi120 bash[20187]: audit 2024-04-22T23:46:17.093725+0000 mon.smithi046 (mon.0) 317 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:46:18.046 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:17 smithi046 bash[18768]: cluster 2024-04-22T23:46:16.349748+0000 mgr.smithi046.eiolnw (mgr.14197) 49 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:18.046 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:17 smithi046 bash[18768]: cluster 2024-04-22T23:46:16.349748+0000 mgr.smithi046.eiolnw (mgr.14197) 49 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:18.046 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:17 smithi046 bash[18768]: audit 2024-04-22T23:46:16.799997+0000 mon.smithi046 (mon.0) 316 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:46:18.046 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:17 smithi046 bash[18768]: audit 2024-04-22T23:46:16.799997+0000 mon.smithi046 (mon.0) 316 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:46:18.046 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:17 smithi046 bash[18768]: audit 2024-04-22T23:46:17.093725+0000 mon.smithi046 (mon.0) 317 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:46:18.046 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:17 smithi046 bash[18768]: audit 2024-04-22T23:46:17.093725+0000 mon.smithi046 (mon.0) 317 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:46:19.083 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:18 smithi046 bash[18768]: cephadm 2024-04-22T23:46:16.848233+0000 mgr.smithi046.eiolnw (mgr.14197) 50 : cephadm [INF] Reconfiguring alertmanager.smithi046 (dependencies changed)... 2024-04-22T23:46:19.084 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:18 smithi046 bash[18768]: cephadm 2024-04-22T23:46:16.848233+0000 mgr.smithi046.eiolnw (mgr.14197) 50 : cephadm [INF] Reconfiguring alertmanager.smithi046 (dependencies changed)... 2024-04-22T23:46:19.084 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:18 smithi046 bash[18768]: cephadm 2024-04-22T23:46:16.883635+0000 mgr.smithi046.eiolnw (mgr.14197) 51 : cephadm [INF] Reconfiguring daemon alertmanager.smithi046 on smithi046 2024-04-22T23:46:19.084 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:18 smithi046 bash[18768]: cephadm 2024-04-22T23:46:16.883635+0000 mgr.smithi046.eiolnw (mgr.14197) 51 : cephadm [INF] Reconfiguring daemon alertmanager.smithi046 on smithi046 2024-04-22T23:46:19.084 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:18 smithi046 bash[18768]: audit 2024-04-22T23:46:17.081241+0000 mgr.smithi046.eiolnw (mgr.14197) 52 : audit [DBG] from='client.24099 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T23:46:19.084 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:18 smithi046 bash[18768]: audit 2024-04-22T23:46:17.081241+0000 mgr.smithi046.eiolnw (mgr.14197) 52 : audit [DBG] from='client.24099 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T23:46:19.084 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:18 smithi046 bash[18768]: cephadm 2024-04-22T23:46:17.085590+0000 mgr.smithi046.eiolnw (mgr.14197) 53 : cephadm [INF] Marking host: smithi046 for OSDSpec preview refresh. 2024-04-22T23:46:19.084 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:18 smithi046 bash[18768]: cephadm 2024-04-22T23:46:17.085590+0000 mgr.smithi046.eiolnw (mgr.14197) 53 : cephadm [INF] Marking host: smithi046 for OSDSpec preview refresh. 2024-04-22T23:46:19.084 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:18 smithi046 bash[18768]: cephadm 2024-04-22T23:46:17.085846+0000 mgr.smithi046.eiolnw (mgr.14197) 54 : cephadm [INF] Marking host: smithi120 for OSDSpec preview refresh. 2024-04-22T23:46:19.084 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:18 smithi046 bash[18768]: cephadm 2024-04-22T23:46:17.085846+0000 mgr.smithi046.eiolnw (mgr.14197) 54 : cephadm [INF] Marking host: smithi120 for OSDSpec preview refresh. 2024-04-22T23:46:19.084 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:18 smithi046 bash[18768]: cephadm 2024-04-22T23:46:17.086640+0000 mgr.smithi046.eiolnw (mgr.14197) 55 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2024-04-22T23:46:19.084 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:18 smithi046 bash[18768]: cephadm 2024-04-22T23:46:17.086640+0000 mgr.smithi046.eiolnw (mgr.14197) 55 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2024-04-22T23:46:19.185 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:18 smithi120 bash[20187]: cephadm 2024-04-22T23:46:16.848233+0000 mgr.smithi046.eiolnw (mgr.14197) 50 : cephadm [INF] Reconfiguring alertmanager.smithi046 (dependencies changed)... 2024-04-22T23:46:19.185 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:18 smithi120 bash[20187]: cephadm 2024-04-22T23:46:16.848233+0000 mgr.smithi046.eiolnw (mgr.14197) 50 : cephadm [INF] Reconfiguring alertmanager.smithi046 (dependencies changed)... 2024-04-22T23:46:19.185 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:18 smithi120 bash[20187]: cephadm 2024-04-22T23:46:16.883635+0000 mgr.smithi046.eiolnw (mgr.14197) 51 : cephadm [INF] Reconfiguring daemon alertmanager.smithi046 on smithi046 2024-04-22T23:46:19.185 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:18 smithi120 bash[20187]: cephadm 2024-04-22T23:46:16.883635+0000 mgr.smithi046.eiolnw (mgr.14197) 51 : cephadm [INF] Reconfiguring daemon alertmanager.smithi046 on smithi046 2024-04-22T23:46:19.185 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:18 smithi120 bash[20187]: audit 2024-04-22T23:46:17.081241+0000 mgr.smithi046.eiolnw (mgr.14197) 52 : audit [DBG] from='client.24099 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T23:46:19.185 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:18 smithi120 bash[20187]: audit 2024-04-22T23:46:17.081241+0000 mgr.smithi046.eiolnw (mgr.14197) 52 : audit [DBG] from='client.24099 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T23:46:19.185 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:18 smithi120 bash[20187]: cephadm 2024-04-22T23:46:17.085590+0000 mgr.smithi046.eiolnw (mgr.14197) 53 : cephadm [INF] Marking host: smithi046 for OSDSpec preview refresh. 2024-04-22T23:46:19.185 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:18 smithi120 bash[20187]: cephadm 2024-04-22T23:46:17.085590+0000 mgr.smithi046.eiolnw (mgr.14197) 53 : cephadm [INF] Marking host: smithi046 for OSDSpec preview refresh. 2024-04-22T23:46:19.186 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:18 smithi120 bash[20187]: cephadm 2024-04-22T23:46:17.085846+0000 mgr.smithi046.eiolnw (mgr.14197) 54 : cephadm [INF] Marking host: smithi120 for OSDSpec preview refresh. 2024-04-22T23:46:19.186 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:18 smithi120 bash[20187]: cephadm 2024-04-22T23:46:17.085846+0000 mgr.smithi046.eiolnw (mgr.14197) 54 : cephadm [INF] Marking host: smithi120 for OSDSpec preview refresh. 2024-04-22T23:46:19.186 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:18 smithi120 bash[20187]: cephadm 2024-04-22T23:46:17.086640+0000 mgr.smithi046.eiolnw (mgr.14197) 55 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2024-04-22T23:46:19.186 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:18 smithi120 bash[20187]: cephadm 2024-04-22T23:46:17.086640+0000 mgr.smithi046.eiolnw (mgr.14197) 55 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2024-04-22T23:46:20.042 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:19 smithi046 bash[18768]: cluster 2024-04-22T23:46:18.350807+0000 mgr.smithi046.eiolnw (mgr.14197) 56 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:20.042 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:19 smithi046 bash[18768]: cluster 2024-04-22T23:46:18.350807+0000 mgr.smithi046.eiolnw (mgr.14197) 56 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:20.274 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:19 smithi120 bash[20187]: cluster 2024-04-22T23:46:18.350807+0000 mgr.smithi046.eiolnw (mgr.14197) 56 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:20.274 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:19 smithi120 bash[20187]: cluster 2024-04-22T23:46:18.350807+0000 mgr.smithi046.eiolnw (mgr.14197) 56 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:22.064 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:21 smithi046 bash[18768]: cluster 2024-04-22T23:46:20.351767+0000 mgr.smithi046.eiolnw (mgr.14197) 57 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:22.064 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:21 smithi046 bash[18768]: cluster 2024-04-22T23:46:20.351767+0000 mgr.smithi046.eiolnw (mgr.14197) 57 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:22.064 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:21 smithi046 bash[18768]: audit 2024-04-22T23:46:21.260719+0000 mon.smithi046 (mon.0) 318 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:46:22.064 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:21 smithi046 bash[18768]: audit 2024-04-22T23:46:21.260719+0000 mon.smithi046 (mon.0) 318 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:46:22.274 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:21 smithi120 bash[20187]: cluster 2024-04-22T23:46:20.351767+0000 mgr.smithi046.eiolnw (mgr.14197) 57 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:22.274 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:21 smithi120 bash[20187]: cluster 2024-04-22T23:46:20.351767+0000 mgr.smithi046.eiolnw (mgr.14197) 57 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:22.274 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:21 smithi120 bash[20187]: audit 2024-04-22T23:46:21.260719+0000 mon.smithi046 (mon.0) 318 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:46:22.274 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:21 smithi120 bash[20187]: audit 2024-04-22T23:46:21.260719+0000 mon.smithi046 (mon.0) 318 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:46:22.946 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:22 smithi046 bash[18768]: cephadm 2024-04-22T23:46:21.309809+0000 mgr.smithi046.eiolnw (mgr.14197) 58 : cephadm [INF] Reconfiguring grafana.smithi046 (dependencies changed)... 2024-04-22T23:46:22.946 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:22 smithi046 bash[18768]: cephadm 2024-04-22T23:46:21.309809+0000 mgr.smithi046.eiolnw (mgr.14197) 58 : cephadm [INF] Reconfiguring grafana.smithi046 (dependencies changed)... 2024-04-22T23:46:22.946 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:22 smithi046 bash[18768]: cephadm 2024-04-22T23:46:21.327497+0000 mgr.smithi046.eiolnw (mgr.14197) 59 : cephadm [INF] Reconfiguring daemon grafana.smithi046 on smithi046 2024-04-22T23:46:22.946 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:22 smithi046 bash[18768]: cephadm 2024-04-22T23:46:21.327497+0000 mgr.smithi046.eiolnw (mgr.14197) 59 : cephadm [INF] Reconfiguring daemon grafana.smithi046 on smithi046 2024-04-22T23:46:23.274 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:22 smithi120 bash[20187]: cephadm 2024-04-22T23:46:21.309809+0000 mgr.smithi046.eiolnw (mgr.14197) 58 : cephadm [INF] Reconfiguring grafana.smithi046 (dependencies changed)... 2024-04-22T23:46:23.274 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:22 smithi120 bash[20187]: cephadm 2024-04-22T23:46:21.309809+0000 mgr.smithi046.eiolnw (mgr.14197) 58 : cephadm [INF] Reconfiguring grafana.smithi046 (dependencies changed)... 2024-04-22T23:46:23.274 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:22 smithi120 bash[20187]: cephadm 2024-04-22T23:46:21.327497+0000 mgr.smithi046.eiolnw (mgr.14197) 59 : cephadm [INF] Reconfiguring daemon grafana.smithi046 on smithi046 2024-04-22T23:46:23.274 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:22 smithi120 bash[20187]: cephadm 2024-04-22T23:46:21.327497+0000 mgr.smithi046.eiolnw (mgr.14197) 59 : cephadm [INF] Reconfiguring daemon grafana.smithi046 on smithi046 2024-04-22T23:46:24.083 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:23 smithi046 bash[18768]: cluster 2024-04-22T23:46:22.352685+0000 mgr.smithi046.eiolnw (mgr.14197) 60 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:24.083 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:23 smithi046 bash[18768]: cluster 2024-04-22T23:46:22.352685+0000 mgr.smithi046.eiolnw (mgr.14197) 60 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:24.185 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:23 smithi120 bash[20187]: cluster 2024-04-22T23:46:22.352685+0000 mgr.smithi046.eiolnw (mgr.14197) 60 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:24.185 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:23 smithi120 bash[20187]: cluster 2024-04-22T23:46:22.352685+0000 mgr.smithi046.eiolnw (mgr.14197) 60 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:24.464 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/mon.smithi046/config 2024-04-22T23:46:25.083 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:24 smithi046 bash[18768]: audit 2024-04-22T23:46:24.399938+0000 mon.smithi046 (mon.0) 319 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:46:25.083 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:24 smithi046 bash[18768]: audit 2024-04-22T23:46:24.399938+0000 mon.smithi046 (mon.0) 319 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:46:25.274 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:24 smithi120 bash[20187]: audit 2024-04-22T23:46:24.399938+0000 mon.smithi046 (mon.0) 319 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:46:25.274 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:24 smithi120 bash[20187]: audit 2024-04-22T23:46:24.399938+0000 mon.smithi046 (mon.0) 319 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:46:25.908 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:25 smithi046 bash[18768]: cluster 2024-04-22T23:46:24.353198+0000 mgr.smithi046.eiolnw (mgr.14197) 61 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:25.909 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:25 smithi046 bash[18768]: cluster 2024-04-22T23:46:24.353198+0000 mgr.smithi046.eiolnw (mgr.14197) 61 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:26.012 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T23:46:26.274 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:25 smithi120 bash[20187]: cluster 2024-04-22T23:46:24.353198+0000 mgr.smithi046.eiolnw (mgr.14197) 61 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:26.274 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:25 smithi120 bash[20187]: cluster 2024-04-22T23:46:24.353198+0000 mgr.smithi046.eiolnw (mgr.14197) 61 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:27.083 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:26 smithi046 bash[18768]: audit 2024-04-22T23:46:26.021584+0000 mon.smithi046 (mon.0) 320 : audit [DBG] from='client.? 172.21.15.46:0/497798647' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:46:27.083 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:26 smithi046 bash[18768]: audit 2024-04-22T23:46:26.021584+0000 mon.smithi046 (mon.0) 320 : audit [DBG] from='client.? 172.21.15.46:0/497798647' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:46:27.083 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:26 smithi046 bash[18768]: audit 2024-04-22T23:46:26.577327+0000 mon.smithi046 (mon.0) 321 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:46:27.083 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:26 smithi046 bash[18768]: audit 2024-04-22T23:46:26.577327+0000 mon.smithi046 (mon.0) 321 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:46:27.274 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:26 smithi120 bash[20187]: audit 2024-04-22T23:46:26.021584+0000 mon.smithi046 (mon.0) 320 : audit [DBG] from='client.? 172.21.15.46:0/497798647' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:46:27.274 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:26 smithi120 bash[20187]: audit 2024-04-22T23:46:26.021584+0000 mon.smithi046 (mon.0) 320 : audit [DBG] from='client.? 172.21.15.46:0/497798647' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:46:27.274 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:26 smithi120 bash[20187]: audit 2024-04-22T23:46:26.577327+0000 mon.smithi046 (mon.0) 321 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:46:27.274 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:26 smithi120 bash[20187]: audit 2024-04-22T23:46:26.577327+0000 mon.smithi046 (mon.0) 321 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:46:27.297 INFO:teuthology.orchestra.run.smithi046.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-22T23:46:28.083 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:27 smithi046 bash[18768]: cluster 2024-04-22T23:46:26.353776+0000 mgr.smithi046.eiolnw (mgr.14197) 62 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:28.083 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:27 smithi046 bash[18768]: cluster 2024-04-22T23:46:26.353776+0000 mgr.smithi046.eiolnw (mgr.14197) 62 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:28.083 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:27 smithi046 bash[18768]: cephadm 2024-04-22T23:46:26.623308+0000 mgr.smithi046.eiolnw (mgr.14197) 63 : cephadm [INF] Reconfiguring prometheus.smithi046 (dependencies changed)... 2024-04-22T23:46:28.083 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:27 smithi046 bash[18768]: cephadm 2024-04-22T23:46:26.623308+0000 mgr.smithi046.eiolnw (mgr.14197) 63 : cephadm [INF] Reconfiguring prometheus.smithi046 (dependencies changed)... 2024-04-22T23:46:28.274 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:27 smithi120 bash[20187]: cluster 2024-04-22T23:46:26.353776+0000 mgr.smithi046.eiolnw (mgr.14197) 62 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:28.274 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:27 smithi120 bash[20187]: cluster 2024-04-22T23:46:26.353776+0000 mgr.smithi046.eiolnw (mgr.14197) 62 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:28.274 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:27 smithi120 bash[20187]: cephadm 2024-04-22T23:46:26.623308+0000 mgr.smithi046.eiolnw (mgr.14197) 63 : cephadm [INF] Reconfiguring prometheus.smithi046 (dependencies changed)... 2024-04-22T23:46:28.274 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:27 smithi120 bash[20187]: cephadm 2024-04-22T23:46:26.623308+0000 mgr.smithi046.eiolnw (mgr.14197) 63 : cephadm [INF] Reconfiguring prometheus.smithi046 (dependencies changed)... 2024-04-22T23:46:28.298 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e2b7ae0a-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:46:29.001 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:28 smithi046 bash[18768]: cephadm 2024-04-22T23:46:26.882222+0000 mgr.smithi046.eiolnw (mgr.14197) 64 : cephadm [INF] Reconfiguring daemon prometheus.smithi046 on smithi046 2024-04-22T23:46:29.001 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:28 smithi046 bash[18768]: cephadm 2024-04-22T23:46:26.882222+0000 mgr.smithi046.eiolnw (mgr.14197) 64 : cephadm [INF] Reconfiguring daemon prometheus.smithi046 on smithi046 2024-04-22T23:46:29.185 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:28 smithi120 bash[20187]: cephadm 2024-04-22T23:46:26.882222+0000 mgr.smithi046.eiolnw (mgr.14197) 64 : cephadm [INF] Reconfiguring daemon prometheus.smithi046 on smithi046 2024-04-22T23:46:29.185 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:28 smithi120 bash[20187]: cephadm 2024-04-22T23:46:26.882222+0000 mgr.smithi046.eiolnw (mgr.14197) 64 : cephadm [INF] Reconfiguring daemon prometheus.smithi046 on smithi046 2024-04-22T23:46:30.162 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:29 smithi046 bash[18768]: cluster 2024-04-22T23:46:28.354397+0000 mgr.smithi046.eiolnw (mgr.14197) 65 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:30.162 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:29 smithi046 bash[18768]: cluster 2024-04-22T23:46:28.354397+0000 mgr.smithi046.eiolnw (mgr.14197) 65 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:30.274 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:29 smithi120 bash[20187]: cluster 2024-04-22T23:46:28.354397+0000 mgr.smithi046.eiolnw (mgr.14197) 65 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:30.274 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:29 smithi120 bash[20187]: cluster 2024-04-22T23:46:28.354397+0000 mgr.smithi046.eiolnw (mgr.14197) 65 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:31.274 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:30 smithi120 bash[20187]: cluster 2024-04-22T23:46:30.354934+0000 mgr.smithi046.eiolnw (mgr.14197) 66 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:31.274 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:30 smithi120 bash[20187]: cluster 2024-04-22T23:46:30.354934+0000 mgr.smithi046.eiolnw (mgr.14197) 66 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:31.307 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:30 smithi046 bash[18768]: cluster 2024-04-22T23:46:30.354934+0000 mgr.smithi046.eiolnw (mgr.14197) 66 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:31.307 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:30 smithi046 bash[18768]: cluster 2024-04-22T23:46:30.354934+0000 mgr.smithi046.eiolnw (mgr.14197) 66 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:33.073 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/mon.smithi046/config 2024-04-22T23:46:33.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:32 smithi046 bash[18768]: audit 2024-04-22T23:46:31.814875+0000 mon.smithi046 (mon.0) 322 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:46:33.083 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:32 smithi046 bash[18768]: audit 2024-04-22T23:46:31.814875+0000 mon.smithi046 (mon.0) 322 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:46:33.083 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:32 smithi046 bash[18768]: audit 2024-04-22T23:46:31.858438+0000 mon.smithi046 (mon.0) 323 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi120", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2024-04-22T23:46:33.083 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:32 smithi046 bash[18768]: audit 2024-04-22T23:46:31.858438+0000 mon.smithi046 (mon.0) 323 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi120", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2024-04-22T23:46:33.083 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:32 smithi046 bash[18768]: audit 2024-04-22T23:46:31.859427+0000 mon.smithi046 (mon.0) 324 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:46:33.083 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:32 smithi046 bash[18768]: audit 2024-04-22T23:46:31.859427+0000 mon.smithi046 (mon.0) 324 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:46:33.216 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:32 smithi120 bash[20187]: audit 2024-04-22T23:46:31.814875+0000 mon.smithi046 (mon.0) 322 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:46:33.216 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:32 smithi120 bash[20187]: audit 2024-04-22T23:46:31.814875+0000 mon.smithi046 (mon.0) 322 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:46:33.217 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:32 smithi120 bash[20187]: audit 2024-04-22T23:46:31.858438+0000 mon.smithi046 (mon.0) 323 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi120", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2024-04-22T23:46:33.217 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:32 smithi120 bash[20187]: audit 2024-04-22T23:46:31.858438+0000 mon.smithi046 (mon.0) 323 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi120", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2024-04-22T23:46:33.217 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:32 smithi120 bash[20187]: audit 2024-04-22T23:46:31.859427+0000 mon.smithi046 (mon.0) 324 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:46:33.217 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:32 smithi120 bash[20187]: audit 2024-04-22T23:46:31.859427+0000 mon.smithi046 (mon.0) 324 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:46:34.024 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:33 smithi120 bash[20187]: cephadm 2024-04-22T23:46:31.858036+0000 mgr.smithi046.eiolnw (mgr.14197) 67 : cephadm [INF] Reconfiguring ceph-exporter.smithi120 (monmap changed)... 2024-04-22T23:46:34.024 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:33 smithi120 bash[20187]: cephadm 2024-04-22T23:46:31.858036+0000 mgr.smithi046.eiolnw (mgr.14197) 67 : cephadm [INF] Reconfiguring ceph-exporter.smithi120 (monmap changed)... 2024-04-22T23:46:34.024 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:33 smithi120 bash[20187]: cephadm 2024-04-22T23:46:31.860374+0000 mgr.smithi046.eiolnw (mgr.14197) 68 : cephadm [INF] Reconfiguring daemon ceph-exporter.smithi120 on smithi120 2024-04-22T23:46:34.024 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:33 smithi120 bash[20187]: cephadm 2024-04-22T23:46:31.860374+0000 mgr.smithi046.eiolnw (mgr.14197) 68 : cephadm [INF] Reconfiguring daemon ceph-exporter.smithi120 on smithi120 2024-04-22T23:46:34.024 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:33 smithi120 bash[20187]: cluster 2024-04-22T23:46:32.355866+0000 mgr.smithi046.eiolnw (mgr.14197) 69 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:34.024 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:33 smithi120 bash[20187]: cluster 2024-04-22T23:46:32.355866+0000 mgr.smithi046.eiolnw (mgr.14197) 69 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:34.083 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:33 smithi046 bash[18768]: cephadm 2024-04-22T23:46:31.858036+0000 mgr.smithi046.eiolnw (mgr.14197) 67 : cephadm [INF] Reconfiguring ceph-exporter.smithi120 (monmap changed)... 2024-04-22T23:46:34.083 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:33 smithi046 bash[18768]: cephadm 2024-04-22T23:46:31.858036+0000 mgr.smithi046.eiolnw (mgr.14197) 67 : cephadm [INF] Reconfiguring ceph-exporter.smithi120 (monmap changed)... 2024-04-22T23:46:34.083 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:33 smithi046 bash[18768]: cephadm 2024-04-22T23:46:31.860374+0000 mgr.smithi046.eiolnw (mgr.14197) 68 : cephadm [INF] Reconfiguring daemon ceph-exporter.smithi120 on smithi120 2024-04-22T23:46:34.083 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:33 smithi046 bash[18768]: cephadm 2024-04-22T23:46:31.860374+0000 mgr.smithi046.eiolnw (mgr.14197) 68 : cephadm [INF] Reconfiguring daemon ceph-exporter.smithi120 on smithi120 2024-04-22T23:46:34.083 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:33 smithi046 bash[18768]: cluster 2024-04-22T23:46:32.355866+0000 mgr.smithi046.eiolnw (mgr.14197) 69 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:34.083 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:33 smithi046 bash[18768]: cluster 2024-04-22T23:46:32.355866+0000 mgr.smithi046.eiolnw (mgr.14197) 69 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:34.353 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T23:46:34.966 INFO:teuthology.orchestra.run.smithi046.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-22T23:46:35.083 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:34 smithi046 bash[18768]: audit 2024-04-22T23:46:33.943418+0000 mon.smithi046 (mon.0) 325 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:46:35.083 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:34 smithi046 bash[18768]: audit 2024-04-22T23:46:33.943418+0000 mon.smithi046 (mon.0) 325 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:46:35.083 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:34 smithi046 bash[18768]: cephadm 2024-04-22T23:46:33.979710+0000 mgr.smithi046.eiolnw (mgr.14197) 70 : cephadm [INF] Reconfiguring crash.smithi120 (monmap changed)... 2024-04-22T23:46:35.083 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:34 smithi046 bash[18768]: cephadm 2024-04-22T23:46:33.979710+0000 mgr.smithi046.eiolnw (mgr.14197) 70 : cephadm [INF] Reconfiguring crash.smithi120 (monmap changed)... 2024-04-22T23:46:35.083 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:34 smithi046 bash[18768]: audit 2024-04-22T23:46:33.980373+0000 mon.smithi046 (mon.0) 326 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi120", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-04-22T23:46:35.083 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:34 smithi046 bash[18768]: audit 2024-04-22T23:46:33.980373+0000 mon.smithi046 (mon.0) 326 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi120", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-04-22T23:46:35.084 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:34 smithi046 bash[18768]: audit 2024-04-22T23:46:33.981833+0000 mon.smithi046 (mon.0) 327 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:46:35.084 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:34 smithi046 bash[18768]: audit 2024-04-22T23:46:33.981833+0000 mon.smithi046 (mon.0) 327 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:46:35.084 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:34 smithi046 bash[18768]: cephadm 2024-04-22T23:46:33.983054+0000 mgr.smithi046.eiolnw (mgr.14197) 71 : cephadm [INF] Reconfiguring daemon crash.smithi120 on smithi120 2024-04-22T23:46:35.084 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:34 smithi046 bash[18768]: cephadm 2024-04-22T23:46:33.983054+0000 mgr.smithi046.eiolnw (mgr.14197) 71 : cephadm [INF] Reconfiguring daemon crash.smithi120 on smithi120 2024-04-22T23:46:35.084 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:34 smithi046 bash[18768]: cluster 2024-04-22T23:46:34.356823+0000 mgr.smithi046.eiolnw (mgr.14197) 72 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:35.084 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:34 smithi046 bash[18768]: cluster 2024-04-22T23:46:34.356823+0000 mgr.smithi046.eiolnw (mgr.14197) 72 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:35.084 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:34 smithi046 bash[18768]: audit 2024-04-22T23:46:34.362614+0000 mon.smithi046 (mon.0) 328 : audit [DBG] from='client.? 172.21.15.46:0/821733632' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:46:35.084 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:34 smithi046 bash[18768]: audit 2024-04-22T23:46:34.362614+0000 mon.smithi046 (mon.0) 328 : audit [DBG] from='client.? 172.21.15.46:0/821733632' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:46:35.225 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:34 smithi120 bash[20187]: audit 2024-04-22T23:46:33.943418+0000 mon.smithi046 (mon.0) 325 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:46:35.225 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:34 smithi120 bash[20187]: audit 2024-04-22T23:46:33.943418+0000 mon.smithi046 (mon.0) 325 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:46:35.225 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:34 smithi120 bash[20187]: cephadm 2024-04-22T23:46:33.979710+0000 mgr.smithi046.eiolnw (mgr.14197) 70 : cephadm [INF] Reconfiguring crash.smithi120 (monmap changed)... 2024-04-22T23:46:35.225 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:34 smithi120 bash[20187]: cephadm 2024-04-22T23:46:33.979710+0000 mgr.smithi046.eiolnw (mgr.14197) 70 : cephadm [INF] Reconfiguring crash.smithi120 (monmap changed)... 2024-04-22T23:46:35.226 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:34 smithi120 bash[20187]: audit 2024-04-22T23:46:33.980373+0000 mon.smithi046 (mon.0) 326 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi120", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-04-22T23:46:35.226 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:34 smithi120 bash[20187]: audit 2024-04-22T23:46:33.980373+0000 mon.smithi046 (mon.0) 326 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi120", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-04-22T23:46:35.226 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:34 smithi120 bash[20187]: audit 2024-04-22T23:46:33.981833+0000 mon.smithi046 (mon.0) 327 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:46:35.226 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:34 smithi120 bash[20187]: audit 2024-04-22T23:46:33.981833+0000 mon.smithi046 (mon.0) 327 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:46:35.226 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:34 smithi120 bash[20187]: cephadm 2024-04-22T23:46:33.983054+0000 mgr.smithi046.eiolnw (mgr.14197) 71 : cephadm [INF] Reconfiguring daemon crash.smithi120 on smithi120 2024-04-22T23:46:35.226 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:34 smithi120 bash[20187]: cephadm 2024-04-22T23:46:33.983054+0000 mgr.smithi046.eiolnw (mgr.14197) 71 : cephadm [INF] Reconfiguring daemon crash.smithi120 on smithi120 2024-04-22T23:46:35.226 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:34 smithi120 bash[20187]: cluster 2024-04-22T23:46:34.356823+0000 mgr.smithi046.eiolnw (mgr.14197) 72 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:35.226 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:34 smithi120 bash[20187]: cluster 2024-04-22T23:46:34.356823+0000 mgr.smithi046.eiolnw (mgr.14197) 72 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:35.226 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:34 smithi120 bash[20187]: audit 2024-04-22T23:46:34.362614+0000 mon.smithi046 (mon.0) 328 : audit [DBG] from='client.? 172.21.15.46:0/821733632' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:46:35.226 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:34 smithi120 bash[20187]: audit 2024-04-22T23:46:34.362614+0000 mon.smithi046 (mon.0) 328 : audit [DBG] from='client.? 172.21.15.46:0/821733632' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:46:35.967 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e2b7ae0a-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:46:37.083 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:36 smithi046 bash[18768]: audit 2024-04-22T23:46:35.836075+0000 mon.smithi046 (mon.0) 329 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:46:37.083 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:36 smithi046 bash[18768]: audit 2024-04-22T23:46:35.836075+0000 mon.smithi046 (mon.0) 329 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:46:37.083 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:36 smithi046 bash[18768]: audit 2024-04-22T23:46:35.852304+0000 mon.smithi046 (mon.0) 330 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi120.lvpbmt", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-22T23:46:37.083 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:36 smithi046 bash[18768]: audit 2024-04-22T23:46:35.852304+0000 mon.smithi046 (mon.0) 330 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi120.lvpbmt", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-22T23:46:37.084 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:36 smithi046 bash[18768]: audit 2024-04-22T23:46:35.854356+0000 mon.smithi046 (mon.0) 331 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-22T23:46:37.084 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:36 smithi046 bash[18768]: audit 2024-04-22T23:46:35.854356+0000 mon.smithi046 (mon.0) 331 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-22T23:46:37.084 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:36 smithi046 bash[18768]: audit 2024-04-22T23:46:35.856027+0000 mon.smithi046 (mon.0) 332 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:46:37.084 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:36 smithi046 bash[18768]: audit 2024-04-22T23:46:35.856027+0000 mon.smithi046 (mon.0) 332 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:46:37.233 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:36 smithi120 bash[20187]: audit 2024-04-22T23:46:35.836075+0000 mon.smithi046 (mon.0) 329 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:46:37.233 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:36 smithi120 bash[20187]: audit 2024-04-22T23:46:35.836075+0000 mon.smithi046 (mon.0) 329 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:46:37.234 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:36 smithi120 bash[20187]: audit 2024-04-22T23:46:35.852304+0000 mon.smithi046 (mon.0) 330 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi120.lvpbmt", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-22T23:46:37.234 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:36 smithi120 bash[20187]: audit 2024-04-22T23:46:35.852304+0000 mon.smithi046 (mon.0) 330 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi120.lvpbmt", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-22T23:46:37.234 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:36 smithi120 bash[20187]: audit 2024-04-22T23:46:35.854356+0000 mon.smithi046 (mon.0) 331 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-22T23:46:37.234 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:36 smithi120 bash[20187]: audit 2024-04-22T23:46:35.854356+0000 mon.smithi046 (mon.0) 331 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-22T23:46:37.234 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:36 smithi120 bash[20187]: audit 2024-04-22T23:46:35.856027+0000 mon.smithi046 (mon.0) 332 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:46:37.234 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:36 smithi120 bash[20187]: audit 2024-04-22T23:46:35.856027+0000 mon.smithi046 (mon.0) 332 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:46:38.083 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:37 smithi046 bash[18768]: cephadm 2024-04-22T23:46:35.851546+0000 mgr.smithi046.eiolnw (mgr.14197) 73 : cephadm [INF] Reconfiguring mgr.smithi120.lvpbmt (monmap changed)... 2024-04-22T23:46:38.083 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:37 smithi046 bash[18768]: cephadm 2024-04-22T23:46:35.851546+0000 mgr.smithi046.eiolnw (mgr.14197) 73 : cephadm [INF] Reconfiguring mgr.smithi120.lvpbmt (monmap changed)... 2024-04-22T23:46:38.083 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:37 smithi046 bash[18768]: cephadm 2024-04-22T23:46:35.858102+0000 mgr.smithi046.eiolnw (mgr.14197) 74 : cephadm [INF] Reconfiguring daemon mgr.smithi120.lvpbmt on smithi120 2024-04-22T23:46:38.083 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:37 smithi046 bash[18768]: cephadm 2024-04-22T23:46:35.858102+0000 mgr.smithi046.eiolnw (mgr.14197) 74 : cephadm [INF] Reconfiguring daemon mgr.smithi120.lvpbmt on smithi120 2024-04-22T23:46:38.084 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:37 smithi046 bash[18768]: cluster 2024-04-22T23:46:36.357865+0000 mgr.smithi046.eiolnw (mgr.14197) 75 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:38.084 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:37 smithi046 bash[18768]: cluster 2024-04-22T23:46:36.357865+0000 mgr.smithi046.eiolnw (mgr.14197) 75 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:38.084 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:37 smithi046 bash[18768]: audit 2024-04-22T23:46:37.678283+0000 mon.smithi046 (mon.0) 333 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:46:38.084 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:37 smithi046 bash[18768]: audit 2024-04-22T23:46:37.678283+0000 mon.smithi046 (mon.0) 333 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:46:38.084 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:37 smithi046 bash[18768]: audit 2024-04-22T23:46:37.729468+0000 mon.smithi046 (mon.0) 334 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-22T23:46:38.084 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:37 smithi046 bash[18768]: audit 2024-04-22T23:46:37.729468+0000 mon.smithi046 (mon.0) 334 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-22T23:46:38.084 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:37 smithi046 bash[18768]: audit 2024-04-22T23:46:37.731678+0000 mon.smithi046 (mon.0) 335 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-22T23:46:38.084 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:37 smithi046 bash[18768]: audit 2024-04-22T23:46:37.731678+0000 mon.smithi046 (mon.0) 335 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-22T23:46:38.084 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:37 smithi046 bash[18768]: audit 2024-04-22T23:46:37.733609+0000 mon.smithi046 (mon.0) 336 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:46:38.084 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:37 smithi046 bash[18768]: audit 2024-04-22T23:46:37.733609+0000 mon.smithi046 (mon.0) 336 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:46:38.166 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:37 smithi120 bash[20187]: cephadm 2024-04-22T23:46:35.851546+0000 mgr.smithi046.eiolnw (mgr.14197) 73 : cephadm [INF] Reconfiguring mgr.smithi120.lvpbmt (monmap changed)... 2024-04-22T23:46:38.166 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:37 smithi120 bash[20187]: cephadm 2024-04-22T23:46:35.851546+0000 mgr.smithi046.eiolnw (mgr.14197) 73 : cephadm [INF] Reconfiguring mgr.smithi120.lvpbmt (monmap changed)... 2024-04-22T23:46:38.167 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:37 smithi120 bash[20187]: cephadm 2024-04-22T23:46:35.858102+0000 mgr.smithi046.eiolnw (mgr.14197) 74 : cephadm [INF] Reconfiguring daemon mgr.smithi120.lvpbmt on smithi120 2024-04-22T23:46:38.167 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:37 smithi120 bash[20187]: cephadm 2024-04-22T23:46:35.858102+0000 mgr.smithi046.eiolnw (mgr.14197) 74 : cephadm [INF] Reconfiguring daemon mgr.smithi120.lvpbmt on smithi120 2024-04-22T23:46:38.167 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:37 smithi120 bash[20187]: cluster 2024-04-22T23:46:36.357865+0000 mgr.smithi046.eiolnw (mgr.14197) 75 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:38.167 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:37 smithi120 bash[20187]: cluster 2024-04-22T23:46:36.357865+0000 mgr.smithi046.eiolnw (mgr.14197) 75 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:38.167 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:37 smithi120 bash[20187]: audit 2024-04-22T23:46:37.678283+0000 mon.smithi046 (mon.0) 333 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:46:38.167 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:37 smithi120 bash[20187]: audit 2024-04-22T23:46:37.678283+0000 mon.smithi046 (mon.0) 333 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:46:38.167 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:37 smithi120 bash[20187]: audit 2024-04-22T23:46:37.729468+0000 mon.smithi046 (mon.0) 334 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-22T23:46:38.167 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:37 smithi120 bash[20187]: audit 2024-04-22T23:46:37.729468+0000 mon.smithi046 (mon.0) 334 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-22T23:46:38.167 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:37 smithi120 bash[20187]: audit 2024-04-22T23:46:37.731678+0000 mon.smithi046 (mon.0) 335 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-22T23:46:38.167 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:37 smithi120 bash[20187]: audit 2024-04-22T23:46:37.731678+0000 mon.smithi046 (mon.0) 335 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-22T23:46:38.167 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:37 smithi120 bash[20187]: audit 2024-04-22T23:46:37.733609+0000 mon.smithi046 (mon.0) 336 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:46:38.167 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:37 smithi120 bash[20187]: audit 2024-04-22T23:46:37.733609+0000 mon.smithi046 (mon.0) 336 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:46:39.186 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:38 smithi120 bash[20187]: cephadm 2024-04-22T23:46:37.728625+0000 mgr.smithi046.eiolnw (mgr.14197) 76 : cephadm [INF] Reconfiguring mon.smithi120 (monmap changed)... 2024-04-22T23:46:39.186 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:38 smithi120 bash[20187]: cephadm 2024-04-22T23:46:37.728625+0000 mgr.smithi046.eiolnw (mgr.14197) 76 : cephadm [INF] Reconfiguring mon.smithi120 (monmap changed)... 2024-04-22T23:46:39.186 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:38 smithi120 bash[20187]: cephadm 2024-04-22T23:46:37.736007+0000 mgr.smithi046.eiolnw (mgr.14197) 77 : cephadm [INF] Reconfiguring daemon mon.smithi120 on smithi120 2024-04-22T23:46:39.186 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:38 smithi120 bash[20187]: cephadm 2024-04-22T23:46:37.736007+0000 mgr.smithi046.eiolnw (mgr.14197) 77 : cephadm [INF] Reconfiguring daemon mon.smithi120 on smithi120 2024-04-22T23:46:39.333 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:38 smithi046 bash[18768]: cephadm 2024-04-22T23:46:37.728625+0000 mgr.smithi046.eiolnw (mgr.14197) 76 : cephadm [INF] Reconfiguring mon.smithi120 (monmap changed)... 2024-04-22T23:46:39.333 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:38 smithi046 bash[18768]: cephadm 2024-04-22T23:46:37.728625+0000 mgr.smithi046.eiolnw (mgr.14197) 76 : cephadm [INF] Reconfiguring mon.smithi120 (monmap changed)... 2024-04-22T23:46:39.333 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:38 smithi046 bash[18768]: cephadm 2024-04-22T23:46:37.736007+0000 mgr.smithi046.eiolnw (mgr.14197) 77 : cephadm [INF] Reconfiguring daemon mon.smithi120 on smithi120 2024-04-22T23:46:39.333 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:38 smithi046 bash[18768]: cephadm 2024-04-22T23:46:37.736007+0000 mgr.smithi046.eiolnw (mgr.14197) 77 : cephadm [INF] Reconfiguring daemon mon.smithi120 on smithi120 2024-04-22T23:46:39.968 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:39 smithi046 bash[18768]: cluster 2024-04-22T23:46:38.358901+0000 mgr.smithi046.eiolnw (mgr.14197) 78 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:39.968 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:39 smithi046 bash[18768]: cluster 2024-04-22T23:46:38.358901+0000 mgr.smithi046.eiolnw (mgr.14197) 78 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:39.968 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:39 smithi046 bash[18768]: audit 2024-04-22T23:46:39.401026+0000 mon.smithi046 (mon.0) 337 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:46:39.968 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:39 smithi046 bash[18768]: audit 2024-04-22T23:46:39.401026+0000 mon.smithi046 (mon.0) 337 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:46:39.968 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:39 smithi046 bash[18768]: audit 2024-04-22T23:46:39.618480+0000 mon.smithi046 (mon.0) 338 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:46:39.968 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:39 smithi046 bash[18768]: audit 2024-04-22T23:46:39.618480+0000 mon.smithi046 (mon.0) 338 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:46:39.969 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:39 smithi046 bash[18768]: audit 2024-04-22T23:46:39.668460+0000 mon.smithi046 (mon.0) 339 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-04-22T23:46:39.969 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:39 smithi046 bash[18768]: audit 2024-04-22T23:46:39.668460+0000 mon.smithi046 (mon.0) 339 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-04-22T23:46:39.969 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:39 smithi046 bash[18768]: audit 2024-04-22T23:46:39.672161+0000 mon.smithi046 (mon.0) 340 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi046.front.sepia.ceph.com:9093"}]: dispatch 2024-04-22T23:46:39.969 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:39 smithi046 bash[18768]: audit 2024-04-22T23:46:39.672161+0000 mon.smithi046 (mon.0) 340 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi046.front.sepia.ceph.com:9093"}]: dispatch 2024-04-22T23:46:39.969 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:39 smithi046 bash[18768]: audit 2024-04-22T23:46:39.679898+0000 mon.smithi046 (mon.0) 341 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:46:39.969 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:39 smithi046 bash[18768]: audit 2024-04-22T23:46:39.679898+0000 mon.smithi046 (mon.0) 341 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:46:39.969 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:39 smithi046 bash[18768]: audit 2024-04-22T23:46:39.701887+0000 mon.smithi046 (mon.0) 342 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-04-22T23:46:39.969 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:39 smithi046 bash[18768]: audit 2024-04-22T23:46:39.701887+0000 mon.smithi046 (mon.0) 342 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-04-22T23:46:39.969 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:39 smithi046 bash[18768]: audit 2024-04-22T23:46:39.710762+0000 mon.smithi046 (mon.0) 343 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi046.front.sepia.ceph.com:3000"}]: dispatch 2024-04-22T23:46:39.969 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:39 smithi046 bash[18768]: audit 2024-04-22T23:46:39.710762+0000 mon.smithi046 (mon.0) 343 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi046.front.sepia.ceph.com:3000"}]: dispatch 2024-04-22T23:46:39.969 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:39 smithi046 bash[18768]: audit 2024-04-22T23:46:39.718515+0000 mon.smithi046 (mon.0) 344 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:46:39.969 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:39 smithi046 bash[18768]: audit 2024-04-22T23:46:39.718515+0000 mon.smithi046 (mon.0) 344 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:46:39.969 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:39 smithi046 bash[18768]: audit 2024-04-22T23:46:39.739950+0000 mon.smithi046 (mon.0) 345 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-04-22T23:46:39.970 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:39 smithi046 bash[18768]: audit 2024-04-22T23:46:39.739950+0000 mon.smithi046 (mon.0) 345 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-04-22T23:46:39.970 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:39 smithi046 bash[18768]: audit 2024-04-22T23:46:39.752577+0000 mon.smithi046 (mon.0) 346 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi046.front.sepia.ceph.com:9095"}]: dispatch 2024-04-22T23:46:39.970 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:39 smithi046 bash[18768]: audit 2024-04-22T23:46:39.752577+0000 mon.smithi046 (mon.0) 346 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi046.front.sepia.ceph.com:9095"}]: dispatch 2024-04-22T23:46:39.970 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:39 smithi046 bash[18768]: audit 2024-04-22T23:46:39.762191+0000 mon.smithi046 (mon.0) 347 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:46:39.970 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:39 smithi046 bash[18768]: audit 2024-04-22T23:46:39.762191+0000 mon.smithi046 (mon.0) 347 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:46:39.970 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:39 smithi046 bash[18768]: audit 2024-04-22T23:46:39.793642+0000 mon.smithi046 (mon.0) 348 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:46:39.970 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:39 smithi046 bash[18768]: audit 2024-04-22T23:46:39.793642+0000 mon.smithi046 (mon.0) 348 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:46:40.274 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:39 smithi120 bash[20187]: cluster 2024-04-22T23:46:38.358901+0000 mgr.smithi046.eiolnw (mgr.14197) 78 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:40.274 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:39 smithi120 bash[20187]: cluster 2024-04-22T23:46:38.358901+0000 mgr.smithi046.eiolnw (mgr.14197) 78 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:40.274 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:39 smithi120 bash[20187]: audit 2024-04-22T23:46:39.401026+0000 mon.smithi046 (mon.0) 337 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:46:40.275 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:39 smithi120 bash[20187]: audit 2024-04-22T23:46:39.401026+0000 mon.smithi046 (mon.0) 337 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:46:40.275 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:39 smithi120 bash[20187]: audit 2024-04-22T23:46:39.618480+0000 mon.smithi046 (mon.0) 338 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:46:40.275 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:39 smithi120 bash[20187]: audit 2024-04-22T23:46:39.618480+0000 mon.smithi046 (mon.0) 338 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:46:40.275 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:39 smithi120 bash[20187]: audit 2024-04-22T23:46:39.668460+0000 mon.smithi046 (mon.0) 339 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-04-22T23:46:40.275 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:39 smithi120 bash[20187]: audit 2024-04-22T23:46:39.668460+0000 mon.smithi046 (mon.0) 339 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-04-22T23:46:40.275 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:39 smithi120 bash[20187]: audit 2024-04-22T23:46:39.672161+0000 mon.smithi046 (mon.0) 340 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi046.front.sepia.ceph.com:9093"}]: dispatch 2024-04-22T23:46:40.275 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:39 smithi120 bash[20187]: audit 2024-04-22T23:46:39.672161+0000 mon.smithi046 (mon.0) 340 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi046.front.sepia.ceph.com:9093"}]: dispatch 2024-04-22T23:46:40.275 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:39 smithi120 bash[20187]: audit 2024-04-22T23:46:39.679898+0000 mon.smithi046 (mon.0) 341 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:46:40.275 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:39 smithi120 bash[20187]: audit 2024-04-22T23:46:39.679898+0000 mon.smithi046 (mon.0) 341 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:46:40.275 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:39 smithi120 bash[20187]: audit 2024-04-22T23:46:39.701887+0000 mon.smithi046 (mon.0) 342 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-04-22T23:46:40.275 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:39 smithi120 bash[20187]: audit 2024-04-22T23:46:39.701887+0000 mon.smithi046 (mon.0) 342 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-04-22T23:46:40.275 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:39 smithi120 bash[20187]: audit 2024-04-22T23:46:39.710762+0000 mon.smithi046 (mon.0) 343 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi046.front.sepia.ceph.com:3000"}]: dispatch 2024-04-22T23:46:40.276 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:39 smithi120 bash[20187]: audit 2024-04-22T23:46:39.710762+0000 mon.smithi046 (mon.0) 343 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi046.front.sepia.ceph.com:3000"}]: dispatch 2024-04-22T23:46:40.276 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:39 smithi120 bash[20187]: audit 2024-04-22T23:46:39.718515+0000 mon.smithi046 (mon.0) 344 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:46:40.276 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:39 smithi120 bash[20187]: audit 2024-04-22T23:46:39.718515+0000 mon.smithi046 (mon.0) 344 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:46:40.276 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:39 smithi120 bash[20187]: audit 2024-04-22T23:46:39.739950+0000 mon.smithi046 (mon.0) 345 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-04-22T23:46:40.276 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:39 smithi120 bash[20187]: audit 2024-04-22T23:46:39.739950+0000 mon.smithi046 (mon.0) 345 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-04-22T23:46:40.276 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:39 smithi120 bash[20187]: audit 2024-04-22T23:46:39.752577+0000 mon.smithi046 (mon.0) 346 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi046.front.sepia.ceph.com:9095"}]: dispatch 2024-04-22T23:46:40.276 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:39 smithi120 bash[20187]: audit 2024-04-22T23:46:39.752577+0000 mon.smithi046 (mon.0) 346 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi046.front.sepia.ceph.com:9095"}]: dispatch 2024-04-22T23:46:40.276 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:39 smithi120 bash[20187]: audit 2024-04-22T23:46:39.762191+0000 mon.smithi046 (mon.0) 347 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:46:40.276 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:39 smithi120 bash[20187]: audit 2024-04-22T23:46:39.762191+0000 mon.smithi046 (mon.0) 347 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:46:40.276 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:39 smithi120 bash[20187]: audit 2024-04-22T23:46:39.793642+0000 mon.smithi046 (mon.0) 348 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:46:40.277 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:39 smithi120 bash[20187]: audit 2024-04-22T23:46:39.793642+0000 mon.smithi046 (mon.0) 348 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:46:40.737 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/mon.smithi046/config 2024-04-22T23:46:41.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:40 smithi046 bash[18768]: audit 2024-04-22T23:46:39.669495+0000 mgr.smithi046.eiolnw (mgr.14197) 79 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-04-22T23:46:41.083 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:40 smithi046 bash[18768]: audit 2024-04-22T23:46:39.669495+0000 mgr.smithi046.eiolnw (mgr.14197) 79 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-04-22T23:46:41.083 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:40 smithi046 bash[18768]: audit 2024-04-22T23:46:39.673045+0000 mgr.smithi046.eiolnw (mgr.14197) 80 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi046.front.sepia.ceph.com:9093"}]: dispatch 2024-04-22T23:46:41.083 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:40 smithi046 bash[18768]: audit 2024-04-22T23:46:39.673045+0000 mgr.smithi046.eiolnw (mgr.14197) 80 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi046.front.sepia.ceph.com:9093"}]: dispatch 2024-04-22T23:46:41.083 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:40 smithi046 bash[18768]: audit 2024-04-22T23:46:39.702903+0000 mgr.smithi046.eiolnw (mgr.14197) 81 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-04-22T23:46:41.083 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:40 smithi046 bash[18768]: audit 2024-04-22T23:46:39.702903+0000 mgr.smithi046.eiolnw (mgr.14197) 81 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-04-22T23:46:41.083 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:40 smithi046 bash[18768]: audit 2024-04-22T23:46:39.711732+0000 mgr.smithi046.eiolnw (mgr.14197) 82 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi046.front.sepia.ceph.com:3000"}]: dispatch 2024-04-22T23:46:41.083 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:40 smithi046 bash[18768]: audit 2024-04-22T23:46:39.711732+0000 mgr.smithi046.eiolnw (mgr.14197) 82 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi046.front.sepia.ceph.com:3000"}]: dispatch 2024-04-22T23:46:41.083 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:40 smithi046 bash[18768]: audit 2024-04-22T23:46:39.740807+0000 mgr.smithi046.eiolnw (mgr.14197) 83 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-04-22T23:46:41.083 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:40 smithi046 bash[18768]: audit 2024-04-22T23:46:39.740807+0000 mgr.smithi046.eiolnw (mgr.14197) 83 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-04-22T23:46:41.083 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:40 smithi046 bash[18768]: audit 2024-04-22T23:46:39.753732+0000 mgr.smithi046.eiolnw (mgr.14197) 84 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi046.front.sepia.ceph.com:9095"}]: dispatch 2024-04-22T23:46:41.083 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:40 smithi046 bash[18768]: audit 2024-04-22T23:46:39.753732+0000 mgr.smithi046.eiolnw (mgr.14197) 84 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi046.front.sepia.ceph.com:9095"}]: dispatch 2024-04-22T23:46:41.084 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:40 smithi046 bash[18768]: cluster 2024-04-22T23:46:40.359913+0000 mgr.smithi046.eiolnw (mgr.14197) 85 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:41.084 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:40 smithi046 bash[18768]: cluster 2024-04-22T23:46:40.359913+0000 mgr.smithi046.eiolnw (mgr.14197) 85 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:41.274 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:40 smithi120 bash[20187]: audit 2024-04-22T23:46:39.669495+0000 mgr.smithi046.eiolnw (mgr.14197) 79 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-04-22T23:46:41.274 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:40 smithi120 bash[20187]: audit 2024-04-22T23:46:39.669495+0000 mgr.smithi046.eiolnw (mgr.14197) 79 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-04-22T23:46:41.274 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:40 smithi120 bash[20187]: audit 2024-04-22T23:46:39.673045+0000 mgr.smithi046.eiolnw (mgr.14197) 80 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi046.front.sepia.ceph.com:9093"}]: dispatch 2024-04-22T23:46:41.275 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:40 smithi120 bash[20187]: audit 2024-04-22T23:46:39.673045+0000 mgr.smithi046.eiolnw (mgr.14197) 80 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi046.front.sepia.ceph.com:9093"}]: dispatch 2024-04-22T23:46:41.275 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:40 smithi120 bash[20187]: audit 2024-04-22T23:46:39.702903+0000 mgr.smithi046.eiolnw (mgr.14197) 81 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-04-22T23:46:41.275 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:40 smithi120 bash[20187]: audit 2024-04-22T23:46:39.702903+0000 mgr.smithi046.eiolnw (mgr.14197) 81 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-04-22T23:46:41.275 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:40 smithi120 bash[20187]: audit 2024-04-22T23:46:39.711732+0000 mgr.smithi046.eiolnw (mgr.14197) 82 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi046.front.sepia.ceph.com:3000"}]: dispatch 2024-04-22T23:46:41.275 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:40 smithi120 bash[20187]: audit 2024-04-22T23:46:39.711732+0000 mgr.smithi046.eiolnw (mgr.14197) 82 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi046.front.sepia.ceph.com:3000"}]: dispatch 2024-04-22T23:46:41.275 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:40 smithi120 bash[20187]: audit 2024-04-22T23:46:39.740807+0000 mgr.smithi046.eiolnw (mgr.14197) 83 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-04-22T23:46:41.275 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:40 smithi120 bash[20187]: audit 2024-04-22T23:46:39.740807+0000 mgr.smithi046.eiolnw (mgr.14197) 83 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-04-22T23:46:41.275 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:40 smithi120 bash[20187]: audit 2024-04-22T23:46:39.753732+0000 mgr.smithi046.eiolnw (mgr.14197) 84 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi046.front.sepia.ceph.com:9095"}]: dispatch 2024-04-22T23:46:41.275 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:40 smithi120 bash[20187]: audit 2024-04-22T23:46:39.753732+0000 mgr.smithi046.eiolnw (mgr.14197) 84 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi046.front.sepia.ceph.com:9095"}]: dispatch 2024-04-22T23:46:41.275 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:40 smithi120 bash[20187]: cluster 2024-04-22T23:46:40.359913+0000 mgr.smithi046.eiolnw (mgr.14197) 85 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:41.275 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:40 smithi120 bash[20187]: cluster 2024-04-22T23:46:40.359913+0000 mgr.smithi046.eiolnw (mgr.14197) 85 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:42.080 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T23:46:42.524 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:42 smithi120 bash[20187]: audit 2024-04-22T23:46:42.088913+0000 mon.smithi046 (mon.0) 349 : audit [DBG] from='client.? 172.21.15.46:0/1886528928' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:46:42.524 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:42 smithi120 bash[20187]: audit 2024-04-22T23:46:42.088913+0000 mon.smithi046 (mon.0) 349 : audit [DBG] from='client.? 172.21.15.46:0/1886528928' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:46:42.583 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:42 smithi046 bash[18768]: audit 2024-04-22T23:46:42.088913+0000 mon.smithi046 (mon.0) 349 : audit [DBG] from='client.? 172.21.15.46:0/1886528928' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:46:42.583 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:42 smithi046 bash[18768]: audit 2024-04-22T23:46:42.088913+0000 mon.smithi046 (mon.0) 349 : audit [DBG] from='client.? 172.21.15.46:0/1886528928' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:46:42.703 INFO:teuthology.orchestra.run.smithi046.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-22T23:46:43.524 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:43 smithi120 bash[20187]: cluster 2024-04-22T23:46:42.360894+0000 mgr.smithi046.eiolnw (mgr.14197) 86 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:43.524 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:43 smithi120 bash[20187]: cluster 2024-04-22T23:46:42.360894+0000 mgr.smithi046.eiolnw (mgr.14197) 86 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:43.583 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:43 smithi046 bash[18768]: cluster 2024-04-22T23:46:42.360894+0000 mgr.smithi046.eiolnw (mgr.14197) 86 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:43.583 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:43 smithi046 bash[18768]: cluster 2024-04-22T23:46:42.360894+0000 mgr.smithi046.eiolnw (mgr.14197) 86 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:43.704 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e2b7ae0a-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:46:45.774 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:45 smithi120 bash[20187]: cluster 2024-04-22T23:46:44.361919+0000 mgr.smithi046.eiolnw (mgr.14197) 87 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:45.774 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:45 smithi120 bash[20187]: cluster 2024-04-22T23:46:44.361919+0000 mgr.smithi046.eiolnw (mgr.14197) 87 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:45.774 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:45 smithi120 bash[20187]: audit 2024-04-22T23:46:45.234336+0000 mon.smithi046 (mon.0) 350 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:46:45.774 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:45 smithi120 bash[20187]: audit 2024-04-22T23:46:45.234336+0000 mon.smithi046 (mon.0) 350 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:46:45.832 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:45 smithi046 bash[18768]: cluster 2024-04-22T23:46:44.361919+0000 mgr.smithi046.eiolnw (mgr.14197) 87 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:45.832 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:45 smithi046 bash[18768]: cluster 2024-04-22T23:46:44.361919+0000 mgr.smithi046.eiolnw (mgr.14197) 87 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:45.833 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:45 smithi046 bash[18768]: audit 2024-04-22T23:46:45.234336+0000 mon.smithi046 (mon.0) 350 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:46:45.833 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:45 smithi046 bash[18768]: audit 2024-04-22T23:46:45.234336+0000 mon.smithi046 (mon.0) 350 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:46:47.514 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:47 smithi046 bash[18768]: audit 2024-04-22T23:46:46.140635+0000 mon.smithi046 (mon.0) 351 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:46:47.514 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:47 smithi046 bash[18768]: audit 2024-04-22T23:46:46.140635+0000 mon.smithi046 (mon.0) 351 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:46:47.514 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:47 smithi046 bash[18768]: cluster 2024-04-22T23:46:46.362887+0000 mgr.smithi046.eiolnw (mgr.14197) 88 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:47.514 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:47 smithi046 bash[18768]: cluster 2024-04-22T23:46:46.362887+0000 mgr.smithi046.eiolnw (mgr.14197) 88 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:47.524 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:47 smithi120 bash[20187]: audit 2024-04-22T23:46:46.140635+0000 mon.smithi046 (mon.0) 351 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:46:47.524 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:47 smithi120 bash[20187]: audit 2024-04-22T23:46:46.140635+0000 mon.smithi046 (mon.0) 351 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:46:47.524 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:47 smithi120 bash[20187]: cluster 2024-04-22T23:46:46.362887+0000 mgr.smithi046.eiolnw (mgr.14197) 88 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:47.524 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:47 smithi120 bash[20187]: cluster 2024-04-22T23:46:46.362887+0000 mgr.smithi046.eiolnw (mgr.14197) 88 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:48.243 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/mon.smithi046/config 2024-04-22T23:46:49.458 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T23:46:49.524 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:49 smithi120 bash[20187]: cluster 2024-04-22T23:46:48.363893+0000 mgr.smithi046.eiolnw (mgr.14197) 89 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:49.524 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:49 smithi120 bash[20187]: cluster 2024-04-22T23:46:48.363893+0000 mgr.smithi046.eiolnw (mgr.14197) 89 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:49.688 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:49 smithi046 bash[18768]: cluster 2024-04-22T23:46:48.363893+0000 mgr.smithi046.eiolnw (mgr.14197) 89 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:49.688 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:49 smithi046 bash[18768]: cluster 2024-04-22T23:46:48.363893+0000 mgr.smithi046.eiolnw (mgr.14197) 89 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:50.106 INFO:teuthology.orchestra.run.smithi046.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-22T23:46:50.785 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:50 smithi120 bash[20187]: audit 2024-04-22T23:46:49.466878+0000 mon.smithi046 (mon.0) 352 : audit [DBG] from='client.? 172.21.15.46:0/1048352898' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:46:50.786 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:50 smithi120 bash[20187]: audit 2024-04-22T23:46:49.466878+0000 mon.smithi046 (mon.0) 352 : audit [DBG] from='client.? 172.21.15.46:0/1048352898' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:46:50.832 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:50 smithi046 bash[18768]: audit 2024-04-22T23:46:49.466878+0000 mon.smithi046 (mon.0) 352 : audit [DBG] from='client.? 172.21.15.46:0/1048352898' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:46:50.833 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:50 smithi046 bash[18768]: audit 2024-04-22T23:46:49.466878+0000 mon.smithi046 (mon.0) 352 : audit [DBG] from='client.? 172.21.15.46:0/1048352898' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:46:51.107 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e2b7ae0a-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:46:51.690 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:51 smithi120 bash[20187]: cluster 2024-04-22T23:46:50.364874+0000 mgr.smithi046.eiolnw (mgr.14197) 90 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:51.690 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:51 smithi120 bash[20187]: cluster 2024-04-22T23:46:50.364874+0000 mgr.smithi046.eiolnw (mgr.14197) 90 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:51.832 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:51 smithi046 bash[18768]: cluster 2024-04-22T23:46:50.364874+0000 mgr.smithi046.eiolnw (mgr.14197) 90 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:51.833 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:51 smithi046 bash[18768]: cluster 2024-04-22T23:46:50.364874+0000 mgr.smithi046.eiolnw (mgr.14197) 90 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:54.024 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:53 smithi120 bash[20187]: cluster 2024-04-22T23:46:52.365439+0000 mgr.smithi046.eiolnw (mgr.14197) 91 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:54.025 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:53 smithi120 bash[20187]: cluster 2024-04-22T23:46:52.365439+0000 mgr.smithi046.eiolnw (mgr.14197) 91 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:54.025 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:53 smithi120 bash[20187]: audit 2024-04-22T23:46:52.610233+0000 mon.smithi046 (mon.0) 353 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:46:54.025 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:53 smithi120 bash[20187]: audit 2024-04-22T23:46:52.610233+0000 mon.smithi046 (mon.0) 353 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:46:54.025 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:53 smithi120 bash[20187]: audit 2024-04-22T23:46:53.502353+0000 mon.smithi046 (mon.0) 354 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:46:54.025 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:53 smithi120 bash[20187]: audit 2024-04-22T23:46:53.502353+0000 mon.smithi046 (mon.0) 354 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:46:54.025 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:53 smithi120 bash[20187]: audit 2024-04-22T23:46:53.504253+0000 mon.smithi046 (mon.0) 355 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:46:54.025 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:53 smithi120 bash[20187]: audit 2024-04-22T23:46:53.504253+0000 mon.smithi046 (mon.0) 355 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:46:54.025 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:53 smithi120 bash[20187]: audit 2024-04-22T23:46:53.505497+0000 mon.smithi046 (mon.0) 356 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:46:54.025 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:53 smithi120 bash[20187]: audit 2024-04-22T23:46:53.505497+0000 mon.smithi046 (mon.0) 356 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:46:54.025 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:53 smithi120 bash[20187]: audit 2024-04-22T23:46:53.513058+0000 mon.smithi046 (mon.0) 357 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:46:54.025 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:53 smithi120 bash[20187]: audit 2024-04-22T23:46:53.513058+0000 mon.smithi046 (mon.0) 357 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:46:54.025 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:53 smithi120 bash[20187]: audit 2024-04-22T23:46:53.517859+0000 mon.smithi046 (mon.0) 358 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-22T23:46:54.025 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:53 smithi120 bash[20187]: audit 2024-04-22T23:46:53.517859+0000 mon.smithi046 (mon.0) 358 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-22T23:46:54.083 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:53 smithi046 bash[18768]: cluster 2024-04-22T23:46:52.365439+0000 mgr.smithi046.eiolnw (mgr.14197) 91 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:54.083 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:53 smithi046 bash[18768]: cluster 2024-04-22T23:46:52.365439+0000 mgr.smithi046.eiolnw (mgr.14197) 91 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:54.083 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:53 smithi046 bash[18768]: audit 2024-04-22T23:46:52.610233+0000 mon.smithi046 (mon.0) 353 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:46:54.083 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:53 smithi046 bash[18768]: audit 2024-04-22T23:46:52.610233+0000 mon.smithi046 (mon.0) 353 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:46:54.083 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:53 smithi046 bash[18768]: audit 2024-04-22T23:46:53.502353+0000 mon.smithi046 (mon.0) 354 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:46:54.084 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:53 smithi046 bash[18768]: audit 2024-04-22T23:46:53.502353+0000 mon.smithi046 (mon.0) 354 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:46:54.084 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:53 smithi046 bash[18768]: audit 2024-04-22T23:46:53.504253+0000 mon.smithi046 (mon.0) 355 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:46:54.084 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:53 smithi046 bash[18768]: audit 2024-04-22T23:46:53.504253+0000 mon.smithi046 (mon.0) 355 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:46:54.084 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:53 smithi046 bash[18768]: audit 2024-04-22T23:46:53.505497+0000 mon.smithi046 (mon.0) 356 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:46:54.084 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:53 smithi046 bash[18768]: audit 2024-04-22T23:46:53.505497+0000 mon.smithi046 (mon.0) 356 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:46:54.084 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:53 smithi046 bash[18768]: audit 2024-04-22T23:46:53.513058+0000 mon.smithi046 (mon.0) 357 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:46:54.084 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:53 smithi046 bash[18768]: audit 2024-04-22T23:46:53.513058+0000 mon.smithi046 (mon.0) 357 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:46:54.084 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:53 smithi046 bash[18768]: audit 2024-04-22T23:46:53.517859+0000 mon.smithi046 (mon.0) 358 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-22T23:46:54.084 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:53 smithi046 bash[18768]: audit 2024-04-22T23:46:53.517859+0000 mon.smithi046 (mon.0) 358 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-22T23:46:55.024 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:54 smithi120 bash[20187]: cluster 2024-04-22T23:46:53.507587+0000 mgr.smithi046.eiolnw (mgr.14197) 92 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:55.024 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:54 smithi120 bash[20187]: cluster 2024-04-22T23:46:53.507587+0000 mgr.smithi046.eiolnw (mgr.14197) 92 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:55.024 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:54 smithi120 bash[20187]: cluster 2024-04-22T23:46:53.508204+0000 mgr.smithi046.eiolnw (mgr.14197) 93 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:55.024 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:54 smithi120 bash[20187]: cluster 2024-04-22T23:46:53.508204+0000 mgr.smithi046.eiolnw (mgr.14197) 93 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:55.024 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:54 smithi120 bash[20187]: audit 2024-04-22T23:46:54.401512+0000 mon.smithi046 (mon.0) 359 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:46:55.025 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:54 smithi120 bash[20187]: audit 2024-04-22T23:46:54.401512+0000 mon.smithi046 (mon.0) 359 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:46:55.083 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:54 smithi046 bash[18768]: cluster 2024-04-22T23:46:53.507587+0000 mgr.smithi046.eiolnw (mgr.14197) 92 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:55.083 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:54 smithi046 bash[18768]: cluster 2024-04-22T23:46:53.507587+0000 mgr.smithi046.eiolnw (mgr.14197) 92 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:55.083 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:54 smithi046 bash[18768]: cluster 2024-04-22T23:46:53.508204+0000 mgr.smithi046.eiolnw (mgr.14197) 93 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:55.083 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:54 smithi046 bash[18768]: cluster 2024-04-22T23:46:53.508204+0000 mgr.smithi046.eiolnw (mgr.14197) 93 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:55.084 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:54 smithi046 bash[18768]: audit 2024-04-22T23:46:54.401512+0000 mon.smithi046 (mon.0) 359 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:46:55.084 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:54 smithi046 bash[18768]: audit 2024-04-22T23:46:54.401512+0000 mon.smithi046 (mon.0) 359 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:46:55.649 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/mon.smithi046/config 2024-04-22T23:46:56.801 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T23:46:56.815 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:56 smithi046 bash[18768]: cluster 2024-04-22T23:46:55.509124+0000 mgr.smithi046.eiolnw (mgr.14197) 94 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:56.815 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:56 smithi046 bash[18768]: cluster 2024-04-22T23:46:55.509124+0000 mgr.smithi046.eiolnw (mgr.14197) 94 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:57.024 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:56 smithi120 bash[20187]: cluster 2024-04-22T23:46:55.509124+0000 mgr.smithi046.eiolnw (mgr.14197) 94 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:57.024 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:56 smithi120 bash[20187]: cluster 2024-04-22T23:46:55.509124+0000 mgr.smithi046.eiolnw (mgr.14197) 94 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:57.514 INFO:teuthology.orchestra.run.smithi046.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-22T23:46:57.784 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:57 smithi046 bash[18768]: audit 2024-04-22T23:46:56.810492+0000 mon.smithi046 (mon.0) 360 : audit [DBG] from='client.? 172.21.15.46:0/3161567158' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:46:57.784 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:57 smithi046 bash[18768]: audit 2024-04-22T23:46:56.810492+0000 mon.smithi046 (mon.0) 360 : audit [DBG] from='client.? 172.21.15.46:0/3161567158' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:46:58.024 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:57 smithi120 bash[20187]: audit 2024-04-22T23:46:56.810492+0000 mon.smithi046 (mon.0) 360 : audit [DBG] from='client.? 172.21.15.46:0/3161567158' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:46:58.024 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:57 smithi120 bash[20187]: audit 2024-04-22T23:46:56.810492+0000 mon.smithi046 (mon.0) 360 : audit [DBG] from='client.? 172.21.15.46:0/3161567158' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:46:58.515 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e2b7ae0a-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:46:58.832 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:58 smithi046 bash[18768]: cluster 2024-04-22T23:46:57.510110+0000 mgr.smithi046.eiolnw (mgr.14197) 95 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:59.109 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:46:58 smithi046 bash[18768]: cluster 2024-04-22T23:46:57.510110+0000 mgr.smithi046.eiolnw (mgr.14197) 95 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:59.110 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:58 smithi120 bash[20187]: cluster 2024-04-22T23:46:57.510110+0000 mgr.smithi046.eiolnw (mgr.14197) 95 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:59.110 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:46:58 smithi120 bash[20187]: cluster 2024-04-22T23:46:57.510110+0000 mgr.smithi046.eiolnw (mgr.14197) 95 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:01.024 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:47:00 smithi120 bash[20187]: cluster 2024-04-22T23:46:59.511077+0000 mgr.smithi046.eiolnw (mgr.14197) 96 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:01.024 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:47:00 smithi120 bash[20187]: cluster 2024-04-22T23:46:59.511077+0000 mgr.smithi046.eiolnw (mgr.14197) 96 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:01.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:47:00 smithi046 bash[18768]: cluster 2024-04-22T23:46:59.511077+0000 mgr.smithi046.eiolnw (mgr.14197) 96 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:01.083 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:47:00 smithi046 bash[18768]: cluster 2024-04-22T23:46:59.511077+0000 mgr.smithi046.eiolnw (mgr.14197) 96 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:03.024 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:47:02 smithi120 bash[20187]: cluster 2024-04-22T23:47:01.512081+0000 mgr.smithi046.eiolnw (mgr.14197) 97 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:03.024 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:47:02 smithi120 bash[20187]: cluster 2024-04-22T23:47:01.512081+0000 mgr.smithi046.eiolnw (mgr.14197) 97 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:03.083 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:47:02 smithi046 bash[18768]: cluster 2024-04-22T23:47:01.512081+0000 mgr.smithi046.eiolnw (mgr.14197) 97 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:03.083 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:47:02 smithi046 bash[18768]: cluster 2024-04-22T23:47:01.512081+0000 mgr.smithi046.eiolnw (mgr.14197) 97 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:03.289 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/mon.smithi046/config 2024-04-22T23:47:04.597 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T23:47:05.024 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:47:04 smithi120 bash[20187]: cluster 2024-04-22T23:47:03.513076+0000 mgr.smithi046.eiolnw (mgr.14197) 98 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:05.024 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:47:04 smithi120 bash[20187]: cluster 2024-04-22T23:47:03.513076+0000 mgr.smithi046.eiolnw (mgr.14197) 98 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:05.024 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:47:04 smithi120 bash[20187]: audit 2024-04-22T23:47:04.606311+0000 mon.smithi046 (mon.0) 361 : audit [DBG] from='client.? 172.21.15.46:0/437615787' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:47:05.024 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:47:04 smithi120 bash[20187]: audit 2024-04-22T23:47:04.606311+0000 mon.smithi046 (mon.0) 361 : audit [DBG] from='client.? 172.21.15.46:0/437615787' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:47:05.083 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:47:04 smithi046 bash[18768]: cluster 2024-04-22T23:47:03.513076+0000 mgr.smithi046.eiolnw (mgr.14197) 98 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:05.083 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:47:04 smithi046 bash[18768]: cluster 2024-04-22T23:47:03.513076+0000 mgr.smithi046.eiolnw (mgr.14197) 98 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:05.083 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:47:04 smithi046 bash[18768]: audit 2024-04-22T23:47:04.606311+0000 mon.smithi046 (mon.0) 361 : audit [DBG] from='client.? 172.21.15.46:0/437615787' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:47:05.083 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:47:04 smithi046 bash[18768]: audit 2024-04-22T23:47:04.606311+0000 mon.smithi046 (mon.0) 361 : audit [DBG] from='client.? 172.21.15.46:0/437615787' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:47:05.193 INFO:teuthology.orchestra.run.smithi046.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-22T23:47:06.194 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e2b7ae0a-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:47:07.024 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:47:06 smithi120 bash[20187]: cluster 2024-04-22T23:47:05.514071+0000 mgr.smithi046.eiolnw (mgr.14197) 99 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:07.024 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:47:06 smithi120 bash[20187]: cluster 2024-04-22T23:47:05.514071+0000 mgr.smithi046.eiolnw (mgr.14197) 99 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:07.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:47:06 smithi046 bash[18768]: cluster 2024-04-22T23:47:05.514071+0000 mgr.smithi046.eiolnw (mgr.14197) 99 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:07.083 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:47:06 smithi046 bash[18768]: cluster 2024-04-22T23:47:05.514071+0000 mgr.smithi046.eiolnw (mgr.14197) 99 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:09.024 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:47:08 smithi120 bash[20187]: cluster 2024-04-22T23:47:07.515071+0000 mgr.smithi046.eiolnw (mgr.14197) 100 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:09.024 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:47:08 smithi120 bash[20187]: cluster 2024-04-22T23:47:07.515071+0000 mgr.smithi046.eiolnw (mgr.14197) 100 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:09.083 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:47:08 smithi046 bash[18768]: cluster 2024-04-22T23:47:07.515071+0000 mgr.smithi046.eiolnw (mgr.14197) 100 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:09.083 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:47:08 smithi046 bash[18768]: cluster 2024-04-22T23:47:07.515071+0000 mgr.smithi046.eiolnw (mgr.14197) 100 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:10.024 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:47:09 smithi120 bash[20187]: audit 2024-04-22T23:47:09.402201+0000 mon.smithi046 (mon.0) 362 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:47:10.024 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:47:09 smithi120 bash[20187]: audit 2024-04-22T23:47:09.402201+0000 mon.smithi046 (mon.0) 362 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:47:10.083 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:47:09 smithi046 bash[18768]: audit 2024-04-22T23:47:09.402201+0000 mon.smithi046 (mon.0) 362 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:47:10.083 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:47:09 smithi046 bash[18768]: audit 2024-04-22T23:47:09.402201+0000 mon.smithi046 (mon.0) 362 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:47:10.972 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/mon.smithi046/config 2024-04-22T23:47:10.995 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:47:10 smithi046 bash[18768]: cluster 2024-04-22T23:47:09.515984+0000 mgr.smithi046.eiolnw (mgr.14197) 101 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:10.995 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:47:10 smithi046 bash[18768]: cluster 2024-04-22T23:47:09.515984+0000 mgr.smithi046.eiolnw (mgr.14197) 101 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:11.024 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:47:10 smithi120 bash[20187]: cluster 2024-04-22T23:47:09.515984+0000 mgr.smithi046.eiolnw (mgr.14197) 101 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:11.024 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:47:10 smithi120 bash[20187]: cluster 2024-04-22T23:47:09.515984+0000 mgr.smithi046.eiolnw (mgr.14197) 101 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:12.312 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T23:47:12.971 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:47:12 smithi046 bash[18768]: cluster 2024-04-22T23:47:11.516986+0000 mgr.smithi046.eiolnw (mgr.14197) 102 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:12.971 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:47:12 smithi046 bash[18768]: cluster 2024-04-22T23:47:11.516986+0000 mgr.smithi046.eiolnw (mgr.14197) 102 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:12.971 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:47:12 smithi046 bash[18768]: audit 2024-04-22T23:47:12.321470+0000 mon.smithi046 (mon.0) 363 : audit [DBG] from='client.? 172.21.15.46:0/259104450' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:47:12.972 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:47:12 smithi046 bash[18768]: audit 2024-04-22T23:47:12.321470+0000 mon.smithi046 (mon.0) 363 : audit [DBG] from='client.? 172.21.15.46:0/259104450' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:47:12.972 INFO:teuthology.orchestra.run.smithi046.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-22T23:47:13.024 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:47:12 smithi120 bash[20187]: cluster 2024-04-22T23:47:11.516986+0000 mgr.smithi046.eiolnw (mgr.14197) 102 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:13.024 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:47:12 smithi120 bash[20187]: cluster 2024-04-22T23:47:11.516986+0000 mgr.smithi046.eiolnw (mgr.14197) 102 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:13.024 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:47:12 smithi120 bash[20187]: audit 2024-04-22T23:47:12.321470+0000 mon.smithi046 (mon.0) 363 : audit [DBG] from='client.? 172.21.15.46:0/259104450' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:47:13.024 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:47:12 smithi120 bash[20187]: audit 2024-04-22T23:47:12.321470+0000 mon.smithi046 (mon.0) 363 : audit [DBG] from='client.? 172.21.15.46:0/259104450' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:47:13.973 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e2b7ae0a-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:47:15.024 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:47:14 smithi120 bash[20187]: cluster 2024-04-22T23:47:13.517957+0000 mgr.smithi046.eiolnw (mgr.14197) 103 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:15.024 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:47:14 smithi120 bash[20187]: cluster 2024-04-22T23:47:13.517957+0000 mgr.smithi046.eiolnw (mgr.14197) 103 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:15.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:47:14 smithi046 bash[18768]: cluster 2024-04-22T23:47:13.517957+0000 mgr.smithi046.eiolnw (mgr.14197) 103 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:15.083 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:47:14 smithi046 bash[18768]: cluster 2024-04-22T23:47:13.517957+0000 mgr.smithi046.eiolnw (mgr.14197) 103 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:17.024 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:47:16 smithi120 bash[20187]: cluster 2024-04-22T23:47:15.518941+0000 mgr.smithi046.eiolnw (mgr.14197) 104 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:17.024 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:47:16 smithi120 bash[20187]: cluster 2024-04-22T23:47:15.518941+0000 mgr.smithi046.eiolnw (mgr.14197) 104 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:17.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:47:16 smithi046 bash[18768]: cluster 2024-04-22T23:47:15.518941+0000 mgr.smithi046.eiolnw (mgr.14197) 104 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:17.083 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:47:16 smithi046 bash[18768]: cluster 2024-04-22T23:47:15.518941+0000 mgr.smithi046.eiolnw (mgr.14197) 104 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:18.740 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/mon.smithi046/config 2024-04-22T23:47:19.024 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:47:18 smithi120 bash[20187]: cluster 2024-04-22T23:47:17.519924+0000 mgr.smithi046.eiolnw (mgr.14197) 105 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:19.024 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:47:18 smithi120 bash[20187]: cluster 2024-04-22T23:47:17.519924+0000 mgr.smithi046.eiolnw (mgr.14197) 105 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:19.083 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:47:18 smithi046 bash[18768]: cluster 2024-04-22T23:47:17.519924+0000 mgr.smithi046.eiolnw (mgr.14197) 105 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:19.083 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:47:18 smithi046 bash[18768]: cluster 2024-04-22T23:47:17.519924+0000 mgr.smithi046.eiolnw (mgr.14197) 105 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:19.969 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T23:47:20.626 INFO:teuthology.orchestra.run.smithi046.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-22T23:47:21.024 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:47:20 smithi120 bash[20187]: cluster 2024-04-22T23:47:19.521275+0000 mgr.smithi046.eiolnw (mgr.14197) 106 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:21.024 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:47:20 smithi120 bash[20187]: cluster 2024-04-22T23:47:19.521275+0000 mgr.smithi046.eiolnw (mgr.14197) 106 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:21.024 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:47:20 smithi120 bash[20187]: audit 2024-04-22T23:47:19.977614+0000 mon.smithi046 (mon.0) 364 : audit [DBG] from='client.? 172.21.15.46:0/1740907598' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:47:21.024 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:47:20 smithi120 bash[20187]: audit 2024-04-22T23:47:19.977614+0000 mon.smithi046 (mon.0) 364 : audit [DBG] from='client.? 172.21.15.46:0/1740907598' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:47:21.083 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:47:20 smithi046 bash[18768]: cluster 2024-04-22T23:47:19.521275+0000 mgr.smithi046.eiolnw (mgr.14197) 106 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:21.083 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:47:20 smithi046 bash[18768]: cluster 2024-04-22T23:47:19.521275+0000 mgr.smithi046.eiolnw (mgr.14197) 106 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:21.083 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:47:20 smithi046 bash[18768]: audit 2024-04-22T23:47:19.977614+0000 mon.smithi046 (mon.0) 364 : audit [DBG] from='client.? 172.21.15.46:0/1740907598' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:47:21.083 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:47:20 smithi046 bash[18768]: audit 2024-04-22T23:47:19.977614+0000 mon.smithi046 (mon.0) 364 : audit [DBG] from='client.? 172.21.15.46:0/1740907598' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:47:21.628 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e2b7ae0a-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:47:23.024 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:47:22 smithi120 bash[20187]: cluster 2024-04-22T23:47:21.522283+0000 mgr.smithi046.eiolnw (mgr.14197) 107 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:23.024 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:47:22 smithi120 bash[20187]: cluster 2024-04-22T23:47:21.522283+0000 mgr.smithi046.eiolnw (mgr.14197) 107 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:23.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:47:22 smithi046 bash[18768]: cluster 2024-04-22T23:47:21.522283+0000 mgr.smithi046.eiolnw (mgr.14197) 107 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:23.083 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:47:22 smithi046 bash[18768]: cluster 2024-04-22T23:47:21.522283+0000 mgr.smithi046.eiolnw (mgr.14197) 107 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:25.024 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:47:24 smithi120 bash[20187]: cluster 2024-04-22T23:47:23.523251+0000 mgr.smithi046.eiolnw (mgr.14197) 108 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:25.024 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:47:24 smithi120 bash[20187]: cluster 2024-04-22T23:47:23.523251+0000 mgr.smithi046.eiolnw (mgr.14197) 108 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:25.024 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:47:24 smithi120 bash[20187]: audit 2024-04-22T23:47:24.401820+0000 mon.smithi046 (mon.0) 365 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:47:25.024 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:47:24 smithi120 bash[20187]: audit 2024-04-22T23:47:24.401820+0000 mon.smithi046 (mon.0) 365 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:47:25.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:47:24 smithi046 bash[18768]: cluster 2024-04-22T23:47:23.523251+0000 mgr.smithi046.eiolnw (mgr.14197) 108 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:25.083 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:47:24 smithi046 bash[18768]: cluster 2024-04-22T23:47:23.523251+0000 mgr.smithi046.eiolnw (mgr.14197) 108 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:25.083 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:47:24 smithi046 bash[18768]: audit 2024-04-22T23:47:24.401820+0000 mon.smithi046 (mon.0) 365 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:47:25.083 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:47:24 smithi046 bash[18768]: audit 2024-04-22T23:47:24.401820+0000 mon.smithi046 (mon.0) 365 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:47:26.405 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/mon.smithi046/config 2024-04-22T23:47:26.832 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:47:26 smithi046 bash[18768]: cluster 2024-04-22T23:47:25.524206+0000 mgr.smithi046.eiolnw (mgr.14197) 109 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:26.833 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:47:26 smithi046 bash[18768]: cluster 2024-04-22T23:47:25.524206+0000 mgr.smithi046.eiolnw (mgr.14197) 109 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:27.024 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:47:26 smithi120 bash[20187]: cluster 2024-04-22T23:47:25.524206+0000 mgr.smithi046.eiolnw (mgr.14197) 109 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:27.025 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:47:26 smithi120 bash[20187]: cluster 2024-04-22T23:47:25.524206+0000 mgr.smithi046.eiolnw (mgr.14197) 109 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:27.607 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T23:47:27.832 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:47:27 smithi046 bash[18768]: audit 2024-04-22T23:47:27.616201+0000 mon.smithi046 (mon.0) 366 : audit [DBG] from='client.? 172.21.15.46:0/2982785264' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:47:27.833 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:47:27 smithi046 bash[18768]: audit 2024-04-22T23:47:27.616201+0000 mon.smithi046 (mon.0) 366 : audit [DBG] from='client.? 172.21.15.46:0/2982785264' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:47:28.024 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:47:27 smithi120 bash[20187]: audit 2024-04-22T23:47:27.616201+0000 mon.smithi046 (mon.0) 366 : audit [DBG] from='client.? 172.21.15.46:0/2982785264' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:47:28.024 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:47:27 smithi120 bash[20187]: audit 2024-04-22T23:47:27.616201+0000 mon.smithi046 (mon.0) 366 : audit [DBG] from='client.? 172.21.15.46:0/2982785264' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:47:28.290 INFO:teuthology.orchestra.run.smithi046.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-22T23:47:29.024 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:47:28 smithi120 bash[20187]: cluster 2024-04-22T23:47:27.525170+0000 mgr.smithi046.eiolnw (mgr.14197) 110 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:29.024 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:47:28 smithi120 bash[20187]: cluster 2024-04-22T23:47:27.525170+0000 mgr.smithi046.eiolnw (mgr.14197) 110 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:29.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:47:28 smithi046 bash[18768]: cluster 2024-04-22T23:47:27.525170+0000 mgr.smithi046.eiolnw (mgr.14197) 110 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:29.083 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:47:28 smithi046 bash[18768]: cluster 2024-04-22T23:47:27.525170+0000 mgr.smithi046.eiolnw (mgr.14197) 110 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:29.291 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e2b7ae0a-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:47:31.024 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:47:30 smithi120 bash[20187]: cluster 2024-04-22T23:47:29.525693+0000 mgr.smithi046.eiolnw (mgr.14197) 111 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:31.024 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:47:30 smithi120 bash[20187]: cluster 2024-04-22T23:47:29.525693+0000 mgr.smithi046.eiolnw (mgr.14197) 111 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:31.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:47:30 smithi046 bash[18768]: cluster 2024-04-22T23:47:29.525693+0000 mgr.smithi046.eiolnw (mgr.14197) 111 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:31.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:47:30 smithi046 bash[18768]: cluster 2024-04-22T23:47:29.525693+0000 mgr.smithi046.eiolnw (mgr.14197) 111 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:33.024 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:47:32 smithi120 bash[20187]: cluster 2024-04-22T23:47:31.526583+0000 mgr.smithi046.eiolnw (mgr.14197) 112 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:33.024 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:47:32 smithi120 bash[20187]: cluster 2024-04-22T23:47:31.526583+0000 mgr.smithi046.eiolnw (mgr.14197) 112 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:33.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:47:32 smithi046 bash[18768]: cluster 2024-04-22T23:47:31.526583+0000 mgr.smithi046.eiolnw (mgr.14197) 112 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:33.083 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:47:32 smithi046 bash[18768]: cluster 2024-04-22T23:47:31.526583+0000 mgr.smithi046.eiolnw (mgr.14197) 112 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:34.069 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/mon.smithi046/config 2024-04-22T23:47:34.965 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:47:34 smithi046 bash[18768]: cluster 2024-04-22T23:47:33.527537+0000 mgr.smithi046.eiolnw (mgr.14197) 113 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:34.965 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:47:34 smithi046 bash[18768]: cluster 2024-04-22T23:47:33.527537+0000 mgr.smithi046.eiolnw (mgr.14197) 113 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:35.025 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:47:34 smithi120 bash[20187]: cluster 2024-04-22T23:47:33.527537+0000 mgr.smithi046.eiolnw (mgr.14197) 113 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:35.025 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:47:34 smithi120 bash[20187]: cluster 2024-04-22T23:47:33.527537+0000 mgr.smithi046.eiolnw (mgr.14197) 113 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:35.328 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T23:47:35.982 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:47:35 smithi046 bash[18768]: audit 2024-04-22T23:47:35.336645+0000 mon.smithi046 (mon.0) 367 : audit [DBG] from='client.? 172.21.15.46:0/2385247432' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:47:35.983 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:47:35 smithi046 bash[18768]: audit 2024-04-22T23:47:35.336645+0000 mon.smithi046 (mon.0) 367 : audit [DBG] from='client.? 172.21.15.46:0/2385247432' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:47:35.984 INFO:teuthology.orchestra.run.smithi046.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-22T23:47:36.024 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:47:35 smithi120 bash[20187]: audit 2024-04-22T23:47:35.336645+0000 mon.smithi046 (mon.0) 367 : audit [DBG] from='client.? 172.21.15.46:0/2385247432' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:47:36.024 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:47:35 smithi120 bash[20187]: audit 2024-04-22T23:47:35.336645+0000 mon.smithi046 (mon.0) 367 : audit [DBG] from='client.? 172.21.15.46:0/2385247432' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:47:36.985 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e2b7ae0a-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:47:36.997 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:47:36 smithi046 bash[18768]: cluster 2024-04-22T23:47:35.528502+0000 mgr.smithi046.eiolnw (mgr.14197) 114 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:36.997 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:47:36 smithi046 bash[18768]: cluster 2024-04-22T23:47:35.528502+0000 mgr.smithi046.eiolnw (mgr.14197) 114 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:37.024 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:47:36 smithi120 bash[20187]: cluster 2024-04-22T23:47:35.528502+0000 mgr.smithi046.eiolnw (mgr.14197) 114 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:37.024 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:47:36 smithi120 bash[20187]: cluster 2024-04-22T23:47:35.528502+0000 mgr.smithi046.eiolnw (mgr.14197) 114 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:39.025 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:47:38 smithi120 bash[20187]: cluster 2024-04-22T23:47:37.529482+0000 mgr.smithi046.eiolnw (mgr.14197) 115 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:39.026 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:47:38 smithi120 bash[20187]: cluster 2024-04-22T23:47:37.529482+0000 mgr.smithi046.eiolnw (mgr.14197) 115 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:39.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:47:38 smithi046 bash[18768]: cluster 2024-04-22T23:47:37.529482+0000 mgr.smithi046.eiolnw (mgr.14197) 115 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:39.083 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:47:38 smithi046 bash[18768]: cluster 2024-04-22T23:47:37.529482+0000 mgr.smithi046.eiolnw (mgr.14197) 115 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:40.024 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:47:39 smithi120 bash[20187]: audit 2024-04-22T23:47:39.402743+0000 mon.smithi046 (mon.0) 368 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:47:40.024 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:47:39 smithi120 bash[20187]: audit 2024-04-22T23:47:39.402743+0000 mon.smithi046 (mon.0) 368 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:47:40.083 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:47:39 smithi046 bash[18768]: audit 2024-04-22T23:47:39.402743+0000 mon.smithi046 (mon.0) 368 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:47:40.083 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:47:39 smithi046 bash[18768]: audit 2024-04-22T23:47:39.402743+0000 mon.smithi046 (mon.0) 368 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:47:41.024 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:47:40 smithi120 bash[20187]: cluster 2024-04-22T23:47:39.530432+0000 mgr.smithi046.eiolnw (mgr.14197) 116 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:41.024 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:47:40 smithi120 bash[20187]: cluster 2024-04-22T23:47:39.530432+0000 mgr.smithi046.eiolnw (mgr.14197) 116 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:41.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:47:40 smithi046 bash[18768]: cluster 2024-04-22T23:47:39.530432+0000 mgr.smithi046.eiolnw (mgr.14197) 116 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:41.083 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:47:40 smithi046 bash[18768]: cluster 2024-04-22T23:47:39.530432+0000 mgr.smithi046.eiolnw (mgr.14197) 116 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:41.762 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/mon.smithi046/config 2024-04-22T23:47:42.930 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:47:42 smithi046 bash[18768]: cluster 2024-04-22T23:47:41.531415+0000 mgr.smithi046.eiolnw (mgr.14197) 117 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:42.930 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:47:42 smithi046 bash[18768]: cluster 2024-04-22T23:47:41.531415+0000 mgr.smithi046.eiolnw (mgr.14197) 117 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:43.022 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T23:47:43.023 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:47:42 smithi120 bash[20187]: cluster 2024-04-22T23:47:41.531415+0000 mgr.smithi046.eiolnw (mgr.14197) 117 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:43.024 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:47:42 smithi120 bash[20187]: cluster 2024-04-22T23:47:41.531415+0000 mgr.smithi046.eiolnw (mgr.14197) 117 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:43.734 INFO:teuthology.orchestra.run.smithi046.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-22T23:47:44.024 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:47:43 smithi120 bash[20187]: audit 2024-04-22T23:47:43.029098+0000 mon.smithi046 (mon.0) 369 : audit [DBG] from='client.? 172.21.15.46:0/3829717304' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:47:44.024 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:47:43 smithi120 bash[20187]: audit 2024-04-22T23:47:43.029098+0000 mon.smithi046 (mon.0) 369 : audit [DBG] from='client.? 172.21.15.46:0/3829717304' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:47:44.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:47:43 smithi046 bash[18768]: audit 2024-04-22T23:47:43.029098+0000 mon.smithi046 (mon.0) 369 : audit [DBG] from='client.? 172.21.15.46:0/3829717304' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:47:44.083 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:47:43 smithi046 bash[18768]: audit 2024-04-22T23:47:43.029098+0000 mon.smithi046 (mon.0) 369 : audit [DBG] from='client.? 172.21.15.46:0/3829717304' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:47:44.735 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e2b7ae0a-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:47:45.024 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:47:44 smithi120 bash[20187]: cluster 2024-04-22T23:47:43.532471+0000 mgr.smithi046.eiolnw (mgr.14197) 118 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:45.024 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:47:44 smithi120 bash[20187]: cluster 2024-04-22T23:47:43.532471+0000 mgr.smithi046.eiolnw (mgr.14197) 118 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:45.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:47:44 smithi046 bash[18768]: cluster 2024-04-22T23:47:43.532471+0000 mgr.smithi046.eiolnw (mgr.14197) 118 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:45.083 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:47:44 smithi046 bash[18768]: cluster 2024-04-22T23:47:43.532471+0000 mgr.smithi046.eiolnw (mgr.14197) 118 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:47.024 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:47:46 smithi120 bash[20187]: cluster 2024-04-22T23:47:45.533473+0000 mgr.smithi046.eiolnw (mgr.14197) 119 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:47.024 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:47:46 smithi120 bash[20187]: cluster 2024-04-22T23:47:45.533473+0000 mgr.smithi046.eiolnw (mgr.14197) 119 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:47.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:47:46 smithi046 bash[18768]: cluster 2024-04-22T23:47:45.533473+0000 mgr.smithi046.eiolnw (mgr.14197) 119 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:47.083 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:47:46 smithi046 bash[18768]: cluster 2024-04-22T23:47:45.533473+0000 mgr.smithi046.eiolnw (mgr.14197) 119 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:49.024 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:47:48 smithi120 bash[20187]: cluster 2024-04-22T23:47:47.533971+0000 mgr.smithi046.eiolnw (mgr.14197) 120 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:49.024 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:47:48 smithi120 bash[20187]: cluster 2024-04-22T23:47:47.533971+0000 mgr.smithi046.eiolnw (mgr.14197) 120 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:49.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:47:48 smithi046 bash[18768]: cluster 2024-04-22T23:47:47.533971+0000 mgr.smithi046.eiolnw (mgr.14197) 120 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:49.083 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:47:48 smithi046 bash[18768]: cluster 2024-04-22T23:47:47.533971+0000 mgr.smithi046.eiolnw (mgr.14197) 120 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:49.514 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/mon.smithi046/config 2024-04-22T23:47:50.706 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T23:47:50.989 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:47:50 smithi046 bash[18768]: cluster 2024-04-22T23:47:49.534803+0000 mgr.smithi046.eiolnw (mgr.14197) 121 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:50.989 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:47:50 smithi046 bash[18768]: cluster 2024-04-22T23:47:49.534803+0000 mgr.smithi046.eiolnw (mgr.14197) 121 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:50.989 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:47:50 smithi046 bash[18768]: audit 2024-04-22T23:47:50.715061+0000 mon.smithi046 (mon.0) 370 : audit [DBG] from='client.? 172.21.15.46:0/2234862298' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:47:50.989 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:47:50 smithi046 bash[18768]: audit 2024-04-22T23:47:50.715061+0000 mon.smithi046 (mon.0) 370 : audit [DBG] from='client.? 172.21.15.46:0/2234862298' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:47:51.024 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:47:50 smithi120 bash[20187]: cluster 2024-04-22T23:47:49.534803+0000 mgr.smithi046.eiolnw (mgr.14197) 121 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:51.024 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:47:50 smithi120 bash[20187]: cluster 2024-04-22T23:47:49.534803+0000 mgr.smithi046.eiolnw (mgr.14197) 121 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:51.024 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:47:50 smithi120 bash[20187]: audit 2024-04-22T23:47:50.715061+0000 mon.smithi046 (mon.0) 370 : audit [DBG] from='client.? 172.21.15.46:0/2234862298' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:47:51.024 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:47:50 smithi120 bash[20187]: audit 2024-04-22T23:47:50.715061+0000 mon.smithi046 (mon.0) 370 : audit [DBG] from='client.? 172.21.15.46:0/2234862298' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:47:51.408 INFO:teuthology.orchestra.run.smithi046.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-22T23:47:52.409 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e2b7ae0a-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:47:53.024 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:47:52 smithi120 bash[20187]: cluster 2024-04-22T23:47:51.535770+0000 mgr.smithi046.eiolnw (mgr.14197) 122 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:53.024 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:47:52 smithi120 bash[20187]: cluster 2024-04-22T23:47:51.535770+0000 mgr.smithi046.eiolnw (mgr.14197) 122 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:53.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:47:52 smithi046 bash[18768]: cluster 2024-04-22T23:47:51.535770+0000 mgr.smithi046.eiolnw (mgr.14197) 122 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:53.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:47:52 smithi046 bash[18768]: cluster 2024-04-22T23:47:51.535770+0000 mgr.smithi046.eiolnw (mgr.14197) 122 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:54.024 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:47:53 smithi120 bash[20187]: audit 2024-04-22T23:47:53.611169+0000 mon.smithi046 (mon.0) 371 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:47:54.024 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:47:53 smithi120 bash[20187]: audit 2024-04-22T23:47:53.611169+0000 mon.smithi046 (mon.0) 371 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:47:54.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:47:53 smithi046 bash[18768]: audit 2024-04-22T23:47:53.611169+0000 mon.smithi046 (mon.0) 371 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:47:54.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:47:53 smithi046 bash[18768]: audit 2024-04-22T23:47:53.611169+0000 mon.smithi046 (mon.0) 371 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:47:55.024 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:47:54 smithi120 bash[20187]: cluster 2024-04-22T23:47:53.536705+0000 mgr.smithi046.eiolnw (mgr.14197) 123 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:55.024 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:47:54 smithi120 bash[20187]: cluster 2024-04-22T23:47:53.536705+0000 mgr.smithi046.eiolnw (mgr.14197) 123 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:55.024 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:47:54 smithi120 bash[20187]: audit 2024-04-22T23:47:54.403188+0000 mon.smithi046 (mon.0) 372 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:47:55.024 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:47:54 smithi120 bash[20187]: audit 2024-04-22T23:47:54.403188+0000 mon.smithi046 (mon.0) 372 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:47:55.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:47:54 smithi046 bash[18768]: cluster 2024-04-22T23:47:53.536705+0000 mgr.smithi046.eiolnw (mgr.14197) 123 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:55.083 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:47:54 smithi046 bash[18768]: cluster 2024-04-22T23:47:53.536705+0000 mgr.smithi046.eiolnw (mgr.14197) 123 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:55.083 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:47:54 smithi046 bash[18768]: audit 2024-04-22T23:47:54.403188+0000 mon.smithi046 (mon.0) 372 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:47:55.083 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:47:54 smithi046 bash[18768]: audit 2024-04-22T23:47:54.403188+0000 mon.smithi046 (mon.0) 372 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:47:57.024 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:47:56 smithi120 bash[20187]: cluster 2024-04-22T23:47:55.537725+0000 mgr.smithi046.eiolnw (mgr.14197) 124 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:57.024 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:47:56 smithi120 bash[20187]: cluster 2024-04-22T23:47:55.537725+0000 mgr.smithi046.eiolnw (mgr.14197) 124 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:57.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:47:56 smithi046 bash[18768]: cluster 2024-04-22T23:47:55.537725+0000 mgr.smithi046.eiolnw (mgr.14197) 124 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:57.083 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:47:56 smithi046 bash[18768]: cluster 2024-04-22T23:47:55.537725+0000 mgr.smithi046.eiolnw (mgr.14197) 124 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:57.190 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/mon.smithi046/config 2024-04-22T23:47:58.466 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T23:47:59.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:47:58 smithi046 bash[18768]: cluster 2024-04-22T23:47:57.538720+0000 mgr.smithi046.eiolnw (mgr.14197) 125 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:59.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:47:58 smithi046 bash[18768]: cluster 2024-04-22T23:47:57.538720+0000 mgr.smithi046.eiolnw (mgr.14197) 125 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:59.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:47:58 smithi046 bash[18768]: audit 2024-04-22T23:47:58.475920+0000 mon.smithi046 (mon.0) 373 : audit [DBG] from='client.? 172.21.15.46:0/3484932844' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:47:59.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:47:58 smithi046 bash[18768]: audit 2024-04-22T23:47:58.475920+0000 mon.smithi046 (mon.0) 373 : audit [DBG] from='client.? 172.21.15.46:0/3484932844' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:47:59.191 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:47:58 smithi120 bash[20187]: cluster 2024-04-22T23:47:57.538720+0000 mgr.smithi046.eiolnw (mgr.14197) 125 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:59.191 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:47:58 smithi120 bash[20187]: cluster 2024-04-22T23:47:57.538720+0000 mgr.smithi046.eiolnw (mgr.14197) 125 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:59.191 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:47:58 smithi120 bash[20187]: audit 2024-04-22T23:47:58.475920+0000 mon.smithi046 (mon.0) 373 : audit [DBG] from='client.? 172.21.15.46:0/3484932844' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:47:59.191 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:47:58 smithi120 bash[20187]: audit 2024-04-22T23:47:58.475920+0000 mon.smithi046 (mon.0) 373 : audit [DBG] from='client.? 172.21.15.46:0/3484932844' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:47:59.226 INFO:teuthology.orchestra.run.smithi046.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-22T23:48:00.226 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e2b7ae0a-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:48:00.332 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:48:00 smithi046 bash[18768]: audit 2024-04-22T23:47:59.057590+0000 mon.smithi046 (mon.0) 374 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:48:00.333 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:48:00 smithi046 bash[18768]: audit 2024-04-22T23:47:59.057590+0000 mon.smithi046 (mon.0) 374 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:48:00.333 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:48:00 smithi046 bash[18768]: audit 2024-04-22T23:47:59.061528+0000 mon.smithi046 (mon.0) 375 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:48:00.333 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:48:00 smithi046 bash[18768]: audit 2024-04-22T23:47:59.061528+0000 mon.smithi046 (mon.0) 375 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:48:00.333 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:48:00 smithi046 bash[18768]: cluster 2024-04-22T23:47:59.539202+0000 mgr.smithi046.eiolnw (mgr.14197) 126 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:00.333 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:48:00 smithi046 bash[18768]: cluster 2024-04-22T23:47:59.539202+0000 mgr.smithi046.eiolnw (mgr.14197) 126 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:00.524 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:48:00 smithi120 bash[20187]: audit 2024-04-22T23:47:59.057590+0000 mon.smithi046 (mon.0) 374 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:48:00.524 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:48:00 smithi120 bash[20187]: audit 2024-04-22T23:47:59.057590+0000 mon.smithi046 (mon.0) 374 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:48:00.524 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:48:00 smithi120 bash[20187]: audit 2024-04-22T23:47:59.061528+0000 mon.smithi046 (mon.0) 375 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:48:00.524 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:48:00 smithi120 bash[20187]: audit 2024-04-22T23:47:59.061528+0000 mon.smithi046 (mon.0) 375 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:48:00.524 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:48:00 smithi120 bash[20187]: cluster 2024-04-22T23:47:59.539202+0000 mgr.smithi046.eiolnw (mgr.14197) 126 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:00.524 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:48:00 smithi120 bash[20187]: cluster 2024-04-22T23:47:59.539202+0000 mgr.smithi046.eiolnw (mgr.14197) 126 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:03.001 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:48:02 smithi046 bash[18768]: cluster 2024-04-22T23:48:01.540125+0000 mgr.smithi046.eiolnw (mgr.14197) 127 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:03.002 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:48:02 smithi046 bash[18768]: cluster 2024-04-22T23:48:01.540125+0000 mgr.smithi046.eiolnw (mgr.14197) 127 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:03.024 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:48:02 smithi120 bash[20187]: cluster 2024-04-22T23:48:01.540125+0000 mgr.smithi046.eiolnw (mgr.14197) 127 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:03.024 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:48:02 smithi120 bash[20187]: cluster 2024-04-22T23:48:01.540125+0000 mgr.smithi046.eiolnw (mgr.14197) 127 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:04.703 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/mon.smithi046/config 2024-04-22T23:48:04.879 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:48:04 smithi046 bash[18768]: cluster 2024-04-22T23:48:03.541091+0000 mgr.smithi046.eiolnw (mgr.14197) 128 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:04.879 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:48:04 smithi046 bash[18768]: cluster 2024-04-22T23:48:03.541091+0000 mgr.smithi046.eiolnw (mgr.14197) 128 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:05.023 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:48:04 smithi120 bash[20187]: cluster 2024-04-22T23:48:03.541091+0000 mgr.smithi046.eiolnw (mgr.14197) 128 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:05.024 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:48:04 smithi120 bash[20187]: cluster 2024-04-22T23:48:03.541091+0000 mgr.smithi046.eiolnw (mgr.14197) 128 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:06.303 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T23:48:06.879 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:48:06 smithi046 bash[18768]: cluster 2024-04-22T23:48:05.542042+0000 mgr.smithi046.eiolnw (mgr.14197) 129 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:06.879 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:48:06 smithi046 bash[18768]: cluster 2024-04-22T23:48:05.542042+0000 mgr.smithi046.eiolnw (mgr.14197) 129 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:06.879 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:48:06 smithi046 bash[18768]: audit 2024-04-22T23:48:06.312044+0000 mon.smithi046 (mon.0) 376 : audit [DBG] from='client.? 172.21.15.46:0/1976520451' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:48:06.880 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:48:06 smithi046 bash[18768]: audit 2024-04-22T23:48:06.312044+0000 mon.smithi046 (mon.0) 376 : audit [DBG] from='client.? 172.21.15.46:0/1976520451' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:48:07.024 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:48:06 smithi120 bash[20187]: cluster 2024-04-22T23:48:05.542042+0000 mgr.smithi046.eiolnw (mgr.14197) 129 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:07.024 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:48:06 smithi120 bash[20187]: cluster 2024-04-22T23:48:05.542042+0000 mgr.smithi046.eiolnw (mgr.14197) 129 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:07.024 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:48:06 smithi120 bash[20187]: audit 2024-04-22T23:48:06.312044+0000 mon.smithi046 (mon.0) 376 : audit [DBG] from='client.? 172.21.15.46:0/1976520451' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:48:07.024 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:48:06 smithi120 bash[20187]: audit 2024-04-22T23:48:06.312044+0000 mon.smithi046 (mon.0) 376 : audit [DBG] from='client.? 172.21.15.46:0/1976520451' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:48:07.278 INFO:teuthology.orchestra.run.smithi046.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-22T23:48:07.832 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:48:07 smithi046 bash[18768]: audit 2024-04-22T23:48:07.282570+0000 mon.smithi046 (mon.0) 377 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:48:07.833 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:48:07 smithi046 bash[18768]: audit 2024-04-22T23:48:07.282570+0000 mon.smithi046 (mon.0) 377 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:48:07.833 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:48:07 smithi046 bash[18768]: audit 2024-04-22T23:48:07.283950+0000 mon.smithi046 (mon.0) 378 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:48:07.833 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:48:07 smithi046 bash[18768]: audit 2024-04-22T23:48:07.283950+0000 mon.smithi046 (mon.0) 378 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:48:07.833 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:48:07 smithi046 bash[18768]: audit 2024-04-22T23:48:07.292422+0000 mon.smithi046 (mon.0) 379 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:48:07.833 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:48:07 smithi046 bash[18768]: audit 2024-04-22T23:48:07.292422+0000 mon.smithi046 (mon.0) 379 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:48:07.833 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:48:07 smithi046 bash[18768]: audit 2024-04-22T23:48:07.297192+0000 mon.smithi046 (mon.0) 380 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-22T23:48:07.833 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:48:07 smithi046 bash[18768]: audit 2024-04-22T23:48:07.297192+0000 mon.smithi046 (mon.0) 380 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-22T23:48:08.025 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:48:07 smithi120 bash[20187]: audit 2024-04-22T23:48:07.282570+0000 mon.smithi046 (mon.0) 377 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:48:08.026 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:48:07 smithi120 bash[20187]: audit 2024-04-22T23:48:07.282570+0000 mon.smithi046 (mon.0) 377 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:48:08.026 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:48:07 smithi120 bash[20187]: audit 2024-04-22T23:48:07.283950+0000 mon.smithi046 (mon.0) 378 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:48:08.026 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:48:07 smithi120 bash[20187]: audit 2024-04-22T23:48:07.283950+0000 mon.smithi046 (mon.0) 378 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:48:08.026 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:48:07 smithi120 bash[20187]: audit 2024-04-22T23:48:07.292422+0000 mon.smithi046 (mon.0) 379 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:48:08.026 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:48:07 smithi120 bash[20187]: audit 2024-04-22T23:48:07.292422+0000 mon.smithi046 (mon.0) 379 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:48:08.026 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:48:07 smithi120 bash[20187]: audit 2024-04-22T23:48:07.297192+0000 mon.smithi046 (mon.0) 380 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-22T23:48:08.026 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:48:07 smithi120 bash[20187]: audit 2024-04-22T23:48:07.297192+0000 mon.smithi046 (mon.0) 380 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-22T23:48:08.279 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e2b7ae0a-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:48:09.023 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:48:08 smithi120 bash[20187]: cluster 2024-04-22T23:48:07.285926+0000 mgr.smithi046.eiolnw (mgr.14197) 130 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:09.024 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:48:08 smithi120 bash[20187]: cluster 2024-04-22T23:48:07.285926+0000 mgr.smithi046.eiolnw (mgr.14197) 130 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:09.024 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:48:08 smithi120 bash[20187]: cluster 2024-04-22T23:48:07.286505+0000 mgr.smithi046.eiolnw (mgr.14197) 131 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:09.024 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:48:08 smithi120 bash[20187]: cluster 2024-04-22T23:48:07.286505+0000 mgr.smithi046.eiolnw (mgr.14197) 131 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:09.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:48:08 smithi046 bash[18768]: cluster 2024-04-22T23:48:07.285926+0000 mgr.smithi046.eiolnw (mgr.14197) 130 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:09.083 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:48:08 smithi046 bash[18768]: cluster 2024-04-22T23:48:07.285926+0000 mgr.smithi046.eiolnw (mgr.14197) 130 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:09.083 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:48:08 smithi046 bash[18768]: cluster 2024-04-22T23:48:07.286505+0000 mgr.smithi046.eiolnw (mgr.14197) 131 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:09.083 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:48:08 smithi046 bash[18768]: cluster 2024-04-22T23:48:07.286505+0000 mgr.smithi046.eiolnw (mgr.14197) 131 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:10.023 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:48:09 smithi120 bash[20187]: audit 2024-04-22T23:48:09.403471+0000 mon.smithi046 (mon.0) 381 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:48:10.024 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:48:09 smithi120 bash[20187]: audit 2024-04-22T23:48:09.403471+0000 mon.smithi046 (mon.0) 381 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:48:10.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:48:09 smithi046 bash[18768]: audit 2024-04-22T23:48:09.403471+0000 mon.smithi046 (mon.0) 381 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:48:10.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:48:09 smithi046 bash[18768]: audit 2024-04-22T23:48:09.403471+0000 mon.smithi046 (mon.0) 381 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:48:11.023 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:48:10 smithi120 bash[20187]: cluster 2024-04-22T23:48:09.287466+0000 mgr.smithi046.eiolnw (mgr.14197) 132 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:11.024 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:48:10 smithi120 bash[20187]: cluster 2024-04-22T23:48:09.287466+0000 mgr.smithi046.eiolnw (mgr.14197) 132 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:11.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:48:10 smithi046 bash[18768]: cluster 2024-04-22T23:48:09.287466+0000 mgr.smithi046.eiolnw (mgr.14197) 132 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:11.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:48:10 smithi046 bash[18768]: cluster 2024-04-22T23:48:09.287466+0000 mgr.smithi046.eiolnw (mgr.14197) 132 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:13.023 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:48:12 smithi120 bash[20187]: cluster 2024-04-22T23:48:11.288458+0000 mgr.smithi046.eiolnw (mgr.14197) 133 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:13.024 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:48:12 smithi120 bash[20187]: cluster 2024-04-22T23:48:11.288458+0000 mgr.smithi046.eiolnw (mgr.14197) 133 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:13.037 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:48:12 smithi046 bash[18768]: cluster 2024-04-22T23:48:11.288458+0000 mgr.smithi046.eiolnw (mgr.14197) 133 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:13.037 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:48:12 smithi046 bash[18768]: cluster 2024-04-22T23:48:11.288458+0000 mgr.smithi046.eiolnw (mgr.14197) 133 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:13.057 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/mon.smithi046/config 2024-04-22T23:48:14.324 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T23:48:14.929 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:48:14 smithi046 bash[18768]: cluster 2024-04-22T23:48:13.289543+0000 mgr.smithi046.eiolnw (mgr.14197) 134 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:14.929 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:48:14 smithi046 bash[18768]: cluster 2024-04-22T23:48:13.289543+0000 mgr.smithi046.eiolnw (mgr.14197) 134 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:14.929 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:48:14 smithi046 bash[18768]: audit 2024-04-22T23:48:14.333657+0000 mon.smithi046 (mon.0) 382 : audit [DBG] from='client.? 172.21.15.46:0/4076057144' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:48:14.929 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:48:14 smithi046 bash[18768]: audit 2024-04-22T23:48:14.333657+0000 mon.smithi046 (mon.0) 382 : audit [DBG] from='client.? 172.21.15.46:0/4076057144' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:48:14.930 INFO:teuthology.orchestra.run.smithi046.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-22T23:48:15.023 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:48:14 smithi120 bash[20187]: cluster 2024-04-22T23:48:13.289543+0000 mgr.smithi046.eiolnw (mgr.14197) 134 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:15.024 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:48:14 smithi120 bash[20187]: cluster 2024-04-22T23:48:13.289543+0000 mgr.smithi046.eiolnw (mgr.14197) 134 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:15.024 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:48:14 smithi120 bash[20187]: audit 2024-04-22T23:48:14.333657+0000 mon.smithi046 (mon.0) 382 : audit [DBG] from='client.? 172.21.15.46:0/4076057144' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:48:15.024 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:48:14 smithi120 bash[20187]: audit 2024-04-22T23:48:14.333657+0000 mon.smithi046 (mon.0) 382 : audit [DBG] from='client.? 172.21.15.46:0/4076057144' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:48:15.931 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e2b7ae0a-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:48:17.023 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:48:16 smithi120 bash[20187]: cluster 2024-04-22T23:48:15.290561+0000 mgr.smithi046.eiolnw (mgr.14197) 135 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:17.024 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:48:16 smithi120 bash[20187]: cluster 2024-04-22T23:48:15.290561+0000 mgr.smithi046.eiolnw (mgr.14197) 135 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:17.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:48:16 smithi046 bash[18768]: cluster 2024-04-22T23:48:15.290561+0000 mgr.smithi046.eiolnw (mgr.14197) 135 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:17.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:48:16 smithi046 bash[18768]: cluster 2024-04-22T23:48:15.290561+0000 mgr.smithi046.eiolnw (mgr.14197) 135 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:19.023 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:48:18 smithi120 bash[20187]: cluster 2024-04-22T23:48:17.291564+0000 mgr.smithi046.eiolnw (mgr.14197) 136 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:19.024 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:48:18 smithi120 bash[20187]: cluster 2024-04-22T23:48:17.291564+0000 mgr.smithi046.eiolnw (mgr.14197) 136 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:19.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:48:18 smithi046 bash[18768]: cluster 2024-04-22T23:48:17.291564+0000 mgr.smithi046.eiolnw (mgr.14197) 136 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:19.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:48:18 smithi046 bash[18768]: cluster 2024-04-22T23:48:17.291564+0000 mgr.smithi046.eiolnw (mgr.14197) 136 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:20.706 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/mon.smithi046/config 2024-04-22T23:48:21.023 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:48:20 smithi120 bash[20187]: cluster 2024-04-22T23:48:19.292649+0000 mgr.smithi046.eiolnw (mgr.14197) 137 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:21.024 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:48:20 smithi120 bash[20187]: cluster 2024-04-22T23:48:19.292649+0000 mgr.smithi046.eiolnw (mgr.14197) 137 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:21.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:48:20 smithi046 bash[18768]: cluster 2024-04-22T23:48:19.292649+0000 mgr.smithi046.eiolnw (mgr.14197) 137 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:21.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:48:20 smithi046 bash[18768]: cluster 2024-04-22T23:48:19.292649+0000 mgr.smithi046.eiolnw (mgr.14197) 137 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:21.925 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T23:48:22.611 INFO:teuthology.orchestra.run.smithi046.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-22T23:48:23.023 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:48:22 smithi120 bash[20187]: cluster 2024-04-22T23:48:21.293793+0000 mgr.smithi046.eiolnw (mgr.14197) 138 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:23.024 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:48:22 smithi120 bash[20187]: cluster 2024-04-22T23:48:21.293793+0000 mgr.smithi046.eiolnw (mgr.14197) 138 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:23.024 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:48:22 smithi120 bash[20187]: audit 2024-04-22T23:48:21.934590+0000 mon.smithi046 (mon.0) 383 : audit [DBG] from='client.? 172.21.15.46:0/489958686' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:48:23.024 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:48:22 smithi120 bash[20187]: audit 2024-04-22T23:48:21.934590+0000 mon.smithi046 (mon.0) 383 : audit [DBG] from='client.? 172.21.15.46:0/489958686' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:48:23.073 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:48:22 smithi046 bash[18768]: cluster 2024-04-22T23:48:21.293793+0000 mgr.smithi046.eiolnw (mgr.14197) 138 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:23.073 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:48:22 smithi046 bash[18768]: cluster 2024-04-22T23:48:21.293793+0000 mgr.smithi046.eiolnw (mgr.14197) 138 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:23.073 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:48:22 smithi046 bash[18768]: audit 2024-04-22T23:48:21.934590+0000 mon.smithi046 (mon.0) 383 : audit [DBG] from='client.? 172.21.15.46:0/489958686' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:48:23.073 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:48:22 smithi046 bash[18768]: audit 2024-04-22T23:48:21.934590+0000 mon.smithi046 (mon.0) 383 : audit [DBG] from='client.? 172.21.15.46:0/489958686' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:48:23.613 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e2b7ae0a-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:48:25.023 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:48:24 smithi120 bash[20187]: cluster 2024-04-22T23:48:23.294878+0000 mgr.smithi046.eiolnw (mgr.14197) 139 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:25.024 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:48:24 smithi120 bash[20187]: cluster 2024-04-22T23:48:23.294878+0000 mgr.smithi046.eiolnw (mgr.14197) 139 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:25.024 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:48:24 smithi120 bash[20187]: audit 2024-04-22T23:48:24.403932+0000 mon.smithi046 (mon.0) 384 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:48:25.024 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:48:24 smithi120 bash[20187]: audit 2024-04-22T23:48:24.403932+0000 mon.smithi046 (mon.0) 384 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:48:25.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:48:24 smithi046 bash[18768]: cluster 2024-04-22T23:48:23.294878+0000 mgr.smithi046.eiolnw (mgr.14197) 139 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:25.083 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:48:24 smithi046 bash[18768]: cluster 2024-04-22T23:48:23.294878+0000 mgr.smithi046.eiolnw (mgr.14197) 139 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:25.083 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:48:24 smithi046 bash[18768]: audit 2024-04-22T23:48:24.403932+0000 mon.smithi046 (mon.0) 384 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:48:25.083 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:48:24 smithi046 bash[18768]: audit 2024-04-22T23:48:24.403932+0000 mon.smithi046 (mon.0) 384 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:48:27.023 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:48:26 smithi120 bash[20187]: cluster 2024-04-22T23:48:25.295898+0000 mgr.smithi046.eiolnw (mgr.14197) 140 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:27.024 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:48:26 smithi120 bash[20187]: cluster 2024-04-22T23:48:25.295898+0000 mgr.smithi046.eiolnw (mgr.14197) 140 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:27.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:48:26 smithi046 bash[18768]: cluster 2024-04-22T23:48:25.295898+0000 mgr.smithi046.eiolnw (mgr.14197) 140 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:27.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:48:26 smithi046 bash[18768]: cluster 2024-04-22T23:48:25.295898+0000 mgr.smithi046.eiolnw (mgr.14197) 140 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:28.389 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/mon.smithi046/config 2024-04-22T23:48:28.832 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:48:28 smithi046 bash[18768]: cluster 2024-04-22T23:48:27.296866+0000 mgr.smithi046.eiolnw (mgr.14197) 141 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:28.832 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:48:28 smithi046 bash[18768]: cluster 2024-04-22T23:48:27.296866+0000 mgr.smithi046.eiolnw (mgr.14197) 141 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:29.023 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:48:28 smithi120 bash[20187]: cluster 2024-04-22T23:48:27.296866+0000 mgr.smithi046.eiolnw (mgr.14197) 141 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:29.024 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:48:28 smithi120 bash[20187]: cluster 2024-04-22T23:48:27.296866+0000 mgr.smithi046.eiolnw (mgr.14197) 141 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:29.614 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T23:48:30.023 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:48:29 smithi120 bash[20187]: audit 2024-04-22T23:48:29.623226+0000 mon.smithi046 (mon.0) 385 : audit [DBG] from='client.? 172.21.15.46:0/1128784698' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:48:30.023 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:48:29 smithi120 bash[20187]: audit 2024-04-22T23:48:29.623226+0000 mon.smithi046 (mon.0) 385 : audit [DBG] from='client.? 172.21.15.46:0/1128784698' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:48:30.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:48:29 smithi046 bash[18768]: audit 2024-04-22T23:48:29.623226+0000 mon.smithi046 (mon.0) 385 : audit [DBG] from='client.? 172.21.15.46:0/1128784698' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:48:30.083 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:48:29 smithi046 bash[18768]: audit 2024-04-22T23:48:29.623226+0000 mon.smithi046 (mon.0) 385 : audit [DBG] from='client.? 172.21.15.46:0/1128784698' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:48:30.291 INFO:teuthology.orchestra.run.smithi046.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-22T23:48:31.026 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:48:30 smithi120 bash[20187]: cluster 2024-04-22T23:48:29.297408+0000 mgr.smithi046.eiolnw (mgr.14197) 142 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:31.026 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:48:30 smithi120 bash[20187]: cluster 2024-04-22T23:48:29.297408+0000 mgr.smithi046.eiolnw (mgr.14197) 142 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:31.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:48:30 smithi046 bash[18768]: cluster 2024-04-22T23:48:29.297408+0000 mgr.smithi046.eiolnw (mgr.14197) 142 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:31.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:48:30 smithi046 bash[18768]: cluster 2024-04-22T23:48:29.297408+0000 mgr.smithi046.eiolnw (mgr.14197) 142 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:31.292 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e2b7ae0a-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:48:33.023 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:48:32 smithi120 bash[20187]: cluster 2024-04-22T23:48:31.298335+0000 mgr.smithi046.eiolnw (mgr.14197) 143 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:33.024 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:48:32 smithi120 bash[20187]: cluster 2024-04-22T23:48:31.298335+0000 mgr.smithi046.eiolnw (mgr.14197) 143 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:33.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:48:32 smithi046 bash[18768]: cluster 2024-04-22T23:48:31.298335+0000 mgr.smithi046.eiolnw (mgr.14197) 143 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:33.083 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:48:32 smithi046 bash[18768]: cluster 2024-04-22T23:48:31.298335+0000 mgr.smithi046.eiolnw (mgr.14197) 143 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:35.023 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:48:34 smithi120 bash[20187]: cluster 2024-04-22T23:48:33.299331+0000 mgr.smithi046.eiolnw (mgr.14197) 144 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:35.024 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:48:34 smithi120 bash[20187]: cluster 2024-04-22T23:48:33.299331+0000 mgr.smithi046.eiolnw (mgr.14197) 144 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:35.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:48:34 smithi046 bash[18768]: cluster 2024-04-22T23:48:33.299331+0000 mgr.smithi046.eiolnw (mgr.14197) 144 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:35.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:48:34 smithi046 bash[18768]: cluster 2024-04-22T23:48:33.299331+0000 mgr.smithi046.eiolnw (mgr.14197) 144 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:36.067 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/mon.smithi046/config 2024-04-22T23:48:36.958 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:48:36 smithi046 bash[18768]: cluster 2024-04-22T23:48:35.300323+0000 mgr.smithi046.eiolnw (mgr.14197) 145 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:36.959 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:48:36 smithi046 bash[18768]: cluster 2024-04-22T23:48:35.300323+0000 mgr.smithi046.eiolnw (mgr.14197) 145 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:37.023 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:48:36 smithi120 bash[20187]: cluster 2024-04-22T23:48:35.300323+0000 mgr.smithi046.eiolnw (mgr.14197) 145 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:37.023 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:48:36 smithi120 bash[20187]: cluster 2024-04-22T23:48:35.300323+0000 mgr.smithi046.eiolnw (mgr.14197) 145 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:37.366 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T23:48:38.020 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:48:37 smithi046 bash[18768]: audit 2024-04-22T23:48:37.375049+0000 mon.smithi046 (mon.0) 386 : audit [DBG] from='client.? 172.21.15.46:0/654853233' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:48:38.020 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:48:37 smithi046 bash[18768]: audit 2024-04-22T23:48:37.375049+0000 mon.smithi046 (mon.0) 386 : audit [DBG] from='client.? 172.21.15.46:0/654853233' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:48:38.022 INFO:teuthology.orchestra.run.smithi046.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-22T23:48:38.023 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:48:37 smithi120 bash[20187]: audit 2024-04-22T23:48:37.375049+0000 mon.smithi046 (mon.0) 386 : audit [DBG] from='client.? 172.21.15.46:0/654853233' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:48:38.023 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:48:37 smithi120 bash[20187]: audit 2024-04-22T23:48:37.375049+0000 mon.smithi046 (mon.0) 386 : audit [DBG] from='client.? 172.21.15.46:0/654853233' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:48:39.023 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e2b7ae0a-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:48:39.024 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:48:38 smithi120 bash[20187]: cluster 2024-04-22T23:48:37.301300+0000 mgr.smithi046.eiolnw (mgr.14197) 146 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:39.024 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:48:38 smithi120 bash[20187]: cluster 2024-04-22T23:48:37.301300+0000 mgr.smithi046.eiolnw (mgr.14197) 146 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:39.035 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:48:38 smithi046 bash[18768]: cluster 2024-04-22T23:48:37.301300+0000 mgr.smithi046.eiolnw (mgr.14197) 146 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:39.035 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:48:38 smithi046 bash[18768]: cluster 2024-04-22T23:48:37.301300+0000 mgr.smithi046.eiolnw (mgr.14197) 146 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:40.023 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:48:39 smithi120 bash[20187]: audit 2024-04-22T23:48:39.404269+0000 mon.smithi046 (mon.0) 387 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:48:40.024 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:48:39 smithi120 bash[20187]: audit 2024-04-22T23:48:39.404269+0000 mon.smithi046 (mon.0) 387 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:48:40.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:48:39 smithi046 bash[18768]: audit 2024-04-22T23:48:39.404269+0000 mon.smithi046 (mon.0) 387 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:48:40.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:48:39 smithi046 bash[18768]: audit 2024-04-22T23:48:39.404269+0000 mon.smithi046 (mon.0) 387 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:48:41.023 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:48:40 smithi120 bash[20187]: cluster 2024-04-22T23:48:39.302284+0000 mgr.smithi046.eiolnw (mgr.14197) 147 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:41.024 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:48:40 smithi120 bash[20187]: cluster 2024-04-22T23:48:39.302284+0000 mgr.smithi046.eiolnw (mgr.14197) 147 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:41.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:48:40 smithi046 bash[18768]: cluster 2024-04-22T23:48:39.302284+0000 mgr.smithi046.eiolnw (mgr.14197) 147 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:41.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:48:40 smithi046 bash[18768]: cluster 2024-04-22T23:48:39.302284+0000 mgr.smithi046.eiolnw (mgr.14197) 147 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:43.023 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:48:42 smithi120 bash[20187]: cluster 2024-04-22T23:48:41.303288+0000 mgr.smithi046.eiolnw (mgr.14197) 148 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:43.024 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:48:42 smithi120 bash[20187]: cluster 2024-04-22T23:48:41.303288+0000 mgr.smithi046.eiolnw (mgr.14197) 148 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:43.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:48:42 smithi046 bash[18768]: cluster 2024-04-22T23:48:41.303288+0000 mgr.smithi046.eiolnw (mgr.14197) 148 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:43.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:48:42 smithi046 bash[18768]: cluster 2024-04-22T23:48:41.303288+0000 mgr.smithi046.eiolnw (mgr.14197) 148 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:43.792 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/mon.smithi046/config 2024-04-22T23:48:45.023 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:48:44 smithi120 bash[20187]: cluster 2024-04-22T23:48:43.304295+0000 mgr.smithi046.eiolnw (mgr.14197) 149 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:45.024 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:48:44 smithi120 bash[20187]: cluster 2024-04-22T23:48:43.304295+0000 mgr.smithi046.eiolnw (mgr.14197) 149 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:45.035 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T23:48:45.048 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:48:44 smithi046 bash[18768]: cluster 2024-04-22T23:48:43.304295+0000 mgr.smithi046.eiolnw (mgr.14197) 149 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:45.048 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:48:44 smithi046 bash[18768]: cluster 2024-04-22T23:48:43.304295+0000 mgr.smithi046.eiolnw (mgr.14197) 149 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:45.701 INFO:teuthology.orchestra.run.smithi046.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-22T23:48:46.023 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:48:45 smithi120 bash[20187]: audit 2024-04-22T23:48:45.044239+0000 mon.smithi046 (mon.0) 388 : audit [DBG] from='client.? 172.21.15.46:0/3296207104' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:48:46.023 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:48:45 smithi120 bash[20187]: audit 2024-04-22T23:48:45.044239+0000 mon.smithi046 (mon.0) 388 : audit [DBG] from='client.? 172.21.15.46:0/3296207104' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:48:46.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:48:45 smithi046 bash[18768]: audit 2024-04-22T23:48:45.044239+0000 mon.smithi046 (mon.0) 388 : audit [DBG] from='client.? 172.21.15.46:0/3296207104' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:48:46.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:48:45 smithi046 bash[18768]: audit 2024-04-22T23:48:45.044239+0000 mon.smithi046 (mon.0) 388 : audit [DBG] from='client.? 172.21.15.46:0/3296207104' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:48:46.702 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e2b7ae0a-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:48:47.023 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:48:46 smithi120 bash[20187]: cluster 2024-04-22T23:48:45.305303+0000 mgr.smithi046.eiolnw (mgr.14197) 150 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:47.023 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:48:46 smithi120 bash[20187]: cluster 2024-04-22T23:48:45.305303+0000 mgr.smithi046.eiolnw (mgr.14197) 150 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:47.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:48:46 smithi046 bash[18768]: cluster 2024-04-22T23:48:45.305303+0000 mgr.smithi046.eiolnw (mgr.14197) 150 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:47.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:48:46 smithi046 bash[18768]: cluster 2024-04-22T23:48:45.305303+0000 mgr.smithi046.eiolnw (mgr.14197) 150 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:49.023 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:48:48 smithi120 bash[20187]: cluster 2024-04-22T23:48:47.306306+0000 mgr.smithi046.eiolnw (mgr.14197) 151 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:49.024 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:48:48 smithi120 bash[20187]: cluster 2024-04-22T23:48:47.306306+0000 mgr.smithi046.eiolnw (mgr.14197) 151 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:49.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:48:48 smithi046 bash[18768]: cluster 2024-04-22T23:48:47.306306+0000 mgr.smithi046.eiolnw (mgr.14197) 151 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:49.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:48:48 smithi046 bash[18768]: cluster 2024-04-22T23:48:47.306306+0000 mgr.smithi046.eiolnw (mgr.14197) 151 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:51.023 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:48:50 smithi120 bash[20187]: cluster 2024-04-22T23:48:49.307361+0000 mgr.smithi046.eiolnw (mgr.14197) 152 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:51.023 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:48:50 smithi120 bash[20187]: cluster 2024-04-22T23:48:49.307361+0000 mgr.smithi046.eiolnw (mgr.14197) 152 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:51.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:48:50 smithi046 bash[18768]: cluster 2024-04-22T23:48:49.307361+0000 mgr.smithi046.eiolnw (mgr.14197) 152 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:51.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:48:50 smithi046 bash[18768]: cluster 2024-04-22T23:48:49.307361+0000 mgr.smithi046.eiolnw (mgr.14197) 152 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:51.484 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/mon.smithi046/config 2024-04-22T23:48:52.662 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T23:48:53.023 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:48:52 smithi120 bash[20187]: cluster 2024-04-22T23:48:51.308358+0000 mgr.smithi046.eiolnw (mgr.14197) 153 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:53.024 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:48:52 smithi120 bash[20187]: cluster 2024-04-22T23:48:51.308358+0000 mgr.smithi046.eiolnw (mgr.14197) 153 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:53.024 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:48:52 smithi120 bash[20187]: audit 2024-04-22T23:48:52.672063+0000 mon.smithi046 (mon.0) 389 : audit [DBG] from='client.? 172.21.15.46:0/4202922983' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:48:53.024 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:48:52 smithi120 bash[20187]: audit 2024-04-22T23:48:52.672063+0000 mon.smithi046 (mon.0) 389 : audit [DBG] from='client.? 172.21.15.46:0/4202922983' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:48:53.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:48:52 smithi046 bash[18768]: cluster 2024-04-22T23:48:51.308358+0000 mgr.smithi046.eiolnw (mgr.14197) 153 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:53.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:48:52 smithi046 bash[18768]: cluster 2024-04-22T23:48:51.308358+0000 mgr.smithi046.eiolnw (mgr.14197) 153 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:53.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:48:52 smithi046 bash[18768]: audit 2024-04-22T23:48:52.672063+0000 mon.smithi046 (mon.0) 389 : audit [DBG] from='client.? 172.21.15.46:0/4202922983' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:48:53.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:48:52 smithi046 bash[18768]: audit 2024-04-22T23:48:52.672063+0000 mon.smithi046 (mon.0) 389 : audit [DBG] from='client.? 172.21.15.46:0/4202922983' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:48:53.308 INFO:teuthology.orchestra.run.smithi046.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-22T23:48:54.309 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e2b7ae0a-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:48:55.023 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:48:54 smithi120 bash[20187]: cluster 2024-04-22T23:48:53.309417+0000 mgr.smithi046.eiolnw (mgr.14197) 154 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:55.024 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:48:54 smithi120 bash[20187]: cluster 2024-04-22T23:48:53.309417+0000 mgr.smithi046.eiolnw (mgr.14197) 154 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:55.024 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:48:54 smithi120 bash[20187]: audit 2024-04-22T23:48:54.404809+0000 mon.smithi046 (mon.0) 390 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:48:55.024 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:48:54 smithi120 bash[20187]: audit 2024-04-22T23:48:54.404809+0000 mon.smithi046 (mon.0) 390 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:48:55.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:48:54 smithi046 bash[18768]: cluster 2024-04-22T23:48:53.309417+0000 mgr.smithi046.eiolnw (mgr.14197) 154 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:55.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:48:54 smithi046 bash[18768]: cluster 2024-04-22T23:48:53.309417+0000 mgr.smithi046.eiolnw (mgr.14197) 154 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:55.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:48:54 smithi046 bash[18768]: audit 2024-04-22T23:48:54.404809+0000 mon.smithi046 (mon.0) 390 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:48:55.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:48:54 smithi046 bash[18768]: audit 2024-04-22T23:48:54.404809+0000 mon.smithi046 (mon.0) 390 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:48:57.023 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:48:56 smithi120 bash[20187]: cluster 2024-04-22T23:48:55.310424+0000 mgr.smithi046.eiolnw (mgr.14197) 155 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:57.023 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:48:56 smithi120 bash[20187]: cluster 2024-04-22T23:48:55.310424+0000 mgr.smithi046.eiolnw (mgr.14197) 155 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:57.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:48:56 smithi046 bash[18768]: cluster 2024-04-22T23:48:55.310424+0000 mgr.smithi046.eiolnw (mgr.14197) 155 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:57.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:48:56 smithi046 bash[18768]: cluster 2024-04-22T23:48:55.310424+0000 mgr.smithi046.eiolnw (mgr.14197) 155 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:59.023 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:48:58 smithi120 bash[20187]: cluster 2024-04-22T23:48:57.311432+0000 mgr.smithi046.eiolnw (mgr.14197) 156 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:59.023 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:48:58 smithi120 bash[20187]: cluster 2024-04-22T23:48:57.311432+0000 mgr.smithi046.eiolnw (mgr.14197) 156 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:59.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:48:58 smithi046 bash[18768]: cluster 2024-04-22T23:48:57.311432+0000 mgr.smithi046.eiolnw (mgr.14197) 156 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:59.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:48:58 smithi046 bash[18768]: cluster 2024-04-22T23:48:57.311432+0000 mgr.smithi046.eiolnw (mgr.14197) 156 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:59.085 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/mon.smithi046/config 2024-04-22T23:49:00.399 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T23:49:01.023 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:49:00 smithi120 bash[20187]: cluster 2024-04-22T23:48:59.312442+0000 mgr.smithi046.eiolnw (mgr.14197) 157 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:01.023 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:49:00 smithi120 bash[20187]: cluster 2024-04-22T23:48:59.312442+0000 mgr.smithi046.eiolnw (mgr.14197) 157 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:01.024 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:49:00 smithi120 bash[20187]: audit 2024-04-22T23:49:00.409043+0000 mon.smithi046 (mon.0) 391 : audit [DBG] from='client.? 172.21.15.46:0/895027890' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:49:01.024 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:49:00 smithi120 bash[20187]: audit 2024-04-22T23:49:00.409043+0000 mon.smithi046 (mon.0) 391 : audit [DBG] from='client.? 172.21.15.46:0/895027890' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:49:01.070 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:49:00 smithi046 bash[18768]: cluster 2024-04-22T23:48:59.312442+0000 mgr.smithi046.eiolnw (mgr.14197) 157 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:01.070 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:49:00 smithi046 bash[18768]: cluster 2024-04-22T23:48:59.312442+0000 mgr.smithi046.eiolnw (mgr.14197) 157 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:01.070 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:49:00 smithi046 bash[18768]: audit 2024-04-22T23:49:00.409043+0000 mon.smithi046 (mon.0) 391 : audit [DBG] from='client.? 172.21.15.46:0/895027890' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:49:01.070 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:49:00 smithi046 bash[18768]: audit 2024-04-22T23:49:00.409043+0000 mon.smithi046 (mon.0) 391 : audit [DBG] from='client.? 172.21.15.46:0/895027890' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:49:01.071 INFO:teuthology.orchestra.run.smithi046.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-22T23:49:02.072 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e2b7ae0a-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:49:03.023 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:49:02 smithi120 bash[20187]: cluster 2024-04-22T23:49:01.313510+0000 mgr.smithi046.eiolnw (mgr.14197) 158 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:03.023 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:49:02 smithi120 bash[20187]: cluster 2024-04-22T23:49:01.313510+0000 mgr.smithi046.eiolnw (mgr.14197) 158 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:03.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:49:02 smithi046 bash[18768]: cluster 2024-04-22T23:49:01.313510+0000 mgr.smithi046.eiolnw (mgr.14197) 158 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:03.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:49:02 smithi046 bash[18768]: cluster 2024-04-22T23:49:01.313510+0000 mgr.smithi046.eiolnw (mgr.14197) 158 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:05.023 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:49:04 smithi120 bash[20187]: cluster 2024-04-22T23:49:03.314343+0000 mgr.smithi046.eiolnw (mgr.14197) 159 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:05.024 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:49:04 smithi120 bash[20187]: cluster 2024-04-22T23:49:03.314343+0000 mgr.smithi046.eiolnw (mgr.14197) 159 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:05.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:49:04 smithi046 bash[18768]: cluster 2024-04-22T23:49:03.314343+0000 mgr.smithi046.eiolnw (mgr.14197) 159 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:05.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:49:04 smithi046 bash[18768]: cluster 2024-04-22T23:49:03.314343+0000 mgr.smithi046.eiolnw (mgr.14197) 159 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:06.851 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/mon.smithi046/config 2024-04-22T23:49:07.023 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:49:06 smithi120 bash[20187]: cluster 2024-04-22T23:49:05.315366+0000 mgr.smithi046.eiolnw (mgr.14197) 160 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:07.024 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:49:06 smithi120 bash[20187]: cluster 2024-04-22T23:49:05.315366+0000 mgr.smithi046.eiolnw (mgr.14197) 160 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:07.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:49:06 smithi046 bash[18768]: cluster 2024-04-22T23:49:05.315366+0000 mgr.smithi046.eiolnw (mgr.14197) 160 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:07.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:49:06 smithi046 bash[18768]: cluster 2024-04-22T23:49:05.315366+0000 mgr.smithi046.eiolnw (mgr.14197) 160 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:08.023 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:49:07 smithi120 bash[20187]: audit 2024-04-22T23:49:07.388677+0000 mon.smithi046 (mon.0) 392 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:49:08.023 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:49:07 smithi120 bash[20187]: audit 2024-04-22T23:49:07.388677+0000 mon.smithi046 (mon.0) 392 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:49:08.024 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T23:49:08.037 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:49:07 smithi046 bash[18768]: audit 2024-04-22T23:49:07.388677+0000 mon.smithi046 (mon.0) 392 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:49:08.037 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:49:07 smithi046 bash[18768]: audit 2024-04-22T23:49:07.388677+0000 mon.smithi046 (mon.0) 392 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:49:08.730 INFO:teuthology.orchestra.run.smithi046.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-22T23:49:09.023 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:49:08 smithi120 bash[20187]: cluster 2024-04-22T23:49:07.316131+0000 mgr.smithi046.eiolnw (mgr.14197) 161 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:09.023 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:49:08 smithi120 bash[20187]: cluster 2024-04-22T23:49:07.316131+0000 mgr.smithi046.eiolnw (mgr.14197) 161 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:09.023 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:49:08 smithi120 bash[20187]: audit 2024-04-22T23:49:08.033557+0000 mon.smithi046 (mon.0) 393 : audit [DBG] from='client.? 172.21.15.46:0/1407703403' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:49:09.024 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:49:08 smithi120 bash[20187]: audit 2024-04-22T23:49:08.033557+0000 mon.smithi046 (mon.0) 393 : audit [DBG] from='client.? 172.21.15.46:0/1407703403' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:49:09.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:49:08 smithi046 bash[18768]: cluster 2024-04-22T23:49:07.316131+0000 mgr.smithi046.eiolnw (mgr.14197) 161 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:09.083 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:49:08 smithi046 bash[18768]: cluster 2024-04-22T23:49:07.316131+0000 mgr.smithi046.eiolnw (mgr.14197) 161 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:09.083 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:49:08 smithi046 bash[18768]: audit 2024-04-22T23:49:08.033557+0000 mon.smithi046 (mon.0) 393 : audit [DBG] from='client.? 172.21.15.46:0/1407703403' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:49:09.083 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:49:08 smithi046 bash[18768]: audit 2024-04-22T23:49:08.033557+0000 mon.smithi046 (mon.0) 393 : audit [DBG] from='client.? 172.21.15.46:0/1407703403' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:49:09.731 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e2b7ae0a-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:49:10.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:49:09 smithi046 bash[18768]: audit 2024-04-22T23:49:09.405324+0000 mon.smithi046 (mon.0) 394 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:49:10.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:49:09 smithi046 bash[18768]: audit 2024-04-22T23:49:09.405324+0000 mon.smithi046 (mon.0) 394 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:49:10.273 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:49:09 smithi120 bash[20187]: audit 2024-04-22T23:49:09.405324+0000 mon.smithi046 (mon.0) 394 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:49:10.273 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:49:09 smithi120 bash[20187]: audit 2024-04-22T23:49:09.405324+0000 mon.smithi046 (mon.0) 394 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:49:11.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:49:10 smithi046 bash[18768]: cluster 2024-04-22T23:49:09.317173+0000 mgr.smithi046.eiolnw (mgr.14197) 162 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:11.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:49:10 smithi046 bash[18768]: cluster 2024-04-22T23:49:09.317173+0000 mgr.smithi046.eiolnw (mgr.14197) 162 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:11.273 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:49:10 smithi120 bash[20187]: cluster 2024-04-22T23:49:09.317173+0000 mgr.smithi046.eiolnw (mgr.14197) 162 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:11.273 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:49:10 smithi120 bash[20187]: cluster 2024-04-22T23:49:09.317173+0000 mgr.smithi046.eiolnw (mgr.14197) 162 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:13.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:49:12 smithi046 bash[18768]: cluster 2024-04-22T23:49:11.318186+0000 mgr.smithi046.eiolnw (mgr.14197) 163 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:13.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:49:12 smithi046 bash[18768]: cluster 2024-04-22T23:49:11.318186+0000 mgr.smithi046.eiolnw (mgr.14197) 163 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:13.273 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:49:12 smithi120 bash[20187]: cluster 2024-04-22T23:49:11.318186+0000 mgr.smithi046.eiolnw (mgr.14197) 163 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:13.273 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:49:12 smithi120 bash[20187]: cluster 2024-04-22T23:49:11.318186+0000 mgr.smithi046.eiolnw (mgr.14197) 163 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:14.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:49:13 smithi046 bash[18768]: audit 2024-04-22T23:49:12.831281+0000 mon.smithi046 (mon.0) 395 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:49:14.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:49:13 smithi046 bash[18768]: audit 2024-04-22T23:49:12.831281+0000 mon.smithi046 (mon.0) 395 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:49:14.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:49:13 smithi046 bash[18768]: audit 2024-04-22T23:49:13.391253+0000 mon.smithi046 (mon.0) 396 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:49:14.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:49:13 smithi046 bash[18768]: audit 2024-04-22T23:49:13.391253+0000 mon.smithi046 (mon.0) 396 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:49:14.195 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:49:13 smithi120 bash[20187]: audit 2024-04-22T23:49:12.831281+0000 mon.smithi046 (mon.0) 395 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:49:14.195 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:49:13 smithi120 bash[20187]: audit 2024-04-22T23:49:12.831281+0000 mon.smithi046 (mon.0) 395 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:49:14.195 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:49:13 smithi120 bash[20187]: audit 2024-04-22T23:49:13.391253+0000 mon.smithi046 (mon.0) 396 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:49:14.195 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:49:13 smithi120 bash[20187]: audit 2024-04-22T23:49:13.391253+0000 mon.smithi046 (mon.0) 396 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:49:14.484 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/mon.smithi046/config 2024-04-22T23:49:15.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:49:14 smithi046 bash[18768]: cluster 2024-04-22T23:49:13.318672+0000 mgr.smithi046.eiolnw (mgr.14197) 164 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:15.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:49:14 smithi046 bash[18768]: cluster 2024-04-22T23:49:13.318672+0000 mgr.smithi046.eiolnw (mgr.14197) 164 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:15.273 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:49:14 smithi120 bash[20187]: cluster 2024-04-22T23:49:13.318672+0000 mgr.smithi046.eiolnw (mgr.14197) 164 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:15.273 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:49:14 smithi120 bash[20187]: cluster 2024-04-22T23:49:13.318672+0000 mgr.smithi046.eiolnw (mgr.14197) 164 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:15.745 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T23:49:16.045 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:49:15 smithi046 bash[18768]: audit 2024-04-22T23:49:15.754197+0000 mon.smithi046 (mon.0) 397 : audit [DBG] from='client.? 172.21.15.46:0/2710799165' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:49:16.046 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:49:15 smithi046 bash[18768]: audit 2024-04-22T23:49:15.754197+0000 mon.smithi046 (mon.0) 397 : audit [DBG] from='client.? 172.21.15.46:0/2710799165' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:49:16.273 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:49:15 smithi120 bash[20187]: audit 2024-04-22T23:49:15.754197+0000 mon.smithi046 (mon.0) 397 : audit [DBG] from='client.? 172.21.15.46:0/2710799165' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:49:16.273 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:49:15 smithi120 bash[20187]: audit 2024-04-22T23:49:15.754197+0000 mon.smithi046 (mon.0) 397 : audit [DBG] from='client.? 172.21.15.46:0/2710799165' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:49:16.474 INFO:teuthology.orchestra.run.smithi046.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-22T23:49:17.273 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:49:16 smithi120 bash[20187]: cluster 2024-04-22T23:49:15.319634+0000 mgr.smithi046.eiolnw (mgr.14197) 165 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:17.273 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:49:16 smithi120 bash[20187]: cluster 2024-04-22T23:49:15.319634+0000 mgr.smithi046.eiolnw (mgr.14197) 165 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:17.334 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:49:16 smithi046 bash[18768]: cluster 2024-04-22T23:49:15.319634+0000 mgr.smithi046.eiolnw (mgr.14197) 165 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:17.334 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:49:16 smithi046 bash[18768]: cluster 2024-04-22T23:49:15.319634+0000 mgr.smithi046.eiolnw (mgr.14197) 165 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:17.475 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e2b7ae0a-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:49:19.104 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:49:18 smithi120 bash[20187]: cluster 2024-04-22T23:49:17.320639+0000 mgr.smithi046.eiolnw (mgr.14197) 166 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:19.104 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:49:18 smithi120 bash[20187]: cluster 2024-04-22T23:49:17.320639+0000 mgr.smithi046.eiolnw (mgr.14197) 166 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:19.332 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:49:18 smithi046 bash[18768]: cluster 2024-04-22T23:49:17.320639+0000 mgr.smithi046.eiolnw (mgr.14197) 166 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:19.332 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:49:18 smithi046 bash[18768]: cluster 2024-04-22T23:49:17.320639+0000 mgr.smithi046.eiolnw (mgr.14197) 166 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:21.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:49:20 smithi046 bash[18768]: cluster 2024-04-22T23:49:19.321658+0000 mgr.smithi046.eiolnw (mgr.14197) 167 : cluster [DBG] pgmap v114: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:21.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:49:20 smithi046 bash[18768]: cluster 2024-04-22T23:49:19.321658+0000 mgr.smithi046.eiolnw (mgr.14197) 167 : cluster [DBG] pgmap v114: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:21.273 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:49:20 smithi120 bash[20187]: cluster 2024-04-22T23:49:19.321658+0000 mgr.smithi046.eiolnw (mgr.14197) 167 : cluster [DBG] pgmap v114: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:21.273 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:49:20 smithi120 bash[20187]: cluster 2024-04-22T23:49:19.321658+0000 mgr.smithi046.eiolnw (mgr.14197) 167 : cluster [DBG] pgmap v114: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:22.033 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/mon.smithi046/config 2024-04-22T23:49:22.273 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:49:21 smithi120 bash[20187]: audit 2024-04-22T23:49:21.000581+0000 mon.smithi046 (mon.0) 398 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:49:22.274 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:49:21 smithi120 bash[20187]: audit 2024-04-22T23:49:21.000581+0000 mon.smithi046 (mon.0) 398 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:49:22.274 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:49:21 smithi120 bash[20187]: audit 2024-04-22T23:49:21.002430+0000 mon.smithi046 (mon.0) 399 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:49:22.274 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:49:21 smithi120 bash[20187]: audit 2024-04-22T23:49:21.002430+0000 mon.smithi046 (mon.0) 399 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:49:22.274 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:49:21 smithi120 bash[20187]: audit 2024-04-22T23:49:21.012436+0000 mon.smithi046 (mon.0) 400 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:49:22.274 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:49:21 smithi120 bash[20187]: audit 2024-04-22T23:49:21.012436+0000 mon.smithi046 (mon.0) 400 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:49:22.274 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:49:21 smithi120 bash[20187]: audit 2024-04-22T23:49:21.019434+0000 mon.smithi046 (mon.0) 401 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-22T23:49:22.274 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:49:21 smithi120 bash[20187]: audit 2024-04-22T23:49:21.019434+0000 mon.smithi046 (mon.0) 401 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-22T23:49:22.332 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:49:21 smithi046 bash[18768]: audit 2024-04-22T23:49:21.000581+0000 mon.smithi046 (mon.0) 398 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:49:22.332 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:49:21 smithi046 bash[18768]: audit 2024-04-22T23:49:21.000581+0000 mon.smithi046 (mon.0) 398 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:49:22.332 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:49:21 smithi046 bash[18768]: audit 2024-04-22T23:49:21.002430+0000 mon.smithi046 (mon.0) 399 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:49:22.333 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:49:21 smithi046 bash[18768]: audit 2024-04-22T23:49:21.002430+0000 mon.smithi046 (mon.0) 399 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:49:22.333 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:49:21 smithi046 bash[18768]: audit 2024-04-22T23:49:21.012436+0000 mon.smithi046 (mon.0) 400 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:49:22.333 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:49:21 smithi046 bash[18768]: audit 2024-04-22T23:49:21.012436+0000 mon.smithi046 (mon.0) 400 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:49:22.333 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:49:21 smithi046 bash[18768]: audit 2024-04-22T23:49:21.019434+0000 mon.smithi046 (mon.0) 401 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-22T23:49:22.333 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:49:21 smithi046 bash[18768]: audit 2024-04-22T23:49:21.019434+0000 mon.smithi046 (mon.0) 401 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-22T23:49:23.272 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:49:22 smithi046 bash[18768]: cluster 2024-04-22T23:49:21.005278+0000 mgr.smithi046.eiolnw (mgr.14197) 168 : cluster [DBG] pgmap v115: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:23.273 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:49:22 smithi046 bash[18768]: cluster 2024-04-22T23:49:21.005278+0000 mgr.smithi046.eiolnw (mgr.14197) 168 : cluster [DBG] pgmap v115: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:23.273 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:49:22 smithi046 bash[18768]: cluster 2024-04-22T23:49:21.006388+0000 mgr.smithi046.eiolnw (mgr.14197) 169 : cluster [DBG] pgmap v116: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:23.273 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:49:22 smithi046 bash[18768]: cluster 2024-04-22T23:49:21.006388+0000 mgr.smithi046.eiolnw (mgr.14197) 169 : cluster [DBG] pgmap v116: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:23.273 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:49:22 smithi120 bash[20187]: cluster 2024-04-22T23:49:21.005278+0000 mgr.smithi046.eiolnw (mgr.14197) 168 : cluster [DBG] pgmap v115: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:23.273 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:49:22 smithi120 bash[20187]: cluster 2024-04-22T23:49:21.005278+0000 mgr.smithi046.eiolnw (mgr.14197) 168 : cluster [DBG] pgmap v115: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:23.273 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:49:22 smithi120 bash[20187]: cluster 2024-04-22T23:49:21.006388+0000 mgr.smithi046.eiolnw (mgr.14197) 169 : cluster [DBG] pgmap v116: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:23.273 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:49:22 smithi120 bash[20187]: cluster 2024-04-22T23:49:21.006388+0000 mgr.smithi046.eiolnw (mgr.14197) 169 : cluster [DBG] pgmap v116: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:23.312 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T23:49:23.995 INFO:teuthology.orchestra.run.smithi046.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-22T23:49:24.195 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:49:23 smithi120 bash[20187]: audit 2024-04-22T23:49:23.321547+0000 mon.smithi046 (mon.0) 402 : audit [DBG] from='client.? 172.21.15.46:0/3477922590' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:49:24.195 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:49:23 smithi120 bash[20187]: audit 2024-04-22T23:49:23.321547+0000 mon.smithi046 (mon.0) 402 : audit [DBG] from='client.? 172.21.15.46:0/3477922590' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:49:24.332 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:49:23 smithi046 bash[18768]: audit 2024-04-22T23:49:23.321547+0000 mon.smithi046 (mon.0) 402 : audit [DBG] from='client.? 172.21.15.46:0/3477922590' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:49:24.332 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:49:23 smithi046 bash[18768]: audit 2024-04-22T23:49:23.321547+0000 mon.smithi046 (mon.0) 402 : audit [DBG] from='client.? 172.21.15.46:0/3477922590' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:49:24.997 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e2b7ae0a-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:49:25.273 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:49:24 smithi120 bash[20187]: cluster 2024-04-22T23:49:23.006911+0000 mgr.smithi046.eiolnw (mgr.14197) 170 : cluster [DBG] pgmap v117: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:25.273 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:49:24 smithi120 bash[20187]: cluster 2024-04-22T23:49:23.006911+0000 mgr.smithi046.eiolnw (mgr.14197) 170 : cluster [DBG] pgmap v117: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:25.274 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:49:24 smithi120 bash[20187]: audit 2024-04-22T23:49:24.405662+0000 mon.smithi046 (mon.0) 403 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:49:25.274 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:49:24 smithi120 bash[20187]: audit 2024-04-22T23:49:24.405662+0000 mon.smithi046 (mon.0) 403 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:49:25.332 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:49:24 smithi046 bash[18768]: cluster 2024-04-22T23:49:23.006911+0000 mgr.smithi046.eiolnw (mgr.14197) 170 : cluster [DBG] pgmap v117: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:25.332 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:49:24 smithi046 bash[18768]: cluster 2024-04-22T23:49:23.006911+0000 mgr.smithi046.eiolnw (mgr.14197) 170 : cluster [DBG] pgmap v117: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:25.332 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:49:24 smithi046 bash[18768]: audit 2024-04-22T23:49:24.405662+0000 mon.smithi046 (mon.0) 403 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:49:25.332 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:49:24 smithi046 bash[18768]: audit 2024-04-22T23:49:24.405662+0000 mon.smithi046 (mon.0) 403 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:49:27.273 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:49:26 smithi120 bash[20187]: cluster 2024-04-22T23:49:25.007925+0000 mgr.smithi046.eiolnw (mgr.14197) 171 : cluster [DBG] pgmap v118: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:27.273 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:49:26 smithi120 bash[20187]: cluster 2024-04-22T23:49:25.007925+0000 mgr.smithi046.eiolnw (mgr.14197) 171 : cluster [DBG] pgmap v118: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:27.332 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:49:26 smithi046 bash[18768]: cluster 2024-04-22T23:49:25.007925+0000 mgr.smithi046.eiolnw (mgr.14197) 171 : cluster [DBG] pgmap v118: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:27.332 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:49:26 smithi046 bash[18768]: cluster 2024-04-22T23:49:25.007925+0000 mgr.smithi046.eiolnw (mgr.14197) 171 : cluster [DBG] pgmap v118: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:29.196 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:49:28 smithi120 bash[20187]: cluster 2024-04-22T23:49:27.008940+0000 mgr.smithi046.eiolnw (mgr.14197) 172 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:29.196 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:49:28 smithi120 bash[20187]: cluster 2024-04-22T23:49:27.008940+0000 mgr.smithi046.eiolnw (mgr.14197) 172 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:29.332 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:49:28 smithi046 bash[18768]: cluster 2024-04-22T23:49:27.008940+0000 mgr.smithi046.eiolnw (mgr.14197) 172 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:29.332 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:49:28 smithi046 bash[18768]: cluster 2024-04-22T23:49:27.008940+0000 mgr.smithi046.eiolnw (mgr.14197) 172 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:29.768 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/mon.smithi046/config 2024-04-22T23:49:30.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:49:29 smithi046 bash[18768]: cluster 2024-04-22T23:49:29.009936+0000 mgr.smithi046.eiolnw (mgr.14197) 173 : cluster [DBG] pgmap v120: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:30.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:49:29 smithi046 bash[18768]: cluster 2024-04-22T23:49:29.009936+0000 mgr.smithi046.eiolnw (mgr.14197) 173 : cluster [DBG] pgmap v120: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:30.273 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:49:29 smithi120 bash[20187]: cluster 2024-04-22T23:49:29.009936+0000 mgr.smithi046.eiolnw (mgr.14197) 173 : cluster [DBG] pgmap v120: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:30.273 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:49:29 smithi120 bash[20187]: cluster 2024-04-22T23:49:29.009936+0000 mgr.smithi046.eiolnw (mgr.14197) 173 : cluster [DBG] pgmap v120: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:31.117 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T23:49:31.823 INFO:teuthology.orchestra.run.smithi046.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-22T23:49:32.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:49:32 smithi046 bash[18768]: cluster 2024-04-22T23:49:31.010985+0000 mgr.smithi046.eiolnw (mgr.14197) 174 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:32.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:49:32 smithi046 bash[18768]: cluster 2024-04-22T23:49:31.010985+0000 mgr.smithi046.eiolnw (mgr.14197) 174 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:32.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:49:32 smithi046 bash[18768]: audit 2024-04-22T23:49:31.126367+0000 mon.smithi046 (mon.0) 404 : audit [DBG] from='client.? 172.21.15.46:0/451721463' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:49:32.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:49:32 smithi046 bash[18768]: audit 2024-04-22T23:49:31.126367+0000 mon.smithi046 (mon.0) 404 : audit [DBG] from='client.? 172.21.15.46:0/451721463' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:49:32.523 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:49:32 smithi120 bash[20187]: cluster 2024-04-22T23:49:31.010985+0000 mgr.smithi046.eiolnw (mgr.14197) 174 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:32.523 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:49:32 smithi120 bash[20187]: cluster 2024-04-22T23:49:31.010985+0000 mgr.smithi046.eiolnw (mgr.14197) 174 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:32.523 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:49:32 smithi120 bash[20187]: audit 2024-04-22T23:49:31.126367+0000 mon.smithi046 (mon.0) 404 : audit [DBG] from='client.? 172.21.15.46:0/451721463' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:49:32.523 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:49:32 smithi120 bash[20187]: audit 2024-04-22T23:49:31.126367+0000 mon.smithi046 (mon.0) 404 : audit [DBG] from='client.? 172.21.15.46:0/451721463' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:49:32.825 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e2b7ae0a-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:49:34.332 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:49:34 smithi046 bash[18768]: cluster 2024-04-22T23:49:33.012021+0000 mgr.smithi046.eiolnw (mgr.14197) 175 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:34.332 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:49:34 smithi046 bash[18768]: cluster 2024-04-22T23:49:33.012021+0000 mgr.smithi046.eiolnw (mgr.14197) 175 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:34.523 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:49:34 smithi120 bash[20187]: cluster 2024-04-22T23:49:33.012021+0000 mgr.smithi046.eiolnw (mgr.14197) 175 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:34.523 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:49:34 smithi120 bash[20187]: cluster 2024-04-22T23:49:33.012021+0000 mgr.smithi046.eiolnw (mgr.14197) 175 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:36.332 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:49:36 smithi046 bash[18768]: cluster 2024-04-22T23:49:35.013035+0000 mgr.smithi046.eiolnw (mgr.14197) 176 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:36.332 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:49:36 smithi046 bash[18768]: cluster 2024-04-22T23:49:35.013035+0000 mgr.smithi046.eiolnw (mgr.14197) 176 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:36.523 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:49:36 smithi120 bash[20187]: cluster 2024-04-22T23:49:35.013035+0000 mgr.smithi046.eiolnw (mgr.14197) 176 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:36.523 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:49:36 smithi120 bash[20187]: cluster 2024-04-22T23:49:35.013035+0000 mgr.smithi046.eiolnw (mgr.14197) 176 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:37.598 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/mon.smithi046/config 2024-04-22T23:49:38.325 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:49:38 smithi046 bash[18768]: cluster 2024-04-22T23:49:37.013973+0000 mgr.smithi046.eiolnw (mgr.14197) 177 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:38.326 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:49:38 smithi046 bash[18768]: cluster 2024-04-22T23:49:37.013973+0000 mgr.smithi046.eiolnw (mgr.14197) 177 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:38.523 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:49:38 smithi120 bash[20187]: cluster 2024-04-22T23:49:37.013973+0000 mgr.smithi046.eiolnw (mgr.14197) 177 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:38.523 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:49:38 smithi120 bash[20187]: cluster 2024-04-22T23:49:37.013973+0000 mgr.smithi046.eiolnw (mgr.14197) 177 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:38.797 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T23:49:39.332 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:49:39 smithi046 bash[18768]: audit 2024-04-22T23:49:38.806496+0000 mon.smithi046 (mon.0) 405 : audit [DBG] from='client.? 172.21.15.46:0/2875429541' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:49:39.332 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:49:39 smithi046 bash[18768]: audit 2024-04-22T23:49:38.806496+0000 mon.smithi046 (mon.0) 405 : audit [DBG] from='client.? 172.21.15.46:0/2875429541' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:49:39.482 INFO:teuthology.orchestra.run.smithi046.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-22T23:49:39.523 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:49:39 smithi120 bash[20187]: audit 2024-04-22T23:49:38.806496+0000 mon.smithi046 (mon.0) 405 : audit [DBG] from='client.? 172.21.15.46:0/2875429541' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:49:39.523 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:49:39 smithi120 bash[20187]: audit 2024-04-22T23:49:38.806496+0000 mon.smithi046 (mon.0) 405 : audit [DBG] from='client.? 172.21.15.46:0/2875429541' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:49:40.332 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:49:40 smithi046 bash[18768]: cluster 2024-04-22T23:49:39.014977+0000 mgr.smithi046.eiolnw (mgr.14197) 178 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:40.332 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:49:40 smithi046 bash[18768]: cluster 2024-04-22T23:49:39.014977+0000 mgr.smithi046.eiolnw (mgr.14197) 178 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:40.332 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:49:40 smithi046 bash[18768]: audit 2024-04-22T23:49:39.406162+0000 mon.smithi046 (mon.0) 406 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:49:40.332 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:49:40 smithi046 bash[18768]: audit 2024-04-22T23:49:39.406162+0000 mon.smithi046 (mon.0) 406 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:49:40.483 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e2b7ae0a-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:49:40.523 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:49:40 smithi120 bash[20187]: cluster 2024-04-22T23:49:39.014977+0000 mgr.smithi046.eiolnw (mgr.14197) 178 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:40.523 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:49:40 smithi120 bash[20187]: cluster 2024-04-22T23:49:39.014977+0000 mgr.smithi046.eiolnw (mgr.14197) 178 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:40.524 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:49:40 smithi120 bash[20187]: audit 2024-04-22T23:49:39.406162+0000 mon.smithi046 (mon.0) 406 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:49:40.524 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:49:40 smithi120 bash[20187]: audit 2024-04-22T23:49:39.406162+0000 mon.smithi046 (mon.0) 406 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:49:42.523 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:49:42 smithi120 bash[20187]: cluster 2024-04-22T23:49:41.015978+0000 mgr.smithi046.eiolnw (mgr.14197) 179 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:42.523 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:49:42 smithi120 bash[20187]: cluster 2024-04-22T23:49:41.015978+0000 mgr.smithi046.eiolnw (mgr.14197) 179 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:42.582 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:49:42 smithi046 bash[18768]: cluster 2024-04-22T23:49:41.015978+0000 mgr.smithi046.eiolnw (mgr.14197) 179 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:42.582 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:49:42 smithi046 bash[18768]: cluster 2024-04-22T23:49:41.015978+0000 mgr.smithi046.eiolnw (mgr.14197) 179 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:44.523 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:49:44 smithi120 bash[20187]: cluster 2024-04-22T23:49:43.016987+0000 mgr.smithi046.eiolnw (mgr.14197) 180 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:44.523 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:49:44 smithi120 bash[20187]: cluster 2024-04-22T23:49:43.016987+0000 mgr.smithi046.eiolnw (mgr.14197) 180 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:44.582 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:49:44 smithi046 bash[18768]: cluster 2024-04-22T23:49:43.016987+0000 mgr.smithi046.eiolnw (mgr.14197) 180 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:44.582 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:49:44 smithi046 bash[18768]: cluster 2024-04-22T23:49:43.016987+0000 mgr.smithi046.eiolnw (mgr.14197) 180 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:45.264 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/mon.smithi046/config 2024-04-22T23:49:46.489 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T23:49:46.502 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:49:46 smithi046 bash[18768]: cluster 2024-04-22T23:49:45.018031+0000 mgr.smithi046.eiolnw (mgr.14197) 181 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:46.503 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:49:46 smithi046 bash[18768]: cluster 2024-04-22T23:49:45.018031+0000 mgr.smithi046.eiolnw (mgr.14197) 181 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:46.523 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:49:46 smithi120 bash[20187]: cluster 2024-04-22T23:49:45.018031+0000 mgr.smithi046.eiolnw (mgr.14197) 181 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:46.523 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:49:46 smithi120 bash[20187]: cluster 2024-04-22T23:49:45.018031+0000 mgr.smithi046.eiolnw (mgr.14197) 181 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:47.206 INFO:teuthology.orchestra.run.smithi046.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-22T23:49:47.513 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:49:47 smithi046 bash[18768]: audit 2024-04-22T23:49:46.498630+0000 mon.smithi046 (mon.0) 407 : audit [DBG] from='client.? 172.21.15.46:0/2198911069' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:49:47.513 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:49:47 smithi046 bash[18768]: audit 2024-04-22T23:49:46.498630+0000 mon.smithi046 (mon.0) 407 : audit [DBG] from='client.? 172.21.15.46:0/2198911069' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:49:47.523 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:49:47 smithi120 bash[20187]: audit 2024-04-22T23:49:46.498630+0000 mon.smithi046 (mon.0) 407 : audit [DBG] from='client.? 172.21.15.46:0/2198911069' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:49:47.523 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:49:47 smithi120 bash[20187]: audit 2024-04-22T23:49:46.498630+0000 mon.smithi046 (mon.0) 407 : audit [DBG] from='client.? 172.21.15.46:0/2198911069' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:49:48.207 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e2b7ae0a-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:49:48.362 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:49:48 smithi046 bash[18768]: cluster 2024-04-22T23:49:47.019044+0000 mgr.smithi046.eiolnw (mgr.14197) 182 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:48.363 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:49:48 smithi046 bash[18768]: cluster 2024-04-22T23:49:47.019044+0000 mgr.smithi046.eiolnw (mgr.14197) 182 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:48.523 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:49:48 smithi120 bash[20187]: cluster 2024-04-22T23:49:47.019044+0000 mgr.smithi046.eiolnw (mgr.14197) 182 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:48.523 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:49:48 smithi120 bash[20187]: cluster 2024-04-22T23:49:47.019044+0000 mgr.smithi046.eiolnw (mgr.14197) 182 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:50.523 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:49:50 smithi120 bash[20187]: cluster 2024-04-22T23:49:49.020140+0000 mgr.smithi046.eiolnw (mgr.14197) 183 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:50.523 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:49:50 smithi120 bash[20187]: cluster 2024-04-22T23:49:49.020140+0000 mgr.smithi046.eiolnw (mgr.14197) 183 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:50.582 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:49:50 smithi046 bash[18768]: cluster 2024-04-22T23:49:49.020140+0000 mgr.smithi046.eiolnw (mgr.14197) 183 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:50.582 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:49:50 smithi046 bash[18768]: cluster 2024-04-22T23:49:49.020140+0000 mgr.smithi046.eiolnw (mgr.14197) 183 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:52.523 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:49:52 smithi120 bash[20187]: cluster 2024-04-22T23:49:51.021231+0000 mgr.smithi046.eiolnw (mgr.14197) 184 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:52.524 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:49:52 smithi120 bash[20187]: cluster 2024-04-22T23:49:51.021231+0000 mgr.smithi046.eiolnw (mgr.14197) 184 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:52.582 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:49:52 smithi046 bash[18768]: cluster 2024-04-22T23:49:51.021231+0000 mgr.smithi046.eiolnw (mgr.14197) 184 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:52.582 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:49:52 smithi046 bash[18768]: cluster 2024-04-22T23:49:51.021231+0000 mgr.smithi046.eiolnw (mgr.14197) 184 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:52.986 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/mon.smithi046/config 2024-04-22T23:49:54.286 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T23:49:54.300 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:49:54 smithi046 bash[18768]: cluster 2024-04-22T23:49:53.021873+0000 mgr.smithi046.eiolnw (mgr.14197) 185 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:54.300 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:49:54 smithi046 bash[18768]: cluster 2024-04-22T23:49:53.021873+0000 mgr.smithi046.eiolnw (mgr.14197) 185 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:54.523 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:49:54 smithi120 bash[20187]: cluster 2024-04-22T23:49:53.021873+0000 mgr.smithi046.eiolnw (mgr.14197) 185 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:54.523 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:49:54 smithi120 bash[20187]: cluster 2024-04-22T23:49:53.021873+0000 mgr.smithi046.eiolnw (mgr.14197) 185 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:54.994 INFO:teuthology.orchestra.run.smithi046.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-22T23:49:55.332 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:49:55 smithi046 bash[18768]: audit 2024-04-22T23:49:54.295760+0000 mon.smithi046 (mon.0) 408 : audit [DBG] from='client.? 172.21.15.46:0/590954758' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:49:55.332 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:49:55 smithi046 bash[18768]: audit 2024-04-22T23:49:54.295760+0000 mon.smithi046 (mon.0) 408 : audit [DBG] from='client.? 172.21.15.46:0/590954758' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:49:55.332 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:49:55 smithi046 bash[18768]: audit 2024-04-22T23:49:54.405755+0000 mon.smithi046 (mon.0) 409 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:49:55.332 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:49:55 smithi046 bash[18768]: audit 2024-04-22T23:49:54.405755+0000 mon.smithi046 (mon.0) 409 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:49:55.523 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:49:55 smithi120 bash[20187]: audit 2024-04-22T23:49:54.295760+0000 mon.smithi046 (mon.0) 408 : audit [DBG] from='client.? 172.21.15.46:0/590954758' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:49:55.523 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:49:55 smithi120 bash[20187]: audit 2024-04-22T23:49:54.295760+0000 mon.smithi046 (mon.0) 408 : audit [DBG] from='client.? 172.21.15.46:0/590954758' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:49:55.523 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:49:55 smithi120 bash[20187]: audit 2024-04-22T23:49:54.405755+0000 mon.smithi046 (mon.0) 409 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:49:55.523 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:49:55 smithi120 bash[20187]: audit 2024-04-22T23:49:54.405755+0000 mon.smithi046 (mon.0) 409 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:49:55.996 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e2b7ae0a-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:49:56.332 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:49:56 smithi046 bash[18768]: cluster 2024-04-22T23:49:55.022870+0000 mgr.smithi046.eiolnw (mgr.14197) 186 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:56.332 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:49:56 smithi046 bash[18768]: cluster 2024-04-22T23:49:55.022870+0000 mgr.smithi046.eiolnw (mgr.14197) 186 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:56.523 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:49:56 smithi120 bash[20187]: cluster 2024-04-22T23:49:55.022870+0000 mgr.smithi046.eiolnw (mgr.14197) 186 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:56.523 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:49:56 smithi120 bash[20187]: cluster 2024-04-22T23:49:55.022870+0000 mgr.smithi046.eiolnw (mgr.14197) 186 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:58.397 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:49:58 smithi046 bash[18768]: cluster 2024-04-22T23:49:57.023921+0000 mgr.smithi046.eiolnw (mgr.14197) 187 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:58.397 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:49:58 smithi046 bash[18768]: cluster 2024-04-22T23:49:57.023921+0000 mgr.smithi046.eiolnw (mgr.14197) 187 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:58.523 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:49:58 smithi120 bash[20187]: cluster 2024-04-22T23:49:57.023921+0000 mgr.smithi046.eiolnw (mgr.14197) 187 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:58.523 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:49:58 smithi120 bash[20187]: cluster 2024-04-22T23:49:57.023921+0000 mgr.smithi046.eiolnw (mgr.14197) 187 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:00.523 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:50:00 smithi120 bash[20187]: cluster 2024-04-22T23:49:59.024950+0000 mgr.smithi046.eiolnw (mgr.14197) 188 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:00.523 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:50:00 smithi120 bash[20187]: cluster 2024-04-22T23:49:59.024950+0000 mgr.smithi046.eiolnw (mgr.14197) 188 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:00.524 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:50:00 smithi120 bash[20187]: cluster 2024-04-22T23:50:00.000197+0000 mon.smithi046 (mon.0) 410 : cluster [WRN] overall HEALTH_WARN failed to probe daemons or devices 2024-04-22T23:50:00.524 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:50:00 smithi120 bash[20187]: cluster 2024-04-22T23:50:00.000197+0000 mon.smithi046 (mon.0) 410 : cluster [WRN] overall HEALTH_WARN failed to probe daemons or devices 2024-04-22T23:50:00.582 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:50:00 smithi046 bash[18768]: cluster 2024-04-22T23:49:59.024950+0000 mgr.smithi046.eiolnw (mgr.14197) 188 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:00.582 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:50:00 smithi046 bash[18768]: cluster 2024-04-22T23:49:59.024950+0000 mgr.smithi046.eiolnw (mgr.14197) 188 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:00.582 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:50:00 smithi046 bash[18768]: cluster 2024-04-22T23:50:00.000197+0000 mon.smithi046 (mon.0) 410 : cluster [WRN] overall HEALTH_WARN failed to probe daemons or devices 2024-04-22T23:50:00.582 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:50:00 smithi046 bash[18768]: cluster 2024-04-22T23:50:00.000197+0000 mon.smithi046 (mon.0) 410 : cluster [WRN] overall HEALTH_WARN failed to probe daemons or devices 2024-04-22T23:50:00.769 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/mon.smithi046/config 2024-04-22T23:50:01.942 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T23:50:02.231 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:50:02 smithi046 bash[18768]: cluster 2024-04-22T23:50:01.025997+0000 mgr.smithi046.eiolnw (mgr.14197) 189 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:02.231 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:50:02 smithi046 bash[18768]: cluster 2024-04-22T23:50:01.025997+0000 mgr.smithi046.eiolnw (mgr.14197) 189 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:02.231 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:50:02 smithi046 bash[18768]: audit 2024-04-22T23:50:01.952005+0000 mon.smithi046 (mon.0) 411 : audit [DBG] from='client.? 172.21.15.46:0/1020308165' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:50:02.231 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:50:02 smithi046 bash[18768]: audit 2024-04-22T23:50:01.952005+0000 mon.smithi046 (mon.0) 411 : audit [DBG] from='client.? 172.21.15.46:0/1020308165' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:50:02.523 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:50:02 smithi120 bash[20187]: cluster 2024-04-22T23:50:01.025997+0000 mgr.smithi046.eiolnw (mgr.14197) 189 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:02.524 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:50:02 smithi120 bash[20187]: cluster 2024-04-22T23:50:01.025997+0000 mgr.smithi046.eiolnw (mgr.14197) 189 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:02.524 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:50:02 smithi120 bash[20187]: audit 2024-04-22T23:50:01.952005+0000 mon.smithi046 (mon.0) 411 : audit [DBG] from='client.? 172.21.15.46:0/1020308165' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:50:02.524 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:50:02 smithi120 bash[20187]: audit 2024-04-22T23:50:01.952005+0000 mon.smithi046 (mon.0) 411 : audit [DBG] from='client.? 172.21.15.46:0/1020308165' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:50:02.620 INFO:teuthology.orchestra.run.smithi046.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-22T23:50:03.621 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e2b7ae0a-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:50:04.523 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:50:04 smithi120 bash[20187]: cluster 2024-04-22T23:50:03.027026+0000 mgr.smithi046.eiolnw (mgr.14197) 190 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:04.523 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:50:04 smithi120 bash[20187]: cluster 2024-04-22T23:50:03.027026+0000 mgr.smithi046.eiolnw (mgr.14197) 190 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:04.582 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:50:04 smithi046 bash[18768]: cluster 2024-04-22T23:50:03.027026+0000 mgr.smithi046.eiolnw (mgr.14197) 190 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:04.582 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:50:04 smithi046 bash[18768]: cluster 2024-04-22T23:50:03.027026+0000 mgr.smithi046.eiolnw (mgr.14197) 190 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:06.523 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:50:06 smithi120 bash[20187]: cluster 2024-04-22T23:50:05.028059+0000 mgr.smithi046.eiolnw (mgr.14197) 191 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:06.523 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:50:06 smithi120 bash[20187]: cluster 2024-04-22T23:50:05.028059+0000 mgr.smithi046.eiolnw (mgr.14197) 191 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:06.582 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:50:06 smithi046 bash[18768]: cluster 2024-04-22T23:50:05.028059+0000 mgr.smithi046.eiolnw (mgr.14197) 191 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:06.582 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:50:06 smithi046 bash[18768]: cluster 2024-04-22T23:50:05.028059+0000 mgr.smithi046.eiolnw (mgr.14197) 191 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:08.398 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/mon.smithi046/config 2024-04-22T23:50:08.420 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:50:08 smithi046 bash[18768]: cluster 2024-04-22T23:50:07.029119+0000 mgr.smithi046.eiolnw (mgr.14197) 192 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:08.420 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:50:08 smithi046 bash[18768]: cluster 2024-04-22T23:50:07.029119+0000 mgr.smithi046.eiolnw (mgr.14197) 192 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:08.523 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:50:08 smithi120 bash[20187]: cluster 2024-04-22T23:50:07.029119+0000 mgr.smithi046.eiolnw (mgr.14197) 192 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:08.523 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:50:08 smithi120 bash[20187]: cluster 2024-04-22T23:50:07.029119+0000 mgr.smithi046.eiolnw (mgr.14197) 192 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:09.674 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T23:50:10.332 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:50:10 smithi046 bash[18768]: cluster 2024-04-22T23:50:09.030171+0000 mgr.smithi046.eiolnw (mgr.14197) 193 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:10.332 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:50:10 smithi046 bash[18768]: cluster 2024-04-22T23:50:09.030171+0000 mgr.smithi046.eiolnw (mgr.14197) 193 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:10.332 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:50:10 smithi046 bash[18768]: audit 2024-04-22T23:50:09.406011+0000 mon.smithi046 (mon.0) 412 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:50:10.332 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:50:10 smithi046 bash[18768]: audit 2024-04-22T23:50:09.406011+0000 mon.smithi046 (mon.0) 412 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:50:10.332 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:50:10 smithi046 bash[18768]: audit 2024-04-22T23:50:09.684124+0000 mon.smithi046 (mon.0) 413 : audit [DBG] from='client.? 172.21.15.46:0/2292548051' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:50:10.332 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:50:10 smithi046 bash[18768]: audit 2024-04-22T23:50:09.684124+0000 mon.smithi046 (mon.0) 413 : audit [DBG] from='client.? 172.21.15.46:0/2292548051' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:50:10.340 INFO:teuthology.orchestra.run.smithi046.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-22T23:50:10.523 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:50:10 smithi120 bash[20187]: cluster 2024-04-22T23:50:09.030171+0000 mgr.smithi046.eiolnw (mgr.14197) 193 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:10.523 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:50:10 smithi120 bash[20187]: cluster 2024-04-22T23:50:09.030171+0000 mgr.smithi046.eiolnw (mgr.14197) 193 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:10.523 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:50:10 smithi120 bash[20187]: audit 2024-04-22T23:50:09.406011+0000 mon.smithi046 (mon.0) 412 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:50:10.524 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:50:10 smithi120 bash[20187]: audit 2024-04-22T23:50:09.406011+0000 mon.smithi046 (mon.0) 412 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:50:10.524 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:50:10 smithi120 bash[20187]: audit 2024-04-22T23:50:09.684124+0000 mon.smithi046 (mon.0) 413 : audit [DBG] from='client.? 172.21.15.46:0/2292548051' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:50:10.524 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:50:10 smithi120 bash[20187]: audit 2024-04-22T23:50:09.684124+0000 mon.smithi046 (mon.0) 413 : audit [DBG] from='client.? 172.21.15.46:0/2292548051' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:50:11.341 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e2b7ae0a-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:50:12.523 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:50:12 smithi120 bash[20187]: cluster 2024-04-22T23:50:11.031157+0000 mgr.smithi046.eiolnw (mgr.14197) 194 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:12.523 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:50:12 smithi120 bash[20187]: cluster 2024-04-22T23:50:11.031157+0000 mgr.smithi046.eiolnw (mgr.14197) 194 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:12.582 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:50:12 smithi046 bash[18768]: cluster 2024-04-22T23:50:11.031157+0000 mgr.smithi046.eiolnw (mgr.14197) 194 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:12.582 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:50:12 smithi046 bash[18768]: cluster 2024-04-22T23:50:11.031157+0000 mgr.smithi046.eiolnw (mgr.14197) 194 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:14.523 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:50:14 smithi120 bash[20187]: cluster 2024-04-22T23:50:13.032192+0000 mgr.smithi046.eiolnw (mgr.14197) 195 : cluster [DBG] pgmap v142: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:14.523 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:50:14 smithi120 bash[20187]: cluster 2024-04-22T23:50:13.032192+0000 mgr.smithi046.eiolnw (mgr.14197) 195 : cluster [DBG] pgmap v142: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:14.582 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:50:14 smithi046 bash[18768]: cluster 2024-04-22T23:50:13.032192+0000 mgr.smithi046.eiolnw (mgr.14197) 195 : cluster [DBG] pgmap v142: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:14.582 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:50:14 smithi046 bash[18768]: cluster 2024-04-22T23:50:13.032192+0000 mgr.smithi046.eiolnw (mgr.14197) 195 : cluster [DBG] pgmap v142: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:16.113 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/mon.smithi046/config 2024-04-22T23:50:16.523 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:50:16 smithi120 bash[20187]: cluster 2024-04-22T23:50:15.033216+0000 mgr.smithi046.eiolnw (mgr.14197) 196 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:16.523 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:50:16 smithi120 bash[20187]: cluster 2024-04-22T23:50:15.033216+0000 mgr.smithi046.eiolnw (mgr.14197) 196 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:16.582 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:50:16 smithi046 bash[18768]: cluster 2024-04-22T23:50:15.033216+0000 mgr.smithi046.eiolnw (mgr.14197) 196 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:16.582 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:50:16 smithi046 bash[18768]: cluster 2024-04-22T23:50:15.033216+0000 mgr.smithi046.eiolnw (mgr.14197) 196 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:17.396 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T23:50:18.072 INFO:teuthology.orchestra.run.smithi046.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-22T23:50:18.332 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:50:18 smithi046 bash[18768]: cluster 2024-04-22T23:50:17.033743+0000 mgr.smithi046.eiolnw (mgr.14197) 197 : cluster [DBG] pgmap v144: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:18.332 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:50:18 smithi046 bash[18768]: cluster 2024-04-22T23:50:17.033743+0000 mgr.smithi046.eiolnw (mgr.14197) 197 : cluster [DBG] pgmap v144: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:18.332 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:50:18 smithi046 bash[18768]: audit 2024-04-22T23:50:17.405911+0000 mon.smithi046 (mon.0) 414 : audit [DBG] from='client.? 172.21.15.46:0/1213484936' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:50:18.332 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:50:18 smithi046 bash[18768]: audit 2024-04-22T23:50:17.405911+0000 mon.smithi046 (mon.0) 414 : audit [DBG] from='client.? 172.21.15.46:0/1213484936' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:50:18.523 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:50:18 smithi120 bash[20187]: cluster 2024-04-22T23:50:17.033743+0000 mgr.smithi046.eiolnw (mgr.14197) 197 : cluster [DBG] pgmap v144: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:18.523 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:50:18 smithi120 bash[20187]: cluster 2024-04-22T23:50:17.033743+0000 mgr.smithi046.eiolnw (mgr.14197) 197 : cluster [DBG] pgmap v144: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:18.523 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:50:18 smithi120 bash[20187]: audit 2024-04-22T23:50:17.405911+0000 mon.smithi046 (mon.0) 414 : audit [DBG] from='client.? 172.21.15.46:0/1213484936' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:50:18.523 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:50:18 smithi120 bash[20187]: audit 2024-04-22T23:50:17.405911+0000 mon.smithi046 (mon.0) 414 : audit [DBG] from='client.? 172.21.15.46:0/1213484936' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:50:19.073 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e2b7ae0a-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:50:20.523 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:50:20 smithi120 bash[20187]: cluster 2024-04-22T23:50:19.034720+0000 mgr.smithi046.eiolnw (mgr.14197) 198 : cluster [DBG] pgmap v145: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:20.523 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:50:20 smithi120 bash[20187]: cluster 2024-04-22T23:50:19.034720+0000 mgr.smithi046.eiolnw (mgr.14197) 198 : cluster [DBG] pgmap v145: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:20.582 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:50:20 smithi046 bash[18768]: cluster 2024-04-22T23:50:19.034720+0000 mgr.smithi046.eiolnw (mgr.14197) 198 : cluster [DBG] pgmap v145: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:20.582 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:50:20 smithi046 bash[18768]: cluster 2024-04-22T23:50:19.034720+0000 mgr.smithi046.eiolnw (mgr.14197) 198 : cluster [DBG] pgmap v145: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:21.523 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:50:21 smithi120 bash[20187]: audit 2024-04-22T23:50:21.116881+0000 mon.smithi046 (mon.0) 415 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:50:21.523 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:50:21 smithi120 bash[20187]: audit 2024-04-22T23:50:21.116881+0000 mon.smithi046 (mon.0) 415 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:50:21.582 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:50:21 smithi046 bash[18768]: audit 2024-04-22T23:50:21.116881+0000 mon.smithi046 (mon.0) 415 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:50:21.582 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:50:21 smithi046 bash[18768]: audit 2024-04-22T23:50:21.116881+0000 mon.smithi046 (mon.0) 415 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:50:22.523 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:50:22 smithi120 bash[20187]: cluster 2024-04-22T23:50:21.035757+0000 mgr.smithi046.eiolnw (mgr.14197) 199 : cluster [DBG] pgmap v146: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:22.523 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:50:22 smithi120 bash[20187]: cluster 2024-04-22T23:50:21.035757+0000 mgr.smithi046.eiolnw (mgr.14197) 199 : cluster [DBG] pgmap v146: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:22.582 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:50:22 smithi046 bash[18768]: cluster 2024-04-22T23:50:21.035757+0000 mgr.smithi046.eiolnw (mgr.14197) 199 : cluster [DBG] pgmap v146: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:22.582 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:50:22 smithi046 bash[18768]: cluster 2024-04-22T23:50:21.035757+0000 mgr.smithi046.eiolnw (mgr.14197) 199 : cluster [DBG] pgmap v146: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:23.842 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/mon.smithi046/config 2024-04-22T23:50:24.523 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:50:24 smithi120 bash[20187]: cluster 2024-04-22T23:50:23.036818+0000 mgr.smithi046.eiolnw (mgr.14197) 200 : cluster [DBG] pgmap v147: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:24.523 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:50:24 smithi120 bash[20187]: cluster 2024-04-22T23:50:23.036818+0000 mgr.smithi046.eiolnw (mgr.14197) 200 : cluster [DBG] pgmap v147: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:24.582 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:50:24 smithi046 bash[18768]: cluster 2024-04-22T23:50:23.036818+0000 mgr.smithi046.eiolnw (mgr.14197) 200 : cluster [DBG] pgmap v147: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:24.582 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:50:24 smithi046 bash[18768]: cluster 2024-04-22T23:50:23.036818+0000 mgr.smithi046.eiolnw (mgr.14197) 200 : cluster [DBG] pgmap v147: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:25.072 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T23:50:25.345 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:50:25 smithi046 bash[18768]: audit 2024-04-22T23:50:24.406749+0000 mon.smithi046 (mon.0) 416 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:50:25.345 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:50:25 smithi046 bash[18768]: audit 2024-04-22T23:50:24.406749+0000 mon.smithi046 (mon.0) 416 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:50:25.345 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:50:25 smithi046 bash[18768]: audit 2024-04-22T23:50:25.081729+0000 mon.smithi046 (mon.0) 417 : audit [DBG] from='client.? 172.21.15.46:0/448364945' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:50:25.345 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:50:25 smithi046 bash[18768]: audit 2024-04-22T23:50:25.081729+0000 mon.smithi046 (mon.0) 417 : audit [DBG] from='client.? 172.21.15.46:0/448364945' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:50:25.523 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:50:25 smithi120 bash[20187]: audit 2024-04-22T23:50:24.406749+0000 mon.smithi046 (mon.0) 416 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:50:25.523 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:50:25 smithi120 bash[20187]: audit 2024-04-22T23:50:24.406749+0000 mon.smithi046 (mon.0) 416 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:50:25.523 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:50:25 smithi120 bash[20187]: audit 2024-04-22T23:50:25.081729+0000 mon.smithi046 (mon.0) 417 : audit [DBG] from='client.? 172.21.15.46:0/448364945' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:50:25.523 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:50:25 smithi120 bash[20187]: audit 2024-04-22T23:50:25.081729+0000 mon.smithi046 (mon.0) 417 : audit [DBG] from='client.? 172.21.15.46:0/448364945' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:50:25.737 INFO:teuthology.orchestra.run.smithi046.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-22T23:50:26.523 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:50:26 smithi120 bash[20187]: cluster 2024-04-22T23:50:25.037929+0000 mgr.smithi046.eiolnw (mgr.14197) 201 : cluster [DBG] pgmap v148: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:26.523 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:50:26 smithi120 bash[20187]: cluster 2024-04-22T23:50:25.037929+0000 mgr.smithi046.eiolnw (mgr.14197) 201 : cluster [DBG] pgmap v148: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:26.582 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:50:26 smithi046 bash[18768]: cluster 2024-04-22T23:50:25.037929+0000 mgr.smithi046.eiolnw (mgr.14197) 201 : cluster [DBG] pgmap v148: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:26.582 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:50:26 smithi046 bash[18768]: cluster 2024-04-22T23:50:25.037929+0000 mgr.smithi046.eiolnw (mgr.14197) 201 : cluster [DBG] pgmap v148: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:26.737 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e2b7ae0a-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:50:27.832 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:50:27 smithi046 bash[18768]: audit 2024-04-22T23:50:26.573849+0000 mon.smithi046 (mon.0) 418 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:50:27.832 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:50:27 smithi046 bash[18768]: audit 2024-04-22T23:50:26.573849+0000 mon.smithi046 (mon.0) 418 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:50:28.023 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:50:27 smithi120 bash[20187]: audit 2024-04-22T23:50:26.573849+0000 mon.smithi046 (mon.0) 418 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:50:28.023 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:50:27 smithi120 bash[20187]: audit 2024-04-22T23:50:26.573849+0000 mon.smithi046 (mon.0) 418 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:50:28.832 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:50:28 smithi046 bash[18768]: cluster 2024-04-22T23:50:27.038456+0000 mgr.smithi046.eiolnw (mgr.14197) 202 : cluster [DBG] pgmap v149: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:28.832 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:50:28 smithi046 bash[18768]: cluster 2024-04-22T23:50:27.038456+0000 mgr.smithi046.eiolnw (mgr.14197) 202 : cluster [DBG] pgmap v149: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:29.023 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:50:28 smithi120 bash[20187]: cluster 2024-04-22T23:50:27.038456+0000 mgr.smithi046.eiolnw (mgr.14197) 202 : cluster [DBG] pgmap v149: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:29.023 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:50:28 smithi120 bash[20187]: cluster 2024-04-22T23:50:27.038456+0000 mgr.smithi046.eiolnw (mgr.14197) 202 : cluster [DBG] pgmap v149: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:30.832 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:50:30 smithi046 bash[18768]: cluster 2024-04-22T23:50:29.039436+0000 mgr.smithi046.eiolnw (mgr.14197) 203 : cluster [DBG] pgmap v150: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:30.832 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:50:30 smithi046 bash[18768]: cluster 2024-04-22T23:50:29.039436+0000 mgr.smithi046.eiolnw (mgr.14197) 203 : cluster [DBG] pgmap v150: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:31.023 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:50:30 smithi120 bash[20187]: cluster 2024-04-22T23:50:29.039436+0000 mgr.smithi046.eiolnw (mgr.14197) 203 : cluster [DBG] pgmap v150: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:31.023 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:50:30 smithi120 bash[20187]: cluster 2024-04-22T23:50:29.039436+0000 mgr.smithi046.eiolnw (mgr.14197) 203 : cluster [DBG] pgmap v150: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:31.519 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/mon.smithi046/config 2024-04-22T23:50:32.698 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T23:50:32.832 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:50:32 smithi046 bash[18768]: cluster 2024-04-22T23:50:31.040449+0000 mgr.smithi046.eiolnw (mgr.14197) 204 : cluster [DBG] pgmap v151: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:32.832 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:50:32 smithi046 bash[18768]: cluster 2024-04-22T23:50:31.040449+0000 mgr.smithi046.eiolnw (mgr.14197) 204 : cluster [DBG] pgmap v151: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:32.836 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:50:32 smithi120 bash[20187]: cluster 2024-04-22T23:50:31.040449+0000 mgr.smithi046.eiolnw (mgr.14197) 204 : cluster [DBG] pgmap v151: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:32.836 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:50:32 smithi120 bash[20187]: cluster 2024-04-22T23:50:31.040449+0000 mgr.smithi046.eiolnw (mgr.14197) 204 : cluster [DBG] pgmap v151: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:33.390 INFO:teuthology.orchestra.run.smithi046.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-22T23:50:33.832 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:50:33 smithi046 bash[18768]: audit 2024-04-22T23:50:32.707401+0000 mon.smithi046 (mon.0) 419 : audit [DBG] from='client.? 172.21.15.46:0/2065218268' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:50:33.832 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:50:33 smithi046 bash[18768]: audit 2024-04-22T23:50:32.707401+0000 mon.smithi046 (mon.0) 419 : audit [DBG] from='client.? 172.21.15.46:0/2065218268' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:50:34.023 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:50:33 smithi120 bash[20187]: audit 2024-04-22T23:50:32.707401+0000 mon.smithi046 (mon.0) 419 : audit [DBG] from='client.? 172.21.15.46:0/2065218268' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:50:34.023 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:50:33 smithi120 bash[20187]: audit 2024-04-22T23:50:32.707401+0000 mon.smithi046 (mon.0) 419 : audit [DBG] from='client.? 172.21.15.46:0/2065218268' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:50:34.394 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e2b7ae0a-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:50:34.832 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:50:34 smithi046 bash[18768]: cluster 2024-04-22T23:50:33.041508+0000 mgr.smithi046.eiolnw (mgr.14197) 205 : cluster [DBG] pgmap v152: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:34.832 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:50:34 smithi046 bash[18768]: cluster 2024-04-22T23:50:33.041508+0000 mgr.smithi046.eiolnw (mgr.14197) 205 : cluster [DBG] pgmap v152: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:34.832 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:50:34 smithi046 bash[18768]: audit 2024-04-22T23:50:34.030301+0000 mon.smithi046 (mon.0) 420 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:50:34.832 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:50:34 smithi046 bash[18768]: audit 2024-04-22T23:50:34.030301+0000 mon.smithi046 (mon.0) 420 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:50:34.833 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:50:34 smithi046 bash[18768]: audit 2024-04-22T23:50:34.032698+0000 mon.smithi046 (mon.0) 421 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:50:34.833 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:50:34 smithi046 bash[18768]: audit 2024-04-22T23:50:34.032698+0000 mon.smithi046 (mon.0) 421 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:50:34.833 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:50:34 smithi046 bash[18768]: audit 2024-04-22T23:50:34.044568+0000 mon.smithi046 (mon.0) 422 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:50:34.833 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:50:34 smithi046 bash[18768]: audit 2024-04-22T23:50:34.044568+0000 mon.smithi046 (mon.0) 422 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:50:34.833 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:50:34 smithi046 bash[18768]: audit 2024-04-22T23:50:34.052896+0000 mon.smithi046 (mon.0) 423 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-22T23:50:34.833 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:50:34 smithi046 bash[18768]: audit 2024-04-22T23:50:34.052896+0000 mon.smithi046 (mon.0) 423 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-22T23:50:35.023 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:50:34 smithi120 bash[20187]: cluster 2024-04-22T23:50:33.041508+0000 mgr.smithi046.eiolnw (mgr.14197) 205 : cluster [DBG] pgmap v152: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:35.023 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:50:34 smithi120 bash[20187]: cluster 2024-04-22T23:50:33.041508+0000 mgr.smithi046.eiolnw (mgr.14197) 205 : cluster [DBG] pgmap v152: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:35.023 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:50:34 smithi120 bash[20187]: audit 2024-04-22T23:50:34.030301+0000 mon.smithi046 (mon.0) 420 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:50:35.023 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:50:34 smithi120 bash[20187]: audit 2024-04-22T23:50:34.030301+0000 mon.smithi046 (mon.0) 420 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:50:35.023 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:50:34 smithi120 bash[20187]: audit 2024-04-22T23:50:34.032698+0000 mon.smithi046 (mon.0) 421 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:50:35.023 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:50:34 smithi120 bash[20187]: audit 2024-04-22T23:50:34.032698+0000 mon.smithi046 (mon.0) 421 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:50:35.023 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:50:34 smithi120 bash[20187]: audit 2024-04-22T23:50:34.044568+0000 mon.smithi046 (mon.0) 422 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:50:35.023 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:50:34 smithi120 bash[20187]: audit 2024-04-22T23:50:34.044568+0000 mon.smithi046 (mon.0) 422 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:50:35.024 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:50:34 smithi120 bash[20187]: audit 2024-04-22T23:50:34.052896+0000 mon.smithi046 (mon.0) 423 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-22T23:50:35.024 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:50:34 smithi120 bash[20187]: audit 2024-04-22T23:50:34.052896+0000 mon.smithi046 (mon.0) 423 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-22T23:50:36.024 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:50:35 smithi120 bash[20187]: cluster 2024-04-22T23:50:34.035948+0000 mgr.smithi046.eiolnw (mgr.14197) 206 : cluster [DBG] pgmap v153: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:36.024 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:50:35 smithi120 bash[20187]: cluster 2024-04-22T23:50:34.035948+0000 mgr.smithi046.eiolnw (mgr.14197) 206 : cluster [DBG] pgmap v153: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:36.024 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:50:35 smithi120 bash[20187]: cluster 2024-04-22T23:50:34.037197+0000 mgr.smithi046.eiolnw (mgr.14197) 207 : cluster [DBG] pgmap v154: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:36.024 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:50:35 smithi120 bash[20187]: cluster 2024-04-22T23:50:34.037197+0000 mgr.smithi046.eiolnw (mgr.14197) 207 : cluster [DBG] pgmap v154: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:36.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:50:35 smithi046 bash[18768]: cluster 2024-04-22T23:50:34.035948+0000 mgr.smithi046.eiolnw (mgr.14197) 206 : cluster [DBG] pgmap v153: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:36.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:50:35 smithi046 bash[18768]: cluster 2024-04-22T23:50:34.035948+0000 mgr.smithi046.eiolnw (mgr.14197) 206 : cluster [DBG] pgmap v153: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:36.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:50:35 smithi046 bash[18768]: cluster 2024-04-22T23:50:34.037197+0000 mgr.smithi046.eiolnw (mgr.14197) 207 : cluster [DBG] pgmap v154: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:36.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:50:35 smithi046 bash[18768]: cluster 2024-04-22T23:50:34.037197+0000 mgr.smithi046.eiolnw (mgr.14197) 207 : cluster [DBG] pgmap v154: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:37.832 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:50:37 smithi046 bash[18768]: cluster 2024-04-22T23:50:36.038249+0000 mgr.smithi046.eiolnw (mgr.14197) 208 : cluster [DBG] pgmap v155: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:37.832 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:50:37 smithi046 bash[18768]: cluster 2024-04-22T23:50:36.038249+0000 mgr.smithi046.eiolnw (mgr.14197) 208 : cluster [DBG] pgmap v155: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:38.022 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:50:37 smithi120 bash[20187]: cluster 2024-04-22T23:50:36.038249+0000 mgr.smithi046.eiolnw (mgr.14197) 208 : cluster [DBG] pgmap v155: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:38.023 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:50:37 smithi120 bash[20187]: cluster 2024-04-22T23:50:36.038249+0000 mgr.smithi046.eiolnw (mgr.14197) 208 : cluster [DBG] pgmap v155: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:39.165 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/mon.smithi046/config 2024-04-22T23:50:40.023 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:50:39 smithi120 bash[20187]: cluster 2024-04-22T23:50:38.039252+0000 mgr.smithi046.eiolnw (mgr.14197) 209 : cluster [DBG] pgmap v156: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:40.023 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:50:39 smithi120 bash[20187]: cluster 2024-04-22T23:50:38.039252+0000 mgr.smithi046.eiolnw (mgr.14197) 209 : cluster [DBG] pgmap v156: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:40.023 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:50:39 smithi120 bash[20187]: audit 2024-04-22T23:50:39.407444+0000 mon.smithi046 (mon.0) 424 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:50:40.023 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:50:39 smithi120 bash[20187]: audit 2024-04-22T23:50:39.407444+0000 mon.smithi046 (mon.0) 424 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:50:40.048 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:50:39 smithi046 bash[18768]: cluster 2024-04-22T23:50:38.039252+0000 mgr.smithi046.eiolnw (mgr.14197) 209 : cluster [DBG] pgmap v156: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:40.048 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:50:39 smithi046 bash[18768]: cluster 2024-04-22T23:50:38.039252+0000 mgr.smithi046.eiolnw (mgr.14197) 209 : cluster [DBG] pgmap v156: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:40.048 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:50:39 smithi046 bash[18768]: audit 2024-04-22T23:50:39.407444+0000 mon.smithi046 (mon.0) 424 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:50:40.049 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:50:39 smithi046 bash[18768]: audit 2024-04-22T23:50:39.407444+0000 mon.smithi046 (mon.0) 424 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:50:40.457 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T23:50:40.735 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:50:40 smithi046 bash[18768]: audit 2024-04-22T23:50:40.467116+0000 mon.smithi046 (mon.0) 425 : audit [DBG] from='client.? 172.21.15.46:0/3223057047' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:50:40.735 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:50:40 smithi046 bash[18768]: audit 2024-04-22T23:50:40.467116+0000 mon.smithi046 (mon.0) 425 : audit [DBG] from='client.? 172.21.15.46:0/3223057047' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:50:41.023 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:50:40 smithi120 bash[20187]: audit 2024-04-22T23:50:40.467116+0000 mon.smithi046 (mon.0) 425 : audit [DBG] from='client.? 172.21.15.46:0/3223057047' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:50:41.023 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:50:40 smithi120 bash[20187]: audit 2024-04-22T23:50:40.467116+0000 mon.smithi046 (mon.0) 425 : audit [DBG] from='client.? 172.21.15.46:0/3223057047' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:50:41.140 INFO:teuthology.orchestra.run.smithi046.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-22T23:50:42.022 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:50:41 smithi120 bash[20187]: cluster 2024-04-22T23:50:40.040271+0000 mgr.smithi046.eiolnw (mgr.14197) 210 : cluster [DBG] pgmap v157: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:42.023 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:50:41 smithi120 bash[20187]: cluster 2024-04-22T23:50:40.040271+0000 mgr.smithi046.eiolnw (mgr.14197) 210 : cluster [DBG] pgmap v157: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:42.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:50:41 smithi046 bash[18768]: cluster 2024-04-22T23:50:40.040271+0000 mgr.smithi046.eiolnw (mgr.14197) 210 : cluster [DBG] pgmap v157: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:42.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:50:41 smithi046 bash[18768]: cluster 2024-04-22T23:50:40.040271+0000 mgr.smithi046.eiolnw (mgr.14197) 210 : cluster [DBG] pgmap v157: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:42.142 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e2b7ae0a-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:50:43.832 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:50:43 smithi046 bash[18768]: cluster 2024-04-22T23:50:42.041351+0000 mgr.smithi046.eiolnw (mgr.14197) 211 : cluster [DBG] pgmap v158: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:43.832 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:50:43 smithi046 bash[18768]: cluster 2024-04-22T23:50:42.041351+0000 mgr.smithi046.eiolnw (mgr.14197) 211 : cluster [DBG] pgmap v158: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:44.022 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:50:43 smithi120 bash[20187]: cluster 2024-04-22T23:50:42.041351+0000 mgr.smithi046.eiolnw (mgr.14197) 211 : cluster [DBG] pgmap v158: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:44.023 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:50:43 smithi120 bash[20187]: cluster 2024-04-22T23:50:42.041351+0000 mgr.smithi046.eiolnw (mgr.14197) 211 : cluster [DBG] pgmap v158: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:46.022 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:50:45 smithi120 bash[20187]: cluster 2024-04-22T23:50:44.042385+0000 mgr.smithi046.eiolnw (mgr.14197) 212 : cluster [DBG] pgmap v159: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:46.023 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:50:45 smithi120 bash[20187]: cluster 2024-04-22T23:50:44.042385+0000 mgr.smithi046.eiolnw (mgr.14197) 212 : cluster [DBG] pgmap v159: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:46.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:50:45 smithi046 bash[18768]: cluster 2024-04-22T23:50:44.042385+0000 mgr.smithi046.eiolnw (mgr.14197) 212 : cluster [DBG] pgmap v159: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:46.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:50:45 smithi046 bash[18768]: cluster 2024-04-22T23:50:44.042385+0000 mgr.smithi046.eiolnw (mgr.14197) 212 : cluster [DBG] pgmap v159: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:46.911 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/mon.smithi046/config 2024-04-22T23:50:47.780 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:50:47 smithi046 bash[18768]: cluster 2024-04-22T23:50:46.043403+0000 mgr.smithi046.eiolnw (mgr.14197) 213 : cluster [DBG] pgmap v160: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:47.780 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:50:47 smithi046 bash[18768]: cluster 2024-04-22T23:50:46.043403+0000 mgr.smithi046.eiolnw (mgr.14197) 213 : cluster [DBG] pgmap v160: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:48.022 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:50:47 smithi120 bash[20187]: cluster 2024-04-22T23:50:46.043403+0000 mgr.smithi046.eiolnw (mgr.14197) 213 : cluster [DBG] pgmap v160: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:48.022 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:50:47 smithi120 bash[20187]: cluster 2024-04-22T23:50:46.043403+0000 mgr.smithi046.eiolnw (mgr.14197) 213 : cluster [DBG] pgmap v160: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:48.164 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T23:50:48.634 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:50:48 smithi046 bash[18768]: audit 2024-04-22T23:50:48.173890+0000 mon.smithi046 (mon.0) 426 : audit [DBG] from='client.? 172.21.15.46:0/3004063860' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:50:48.634 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:50:48 smithi046 bash[18768]: audit 2024-04-22T23:50:48.173890+0000 mon.smithi046 (mon.0) 426 : audit [DBG] from='client.? 172.21.15.46:0/3004063860' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:50:48.822 INFO:teuthology.orchestra.run.smithi046.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-22T23:50:49.022 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:50:48 smithi120 bash[20187]: audit 2024-04-22T23:50:48.173890+0000 mon.smithi046 (mon.0) 426 : audit [DBG] from='client.? 172.21.15.46:0/3004063860' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:50:49.022 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:50:48 smithi120 bash[20187]: audit 2024-04-22T23:50:48.173890+0000 mon.smithi046 (mon.0) 426 : audit [DBG] from='client.? 172.21.15.46:0/3004063860' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:50:49.823 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e2b7ae0a-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:50:50.023 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:50:49 smithi120 bash[20187]: cluster 2024-04-22T23:50:48.043989+0000 mgr.smithi046.eiolnw (mgr.14197) 214 : cluster [DBG] pgmap v161: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:50.023 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:50:49 smithi120 bash[20187]: cluster 2024-04-22T23:50:48.043989+0000 mgr.smithi046.eiolnw (mgr.14197) 214 : cluster [DBG] pgmap v161: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:50.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:50:49 smithi046 bash[18768]: cluster 2024-04-22T23:50:48.043989+0000 mgr.smithi046.eiolnw (mgr.14197) 214 : cluster [DBG] pgmap v161: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:50.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:50:49 smithi046 bash[18768]: cluster 2024-04-22T23:50:48.043989+0000 mgr.smithi046.eiolnw (mgr.14197) 214 : cluster [DBG] pgmap v161: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:52.022 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:50:51 smithi120 bash[20187]: cluster 2024-04-22T23:50:50.044496+0000 mgr.smithi046.eiolnw (mgr.14197) 215 : cluster [DBG] pgmap v162: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:52.022 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:50:51 smithi120 bash[20187]: cluster 2024-04-22T23:50:50.044496+0000 mgr.smithi046.eiolnw (mgr.14197) 215 : cluster [DBG] pgmap v162: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:52.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:50:51 smithi046 bash[18768]: cluster 2024-04-22T23:50:50.044496+0000 mgr.smithi046.eiolnw (mgr.14197) 215 : cluster [DBG] pgmap v162: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:52.083 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:50:51 smithi046 bash[18768]: cluster 2024-04-22T23:50:50.044496+0000 mgr.smithi046.eiolnw (mgr.14197) 215 : cluster [DBG] pgmap v162: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:54.022 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:50:53 smithi120 bash[20187]: cluster 2024-04-22T23:50:52.045553+0000 mgr.smithi046.eiolnw (mgr.14197) 216 : cluster [DBG] pgmap v163: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:54.023 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:50:53 smithi120 bash[20187]: cluster 2024-04-22T23:50:52.045553+0000 mgr.smithi046.eiolnw (mgr.14197) 216 : cluster [DBG] pgmap v163: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:54.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:50:53 smithi046 bash[18768]: cluster 2024-04-22T23:50:52.045553+0000 mgr.smithi046.eiolnw (mgr.14197) 216 : cluster [DBG] pgmap v163: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:54.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:50:53 smithi046 bash[18768]: cluster 2024-04-22T23:50:52.045553+0000 mgr.smithi046.eiolnw (mgr.14197) 216 : cluster [DBG] pgmap v163: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:54.596 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/mon.smithi046/config 2024-04-22T23:50:55.022 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:50:54 smithi120 bash[20187]: audit 2024-04-22T23:50:54.407960+0000 mon.smithi046 (mon.0) 427 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:50:55.022 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:50:54 smithi120 bash[20187]: audit 2024-04-22T23:50:54.407960+0000 mon.smithi046 (mon.0) 427 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:50:55.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:50:54 smithi046 bash[18768]: audit 2024-04-22T23:50:54.407960+0000 mon.smithi046 (mon.0) 427 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:50:55.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:50:54 smithi046 bash[18768]: audit 2024-04-22T23:50:54.407960+0000 mon.smithi046 (mon.0) 427 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:50:55.832 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:50:55 smithi046 bash[18768]: cluster 2024-04-22T23:50:54.046565+0000 mgr.smithi046.eiolnw (mgr.14197) 217 : cluster [DBG] pgmap v164: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:55.832 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:50:55 smithi046 bash[18768]: cluster 2024-04-22T23:50:54.046565+0000 mgr.smithi046.eiolnw (mgr.14197) 217 : cluster [DBG] pgmap v164: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:55.897 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T23:50:56.022 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:50:55 smithi120 bash[20187]: cluster 2024-04-22T23:50:54.046565+0000 mgr.smithi046.eiolnw (mgr.14197) 217 : cluster [DBG] pgmap v164: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:56.022 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:50:55 smithi120 bash[20187]: cluster 2024-04-22T23:50:54.046565+0000 mgr.smithi046.eiolnw (mgr.14197) 217 : cluster [DBG] pgmap v164: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:56.632 INFO:teuthology.orchestra.run.smithi046.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-22T23:50:57.022 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:50:56 smithi120 bash[20187]: audit 2024-04-22T23:50:55.907414+0000 mon.smithi046 (mon.0) 428 : audit [DBG] from='client.? 172.21.15.46:0/588016088' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:50:57.022 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:50:56 smithi120 bash[20187]: audit 2024-04-22T23:50:55.907414+0000 mon.smithi046 (mon.0) 428 : audit [DBG] from='client.? 172.21.15.46:0/588016088' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:50:57.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:50:56 smithi046 bash[18768]: audit 2024-04-22T23:50:55.907414+0000 mon.smithi046 (mon.0) 428 : audit [DBG] from='client.? 172.21.15.46:0/588016088' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:50:57.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:50:56 smithi046 bash[18768]: audit 2024-04-22T23:50:55.907414+0000 mon.smithi046 (mon.0) 428 : audit [DBG] from='client.? 172.21.15.46:0/588016088' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:50:57.633 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e2b7ae0a-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:50:57.831 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:50:57 smithi046 bash[18768]: cluster 2024-04-22T23:50:56.047561+0000 mgr.smithi046.eiolnw (mgr.14197) 218 : cluster [DBG] pgmap v165: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:57.831 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:50:57 smithi046 bash[18768]: cluster 2024-04-22T23:50:56.047561+0000 mgr.smithi046.eiolnw (mgr.14197) 218 : cluster [DBG] pgmap v165: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:58.022 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:50:57 smithi120 bash[20187]: cluster 2024-04-22T23:50:56.047561+0000 mgr.smithi046.eiolnw (mgr.14197) 218 : cluster [DBG] pgmap v165: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:58.022 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:50:57 smithi120 bash[20187]: cluster 2024-04-22T23:50:56.047561+0000 mgr.smithi046.eiolnw (mgr.14197) 218 : cluster [DBG] pgmap v165: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:00.022 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:50:59 smithi120 bash[20187]: cluster 2024-04-22T23:50:58.048571+0000 mgr.smithi046.eiolnw (mgr.14197) 219 : cluster [DBG] pgmap v166: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:00.022 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:50:59 smithi120 bash[20187]: cluster 2024-04-22T23:50:58.048571+0000 mgr.smithi046.eiolnw (mgr.14197) 219 : cluster [DBG] pgmap v166: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:00.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:50:59 smithi046 bash[18768]: cluster 2024-04-22T23:50:58.048571+0000 mgr.smithi046.eiolnw (mgr.14197) 219 : cluster [DBG] pgmap v166: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:00.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:50:59 smithi046 bash[18768]: cluster 2024-04-22T23:50:58.048571+0000 mgr.smithi046.eiolnw (mgr.14197) 219 : cluster [DBG] pgmap v166: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:02.022 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:51:01 smithi120 bash[20187]: cluster 2024-04-22T23:51:00.049639+0000 mgr.smithi046.eiolnw (mgr.14197) 220 : cluster [DBG] pgmap v167: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:02.022 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:51:01 smithi120 bash[20187]: cluster 2024-04-22T23:51:00.049639+0000 mgr.smithi046.eiolnw (mgr.14197) 220 : cluster [DBG] pgmap v167: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:02.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:51:01 smithi046 bash[18768]: cluster 2024-04-22T23:51:00.049639+0000 mgr.smithi046.eiolnw (mgr.14197) 220 : cluster [DBG] pgmap v167: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:02.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:51:01 smithi046 bash[18768]: cluster 2024-04-22T23:51:00.049639+0000 mgr.smithi046.eiolnw (mgr.14197) 220 : cluster [DBG] pgmap v167: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:02.409 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/mon.smithi046/config 2024-04-22T23:51:03.634 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T23:51:03.923 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:51:03 smithi046 bash[18768]: cluster 2024-04-22T23:51:02.050632+0000 mgr.smithi046.eiolnw (mgr.14197) 221 : cluster [DBG] pgmap v168: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:03.923 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:51:03 smithi046 bash[18768]: cluster 2024-04-22T23:51:02.050632+0000 mgr.smithi046.eiolnw (mgr.14197) 221 : cluster [DBG] pgmap v168: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:03.924 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:51:03 smithi046 bash[18768]: audit 2024-04-22T23:51:03.643773+0000 mon.smithi046 (mon.0) 429 : audit [DBG] from='client.? 172.21.15.46:0/2739100219' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:51:03.924 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:51:03 smithi046 bash[18768]: audit 2024-04-22T23:51:03.643773+0000 mon.smithi046 (mon.0) 429 : audit [DBG] from='client.? 172.21.15.46:0/2739100219' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:51:04.022 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:51:03 smithi120 bash[20187]: cluster 2024-04-22T23:51:02.050632+0000 mgr.smithi046.eiolnw (mgr.14197) 221 : cluster [DBG] pgmap v168: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:04.022 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:51:03 smithi120 bash[20187]: cluster 2024-04-22T23:51:02.050632+0000 mgr.smithi046.eiolnw (mgr.14197) 221 : cluster [DBG] pgmap v168: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:04.023 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:51:03 smithi120 bash[20187]: audit 2024-04-22T23:51:03.643773+0000 mon.smithi046 (mon.0) 429 : audit [DBG] from='client.? 172.21.15.46:0/2739100219' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:51:04.023 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:51:03 smithi120 bash[20187]: audit 2024-04-22T23:51:03.643773+0000 mon.smithi046 (mon.0) 429 : audit [DBG] from='client.? 172.21.15.46:0/2739100219' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:51:04.335 INFO:teuthology.orchestra.run.smithi046.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-22T23:51:05.337 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e2b7ae0a-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:51:06.022 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:51:05 smithi120 bash[20187]: cluster 2024-04-22T23:51:04.051657+0000 mgr.smithi046.eiolnw (mgr.14197) 222 : cluster [DBG] pgmap v169: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:06.022 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:51:05 smithi120 bash[20187]: cluster 2024-04-22T23:51:04.051657+0000 mgr.smithi046.eiolnw (mgr.14197) 222 : cluster [DBG] pgmap v169: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:06.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:51:05 smithi046 bash[18768]: cluster 2024-04-22T23:51:04.051657+0000 mgr.smithi046.eiolnw (mgr.14197) 222 : cluster [DBG] pgmap v169: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:06.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:51:05 smithi046 bash[18768]: cluster 2024-04-22T23:51:04.051657+0000 mgr.smithi046.eiolnw (mgr.14197) 222 : cluster [DBG] pgmap v169: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:07.832 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:51:07 smithi046 bash[18768]: cluster 2024-04-22T23:51:06.052684+0000 mgr.smithi046.eiolnw (mgr.14197) 223 : cluster [DBG] pgmap v170: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:07.832 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:51:07 smithi046 bash[18768]: cluster 2024-04-22T23:51:06.052684+0000 mgr.smithi046.eiolnw (mgr.14197) 223 : cluster [DBG] pgmap v170: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:08.022 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:51:07 smithi120 bash[20187]: cluster 2024-04-22T23:51:06.052684+0000 mgr.smithi046.eiolnw (mgr.14197) 223 : cluster [DBG] pgmap v170: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:08.022 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:51:07 smithi120 bash[20187]: cluster 2024-04-22T23:51:06.052684+0000 mgr.smithi046.eiolnw (mgr.14197) 223 : cluster [DBG] pgmap v170: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:10.022 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:51:09 smithi120 bash[20187]: cluster 2024-04-22T23:51:08.053720+0000 mgr.smithi046.eiolnw (mgr.14197) 224 : cluster [DBG] pgmap v171: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:10.022 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:51:09 smithi120 bash[20187]: cluster 2024-04-22T23:51:08.053720+0000 mgr.smithi046.eiolnw (mgr.14197) 224 : cluster [DBG] pgmap v171: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:10.023 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:51:09 smithi120 bash[20187]: audit 2024-04-22T23:51:09.408282+0000 mon.smithi046 (mon.0) 430 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:51:10.023 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:51:09 smithi120 bash[20187]: audit 2024-04-22T23:51:09.408282+0000 mon.smithi046 (mon.0) 430 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:51:10.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:51:09 smithi046 bash[18768]: cluster 2024-04-22T23:51:08.053720+0000 mgr.smithi046.eiolnw (mgr.14197) 224 : cluster [DBG] pgmap v171: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:10.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:51:09 smithi046 bash[18768]: cluster 2024-04-22T23:51:08.053720+0000 mgr.smithi046.eiolnw (mgr.14197) 224 : cluster [DBG] pgmap v171: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:10.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:51:09 smithi046 bash[18768]: audit 2024-04-22T23:51:09.408282+0000 mon.smithi046 (mon.0) 430 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:51:10.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:51:09 smithi046 bash[18768]: audit 2024-04-22T23:51:09.408282+0000 mon.smithi046 (mon.0) 430 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:51:10.116 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/mon.smithi046/config 2024-04-22T23:51:11.424 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T23:51:12.022 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:51:11 smithi120 bash[20187]: cluster 2024-04-22T23:51:10.054702+0000 mgr.smithi046.eiolnw (mgr.14197) 225 : cluster [DBG] pgmap v172: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:12.022 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:51:11 smithi120 bash[20187]: cluster 2024-04-22T23:51:10.054702+0000 mgr.smithi046.eiolnw (mgr.14197) 225 : cluster [DBG] pgmap v172: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:12.022 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:51:11 smithi120 bash[20187]: audit 2024-04-22T23:51:11.433601+0000 mon.smithi046 (mon.0) 431 : audit [DBG] from='client.? 172.21.15.46:0/745922642' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:51:12.022 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:51:11 smithi120 bash[20187]: audit 2024-04-22T23:51:11.433601+0000 mon.smithi046 (mon.0) 431 : audit [DBG] from='client.? 172.21.15.46:0/745922642' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:51:12.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:51:11 smithi046 bash[18768]: cluster 2024-04-22T23:51:10.054702+0000 mgr.smithi046.eiolnw (mgr.14197) 225 : cluster [DBG] pgmap v172: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:12.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:51:11 smithi046 bash[18768]: cluster 2024-04-22T23:51:10.054702+0000 mgr.smithi046.eiolnw (mgr.14197) 225 : cluster [DBG] pgmap v172: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:12.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:51:11 smithi046 bash[18768]: audit 2024-04-22T23:51:11.433601+0000 mon.smithi046 (mon.0) 431 : audit [DBG] from='client.? 172.21.15.46:0/745922642' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:51:12.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:51:11 smithi046 bash[18768]: audit 2024-04-22T23:51:11.433601+0000 mon.smithi046 (mon.0) 431 : audit [DBG] from='client.? 172.21.15.46:0/745922642' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:51:12.119 INFO:teuthology.orchestra.run.smithi046.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-22T23:51:13.120 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e2b7ae0a-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:51:14.022 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:51:13 smithi120 bash[20187]: cluster 2024-04-22T23:51:12.055695+0000 mgr.smithi046.eiolnw (mgr.14197) 226 : cluster [DBG] pgmap v173: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:14.022 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:51:13 smithi120 bash[20187]: cluster 2024-04-22T23:51:12.055695+0000 mgr.smithi046.eiolnw (mgr.14197) 226 : cluster [DBG] pgmap v173: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:14.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:51:13 smithi046 bash[18768]: cluster 2024-04-22T23:51:12.055695+0000 mgr.smithi046.eiolnw (mgr.14197) 226 : cluster [DBG] pgmap v173: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:14.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:51:13 smithi046 bash[18768]: cluster 2024-04-22T23:51:12.055695+0000 mgr.smithi046.eiolnw (mgr.14197) 226 : cluster [DBG] pgmap v173: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:16.022 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:51:15 smithi120 bash[20187]: cluster 2024-04-22T23:51:14.056689+0000 mgr.smithi046.eiolnw (mgr.14197) 227 : cluster [DBG] pgmap v174: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:16.022 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:51:15 smithi120 bash[20187]: cluster 2024-04-22T23:51:14.056689+0000 mgr.smithi046.eiolnw (mgr.14197) 227 : cluster [DBG] pgmap v174: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:16.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:51:15 smithi046 bash[18768]: cluster 2024-04-22T23:51:14.056689+0000 mgr.smithi046.eiolnw (mgr.14197) 227 : cluster [DBG] pgmap v174: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:16.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:51:15 smithi046 bash[18768]: cluster 2024-04-22T23:51:14.056689+0000 mgr.smithi046.eiolnw (mgr.14197) 227 : cluster [DBG] pgmap v174: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:17.832 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:51:17 smithi046 bash[18768]: cluster 2024-04-22T23:51:16.057741+0000 mgr.smithi046.eiolnw (mgr.14197) 228 : cluster [DBG] pgmap v175: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:17.832 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:51:17 smithi046 bash[18768]: cluster 2024-04-22T23:51:16.057741+0000 mgr.smithi046.eiolnw (mgr.14197) 228 : cluster [DBG] pgmap v175: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:17.894 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/mon.smithi046/config 2024-04-22T23:51:18.022 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:51:17 smithi120 bash[20187]: cluster 2024-04-22T23:51:16.057741+0000 mgr.smithi046.eiolnw (mgr.14197) 228 : cluster [DBG] pgmap v175: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:18.022 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:51:17 smithi120 bash[20187]: cluster 2024-04-22T23:51:16.057741+0000 mgr.smithi046.eiolnw (mgr.14197) 228 : cluster [DBG] pgmap v175: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:19.183 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T23:51:19.850 INFO:teuthology.orchestra.run.smithi046.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-22T23:51:20.022 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:51:19 smithi120 bash[20187]: cluster 2024-04-22T23:51:18.058797+0000 mgr.smithi046.eiolnw (mgr.14197) 229 : cluster [DBG] pgmap v176: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:20.022 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:51:19 smithi120 bash[20187]: cluster 2024-04-22T23:51:18.058797+0000 mgr.smithi046.eiolnw (mgr.14197) 229 : cluster [DBG] pgmap v176: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:20.022 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:51:19 smithi120 bash[20187]: audit 2024-04-22T23:51:19.192847+0000 mon.smithi046 (mon.0) 432 : audit [DBG] from='client.? 172.21.15.46:0/365943376' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:51:20.022 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:51:19 smithi120 bash[20187]: audit 2024-04-22T23:51:19.192847+0000 mon.smithi046 (mon.0) 432 : audit [DBG] from='client.? 172.21.15.46:0/365943376' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:51:20.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:51:19 smithi046 bash[18768]: cluster 2024-04-22T23:51:18.058797+0000 mgr.smithi046.eiolnw (mgr.14197) 229 : cluster [DBG] pgmap v176: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:20.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:51:19 smithi046 bash[18768]: cluster 2024-04-22T23:51:18.058797+0000 mgr.smithi046.eiolnw (mgr.14197) 229 : cluster [DBG] pgmap v176: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:20.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:51:19 smithi046 bash[18768]: audit 2024-04-22T23:51:19.192847+0000 mon.smithi046 (mon.0) 432 : audit [DBG] from='client.? 172.21.15.46:0/365943376' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:51:20.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:51:19 smithi046 bash[18768]: audit 2024-04-22T23:51:19.192847+0000 mon.smithi046 (mon.0) 432 : audit [DBG] from='client.? 172.21.15.46:0/365943376' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:51:20.882 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e2b7ae0a-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:51:22.022 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:51:21 smithi120 bash[20187]: cluster 2024-04-22T23:51:20.059838+0000 mgr.smithi046.eiolnw (mgr.14197) 230 : cluster [DBG] pgmap v177: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:22.022 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:51:21 smithi120 bash[20187]: cluster 2024-04-22T23:51:20.059838+0000 mgr.smithi046.eiolnw (mgr.14197) 230 : cluster [DBG] pgmap v177: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:22.081 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:51:21 smithi046 bash[18768]: cluster 2024-04-22T23:51:20.059838+0000 mgr.smithi046.eiolnw (mgr.14197) 230 : cluster [DBG] pgmap v177: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:22.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:51:21 smithi046 bash[18768]: cluster 2024-04-22T23:51:20.059838+0000 mgr.smithi046.eiolnw (mgr.14197) 230 : cluster [DBG] pgmap v177: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:24.022 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:51:23 smithi120 bash[20187]: cluster 2024-04-22T23:51:22.060798+0000 mgr.smithi046.eiolnw (mgr.14197) 231 : cluster [DBG] pgmap v178: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:24.022 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:51:23 smithi120 bash[20187]: cluster 2024-04-22T23:51:22.060798+0000 mgr.smithi046.eiolnw (mgr.14197) 231 : cluster [DBG] pgmap v178: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:24.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:51:23 smithi046 bash[18768]: cluster 2024-04-22T23:51:22.060798+0000 mgr.smithi046.eiolnw (mgr.14197) 231 : cluster [DBG] pgmap v178: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:24.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:51:23 smithi046 bash[18768]: cluster 2024-04-22T23:51:22.060798+0000 mgr.smithi046.eiolnw (mgr.14197) 231 : cluster [DBG] pgmap v178: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:25.022 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:51:24 smithi120 bash[20187]: audit 2024-04-22T23:51:24.408967+0000 mon.smithi046 (mon.0) 433 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:51:25.022 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:51:24 smithi120 bash[20187]: audit 2024-04-22T23:51:24.408967+0000 mon.smithi046 (mon.0) 433 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:51:25.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:51:24 smithi046 bash[18768]: audit 2024-04-22T23:51:24.408967+0000 mon.smithi046 (mon.0) 433 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:51:25.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:51:24 smithi046 bash[18768]: audit 2024-04-22T23:51:24.408967+0000 mon.smithi046 (mon.0) 433 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:51:25.662 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/mon.smithi046/config 2024-04-22T23:51:26.022 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:51:25 smithi120 bash[20187]: cluster 2024-04-22T23:51:24.061862+0000 mgr.smithi046.eiolnw (mgr.14197) 232 : cluster [DBG] pgmap v179: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:26.022 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:51:25 smithi120 bash[20187]: cluster 2024-04-22T23:51:24.061862+0000 mgr.smithi046.eiolnw (mgr.14197) 232 : cluster [DBG] pgmap v179: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:26.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:51:25 smithi046 bash[18768]: cluster 2024-04-22T23:51:24.061862+0000 mgr.smithi046.eiolnw (mgr.14197) 232 : cluster [DBG] pgmap v179: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:26.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:51:25 smithi046 bash[18768]: cluster 2024-04-22T23:51:24.061862+0000 mgr.smithi046.eiolnw (mgr.14197) 232 : cluster [DBG] pgmap v179: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:26.936 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T23:51:27.669 INFO:teuthology.orchestra.run.smithi046.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-22T23:51:28.022 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:51:27 smithi120 bash[20187]: cluster 2024-04-22T23:51:26.062845+0000 mgr.smithi046.eiolnw (mgr.14197) 233 : cluster [DBG] pgmap v180: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:28.022 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:51:27 smithi120 bash[20187]: cluster 2024-04-22T23:51:26.062845+0000 mgr.smithi046.eiolnw (mgr.14197) 233 : cluster [DBG] pgmap v180: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:28.022 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:51:27 smithi120 bash[20187]: audit 2024-04-22T23:51:26.946361+0000 mon.smithi046 (mon.0) 434 : audit [DBG] from='client.? 172.21.15.46:0/4233627278' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:51:28.022 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:51:27 smithi120 bash[20187]: audit 2024-04-22T23:51:26.946361+0000 mon.smithi046 (mon.0) 434 : audit [DBG] from='client.? 172.21.15.46:0/4233627278' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:51:28.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:51:27 smithi046 bash[18768]: cluster 2024-04-22T23:51:26.062845+0000 mgr.smithi046.eiolnw (mgr.14197) 233 : cluster [DBG] pgmap v180: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:28.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:51:27 smithi046 bash[18768]: cluster 2024-04-22T23:51:26.062845+0000 mgr.smithi046.eiolnw (mgr.14197) 233 : cluster [DBG] pgmap v180: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:28.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:51:27 smithi046 bash[18768]: audit 2024-04-22T23:51:26.946361+0000 mon.smithi046 (mon.0) 434 : audit [DBG] from='client.? 172.21.15.46:0/4233627278' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:51:28.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:51:27 smithi046 bash[18768]: audit 2024-04-22T23:51:26.946361+0000 mon.smithi046 (mon.0) 434 : audit [DBG] from='client.? 172.21.15.46:0/4233627278' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:51:28.670 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e2b7ae0a-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:51:30.022 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:51:29 smithi120 bash[20187]: cluster 2024-04-22T23:51:28.063848+0000 mgr.smithi046.eiolnw (mgr.14197) 234 : cluster [DBG] pgmap v181: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:30.022 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:51:29 smithi120 bash[20187]: cluster 2024-04-22T23:51:28.063848+0000 mgr.smithi046.eiolnw (mgr.14197) 234 : cluster [DBG] pgmap v181: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:30.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:51:29 smithi046 bash[18768]: cluster 2024-04-22T23:51:28.063848+0000 mgr.smithi046.eiolnw (mgr.14197) 234 : cluster [DBG] pgmap v181: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:30.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:51:29 smithi046 bash[18768]: cluster 2024-04-22T23:51:28.063848+0000 mgr.smithi046.eiolnw (mgr.14197) 234 : cluster [DBG] pgmap v181: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:32.022 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:51:31 smithi120 bash[20187]: cluster 2024-04-22T23:51:30.064845+0000 mgr.smithi046.eiolnw (mgr.14197) 235 : cluster [DBG] pgmap v182: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:32.022 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:51:31 smithi120 bash[20187]: cluster 2024-04-22T23:51:30.064845+0000 mgr.smithi046.eiolnw (mgr.14197) 235 : cluster [DBG] pgmap v182: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:32.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:51:31 smithi046 bash[18768]: cluster 2024-04-22T23:51:30.064845+0000 mgr.smithi046.eiolnw (mgr.14197) 235 : cluster [DBG] pgmap v182: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:32.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:51:31 smithi046 bash[18768]: cluster 2024-04-22T23:51:30.064845+0000 mgr.smithi046.eiolnw (mgr.14197) 235 : cluster [DBG] pgmap v182: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:33.449 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/mon.smithi046/config 2024-04-22T23:51:34.022 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:51:33 smithi120 bash[20187]: cluster 2024-04-22T23:51:32.065878+0000 mgr.smithi046.eiolnw (mgr.14197) 236 : cluster [DBG] pgmap v183: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:34.022 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:51:33 smithi120 bash[20187]: cluster 2024-04-22T23:51:32.065878+0000 mgr.smithi046.eiolnw (mgr.14197) 236 : cluster [DBG] pgmap v183: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:34.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:51:33 smithi046 bash[18768]: cluster 2024-04-22T23:51:32.065878+0000 mgr.smithi046.eiolnw (mgr.14197) 236 : cluster [DBG] pgmap v183: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:34.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:51:33 smithi046 bash[18768]: cluster 2024-04-22T23:51:32.065878+0000 mgr.smithi046.eiolnw (mgr.14197) 236 : cluster [DBG] pgmap v183: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:34.694 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T23:51:34.986 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:51:34 smithi046 bash[18768]: audit 2024-04-22T23:51:34.150317+0000 mon.smithi046 (mon.0) 435 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:51:34.986 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:51:34 smithi046 bash[18768]: audit 2024-04-22T23:51:34.150317+0000 mon.smithi046 (mon.0) 435 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:51:34.986 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:51:34 smithi046 bash[18768]: audit 2024-04-22T23:51:34.704252+0000 mon.smithi046 (mon.0) 436 : audit [DBG] from='client.? 172.21.15.46:0/369781061' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:51:34.986 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:51:34 smithi046 bash[18768]: audit 2024-04-22T23:51:34.704252+0000 mon.smithi046 (mon.0) 436 : audit [DBG] from='client.? 172.21.15.46:0/369781061' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:51:35.022 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:51:34 smithi120 bash[20187]: audit 2024-04-22T23:51:34.150317+0000 mon.smithi046 (mon.0) 435 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:51:35.022 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:51:34 smithi120 bash[20187]: audit 2024-04-22T23:51:34.150317+0000 mon.smithi046 (mon.0) 435 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:51:35.022 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:51:34 smithi120 bash[20187]: audit 2024-04-22T23:51:34.704252+0000 mon.smithi046 (mon.0) 436 : audit [DBG] from='client.? 172.21.15.46:0/369781061' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:51:35.022 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:51:34 smithi120 bash[20187]: audit 2024-04-22T23:51:34.704252+0000 mon.smithi046 (mon.0) 436 : audit [DBG] from='client.? 172.21.15.46:0/369781061' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:51:35.431 INFO:teuthology.orchestra.run.smithi046.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-22T23:51:36.022 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:51:35 smithi120 bash[20187]: cluster 2024-04-22T23:51:34.066861+0000 mgr.smithi046.eiolnw (mgr.14197) 237 : cluster [DBG] pgmap v184: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:36.022 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:51:35 smithi120 bash[20187]: cluster 2024-04-22T23:51:34.066861+0000 mgr.smithi046.eiolnw (mgr.14197) 237 : cluster [DBG] pgmap v184: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:36.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:51:35 smithi046 bash[18768]: cluster 2024-04-22T23:51:34.066861+0000 mgr.smithi046.eiolnw (mgr.14197) 237 : cluster [DBG] pgmap v184: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:36.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:51:35 smithi046 bash[18768]: cluster 2024-04-22T23:51:34.066861+0000 mgr.smithi046.eiolnw (mgr.14197) 237 : cluster [DBG] pgmap v184: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:36.432 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e2b7ae0a-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:51:37.831 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:51:37 smithi046 bash[18768]: cluster 2024-04-22T23:51:36.067894+0000 mgr.smithi046.eiolnw (mgr.14197) 238 : cluster [DBG] pgmap v185: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:37.832 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:51:37 smithi046 bash[18768]: cluster 2024-04-22T23:51:36.067894+0000 mgr.smithi046.eiolnw (mgr.14197) 238 : cluster [DBG] pgmap v185: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:38.022 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:51:37 smithi120 bash[20187]: cluster 2024-04-22T23:51:36.067894+0000 mgr.smithi046.eiolnw (mgr.14197) 238 : cluster [DBG] pgmap v185: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:38.022 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:51:37 smithi120 bash[20187]: cluster 2024-04-22T23:51:36.067894+0000 mgr.smithi046.eiolnw (mgr.14197) 238 : cluster [DBG] pgmap v185: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:40.022 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:51:39 smithi120 bash[20187]: cluster 2024-04-22T23:51:38.068881+0000 mgr.smithi046.eiolnw (mgr.14197) 239 : cluster [DBG] pgmap v186: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:40.022 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:51:39 smithi120 bash[20187]: cluster 2024-04-22T23:51:38.068881+0000 mgr.smithi046.eiolnw (mgr.14197) 239 : cluster [DBG] pgmap v186: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:40.022 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:51:39 smithi120 bash[20187]: audit 2024-04-22T23:51:39.409299+0000 mon.smithi046 (mon.0) 437 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:51:40.022 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:51:39 smithi120 bash[20187]: audit 2024-04-22T23:51:39.409299+0000 mon.smithi046 (mon.0) 437 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:51:40.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:51:39 smithi046 bash[18768]: cluster 2024-04-22T23:51:38.068881+0000 mgr.smithi046.eiolnw (mgr.14197) 239 : cluster [DBG] pgmap v186: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:40.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:51:39 smithi046 bash[18768]: cluster 2024-04-22T23:51:38.068881+0000 mgr.smithi046.eiolnw (mgr.14197) 239 : cluster [DBG] pgmap v186: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:40.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:51:39 smithi046 bash[18768]: audit 2024-04-22T23:51:39.409299+0000 mon.smithi046 (mon.0) 437 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:51:40.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:51:39 smithi046 bash[18768]: audit 2024-04-22T23:51:39.409299+0000 mon.smithi046 (mon.0) 437 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:51:40.829 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/mon.smithi046/config 2024-04-22T23:51:42.022 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:51:41 smithi120 bash[20187]: cluster 2024-04-22T23:51:40.069929+0000 mgr.smithi046.eiolnw (mgr.14197) 240 : cluster [DBG] pgmap v187: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:42.022 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:51:41 smithi120 bash[20187]: cluster 2024-04-22T23:51:40.069929+0000 mgr.smithi046.eiolnw (mgr.14197) 240 : cluster [DBG] pgmap v187: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:42.081 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:51:41 smithi046 bash[18768]: cluster 2024-04-22T23:51:40.069929+0000 mgr.smithi046.eiolnw (mgr.14197) 240 : cluster [DBG] pgmap v187: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:42.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:51:41 smithi046 bash[18768]: cluster 2024-04-22T23:51:40.069929+0000 mgr.smithi046.eiolnw (mgr.14197) 240 : cluster [DBG] pgmap v187: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:42.519 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T23:51:42.832 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:51:42 smithi046 bash[18768]: audit 2024-04-22T23:51:42.062179+0000 mon.smithi046 (mon.0) 438 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:51:42.832 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:51:42 smithi046 bash[18768]: audit 2024-04-22T23:51:42.062179+0000 mon.smithi046 (mon.0) 438 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:51:42.832 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:51:42 smithi046 bash[18768]: audit 2024-04-22T23:51:42.063503+0000 mon.smithi046 (mon.0) 439 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:51:42.832 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:51:42 smithi046 bash[18768]: audit 2024-04-22T23:51:42.063503+0000 mon.smithi046 (mon.0) 439 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:51:42.832 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:51:42 smithi046 bash[18768]: audit 2024-04-22T23:51:42.073567+0000 mon.smithi046 (mon.0) 440 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:51:42.832 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:51:42 smithi046 bash[18768]: audit 2024-04-22T23:51:42.073567+0000 mon.smithi046 (mon.0) 440 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:51:42.832 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:51:42 smithi046 bash[18768]: audit 2024-04-22T23:51:42.081407+0000 mon.smithi046 (mon.0) 441 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-22T23:51:42.832 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:51:42 smithi046 bash[18768]: audit 2024-04-22T23:51:42.081407+0000 mon.smithi046 (mon.0) 441 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-22T23:51:42.833 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:51:42 smithi046 bash[18768]: audit 2024-04-22T23:51:42.529075+0000 mon.smithi046 (mon.0) 442 : audit [DBG] from='client.? 172.21.15.46:0/2561443117' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:51:42.833 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:51:42 smithi046 bash[18768]: audit 2024-04-22T23:51:42.529075+0000 mon.smithi046 (mon.0) 442 : audit [DBG] from='client.? 172.21.15.46:0/2561443117' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:51:43.272 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:51:42 smithi120 bash[20187]: audit 2024-04-22T23:51:42.062179+0000 mon.smithi046 (mon.0) 438 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:51:43.272 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:51:42 smithi120 bash[20187]: audit 2024-04-22T23:51:42.062179+0000 mon.smithi046 (mon.0) 438 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:51:43.272 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:51:42 smithi120 bash[20187]: audit 2024-04-22T23:51:42.063503+0000 mon.smithi046 (mon.0) 439 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:51:43.272 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:51:42 smithi120 bash[20187]: audit 2024-04-22T23:51:42.063503+0000 mon.smithi046 (mon.0) 439 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:51:43.272 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:51:42 smithi120 bash[20187]: audit 2024-04-22T23:51:42.073567+0000 mon.smithi046 (mon.0) 440 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:51:43.272 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:51:42 smithi120 bash[20187]: audit 2024-04-22T23:51:42.073567+0000 mon.smithi046 (mon.0) 440 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:51:43.272 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:51:42 smithi120 bash[20187]: audit 2024-04-22T23:51:42.081407+0000 mon.smithi046 (mon.0) 441 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-22T23:51:43.272 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:51:42 smithi120 bash[20187]: audit 2024-04-22T23:51:42.081407+0000 mon.smithi046 (mon.0) 441 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-22T23:51:43.272 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:51:42 smithi120 bash[20187]: audit 2024-04-22T23:51:42.529075+0000 mon.smithi046 (mon.0) 442 : audit [DBG] from='client.? 172.21.15.46:0/2561443117' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:51:43.273 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:51:42 smithi120 bash[20187]: audit 2024-04-22T23:51:42.529075+0000 mon.smithi046 (mon.0) 442 : audit [DBG] from='client.? 172.21.15.46:0/2561443117' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:51:43.362 INFO:teuthology.orchestra.run.smithi046.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-22T23:51:44.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:51:43 smithi046 bash[18768]: cluster 2024-04-22T23:51:42.065939+0000 mgr.smithi046.eiolnw (mgr.14197) 241 : cluster [DBG] pgmap v188: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:44.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:51:43 smithi046 bash[18768]: cluster 2024-04-22T23:51:42.065939+0000 mgr.smithi046.eiolnw (mgr.14197) 241 : cluster [DBG] pgmap v188: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:44.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:51:43 smithi046 bash[18768]: cluster 2024-04-22T23:51:42.066778+0000 mgr.smithi046.eiolnw (mgr.14197) 242 : cluster [DBG] pgmap v189: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:44.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:51:43 smithi046 bash[18768]: cluster 2024-04-22T23:51:42.066778+0000 mgr.smithi046.eiolnw (mgr.14197) 242 : cluster [DBG] pgmap v189: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:44.203 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:51:43 smithi120 bash[20187]: cluster 2024-04-22T23:51:42.065939+0000 mgr.smithi046.eiolnw (mgr.14197) 241 : cluster [DBG] pgmap v188: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:44.203 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:51:43 smithi120 bash[20187]: cluster 2024-04-22T23:51:42.065939+0000 mgr.smithi046.eiolnw (mgr.14197) 241 : cluster [DBG] pgmap v188: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:44.203 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:51:43 smithi120 bash[20187]: cluster 2024-04-22T23:51:42.066778+0000 mgr.smithi046.eiolnw (mgr.14197) 242 : cluster [DBG] pgmap v189: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:44.203 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:51:43 smithi120 bash[20187]: cluster 2024-04-22T23:51:42.066778+0000 mgr.smithi046.eiolnw (mgr.14197) 242 : cluster [DBG] pgmap v189: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:44.363 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e2b7ae0a-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:51:46.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:51:45 smithi046 bash[18768]: cluster 2024-04-22T23:51:44.067720+0000 mgr.smithi046.eiolnw (mgr.14197) 243 : cluster [DBG] pgmap v190: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:46.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:51:45 smithi046 bash[18768]: cluster 2024-04-22T23:51:44.067720+0000 mgr.smithi046.eiolnw (mgr.14197) 243 : cluster [DBG] pgmap v190: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:46.271 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:51:45 smithi120 bash[20187]: cluster 2024-04-22T23:51:44.067720+0000 mgr.smithi046.eiolnw (mgr.14197) 243 : cluster [DBG] pgmap v190: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:46.272 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:51:45 smithi120 bash[20187]: cluster 2024-04-22T23:51:44.067720+0000 mgr.smithi046.eiolnw (mgr.14197) 243 : cluster [DBG] pgmap v190: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:48.081 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:51:47 smithi046 bash[18768]: cluster 2024-04-22T23:51:46.068730+0000 mgr.smithi046.eiolnw (mgr.14197) 244 : cluster [DBG] pgmap v191: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:48.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:51:47 smithi046 bash[18768]: cluster 2024-04-22T23:51:46.068730+0000 mgr.smithi046.eiolnw (mgr.14197) 244 : cluster [DBG] pgmap v191: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:48.271 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:51:47 smithi120 bash[20187]: cluster 2024-04-22T23:51:46.068730+0000 mgr.smithi046.eiolnw (mgr.14197) 244 : cluster [DBG] pgmap v191: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:48.272 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:51:47 smithi120 bash[20187]: cluster 2024-04-22T23:51:46.068730+0000 mgr.smithi046.eiolnw (mgr.14197) 244 : cluster [DBG] pgmap v191: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:49.142 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/mon.smithi046/config 2024-04-22T23:51:50.052 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:51:49 smithi046 bash[18768]: cluster 2024-04-22T23:51:48.069785+0000 mgr.smithi046.eiolnw (mgr.14197) 245 : cluster [DBG] pgmap v192: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:50.052 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:51:49 smithi046 bash[18768]: cluster 2024-04-22T23:51:48.069785+0000 mgr.smithi046.eiolnw (mgr.14197) 245 : cluster [DBG] pgmap v192: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:50.271 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:51:49 smithi120 bash[20187]: cluster 2024-04-22T23:51:48.069785+0000 mgr.smithi046.eiolnw (mgr.14197) 245 : cluster [DBG] pgmap v192: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:50.272 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:51:49 smithi120 bash[20187]: cluster 2024-04-22T23:51:48.069785+0000 mgr.smithi046.eiolnw (mgr.14197) 245 : cluster [DBG] pgmap v192: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:50.429 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T23:51:51.081 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:51:50 smithi046 bash[18768]: audit 2024-04-22T23:51:50.439219+0000 mon.smithi046 (mon.0) 443 : audit [DBG] from='client.? 172.21.15.46:0/2118898382' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:51:51.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:51:50 smithi046 bash[18768]: audit 2024-04-22T23:51:50.439219+0000 mon.smithi046 (mon.0) 443 : audit [DBG] from='client.? 172.21.15.46:0/2118898382' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:51:51.117 INFO:teuthology.orchestra.run.smithi046.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-22T23:51:51.272 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:51:50 smithi120 bash[20187]: audit 2024-04-22T23:51:50.439219+0000 mon.smithi046 (mon.0) 443 : audit [DBG] from='client.? 172.21.15.46:0/2118898382' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:51:51.272 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:51:50 smithi120 bash[20187]: audit 2024-04-22T23:51:50.439219+0000 mon.smithi046 (mon.0) 443 : audit [DBG] from='client.? 172.21.15.46:0/2118898382' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:51:52.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:51:51 smithi046 bash[18768]: cluster 2024-04-22T23:51:50.070468+0000 mgr.smithi046.eiolnw (mgr.14197) 246 : cluster [DBG] pgmap v193: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:52.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:51:51 smithi046 bash[18768]: cluster 2024-04-22T23:51:50.070468+0000 mgr.smithi046.eiolnw (mgr.14197) 246 : cluster [DBG] pgmap v193: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:52.118 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e2b7ae0a-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:51:52.271 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:51:51 smithi120 bash[20187]: cluster 2024-04-22T23:51:50.070468+0000 mgr.smithi046.eiolnw (mgr.14197) 246 : cluster [DBG] pgmap v193: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:52.272 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:51:51 smithi120 bash[20187]: cluster 2024-04-22T23:51:50.070468+0000 mgr.smithi046.eiolnw (mgr.14197) 246 : cluster [DBG] pgmap v193: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:54.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:51:53 smithi046 bash[18768]: cluster 2024-04-22T23:51:52.071550+0000 mgr.smithi046.eiolnw (mgr.14197) 247 : cluster [DBG] pgmap v194: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:54.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:51:53 smithi046 bash[18768]: cluster 2024-04-22T23:51:52.071550+0000 mgr.smithi046.eiolnw (mgr.14197) 247 : cluster [DBG] pgmap v194: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:54.203 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:51:53 smithi120 bash[20187]: cluster 2024-04-22T23:51:52.071550+0000 mgr.smithi046.eiolnw (mgr.14197) 247 : cluster [DBG] pgmap v194: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:54.204 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:51:53 smithi120 bash[20187]: cluster 2024-04-22T23:51:52.071550+0000 mgr.smithi046.eiolnw (mgr.14197) 247 : cluster [DBG] pgmap v194: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:55.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:51:54 smithi046 bash[18768]: audit 2024-04-22T23:51:54.409654+0000 mon.smithi046 (mon.0) 444 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:51:55.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:51:54 smithi046 bash[18768]: audit 2024-04-22T23:51:54.409654+0000 mon.smithi046 (mon.0) 444 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:51:55.271 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:51:54 smithi120 bash[20187]: audit 2024-04-22T23:51:54.409654+0000 mon.smithi046 (mon.0) 444 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:51:55.271 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:51:54 smithi120 bash[20187]: audit 2024-04-22T23:51:54.409654+0000 mon.smithi046 (mon.0) 444 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:51:56.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:51:55 smithi046 bash[18768]: cluster 2024-04-22T23:51:54.072700+0000 mgr.smithi046.eiolnw (mgr.14197) 248 : cluster [DBG] pgmap v195: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:56.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:51:55 smithi046 bash[18768]: cluster 2024-04-22T23:51:54.072700+0000 mgr.smithi046.eiolnw (mgr.14197) 248 : cluster [DBG] pgmap v195: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:56.271 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:51:55 smithi120 bash[20187]: cluster 2024-04-22T23:51:54.072700+0000 mgr.smithi046.eiolnw (mgr.14197) 248 : cluster [DBG] pgmap v195: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:56.271 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:51:55 smithi120 bash[20187]: cluster 2024-04-22T23:51:54.072700+0000 mgr.smithi046.eiolnw (mgr.14197) 248 : cluster [DBG] pgmap v195: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:56.893 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/mon.smithi046/config 2024-04-22T23:51:58.081 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:51:57 smithi046 bash[18768]: cluster 2024-04-22T23:51:56.073860+0000 mgr.smithi046.eiolnw (mgr.14197) 249 : cluster [DBG] pgmap v196: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:58.081 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:51:57 smithi046 bash[18768]: cluster 2024-04-22T23:51:56.073860+0000 mgr.smithi046.eiolnw (mgr.14197) 249 : cluster [DBG] pgmap v196: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:58.141 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T23:51:58.271 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:51:57 smithi120 bash[20187]: cluster 2024-04-22T23:51:56.073860+0000 mgr.smithi046.eiolnw (mgr.14197) 249 : cluster [DBG] pgmap v196: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:58.271 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:51:57 smithi120 bash[20187]: cluster 2024-04-22T23:51:56.073860+0000 mgr.smithi046.eiolnw (mgr.14197) 249 : cluster [DBG] pgmap v196: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:58.853 INFO:teuthology.orchestra.run.smithi046.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-22T23:51:59.081 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:51:58 smithi046 bash[18768]: audit 2024-04-22T23:51:58.151591+0000 mon.smithi046 (mon.0) 445 : audit [DBG] from='client.? 172.21.15.46:0/547122038' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:51:59.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:51:58 smithi046 bash[18768]: audit 2024-04-22T23:51:58.151591+0000 mon.smithi046 (mon.0) 445 : audit [DBG] from='client.? 172.21.15.46:0/547122038' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:51:59.204 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:51:58 smithi120 bash[20187]: audit 2024-04-22T23:51:58.151591+0000 mon.smithi046 (mon.0) 445 : audit [DBG] from='client.? 172.21.15.46:0/547122038' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:51:59.204 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:51:58 smithi120 bash[20187]: audit 2024-04-22T23:51:58.151591+0000 mon.smithi046 (mon.0) 445 : audit [DBG] from='client.? 172.21.15.46:0/547122038' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:51:59.854 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e2b7ae0a-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:52:00.271 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:51:59 smithi120 bash[20187]: cluster 2024-04-22T23:51:58.074860+0000 mgr.smithi046.eiolnw (mgr.14197) 250 : cluster [DBG] pgmap v197: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:00.271 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:51:59 smithi120 bash[20187]: cluster 2024-04-22T23:51:58.074860+0000 mgr.smithi046.eiolnw (mgr.14197) 250 : cluster [DBG] pgmap v197: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:00.331 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:51:59 smithi046 bash[18768]: cluster 2024-04-22T23:51:58.074860+0000 mgr.smithi046.eiolnw (mgr.14197) 250 : cluster [DBG] pgmap v197: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:00.332 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:51:59 smithi046 bash[18768]: cluster 2024-04-22T23:51:58.074860+0000 mgr.smithi046.eiolnw (mgr.14197) 250 : cluster [DBG] pgmap v197: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:02.271 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:52:01 smithi120 bash[20187]: cluster 2024-04-22T23:52:00.075333+0000 mgr.smithi046.eiolnw (mgr.14197) 251 : cluster [DBG] pgmap v198: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:02.271 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:52:01 smithi120 bash[20187]: cluster 2024-04-22T23:52:00.075333+0000 mgr.smithi046.eiolnw (mgr.14197) 251 : cluster [DBG] pgmap v198: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:02.332 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:52:01 smithi046 bash[18768]: cluster 2024-04-22T23:52:00.075333+0000 mgr.smithi046.eiolnw (mgr.14197) 251 : cluster [DBG] pgmap v198: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:02.332 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:52:01 smithi046 bash[18768]: cluster 2024-04-22T23:52:00.075333+0000 mgr.smithi046.eiolnw (mgr.14197) 251 : cluster [DBG] pgmap v198: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:04.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:52:03 smithi046 bash[18768]: cluster 2024-04-22T23:52:02.076296+0000 mgr.smithi046.eiolnw (mgr.14197) 252 : cluster [DBG] pgmap v199: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:04.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:52:03 smithi046 bash[18768]: cluster 2024-04-22T23:52:02.076296+0000 mgr.smithi046.eiolnw (mgr.14197) 252 : cluster [DBG] pgmap v199: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:04.204 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:52:03 smithi120 bash[20187]: cluster 2024-04-22T23:52:02.076296+0000 mgr.smithi046.eiolnw (mgr.14197) 252 : cluster [DBG] pgmap v199: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:04.204 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:52:03 smithi120 bash[20187]: cluster 2024-04-22T23:52:02.076296+0000 mgr.smithi046.eiolnw (mgr.14197) 252 : cluster [DBG] pgmap v199: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:04.636 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/mon.smithi046/config 2024-04-22T23:52:05.883 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T23:52:06.156 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:52:05 smithi046 bash[18768]: cluster 2024-04-22T23:52:04.077322+0000 mgr.smithi046.eiolnw (mgr.14197) 253 : cluster [DBG] pgmap v200: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:06.156 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:52:05 smithi046 bash[18768]: cluster 2024-04-22T23:52:04.077322+0000 mgr.smithi046.eiolnw (mgr.14197) 253 : cluster [DBG] pgmap v200: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:06.271 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:52:05 smithi120 bash[20187]: cluster 2024-04-22T23:52:04.077322+0000 mgr.smithi046.eiolnw (mgr.14197) 253 : cluster [DBG] pgmap v200: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:06.271 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:52:05 smithi120 bash[20187]: cluster 2024-04-22T23:52:04.077322+0000 mgr.smithi046.eiolnw (mgr.14197) 253 : cluster [DBG] pgmap v200: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:06.528 INFO:teuthology.orchestra.run.smithi046.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-22T23:52:07.271 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:52:06 smithi120 bash[20187]: audit 2024-04-22T23:52:05.893665+0000 mon.smithi046 (mon.0) 446 : audit [DBG] from='client.? 172.21.15.46:0/257388058' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:52:07.271 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:52:06 smithi120 bash[20187]: audit 2024-04-22T23:52:05.893665+0000 mon.smithi046 (mon.0) 446 : audit [DBG] from='client.? 172.21.15.46:0/257388058' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:52:07.331 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:52:06 smithi046 bash[18768]: audit 2024-04-22T23:52:05.893665+0000 mon.smithi046 (mon.0) 446 : audit [DBG] from='client.? 172.21.15.46:0/257388058' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:52:07.332 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:52:06 smithi046 bash[18768]: audit 2024-04-22T23:52:05.893665+0000 mon.smithi046 (mon.0) 446 : audit [DBG] from='client.? 172.21.15.46:0/257388058' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:52:07.529 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e2b7ae0a-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:52:08.271 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:52:07 smithi120 bash[20187]: cluster 2024-04-22T23:52:06.078330+0000 mgr.smithi046.eiolnw (mgr.14197) 254 : cluster [DBG] pgmap v201: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:08.271 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:52:07 smithi120 bash[20187]: cluster 2024-04-22T23:52:06.078330+0000 mgr.smithi046.eiolnw (mgr.14197) 254 : cluster [DBG] pgmap v201: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:08.331 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:52:07 smithi046 bash[18768]: cluster 2024-04-22T23:52:06.078330+0000 mgr.smithi046.eiolnw (mgr.14197) 254 : cluster [DBG] pgmap v201: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:08.332 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:52:07 smithi046 bash[18768]: cluster 2024-04-22T23:52:06.078330+0000 mgr.smithi046.eiolnw (mgr.14197) 254 : cluster [DBG] pgmap v201: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:10.271 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:52:09 smithi120 bash[20187]: cluster 2024-04-22T23:52:08.079366+0000 mgr.smithi046.eiolnw (mgr.14197) 255 : cluster [DBG] pgmap v202: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:10.271 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:52:09 smithi120 bash[20187]: cluster 2024-04-22T23:52:08.079366+0000 mgr.smithi046.eiolnw (mgr.14197) 255 : cluster [DBG] pgmap v202: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:10.271 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:52:09 smithi120 bash[20187]: audit 2024-04-22T23:52:09.410153+0000 mon.smithi046 (mon.0) 447 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:52:10.271 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:52:09 smithi120 bash[20187]: audit 2024-04-22T23:52:09.410153+0000 mon.smithi046 (mon.0) 447 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:52:10.332 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:52:09 smithi046 bash[18768]: cluster 2024-04-22T23:52:08.079366+0000 mgr.smithi046.eiolnw (mgr.14197) 255 : cluster [DBG] pgmap v202: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:10.332 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:52:09 smithi046 bash[18768]: cluster 2024-04-22T23:52:08.079366+0000 mgr.smithi046.eiolnw (mgr.14197) 255 : cluster [DBG] pgmap v202: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:10.332 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:52:09 smithi046 bash[18768]: audit 2024-04-22T23:52:09.410153+0000 mon.smithi046 (mon.0) 447 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:52:10.332 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:52:09 smithi046 bash[18768]: audit 2024-04-22T23:52:09.410153+0000 mon.smithi046 (mon.0) 447 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:52:12.271 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:52:11 smithi120 bash[20187]: cluster 2024-04-22T23:52:10.080376+0000 mgr.smithi046.eiolnw (mgr.14197) 256 : cluster [DBG] pgmap v203: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:12.271 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:52:11 smithi120 bash[20187]: cluster 2024-04-22T23:52:10.080376+0000 mgr.smithi046.eiolnw (mgr.14197) 256 : cluster [DBG] pgmap v203: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:12.302 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/mon.smithi046/config 2024-04-22T23:52:12.325 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:52:11 smithi046 bash[18768]: cluster 2024-04-22T23:52:10.080376+0000 mgr.smithi046.eiolnw (mgr.14197) 256 : cluster [DBG] pgmap v203: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:12.325 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:52:11 smithi046 bash[18768]: cluster 2024-04-22T23:52:10.080376+0000 mgr.smithi046.eiolnw (mgr.14197) 256 : cluster [DBG] pgmap v203: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:13.534 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T23:52:14.173 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:52:13 smithi046 bash[18768]: cluster 2024-04-22T23:52:12.081447+0000 mgr.smithi046.eiolnw (mgr.14197) 257 : cluster [DBG] pgmap v204: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:14.174 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:52:13 smithi046 bash[18768]: cluster 2024-04-22T23:52:12.081447+0000 mgr.smithi046.eiolnw (mgr.14197) 257 : cluster [DBG] pgmap v204: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:14.174 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:52:13 smithi046 bash[18768]: audit 2024-04-22T23:52:13.543912+0000 mon.smithi046 (mon.0) 448 : audit [DBG] from='client.? 172.21.15.46:0/3791152887' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:52:14.174 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:52:13 smithi046 bash[18768]: audit 2024-04-22T23:52:13.543912+0000 mon.smithi046 (mon.0) 448 : audit [DBG] from='client.? 172.21.15.46:0/3791152887' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:52:14.175 INFO:teuthology.orchestra.run.smithi046.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-22T23:52:14.204 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:52:13 smithi120 bash[20187]: cluster 2024-04-22T23:52:12.081447+0000 mgr.smithi046.eiolnw (mgr.14197) 257 : cluster [DBG] pgmap v204: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:14.205 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:52:13 smithi120 bash[20187]: cluster 2024-04-22T23:52:12.081447+0000 mgr.smithi046.eiolnw (mgr.14197) 257 : cluster [DBG] pgmap v204: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:14.205 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:52:13 smithi120 bash[20187]: audit 2024-04-22T23:52:13.543912+0000 mon.smithi046 (mon.0) 448 : audit [DBG] from='client.? 172.21.15.46:0/3791152887' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:52:14.205 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:52:13 smithi120 bash[20187]: audit 2024-04-22T23:52:13.543912+0000 mon.smithi046 (mon.0) 448 : audit [DBG] from='client.? 172.21.15.46:0/3791152887' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:52:15.176 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e2b7ae0a-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:52:16.271 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:52:15 smithi120 bash[20187]: cluster 2024-04-22T23:52:14.082435+0000 mgr.smithi046.eiolnw (mgr.14197) 258 : cluster [DBG] pgmap v205: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:16.271 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:52:15 smithi120 bash[20187]: cluster 2024-04-22T23:52:14.082435+0000 mgr.smithi046.eiolnw (mgr.14197) 258 : cluster [DBG] pgmap v205: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:16.331 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:52:15 smithi046 bash[18768]: cluster 2024-04-22T23:52:14.082435+0000 mgr.smithi046.eiolnw (mgr.14197) 258 : cluster [DBG] pgmap v205: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:16.332 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:52:15 smithi046 bash[18768]: cluster 2024-04-22T23:52:14.082435+0000 mgr.smithi046.eiolnw (mgr.14197) 258 : cluster [DBG] pgmap v205: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:18.271 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:52:17 smithi120 bash[20187]: cluster 2024-04-22T23:52:16.083431+0000 mgr.smithi046.eiolnw (mgr.14197) 259 : cluster [DBG] pgmap v206: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:18.271 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:52:17 smithi120 bash[20187]: cluster 2024-04-22T23:52:16.083431+0000 mgr.smithi046.eiolnw (mgr.14197) 259 : cluster [DBG] pgmap v206: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:18.332 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:52:17 smithi046 bash[18768]: cluster 2024-04-22T23:52:16.083431+0000 mgr.smithi046.eiolnw (mgr.14197) 259 : cluster [DBG] pgmap v206: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:18.332 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:52:17 smithi046 bash[18768]: cluster 2024-04-22T23:52:16.083431+0000 mgr.smithi046.eiolnw (mgr.14197) 259 : cluster [DBG] pgmap v206: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:19.950 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/mon.smithi046/config 2024-04-22T23:52:20.271 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:52:19 smithi120 bash[20187]: cluster 2024-04-22T23:52:18.084439+0000 mgr.smithi046.eiolnw (mgr.14197) 260 : cluster [DBG] pgmap v207: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:20.271 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:52:19 smithi120 bash[20187]: cluster 2024-04-22T23:52:18.084439+0000 mgr.smithi046.eiolnw (mgr.14197) 260 : cluster [DBG] pgmap v207: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:20.331 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:52:19 smithi046 bash[18768]: cluster 2024-04-22T23:52:18.084439+0000 mgr.smithi046.eiolnw (mgr.14197) 260 : cluster [DBG] pgmap v207: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:20.332 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:52:19 smithi046 bash[18768]: cluster 2024-04-22T23:52:18.084439+0000 mgr.smithi046.eiolnw (mgr.14197) 260 : cluster [DBG] pgmap v207: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:21.231 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T23:52:21.973 INFO:teuthology.orchestra.run.smithi046.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-22T23:52:22.271 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:52:21 smithi120 bash[20187]: cluster 2024-04-22T23:52:20.085485+0000 mgr.smithi046.eiolnw (mgr.14197) 261 : cluster [DBG] pgmap v208: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:22.271 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:52:21 smithi120 bash[20187]: cluster 2024-04-22T23:52:20.085485+0000 mgr.smithi046.eiolnw (mgr.14197) 261 : cluster [DBG] pgmap v208: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:22.271 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:52:21 smithi120 bash[20187]: audit 2024-04-22T23:52:21.240896+0000 mon.smithi046 (mon.0) 449 : audit [DBG] from='client.? 172.21.15.46:0/2180935551' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:52:22.271 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:52:21 smithi120 bash[20187]: audit 2024-04-22T23:52:21.240896+0000 mon.smithi046 (mon.0) 449 : audit [DBG] from='client.? 172.21.15.46:0/2180935551' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:52:22.332 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:52:21 smithi046 bash[18768]: cluster 2024-04-22T23:52:20.085485+0000 mgr.smithi046.eiolnw (mgr.14197) 261 : cluster [DBG] pgmap v208: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:22.332 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:52:21 smithi046 bash[18768]: cluster 2024-04-22T23:52:20.085485+0000 mgr.smithi046.eiolnw (mgr.14197) 261 : cluster [DBG] pgmap v208: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:22.332 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:52:21 smithi046 bash[18768]: audit 2024-04-22T23:52:21.240896+0000 mon.smithi046 (mon.0) 449 : audit [DBG] from='client.? 172.21.15.46:0/2180935551' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:52:22.332 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:52:21 smithi046 bash[18768]: audit 2024-04-22T23:52:21.240896+0000 mon.smithi046 (mon.0) 449 : audit [DBG] from='client.? 172.21.15.46:0/2180935551' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:52:22.974 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e2b7ae0a-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:52:24.205 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:52:23 smithi120 bash[20187]: cluster 2024-04-22T23:52:22.086506+0000 mgr.smithi046.eiolnw (mgr.14197) 262 : cluster [DBG] pgmap v209: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:24.205 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:52:23 smithi120 bash[20187]: cluster 2024-04-22T23:52:22.086506+0000 mgr.smithi046.eiolnw (mgr.14197) 262 : cluster [DBG] pgmap v209: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:24.331 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:52:23 smithi046 bash[18768]: cluster 2024-04-22T23:52:22.086506+0000 mgr.smithi046.eiolnw (mgr.14197) 262 : cluster [DBG] pgmap v209: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:24.332 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:52:23 smithi046 bash[18768]: cluster 2024-04-22T23:52:22.086506+0000 mgr.smithi046.eiolnw (mgr.14197) 262 : cluster [DBG] pgmap v209: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:25.271 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:52:24 smithi120 bash[20187]: audit 2024-04-22T23:52:24.410789+0000 mon.smithi046 (mon.0) 450 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:52:25.271 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:52:24 smithi120 bash[20187]: audit 2024-04-22T23:52:24.410789+0000 mon.smithi046 (mon.0) 450 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:52:25.331 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:52:24 smithi046 bash[18768]: audit 2024-04-22T23:52:24.410789+0000 mon.smithi046 (mon.0) 450 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:52:25.332 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:52:24 smithi046 bash[18768]: audit 2024-04-22T23:52:24.410789+0000 mon.smithi046 (mon.0) 450 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:52:26.271 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:52:25 smithi120 bash[20187]: cluster 2024-04-22T23:52:24.087534+0000 mgr.smithi046.eiolnw (mgr.14197) 263 : cluster [DBG] pgmap v210: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:26.271 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:52:25 smithi120 bash[20187]: cluster 2024-04-22T23:52:24.087534+0000 mgr.smithi046.eiolnw (mgr.14197) 263 : cluster [DBG] pgmap v210: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:26.331 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:52:25 smithi046 bash[18768]: cluster 2024-04-22T23:52:24.087534+0000 mgr.smithi046.eiolnw (mgr.14197) 263 : cluster [DBG] pgmap v210: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:26.331 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:52:25 smithi046 bash[18768]: cluster 2024-04-22T23:52:24.087534+0000 mgr.smithi046.eiolnw (mgr.14197) 263 : cluster [DBG] pgmap v210: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:27.749 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/mon.smithi046/config 2024-04-22T23:52:28.081 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:52:27 smithi046 bash[18768]: cluster 2024-04-22T23:52:26.088534+0000 mgr.smithi046.eiolnw (mgr.14197) 264 : cluster [DBG] pgmap v211: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:28.081 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:52:27 smithi046 bash[18768]: cluster 2024-04-22T23:52:26.088534+0000 mgr.smithi046.eiolnw (mgr.14197) 264 : cluster [DBG] pgmap v211: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:28.271 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:52:27 smithi120 bash[20187]: cluster 2024-04-22T23:52:26.088534+0000 mgr.smithi046.eiolnw (mgr.14197) 264 : cluster [DBG] pgmap v211: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:28.271 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:52:27 smithi120 bash[20187]: cluster 2024-04-22T23:52:26.088534+0000 mgr.smithi046.eiolnw (mgr.14197) 264 : cluster [DBG] pgmap v211: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:29.059 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T23:52:29.718 INFO:teuthology.orchestra.run.smithi046.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-22T23:52:30.081 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:52:29 smithi046 bash[18768]: cluster 2024-04-22T23:52:28.089570+0000 mgr.smithi046.eiolnw (mgr.14197) 265 : cluster [DBG] pgmap v212: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:30.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:52:29 smithi046 bash[18768]: cluster 2024-04-22T23:52:28.089570+0000 mgr.smithi046.eiolnw (mgr.14197) 265 : cluster [DBG] pgmap v212: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:30.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:52:29 smithi046 bash[18768]: audit 2024-04-22T23:52:29.068943+0000 mon.smithi046 (mon.0) 451 : audit [DBG] from='client.? 172.21.15.46:0/1443848400' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:52:30.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:52:29 smithi046 bash[18768]: audit 2024-04-22T23:52:29.068943+0000 mon.smithi046 (mon.0) 451 : audit [DBG] from='client.? 172.21.15.46:0/1443848400' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:52:30.271 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:52:29 smithi120 bash[20187]: cluster 2024-04-22T23:52:28.089570+0000 mgr.smithi046.eiolnw (mgr.14197) 265 : cluster [DBG] pgmap v212: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:30.271 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:52:29 smithi120 bash[20187]: cluster 2024-04-22T23:52:28.089570+0000 mgr.smithi046.eiolnw (mgr.14197) 265 : cluster [DBG] pgmap v212: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:30.271 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:52:29 smithi120 bash[20187]: audit 2024-04-22T23:52:29.068943+0000 mon.smithi046 (mon.0) 451 : audit [DBG] from='client.? 172.21.15.46:0/1443848400' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:52:30.271 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:52:29 smithi120 bash[20187]: audit 2024-04-22T23:52:29.068943+0000 mon.smithi046 (mon.0) 451 : audit [DBG] from='client.? 172.21.15.46:0/1443848400' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:52:30.720 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e2b7ae0a-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:52:31.081 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:52:30 smithi046 bash[18768]: cluster 2024-04-22T23:52:30.090595+0000 mgr.smithi046.eiolnw (mgr.14197) 266 : cluster [DBG] pgmap v213: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:31.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:52:30 smithi046 bash[18768]: cluster 2024-04-22T23:52:30.090595+0000 mgr.smithi046.eiolnw (mgr.14197) 266 : cluster [DBG] pgmap v213: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:31.271 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:52:30 smithi120 bash[20187]: cluster 2024-04-22T23:52:30.090595+0000 mgr.smithi046.eiolnw (mgr.14197) 266 : cluster [DBG] pgmap v213: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:31.271 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:52:30 smithi120 bash[20187]: cluster 2024-04-22T23:52:30.090595+0000 mgr.smithi046.eiolnw (mgr.14197) 266 : cluster [DBG] pgmap v213: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:33.521 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:52:33 smithi120 bash[20187]: cluster 2024-04-22T23:52:32.091640+0000 mgr.smithi046.eiolnw (mgr.14197) 267 : cluster [DBG] pgmap v214: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:33.521 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:52:33 smithi120 bash[20187]: cluster 2024-04-22T23:52:32.091640+0000 mgr.smithi046.eiolnw (mgr.14197) 267 : cluster [DBG] pgmap v214: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:33.581 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:52:33 smithi046 bash[18768]: cluster 2024-04-22T23:52:32.091640+0000 mgr.smithi046.eiolnw (mgr.14197) 267 : cluster [DBG] pgmap v214: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:33.582 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:52:33 smithi046 bash[18768]: cluster 2024-04-22T23:52:32.091640+0000 mgr.smithi046.eiolnw (mgr.14197) 267 : cluster [DBG] pgmap v214: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:35.500 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/mon.smithi046/config 2024-04-22T23:52:35.521 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:52:35 smithi120 bash[20187]: cluster 2024-04-22T23:52:34.092674+0000 mgr.smithi046.eiolnw (mgr.14197) 268 : cluster [DBG] pgmap v215: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:35.521 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:52:35 smithi120 bash[20187]: cluster 2024-04-22T23:52:34.092674+0000 mgr.smithi046.eiolnw (mgr.14197) 268 : cluster [DBG] pgmap v215: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:35.521 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:52:35 smithi046 bash[18768]: cluster 2024-04-22T23:52:34.092674+0000 mgr.smithi046.eiolnw (mgr.14197) 268 : cluster [DBG] pgmap v215: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:35.522 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:52:35 smithi046 bash[18768]: cluster 2024-04-22T23:52:34.092674+0000 mgr.smithi046.eiolnw (mgr.14197) 268 : cluster [DBG] pgmap v215: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:36.820 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T23:52:37.500 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:52:37 smithi046 bash[18768]: cluster 2024-04-22T23:52:36.093729+0000 mgr.smithi046.eiolnw (mgr.14197) 269 : cluster [DBG] pgmap v216: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:37.500 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:52:37 smithi046 bash[18768]: cluster 2024-04-22T23:52:36.093729+0000 mgr.smithi046.eiolnw (mgr.14197) 269 : cluster [DBG] pgmap v216: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:37.500 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:52:37 smithi046 bash[18768]: audit 2024-04-22T23:52:36.830639+0000 mon.smithi046 (mon.0) 452 : audit [DBG] from='client.? 172.21.15.46:0/2040829244' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:52:37.500 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:52:37 smithi046 bash[18768]: audit 2024-04-22T23:52:36.830639+0000 mon.smithi046 (mon.0) 452 : audit [DBG] from='client.? 172.21.15.46:0/2040829244' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:52:37.501 INFO:teuthology.orchestra.run.smithi046.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-22T23:52:37.521 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:52:37 smithi120 bash[20187]: cluster 2024-04-22T23:52:36.093729+0000 mgr.smithi046.eiolnw (mgr.14197) 269 : cluster [DBG] pgmap v216: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:37.521 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:52:37 smithi120 bash[20187]: cluster 2024-04-22T23:52:36.093729+0000 mgr.smithi046.eiolnw (mgr.14197) 269 : cluster [DBG] pgmap v216: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:37.521 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:52:37 smithi120 bash[20187]: audit 2024-04-22T23:52:36.830639+0000 mon.smithi046 (mon.0) 452 : audit [DBG] from='client.? 172.21.15.46:0/2040829244' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:52:37.521 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:52:37 smithi120 bash[20187]: audit 2024-04-22T23:52:36.830639+0000 mon.smithi046 (mon.0) 452 : audit [DBG] from='client.? 172.21.15.46:0/2040829244' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:52:38.502 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e2b7ae0a-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:52:39.331 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:52:39 smithi046 bash[18768]: cluster 2024-04-22T23:52:38.094798+0000 mgr.smithi046.eiolnw (mgr.14197) 270 : cluster [DBG] pgmap v217: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:39.332 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:52:39 smithi046 bash[18768]: cluster 2024-04-22T23:52:38.094798+0000 mgr.smithi046.eiolnw (mgr.14197) 270 : cluster [DBG] pgmap v217: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:39.521 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:52:39 smithi120 bash[20187]: cluster 2024-04-22T23:52:38.094798+0000 mgr.smithi046.eiolnw (mgr.14197) 270 : cluster [DBG] pgmap v217: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:39.521 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:52:39 smithi120 bash[20187]: cluster 2024-04-22T23:52:38.094798+0000 mgr.smithi046.eiolnw (mgr.14197) 270 : cluster [DBG] pgmap v217: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:40.521 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:52:40 smithi120 bash[20187]: audit 2024-04-22T23:52:39.411131+0000 mon.smithi046 (mon.0) 453 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:52:40.521 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:52:40 smithi120 bash[20187]: audit 2024-04-22T23:52:39.411131+0000 mon.smithi046 (mon.0) 453 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:52:40.581 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:52:40 smithi046 bash[18768]: audit 2024-04-22T23:52:39.411131+0000 mon.smithi046 (mon.0) 453 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:52:40.581 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:52:40 smithi046 bash[18768]: audit 2024-04-22T23:52:39.411131+0000 mon.smithi046 (mon.0) 453 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:52:41.521 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:52:41 smithi120 bash[20187]: cluster 2024-04-22T23:52:40.095828+0000 mgr.smithi046.eiolnw (mgr.14197) 271 : cluster [DBG] pgmap v218: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:41.521 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:52:41 smithi120 bash[20187]: cluster 2024-04-22T23:52:40.095828+0000 mgr.smithi046.eiolnw (mgr.14197) 271 : cluster [DBG] pgmap v218: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:41.581 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:52:41 smithi046 bash[18768]: cluster 2024-04-22T23:52:40.095828+0000 mgr.smithi046.eiolnw (mgr.14197) 271 : cluster [DBG] pgmap v218: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:41.582 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:52:41 smithi046 bash[18768]: cluster 2024-04-22T23:52:40.095828+0000 mgr.smithi046.eiolnw (mgr.14197) 271 : cluster [DBG] pgmap v218: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:42.521 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:52:42 smithi120 bash[20187]: audit 2024-04-22T23:52:42.170215+0000 mon.smithi046 (mon.0) 454 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:52:42.521 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:52:42 smithi120 bash[20187]: audit 2024-04-22T23:52:42.170215+0000 mon.smithi046 (mon.0) 454 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:52:42.581 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:52:42 smithi046 bash[18768]: audit 2024-04-22T23:52:42.170215+0000 mon.smithi046 (mon.0) 454 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:52:42.581 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:52:42 smithi046 bash[18768]: audit 2024-04-22T23:52:42.170215+0000 mon.smithi046 (mon.0) 454 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:52:43.279 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/mon.smithi046/config 2024-04-22T23:52:43.521 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:52:43 smithi120 bash[20187]: cluster 2024-04-22T23:52:42.096931+0000 mgr.smithi046.eiolnw (mgr.14197) 272 : cluster [DBG] pgmap v219: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:43.521 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:52:43 smithi120 bash[20187]: cluster 2024-04-22T23:52:42.096931+0000 mgr.smithi046.eiolnw (mgr.14197) 272 : cluster [DBG] pgmap v219: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:43.581 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:52:43 smithi046 bash[18768]: cluster 2024-04-22T23:52:42.096931+0000 mgr.smithi046.eiolnw (mgr.14197) 272 : cluster [DBG] pgmap v219: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:43.582 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:52:43 smithi046 bash[18768]: cluster 2024-04-22T23:52:42.096931+0000 mgr.smithi046.eiolnw (mgr.14197) 272 : cluster [DBG] pgmap v219: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:44.537 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T23:52:45.223 INFO:teuthology.orchestra.run.smithi046.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-22T23:52:45.520 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:52:45 smithi120 bash[20187]: cluster 2024-04-22T23:52:44.098082+0000 mgr.smithi046.eiolnw (mgr.14197) 273 : cluster [DBG] pgmap v220: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:45.521 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:52:45 smithi120 bash[20187]: cluster 2024-04-22T23:52:44.098082+0000 mgr.smithi046.eiolnw (mgr.14197) 273 : cluster [DBG] pgmap v220: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:45.521 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:52:45 smithi120 bash[20187]: audit 2024-04-22T23:52:44.547289+0000 mon.smithi046 (mon.0) 455 : audit [DBG] from='client.? 172.21.15.46:0/3542911014' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:52:45.521 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:52:45 smithi120 bash[20187]: audit 2024-04-22T23:52:44.547289+0000 mon.smithi046 (mon.0) 455 : audit [DBG] from='client.? 172.21.15.46:0/3542911014' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:52:45.581 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:52:45 smithi046 bash[18768]: cluster 2024-04-22T23:52:44.098082+0000 mgr.smithi046.eiolnw (mgr.14197) 273 : cluster [DBG] pgmap v220: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:45.582 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:52:45 smithi046 bash[18768]: cluster 2024-04-22T23:52:44.098082+0000 mgr.smithi046.eiolnw (mgr.14197) 273 : cluster [DBG] pgmap v220: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:45.582 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:52:45 smithi046 bash[18768]: audit 2024-04-22T23:52:44.547289+0000 mon.smithi046 (mon.0) 455 : audit [DBG] from='client.? 172.21.15.46:0/3542911014' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:52:45.582 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:52:45 smithi046 bash[18768]: audit 2024-04-22T23:52:44.547289+0000 mon.smithi046 (mon.0) 455 : audit [DBG] from='client.? 172.21.15.46:0/3542911014' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:52:46.225 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e2b7ae0a-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:52:47.514 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:52:47 smithi046 bash[18768]: cluster 2024-04-22T23:52:46.099122+0000 mgr.smithi046.eiolnw (mgr.14197) 274 : cluster [DBG] pgmap v221: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:47.514 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:52:47 smithi046 bash[18768]: cluster 2024-04-22T23:52:46.099122+0000 mgr.smithi046.eiolnw (mgr.14197) 274 : cluster [DBG] pgmap v221: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:47.520 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:52:47 smithi120 bash[20187]: cluster 2024-04-22T23:52:46.099122+0000 mgr.smithi046.eiolnw (mgr.14197) 274 : cluster [DBG] pgmap v221: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:47.520 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:52:47 smithi120 bash[20187]: cluster 2024-04-22T23:52:46.099122+0000 mgr.smithi046.eiolnw (mgr.14197) 274 : cluster [DBG] pgmap v221: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:49.270 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:52:49 smithi120 bash[20187]: cluster 2024-04-22T23:52:48.100144+0000 mgr.smithi046.eiolnw (mgr.14197) 275 : cluster [DBG] pgmap v222: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:49.271 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:52:49 smithi120 bash[20187]: cluster 2024-04-22T23:52:48.100144+0000 mgr.smithi046.eiolnw (mgr.14197) 275 : cluster [DBG] pgmap v222: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:49.581 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:52:49 smithi046 bash[18768]: cluster 2024-04-22T23:52:48.100144+0000 mgr.smithi046.eiolnw (mgr.14197) 275 : cluster [DBG] pgmap v222: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:49.581 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:52:49 smithi046 bash[18768]: cluster 2024-04-22T23:52:48.100144+0000 mgr.smithi046.eiolnw (mgr.14197) 275 : cluster [DBG] pgmap v222: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:50.521 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:52:50 smithi120 bash[20187]: audit 2024-04-22T23:52:49.787107+0000 mon.smithi046 (mon.0) 456 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:52:50.521 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:52:50 smithi120 bash[20187]: audit 2024-04-22T23:52:49.787107+0000 mon.smithi046 (mon.0) 456 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:52:50.521 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:52:50 smithi120 bash[20187]: audit 2024-04-22T23:52:49.789196+0000 mon.smithi046 (mon.0) 457 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:52:50.521 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:52:50 smithi120 bash[20187]: audit 2024-04-22T23:52:49.789196+0000 mon.smithi046 (mon.0) 457 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:52:50.521 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:52:50 smithi120 bash[20187]: cluster 2024-04-22T23:52:49.792358+0000 mgr.smithi046.eiolnw (mgr.14197) 276 : cluster [DBG] pgmap v223: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:50.521 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:52:50 smithi120 bash[20187]: cluster 2024-04-22T23:52:49.792358+0000 mgr.smithi046.eiolnw (mgr.14197) 276 : cluster [DBG] pgmap v223: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:50.521 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:52:50 smithi120 bash[20187]: cluster 2024-04-22T23:52:49.793860+0000 mgr.smithi046.eiolnw (mgr.14197) 277 : cluster [DBG] pgmap v224: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:50.521 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:52:50 smithi120 bash[20187]: cluster 2024-04-22T23:52:49.793860+0000 mgr.smithi046.eiolnw (mgr.14197) 277 : cluster [DBG] pgmap v224: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:50.522 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:52:50 smithi120 bash[20187]: audit 2024-04-22T23:52:49.801029+0000 mon.smithi046 (mon.0) 458 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:52:50.522 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:52:50 smithi120 bash[20187]: audit 2024-04-22T23:52:49.801029+0000 mon.smithi046 (mon.0) 458 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:52:50.522 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:52:50 smithi120 bash[20187]: audit 2024-04-22T23:52:49.809089+0000 mon.smithi046 (mon.0) 459 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-22T23:52:50.522 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:52:50 smithi120 bash[20187]: audit 2024-04-22T23:52:49.809089+0000 mon.smithi046 (mon.0) 459 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-22T23:52:50.582 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:52:50 smithi046 bash[18768]: audit 2024-04-22T23:52:49.787107+0000 mon.smithi046 (mon.0) 456 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:52:50.582 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:52:50 smithi046 bash[18768]: audit 2024-04-22T23:52:49.787107+0000 mon.smithi046 (mon.0) 456 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:52:50.582 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:52:50 smithi046 bash[18768]: audit 2024-04-22T23:52:49.789196+0000 mon.smithi046 (mon.0) 457 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:52:50.582 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:52:50 smithi046 bash[18768]: audit 2024-04-22T23:52:49.789196+0000 mon.smithi046 (mon.0) 457 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:52:50.582 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:52:50 smithi046 bash[18768]: cluster 2024-04-22T23:52:49.792358+0000 mgr.smithi046.eiolnw (mgr.14197) 276 : cluster [DBG] pgmap v223: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:50.582 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:52:50 smithi046 bash[18768]: cluster 2024-04-22T23:52:49.792358+0000 mgr.smithi046.eiolnw (mgr.14197) 276 : cluster [DBG] pgmap v223: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:50.582 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:52:50 smithi046 bash[18768]: cluster 2024-04-22T23:52:49.793860+0000 mgr.smithi046.eiolnw (mgr.14197) 277 : cluster [DBG] pgmap v224: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:50.582 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:52:50 smithi046 bash[18768]: cluster 2024-04-22T23:52:49.793860+0000 mgr.smithi046.eiolnw (mgr.14197) 277 : cluster [DBG] pgmap v224: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:50.582 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:52:50 smithi046 bash[18768]: audit 2024-04-22T23:52:49.801029+0000 mon.smithi046 (mon.0) 458 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:52:50.583 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:52:50 smithi046 bash[18768]: audit 2024-04-22T23:52:49.801029+0000 mon.smithi046 (mon.0) 458 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:52:50.583 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:52:50 smithi046 bash[18768]: audit 2024-04-22T23:52:49.809089+0000 mon.smithi046 (mon.0) 459 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-22T23:52:50.583 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:52:50 smithi046 bash[18768]: audit 2024-04-22T23:52:49.809089+0000 mon.smithi046 (mon.0) 459 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-22T23:52:50.773 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/mon.smithi046/config 2024-04-22T23:52:52.016 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T23:52:52.690 INFO:teuthology.orchestra.run.smithi046.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-22T23:52:53.081 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:52:52 smithi046 bash[18768]: cluster 2024-04-22T23:52:51.794908+0000 mgr.smithi046.eiolnw (mgr.14197) 278 : cluster [DBG] pgmap v225: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:53.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:52:52 smithi046 bash[18768]: cluster 2024-04-22T23:52:51.794908+0000 mgr.smithi046.eiolnw (mgr.14197) 278 : cluster [DBG] pgmap v225: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:53.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:52:52 smithi046 bash[18768]: audit 2024-04-22T23:52:52.026782+0000 mon.smithi046 (mon.0) 460 : audit [DBG] from='client.? 172.21.15.46:0/1797404458' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:52:53.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:52:52 smithi046 bash[18768]: audit 2024-04-22T23:52:52.026782+0000 mon.smithi046 (mon.0) 460 : audit [DBG] from='client.? 172.21.15.46:0/1797404458' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:52:53.270 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:52:52 smithi120 bash[20187]: cluster 2024-04-22T23:52:51.794908+0000 mgr.smithi046.eiolnw (mgr.14197) 278 : cluster [DBG] pgmap v225: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:53.271 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:52:52 smithi120 bash[20187]: cluster 2024-04-22T23:52:51.794908+0000 mgr.smithi046.eiolnw (mgr.14197) 278 : cluster [DBG] pgmap v225: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:53.271 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:52:52 smithi120 bash[20187]: audit 2024-04-22T23:52:52.026782+0000 mon.smithi046 (mon.0) 460 : audit [DBG] from='client.? 172.21.15.46:0/1797404458' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:52:53.271 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:52:52 smithi120 bash[20187]: audit 2024-04-22T23:52:52.026782+0000 mon.smithi046 (mon.0) 460 : audit [DBG] from='client.? 172.21.15.46:0/1797404458' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:52:53.691 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e2b7ae0a-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:52:55.270 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:52:54 smithi120 bash[20187]: cluster 2024-04-22T23:52:53.795918+0000 mgr.smithi046.eiolnw (mgr.14197) 279 : cluster [DBG] pgmap v226: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:55.271 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:52:54 smithi120 bash[20187]: cluster 2024-04-22T23:52:53.795918+0000 mgr.smithi046.eiolnw (mgr.14197) 279 : cluster [DBG] pgmap v226: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:55.271 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:52:54 smithi120 bash[20187]: audit 2024-04-22T23:52:54.411499+0000 mon.smithi046 (mon.0) 461 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:52:55.271 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:52:54 smithi120 bash[20187]: audit 2024-04-22T23:52:54.411499+0000 mon.smithi046 (mon.0) 461 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:52:55.331 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:52:54 smithi046 bash[18768]: cluster 2024-04-22T23:52:53.795918+0000 mgr.smithi046.eiolnw (mgr.14197) 279 : cluster [DBG] pgmap v226: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:55.332 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:52:54 smithi046 bash[18768]: cluster 2024-04-22T23:52:53.795918+0000 mgr.smithi046.eiolnw (mgr.14197) 279 : cluster [DBG] pgmap v226: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:55.332 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:52:54 smithi046 bash[18768]: audit 2024-04-22T23:52:54.411499+0000 mon.smithi046 (mon.0) 461 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:52:55.332 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:52:54 smithi046 bash[18768]: audit 2024-04-22T23:52:54.411499+0000 mon.smithi046 (mon.0) 461 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:52:57.270 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:52:56 smithi120 bash[20187]: cluster 2024-04-22T23:52:55.796924+0000 mgr.smithi046.eiolnw (mgr.14197) 280 : cluster [DBG] pgmap v227: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:57.271 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:52:56 smithi120 bash[20187]: cluster 2024-04-22T23:52:55.796924+0000 mgr.smithi046.eiolnw (mgr.14197) 280 : cluster [DBG] pgmap v227: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:57.331 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:52:56 smithi046 bash[18768]: cluster 2024-04-22T23:52:55.796924+0000 mgr.smithi046.eiolnw (mgr.14197) 280 : cluster [DBG] pgmap v227: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:57.331 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:52:56 smithi046 bash[18768]: cluster 2024-04-22T23:52:55.796924+0000 mgr.smithi046.eiolnw (mgr.14197) 280 : cluster [DBG] pgmap v227: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:58.469 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/mon.smithi046/config 2024-04-22T23:52:59.207 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:52:58 smithi120 bash[20187]: cluster 2024-04-22T23:52:57.797957+0000 mgr.smithi046.eiolnw (mgr.14197) 281 : cluster [DBG] pgmap v228: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:59.207 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:52:58 smithi120 bash[20187]: cluster 2024-04-22T23:52:57.797957+0000 mgr.smithi046.eiolnw (mgr.14197) 281 : cluster [DBG] pgmap v228: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:59.313 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:52:58 smithi046 bash[18768]: cluster 2024-04-22T23:52:57.797957+0000 mgr.smithi046.eiolnw (mgr.14197) 281 : cluster [DBG] pgmap v228: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:59.314 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:52:58 smithi046 bash[18768]: cluster 2024-04-22T23:52:57.797957+0000 mgr.smithi046.eiolnw (mgr.14197) 281 : cluster [DBG] pgmap v228: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:59.684 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T23:52:59.973 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:52:59 smithi046 bash[18768]: audit 2024-04-22T23:52:59.694404+0000 mon.smithi046 (mon.0) 462 : audit [DBG] from='client.? 172.21.15.46:0/1974936431' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:52:59.974 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:52:59 smithi046 bash[18768]: audit 2024-04-22T23:52:59.694404+0000 mon.smithi046 (mon.0) 462 : audit [DBG] from='client.? 172.21.15.46:0/1974936431' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:53:00.270 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:52:59 smithi120 bash[20187]: audit 2024-04-22T23:52:59.694404+0000 mon.smithi046 (mon.0) 462 : audit [DBG] from='client.? 172.21.15.46:0/1974936431' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:53:00.270 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:52:59 smithi120 bash[20187]: audit 2024-04-22T23:52:59.694404+0000 mon.smithi046 (mon.0) 462 : audit [DBG] from='client.? 172.21.15.46:0/1974936431' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:53:00.416 INFO:teuthology.orchestra.run.smithi046.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-22T23:53:01.270 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:53:00 smithi120 bash[20187]: cluster 2024-04-22T23:52:59.798946+0000 mgr.smithi046.eiolnw (mgr.14197) 282 : cluster [DBG] pgmap v229: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:01.270 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:53:00 smithi120 bash[20187]: cluster 2024-04-22T23:52:59.798946+0000 mgr.smithi046.eiolnw (mgr.14197) 282 : cluster [DBG] pgmap v229: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:01.331 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:53:00 smithi046 bash[18768]: cluster 2024-04-22T23:52:59.798946+0000 mgr.smithi046.eiolnw (mgr.14197) 282 : cluster [DBG] pgmap v229: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:01.331 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:53:00 smithi046 bash[18768]: cluster 2024-04-22T23:52:59.798946+0000 mgr.smithi046.eiolnw (mgr.14197) 282 : cluster [DBG] pgmap v229: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:01.417 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e2b7ae0a-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:53:03.270 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:53:02 smithi120 bash[20187]: cluster 2024-04-22T23:53:01.799995+0000 mgr.smithi046.eiolnw (mgr.14197) 283 : cluster [DBG] pgmap v230: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:03.270 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:53:02 smithi120 bash[20187]: cluster 2024-04-22T23:53:01.799995+0000 mgr.smithi046.eiolnw (mgr.14197) 283 : cluster [DBG] pgmap v230: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:03.335 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:53:02 smithi046 bash[18768]: cluster 2024-04-22T23:53:01.799995+0000 mgr.smithi046.eiolnw (mgr.14197) 283 : cluster [DBG] pgmap v230: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:03.335 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:53:02 smithi046 bash[18768]: cluster 2024-04-22T23:53:01.799995+0000 mgr.smithi046.eiolnw (mgr.14197) 283 : cluster [DBG] pgmap v230: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:05.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:53:04 smithi046 bash[18768]: cluster 2024-04-22T23:53:03.801026+0000 mgr.smithi046.eiolnw (mgr.14197) 284 : cluster [DBG] pgmap v231: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:05.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:53:04 smithi046 bash[18768]: cluster 2024-04-22T23:53:03.801026+0000 mgr.smithi046.eiolnw (mgr.14197) 284 : cluster [DBG] pgmap v231: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:05.270 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:53:04 smithi120 bash[20187]: cluster 2024-04-22T23:53:03.801026+0000 mgr.smithi046.eiolnw (mgr.14197) 284 : cluster [DBG] pgmap v231: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:05.271 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:53:04 smithi120 bash[20187]: cluster 2024-04-22T23:53:03.801026+0000 mgr.smithi046.eiolnw (mgr.14197) 284 : cluster [DBG] pgmap v231: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:06.190 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/mon.smithi046/config 2024-04-22T23:53:07.270 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:53:06 smithi120 bash[20187]: cluster 2024-04-22T23:53:05.802052+0000 mgr.smithi046.eiolnw (mgr.14197) 285 : cluster [DBG] pgmap v232: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:07.271 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:53:06 smithi120 bash[20187]: cluster 2024-04-22T23:53:05.802052+0000 mgr.smithi046.eiolnw (mgr.14197) 285 : cluster [DBG] pgmap v232: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:07.331 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:53:06 smithi046 bash[18768]: cluster 2024-04-22T23:53:05.802052+0000 mgr.smithi046.eiolnw (mgr.14197) 285 : cluster [DBG] pgmap v232: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:07.331 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:53:06 smithi046 bash[18768]: cluster 2024-04-22T23:53:05.802052+0000 mgr.smithi046.eiolnw (mgr.14197) 285 : cluster [DBG] pgmap v232: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:07.392 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T23:53:08.081 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:53:07 smithi046 bash[18768]: audit 2024-04-22T23:53:07.401976+0000 mon.smithi046 (mon.0) 463 : audit [DBG] from='client.? 172.21.15.46:0/1932487767' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:53:08.081 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:53:07 smithi046 bash[18768]: audit 2024-04-22T23:53:07.401976+0000 mon.smithi046 (mon.0) 463 : audit [DBG] from='client.? 172.21.15.46:0/1932487767' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:53:08.112 INFO:teuthology.orchestra.run.smithi046.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-22T23:53:08.270 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:53:07 smithi120 bash[20187]: audit 2024-04-22T23:53:07.401976+0000 mon.smithi046 (mon.0) 463 : audit [DBG] from='client.? 172.21.15.46:0/1932487767' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:53:08.271 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:53:07 smithi120 bash[20187]: audit 2024-04-22T23:53:07.401976+0000 mon.smithi046 (mon.0) 463 : audit [DBG] from='client.? 172.21.15.46:0/1932487767' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:53:09.113 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e2b7ae0a-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:53:09.207 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:53:08 smithi120 bash[20187]: cluster 2024-04-22T23:53:07.803040+0000 mgr.smithi046.eiolnw (mgr.14197) 286 : cluster [DBG] pgmap v233: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:09.207 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:53:08 smithi120 bash[20187]: cluster 2024-04-22T23:53:07.803040+0000 mgr.smithi046.eiolnw (mgr.14197) 286 : cluster [DBG] pgmap v233: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:09.331 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:53:08 smithi046 bash[18768]: cluster 2024-04-22T23:53:07.803040+0000 mgr.smithi046.eiolnw (mgr.14197) 286 : cluster [DBG] pgmap v233: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:09.331 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:53:08 smithi046 bash[18768]: cluster 2024-04-22T23:53:07.803040+0000 mgr.smithi046.eiolnw (mgr.14197) 286 : cluster [DBG] pgmap v233: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:10.270 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:53:09 smithi120 bash[20187]: audit 2024-04-22T23:53:09.412258+0000 mon.smithi046 (mon.0) 464 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:53:10.270 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:53:09 smithi120 bash[20187]: audit 2024-04-22T23:53:09.412258+0000 mon.smithi046 (mon.0) 464 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:53:10.331 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:53:09 smithi046 bash[18768]: audit 2024-04-22T23:53:09.412258+0000 mon.smithi046 (mon.0) 464 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:53:10.331 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:53:09 smithi046 bash[18768]: audit 2024-04-22T23:53:09.412258+0000 mon.smithi046 (mon.0) 464 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:53:11.270 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:53:10 smithi120 bash[20187]: cluster 2024-04-22T23:53:09.804060+0000 mgr.smithi046.eiolnw (mgr.14197) 287 : cluster [DBG] pgmap v234: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:11.270 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:53:10 smithi120 bash[20187]: cluster 2024-04-22T23:53:09.804060+0000 mgr.smithi046.eiolnw (mgr.14197) 287 : cluster [DBG] pgmap v234: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:11.331 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:53:10 smithi046 bash[18768]: cluster 2024-04-22T23:53:09.804060+0000 mgr.smithi046.eiolnw (mgr.14197) 287 : cluster [DBG] pgmap v234: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:11.332 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:53:10 smithi046 bash[18768]: cluster 2024-04-22T23:53:09.804060+0000 mgr.smithi046.eiolnw (mgr.14197) 287 : cluster [DBG] pgmap v234: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:13.270 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:53:12 smithi120 bash[20187]: cluster 2024-04-22T23:53:11.805092+0000 mgr.smithi046.eiolnw (mgr.14197) 288 : cluster [DBG] pgmap v235: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:13.270 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:53:12 smithi120 bash[20187]: cluster 2024-04-22T23:53:11.805092+0000 mgr.smithi046.eiolnw (mgr.14197) 288 : cluster [DBG] pgmap v235: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:13.331 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:53:12 smithi046 bash[18768]: cluster 2024-04-22T23:53:11.805092+0000 mgr.smithi046.eiolnw (mgr.14197) 288 : cluster [DBG] pgmap v235: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:13.331 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:53:12 smithi046 bash[18768]: cluster 2024-04-22T23:53:11.805092+0000 mgr.smithi046.eiolnw (mgr.14197) 288 : cluster [DBG] pgmap v235: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:13.888 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/mon.smithi046/config 2024-04-22T23:53:15.081 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:53:14 smithi046 bash[18768]: cluster 2024-04-22T23:53:13.806073+0000 mgr.smithi046.eiolnw (mgr.14197) 289 : cluster [DBG] pgmap v236: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:15.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:53:14 smithi046 bash[18768]: cluster 2024-04-22T23:53:13.806073+0000 mgr.smithi046.eiolnw (mgr.14197) 289 : cluster [DBG] pgmap v236: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:15.189 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T23:53:15.270 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:53:14 smithi120 bash[20187]: cluster 2024-04-22T23:53:13.806073+0000 mgr.smithi046.eiolnw (mgr.14197) 289 : cluster [DBG] pgmap v236: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:15.270 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:53:14 smithi120 bash[20187]: cluster 2024-04-22T23:53:13.806073+0000 mgr.smithi046.eiolnw (mgr.14197) 289 : cluster [DBG] pgmap v236: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:15.852 INFO:teuthology.orchestra.run.smithi046.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-22T23:53:16.270 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:53:15 smithi120 bash[20187]: audit 2024-04-22T23:53:15.199078+0000 mon.smithi046 (mon.0) 465 : audit [DBG] from='client.? 172.21.15.46:0/4087157597' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:53:16.270 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:53:15 smithi120 bash[20187]: audit 2024-04-22T23:53:15.199078+0000 mon.smithi046 (mon.0) 465 : audit [DBG] from='client.? 172.21.15.46:0/4087157597' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:53:16.331 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:53:15 smithi046 bash[18768]: audit 2024-04-22T23:53:15.199078+0000 mon.smithi046 (mon.0) 465 : audit [DBG] from='client.? 172.21.15.46:0/4087157597' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:53:16.332 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:53:15 smithi046 bash[18768]: audit 2024-04-22T23:53:15.199078+0000 mon.smithi046 (mon.0) 465 : audit [DBG] from='client.? 172.21.15.46:0/4087157597' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:53:16.853 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e2b7ae0a-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:53:17.270 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:53:16 smithi120 bash[20187]: cluster 2024-04-22T23:53:15.807069+0000 mgr.smithi046.eiolnw (mgr.14197) 290 : cluster [DBG] pgmap v237: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:17.270 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:53:16 smithi120 bash[20187]: cluster 2024-04-22T23:53:15.807069+0000 mgr.smithi046.eiolnw (mgr.14197) 290 : cluster [DBG] pgmap v237: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:17.331 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:53:16 smithi046 bash[18768]: cluster 2024-04-22T23:53:15.807069+0000 mgr.smithi046.eiolnw (mgr.14197) 290 : cluster [DBG] pgmap v237: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:17.331 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:53:16 smithi046 bash[18768]: cluster 2024-04-22T23:53:15.807069+0000 mgr.smithi046.eiolnw (mgr.14197) 290 : cluster [DBG] pgmap v237: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:19.207 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:53:18 smithi120 bash[20187]: cluster 2024-04-22T23:53:17.808079+0000 mgr.smithi046.eiolnw (mgr.14197) 291 : cluster [DBG] pgmap v238: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:19.208 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:53:18 smithi120 bash[20187]: cluster 2024-04-22T23:53:17.808079+0000 mgr.smithi046.eiolnw (mgr.14197) 291 : cluster [DBG] pgmap v238: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:19.331 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:53:18 smithi046 bash[18768]: cluster 2024-04-22T23:53:17.808079+0000 mgr.smithi046.eiolnw (mgr.14197) 291 : cluster [DBG] pgmap v238: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:19.331 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:53:18 smithi046 bash[18768]: cluster 2024-04-22T23:53:17.808079+0000 mgr.smithi046.eiolnw (mgr.14197) 291 : cluster [DBG] pgmap v238: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:21.270 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:53:20 smithi120 bash[20187]: cluster 2024-04-22T23:53:19.809200+0000 mgr.smithi046.eiolnw (mgr.14197) 292 : cluster [DBG] pgmap v239: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:21.270 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:53:20 smithi120 bash[20187]: cluster 2024-04-22T23:53:19.809200+0000 mgr.smithi046.eiolnw (mgr.14197) 292 : cluster [DBG] pgmap v239: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:21.331 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:53:20 smithi046 bash[18768]: cluster 2024-04-22T23:53:19.809200+0000 mgr.smithi046.eiolnw (mgr.14197) 292 : cluster [DBG] pgmap v239: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:21.331 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:53:20 smithi046 bash[18768]: cluster 2024-04-22T23:53:19.809200+0000 mgr.smithi046.eiolnw (mgr.14197) 292 : cluster [DBG] pgmap v239: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:21.634 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/mon.smithi046/config 2024-04-22T23:53:22.863 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T23:53:23.130 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:53:22 smithi046 bash[18768]: cluster 2024-04-22T23:53:21.810218+0000 mgr.smithi046.eiolnw (mgr.14197) 293 : cluster [DBG] pgmap v240: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:23.131 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:53:22 smithi046 bash[18768]: cluster 2024-04-22T23:53:21.810218+0000 mgr.smithi046.eiolnw (mgr.14197) 293 : cluster [DBG] pgmap v240: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:23.131 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:53:22 smithi046 bash[18768]: audit 2024-04-22T23:53:22.873892+0000 mon.smithi046 (mon.0) 466 : audit [DBG] from='client.? 172.21.15.46:0/3134708148' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:53:23.131 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:53:22 smithi046 bash[18768]: audit 2024-04-22T23:53:22.873892+0000 mon.smithi046 (mon.0) 466 : audit [DBG] from='client.? 172.21.15.46:0/3134708148' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:53:23.270 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:53:22 smithi120 bash[20187]: cluster 2024-04-22T23:53:21.810218+0000 mgr.smithi046.eiolnw (mgr.14197) 293 : cluster [DBG] pgmap v240: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:23.270 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:53:22 smithi120 bash[20187]: cluster 2024-04-22T23:53:21.810218+0000 mgr.smithi046.eiolnw (mgr.14197) 293 : cluster [DBG] pgmap v240: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:23.270 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:53:22 smithi120 bash[20187]: audit 2024-04-22T23:53:22.873892+0000 mon.smithi046 (mon.0) 466 : audit [DBG] from='client.? 172.21.15.46:0/3134708148' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:53:23.270 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:53:22 smithi120 bash[20187]: audit 2024-04-22T23:53:22.873892+0000 mon.smithi046 (mon.0) 466 : audit [DBG] from='client.? 172.21.15.46:0/3134708148' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:53:23.566 INFO:teuthology.orchestra.run.smithi046.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-22T23:53:24.208 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:53:23 smithi120 bash[20187]: cluster 2024-04-22T23:53:23.811248+0000 mgr.smithi046.eiolnw (mgr.14197) 294 : cluster [DBG] pgmap v241: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:24.208 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:53:23 smithi120 bash[20187]: cluster 2024-04-22T23:53:23.811248+0000 mgr.smithi046.eiolnw (mgr.14197) 294 : cluster [DBG] pgmap v241: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:24.331 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:53:23 smithi046 bash[18768]: cluster 2024-04-22T23:53:23.811248+0000 mgr.smithi046.eiolnw (mgr.14197) 294 : cluster [DBG] pgmap v241: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:24.331 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:53:23 smithi046 bash[18768]: cluster 2024-04-22T23:53:23.811248+0000 mgr.smithi046.eiolnw (mgr.14197) 294 : cluster [DBG] pgmap v241: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:24.567 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e2b7ae0a-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:53:25.270 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:53:24 smithi120 bash[20187]: audit 2024-04-22T23:53:24.412390+0000 mon.smithi046 (mon.0) 467 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:53:25.270 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:53:24 smithi120 bash[20187]: audit 2024-04-22T23:53:24.412390+0000 mon.smithi046 (mon.0) 467 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:53:25.331 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:53:24 smithi046 bash[18768]: audit 2024-04-22T23:53:24.412390+0000 mon.smithi046 (mon.0) 467 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:53:25.331 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:53:24 smithi046 bash[18768]: audit 2024-04-22T23:53:24.412390+0000 mon.smithi046 (mon.0) 467 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:53:26.270 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:53:25 smithi120 bash[20187]: cluster 2024-04-22T23:53:25.812265+0000 mgr.smithi046.eiolnw (mgr.14197) 295 : cluster [DBG] pgmap v242: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:26.270 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:53:25 smithi120 bash[20187]: cluster 2024-04-22T23:53:25.812265+0000 mgr.smithi046.eiolnw (mgr.14197) 295 : cluster [DBG] pgmap v242: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:26.331 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:53:25 smithi046 bash[18768]: cluster 2024-04-22T23:53:25.812265+0000 mgr.smithi046.eiolnw (mgr.14197) 295 : cluster [DBG] pgmap v242: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:26.332 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:53:25 smithi046 bash[18768]: cluster 2024-04-22T23:53:25.812265+0000 mgr.smithi046.eiolnw (mgr.14197) 295 : cluster [DBG] pgmap v242: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:29.117 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:53:28 smithi046 bash[18768]: cluster 2024-04-22T23:53:27.813289+0000 mgr.smithi046.eiolnw (mgr.14197) 296 : cluster [DBG] pgmap v243: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:29.118 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:53:28 smithi046 bash[18768]: cluster 2024-04-22T23:53:27.813289+0000 mgr.smithi046.eiolnw (mgr.14197) 296 : cluster [DBG] pgmap v243: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:29.208 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:53:28 smithi120 bash[20187]: cluster 2024-04-22T23:53:27.813289+0000 mgr.smithi046.eiolnw (mgr.14197) 296 : cluster [DBG] pgmap v243: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:29.208 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:53:28 smithi120 bash[20187]: cluster 2024-04-22T23:53:27.813289+0000 mgr.smithi046.eiolnw (mgr.14197) 296 : cluster [DBG] pgmap v243: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:29.342 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/mon.smithi046/config 2024-04-22T23:53:30.581 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T23:53:31.213 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:53:30 smithi046 bash[18768]: cluster 2024-04-22T23:53:29.814258+0000 mgr.smithi046.eiolnw (mgr.14197) 297 : cluster [DBG] pgmap v244: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:31.213 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:53:30 smithi046 bash[18768]: cluster 2024-04-22T23:53:29.814258+0000 mgr.smithi046.eiolnw (mgr.14197) 297 : cluster [DBG] pgmap v244: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:31.213 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:53:30 smithi046 bash[18768]: audit 2024-04-22T23:53:30.591473+0000 mon.smithi046 (mon.0) 468 : audit [DBG] from='client.? 172.21.15.46:0/4260124568' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:53:31.214 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:53:30 smithi046 bash[18768]: audit 2024-04-22T23:53:30.591473+0000 mon.smithi046 (mon.0) 468 : audit [DBG] from='client.? 172.21.15.46:0/4260124568' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:53:31.214 INFO:teuthology.orchestra.run.smithi046.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-22T23:53:31.270 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:53:30 smithi120 bash[20187]: cluster 2024-04-22T23:53:29.814258+0000 mgr.smithi046.eiolnw (mgr.14197) 297 : cluster [DBG] pgmap v244: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:31.270 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:53:30 smithi120 bash[20187]: cluster 2024-04-22T23:53:29.814258+0000 mgr.smithi046.eiolnw (mgr.14197) 297 : cluster [DBG] pgmap v244: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:31.270 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:53:30 smithi120 bash[20187]: audit 2024-04-22T23:53:30.591473+0000 mon.smithi046 (mon.0) 468 : audit [DBG] from='client.? 172.21.15.46:0/4260124568' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:53:31.271 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:53:30 smithi120 bash[20187]: audit 2024-04-22T23:53:30.591473+0000 mon.smithi046 (mon.0) 468 : audit [DBG] from='client.? 172.21.15.46:0/4260124568' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:53:32.215 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e2b7ae0a-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:53:33.270 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:53:32 smithi120 bash[20187]: cluster 2024-04-22T23:53:31.815295+0000 mgr.smithi046.eiolnw (mgr.14197) 298 : cluster [DBG] pgmap v245: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:33.270 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:53:32 smithi120 bash[20187]: cluster 2024-04-22T23:53:31.815295+0000 mgr.smithi046.eiolnw (mgr.14197) 298 : cluster [DBG] pgmap v245: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:33.331 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:53:32 smithi046 bash[18768]: cluster 2024-04-22T23:53:31.815295+0000 mgr.smithi046.eiolnw (mgr.14197) 298 : cluster [DBG] pgmap v245: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:33.331 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:53:32 smithi046 bash[18768]: cluster 2024-04-22T23:53:31.815295+0000 mgr.smithi046.eiolnw (mgr.14197) 298 : cluster [DBG] pgmap v245: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:35.155 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:53:34 smithi046 bash[18768]: cluster 2024-04-22T23:53:33.816314+0000 mgr.smithi046.eiolnw (mgr.14197) 299 : cluster [DBG] pgmap v246: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:35.155 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:53:34 smithi046 bash[18768]: cluster 2024-04-22T23:53:33.816314+0000 mgr.smithi046.eiolnw (mgr.14197) 299 : cluster [DBG] pgmap v246: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:35.270 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:53:34 smithi120 bash[20187]: cluster 2024-04-22T23:53:33.816314+0000 mgr.smithi046.eiolnw (mgr.14197) 299 : cluster [DBG] pgmap v246: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:35.270 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:53:34 smithi120 bash[20187]: cluster 2024-04-22T23:53:33.816314+0000 mgr.smithi046.eiolnw (mgr.14197) 299 : cluster [DBG] pgmap v246: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:36.990 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/mon.smithi046/config 2024-04-22T23:53:37.270 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:53:36 smithi120 bash[20187]: cluster 2024-04-22T23:53:35.817326+0000 mgr.smithi046.eiolnw (mgr.14197) 300 : cluster [DBG] pgmap v247: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:37.270 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:53:36 smithi120 bash[20187]: cluster 2024-04-22T23:53:35.817326+0000 mgr.smithi046.eiolnw (mgr.14197) 300 : cluster [DBG] pgmap v247: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:37.331 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:53:36 smithi046 bash[18768]: cluster 2024-04-22T23:53:35.817326+0000 mgr.smithi046.eiolnw (mgr.14197) 300 : cluster [DBG] pgmap v247: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:37.331 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:53:36 smithi046 bash[18768]: cluster 2024-04-22T23:53:35.817326+0000 mgr.smithi046.eiolnw (mgr.14197) 300 : cluster [DBG] pgmap v247: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:38.204 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T23:53:38.895 INFO:teuthology.orchestra.run.smithi046.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-22T23:53:39.153 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:53:38 smithi046 bash[18768]: cluster 2024-04-22T23:53:37.817850+0000 mgr.smithi046.eiolnw (mgr.14197) 301 : cluster [DBG] pgmap v248: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:39.153 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:53:38 smithi046 bash[18768]: cluster 2024-04-22T23:53:37.817850+0000 mgr.smithi046.eiolnw (mgr.14197) 301 : cluster [DBG] pgmap v248: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:39.153 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:53:38 smithi046 bash[18768]: audit 2024-04-22T23:53:38.214239+0000 mon.smithi046 (mon.0) 469 : audit [DBG] from='client.? 172.21.15.46:0/2165285816' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:53:39.154 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:53:38 smithi046 bash[18768]: audit 2024-04-22T23:53:38.214239+0000 mon.smithi046 (mon.0) 469 : audit [DBG] from='client.? 172.21.15.46:0/2165285816' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:53:39.208 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:53:38 smithi120 bash[20187]: cluster 2024-04-22T23:53:37.817850+0000 mgr.smithi046.eiolnw (mgr.14197) 301 : cluster [DBG] pgmap v248: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:39.209 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:53:38 smithi120 bash[20187]: cluster 2024-04-22T23:53:37.817850+0000 mgr.smithi046.eiolnw (mgr.14197) 301 : cluster [DBG] pgmap v248: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:39.209 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:53:38 smithi120 bash[20187]: audit 2024-04-22T23:53:38.214239+0000 mon.smithi046 (mon.0) 469 : audit [DBG] from='client.? 172.21.15.46:0/2165285816' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:53:39.209 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:53:38 smithi120 bash[20187]: audit 2024-04-22T23:53:38.214239+0000 mon.smithi046 (mon.0) 469 : audit [DBG] from='client.? 172.21.15.46:0/2165285816' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:53:39.897 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e2b7ae0a-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:53:40.270 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:53:39 smithi120 bash[20187]: audit 2024-04-22T23:53:39.413310+0000 mon.smithi046 (mon.0) 470 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:53:40.270 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:53:39 smithi120 bash[20187]: audit 2024-04-22T23:53:39.413310+0000 mon.smithi046 (mon.0) 470 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:53:40.331 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:53:39 smithi046 bash[18768]: audit 2024-04-22T23:53:39.413310+0000 mon.smithi046 (mon.0) 470 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:53:40.331 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:53:39 smithi046 bash[18768]: audit 2024-04-22T23:53:39.413310+0000 mon.smithi046 (mon.0) 470 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:53:41.270 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:53:40 smithi120 bash[20187]: cluster 2024-04-22T23:53:39.818871+0000 mgr.smithi046.eiolnw (mgr.14197) 302 : cluster [DBG] pgmap v249: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:41.270 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:53:40 smithi120 bash[20187]: cluster 2024-04-22T23:53:39.818871+0000 mgr.smithi046.eiolnw (mgr.14197) 302 : cluster [DBG] pgmap v249: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:41.331 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:53:40 smithi046 bash[18768]: cluster 2024-04-22T23:53:39.818871+0000 mgr.smithi046.eiolnw (mgr.14197) 302 : cluster [DBG] pgmap v249: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:41.331 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:53:40 smithi046 bash[18768]: cluster 2024-04-22T23:53:39.818871+0000 mgr.smithi046.eiolnw (mgr.14197) 302 : cluster [DBG] pgmap v249: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:43.270 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:53:42 smithi120 bash[20187]: cluster 2024-04-22T23:53:41.819877+0000 mgr.smithi046.eiolnw (mgr.14197) 303 : cluster [DBG] pgmap v250: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:43.270 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:53:42 smithi120 bash[20187]: cluster 2024-04-22T23:53:41.819877+0000 mgr.smithi046.eiolnw (mgr.14197) 303 : cluster [DBG] pgmap v250: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:43.331 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:53:42 smithi046 bash[18768]: cluster 2024-04-22T23:53:41.819877+0000 mgr.smithi046.eiolnw (mgr.14197) 303 : cluster [DBG] pgmap v250: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:43.331 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:53:42 smithi046 bash[18768]: cluster 2024-04-22T23:53:41.819877+0000 mgr.smithi046.eiolnw (mgr.14197) 303 : cluster [DBG] pgmap v250: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:44.668 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/mon.smithi046/config 2024-04-22T23:53:45.081 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:53:44 smithi046 bash[18768]: cluster 2024-04-22T23:53:43.820875+0000 mgr.smithi046.eiolnw (mgr.14197) 304 : cluster [DBG] pgmap v251: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:45.081 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:53:44 smithi046 bash[18768]: cluster 2024-04-22T23:53:43.820875+0000 mgr.smithi046.eiolnw (mgr.14197) 304 : cluster [DBG] pgmap v251: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:45.270 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:53:44 smithi120 bash[20187]: cluster 2024-04-22T23:53:43.820875+0000 mgr.smithi046.eiolnw (mgr.14197) 304 : cluster [DBG] pgmap v251: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:45.270 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:53:44 smithi120 bash[20187]: cluster 2024-04-22T23:53:43.820875+0000 mgr.smithi046.eiolnw (mgr.14197) 304 : cluster [DBG] pgmap v251: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:45.994 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T23:53:46.750 INFO:teuthology.orchestra.run.smithi046.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-22T23:53:47.081 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:53:46 smithi046 bash[18768]: cluster 2024-04-22T23:53:45.821356+0000 mgr.smithi046.eiolnw (mgr.14197) 305 : cluster [DBG] pgmap v252: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:47.081 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:53:46 smithi046 bash[18768]: cluster 2024-04-22T23:53:45.821356+0000 mgr.smithi046.eiolnw (mgr.14197) 305 : cluster [DBG] pgmap v252: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:47.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:53:46 smithi046 bash[18768]: audit 2024-04-22T23:53:46.004850+0000 mon.smithi046 (mon.0) 471 : audit [DBG] from='client.? 172.21.15.46:0/3197815459' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:53:47.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:53:46 smithi046 bash[18768]: audit 2024-04-22T23:53:46.004850+0000 mon.smithi046 (mon.0) 471 : audit [DBG] from='client.? 172.21.15.46:0/3197815459' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:53:47.270 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:53:46 smithi120 bash[20187]: cluster 2024-04-22T23:53:45.821356+0000 mgr.smithi046.eiolnw (mgr.14197) 305 : cluster [DBG] pgmap v252: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:47.270 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:53:46 smithi120 bash[20187]: cluster 2024-04-22T23:53:45.821356+0000 mgr.smithi046.eiolnw (mgr.14197) 305 : cluster [DBG] pgmap v252: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:47.270 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:53:46 smithi120 bash[20187]: audit 2024-04-22T23:53:46.004850+0000 mon.smithi046 (mon.0) 471 : audit [DBG] from='client.? 172.21.15.46:0/3197815459' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:53:47.270 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:53:46 smithi120 bash[20187]: audit 2024-04-22T23:53:46.004850+0000 mon.smithi046 (mon.0) 471 : audit [DBG] from='client.? 172.21.15.46:0/3197815459' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:53:47.752 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e2b7ae0a-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:53:49.182 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:53:48 smithi046 bash[18768]: cluster 2024-04-22T23:53:47.822304+0000 mgr.smithi046.eiolnw (mgr.14197) 306 : cluster [DBG] pgmap v253: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:49.182 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:53:48 smithi046 bash[18768]: cluster 2024-04-22T23:53:47.822304+0000 mgr.smithi046.eiolnw (mgr.14197) 306 : cluster [DBG] pgmap v253: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:49.209 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:53:48 smithi120 bash[20187]: cluster 2024-04-22T23:53:47.822304+0000 mgr.smithi046.eiolnw (mgr.14197) 306 : cluster [DBG] pgmap v253: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:49.209 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:53:48 smithi120 bash[20187]: cluster 2024-04-22T23:53:47.822304+0000 mgr.smithi046.eiolnw (mgr.14197) 306 : cluster [DBG] pgmap v253: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:50.269 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:53:49 smithi120 bash[20187]: audit 2024-04-22T23:53:49.908074+0000 mon.smithi046 (mon.0) 472 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:53:50.270 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:53:49 smithi120 bash[20187]: audit 2024-04-22T23:53:49.908074+0000 mon.smithi046 (mon.0) 472 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:53:50.331 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:53:49 smithi046 bash[18768]: audit 2024-04-22T23:53:49.908074+0000 mon.smithi046 (mon.0) 472 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:53:50.331 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:53:49 smithi046 bash[18768]: audit 2024-04-22T23:53:49.908074+0000 mon.smithi046 (mon.0) 472 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:53:51.269 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:53:50 smithi120 bash[20187]: cluster 2024-04-22T23:53:49.823307+0000 mgr.smithi046.eiolnw (mgr.14197) 307 : cluster [DBG] pgmap v254: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:51.270 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:53:50 smithi120 bash[20187]: cluster 2024-04-22T23:53:49.823307+0000 mgr.smithi046.eiolnw (mgr.14197) 307 : cluster [DBG] pgmap v254: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:51.270 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:53:50 smithi120 bash[20187]: audit 2024-04-22T23:53:50.487337+0000 mon.smithi046 (mon.0) 473 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:53:51.270 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:53:50 smithi120 bash[20187]: audit 2024-04-22T23:53:50.487337+0000 mon.smithi046 (mon.0) 473 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:53:51.331 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:53:50 smithi046 bash[18768]: cluster 2024-04-22T23:53:49.823307+0000 mgr.smithi046.eiolnw (mgr.14197) 307 : cluster [DBG] pgmap v254: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:51.331 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:53:50 smithi046 bash[18768]: cluster 2024-04-22T23:53:49.823307+0000 mgr.smithi046.eiolnw (mgr.14197) 307 : cluster [DBG] pgmap v254: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:51.331 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:53:50 smithi046 bash[18768]: audit 2024-04-22T23:53:50.487337+0000 mon.smithi046 (mon.0) 473 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:53:51.331 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:53:50 smithi046 bash[18768]: audit 2024-04-22T23:53:50.487337+0000 mon.smithi046 (mon.0) 473 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:53:52.518 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/mon.smithi046/config 2024-04-22T23:53:53.270 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:53:52 smithi120 bash[20187]: cluster 2024-04-22T23:53:51.824284+0000 mgr.smithi046.eiolnw (mgr.14197) 308 : cluster [DBG] pgmap v255: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:53.270 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:53:52 smithi120 bash[20187]: cluster 2024-04-22T23:53:51.824284+0000 mgr.smithi046.eiolnw (mgr.14197) 308 : cluster [DBG] pgmap v255: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:53.331 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:53:52 smithi046 bash[18768]: cluster 2024-04-22T23:53:51.824284+0000 mgr.smithi046.eiolnw (mgr.14197) 308 : cluster [DBG] pgmap v255: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:53.331 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:53:52 smithi046 bash[18768]: cluster 2024-04-22T23:53:51.824284+0000 mgr.smithi046.eiolnw (mgr.14197) 308 : cluster [DBG] pgmap v255: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:53.793 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T23:53:54.076 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:53:53 smithi046 bash[18768]: audit 2024-04-22T23:53:53.803039+0000 mon.smithi046 (mon.0) 474 : audit [DBG] from='client.? 172.21.15.46:0/3457213129' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:53:54.076 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:53:53 smithi046 bash[18768]: audit 2024-04-22T23:53:53.803039+0000 mon.smithi046 (mon.0) 474 : audit [DBG] from='client.? 172.21.15.46:0/3457213129' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:53:54.209 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:53:53 smithi120 bash[20187]: audit 2024-04-22T23:53:53.803039+0000 mon.smithi046 (mon.0) 474 : audit [DBG] from='client.? 172.21.15.46:0/3457213129' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:53:54.209 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:53:53 smithi120 bash[20187]: audit 2024-04-22T23:53:53.803039+0000 mon.smithi046 (mon.0) 474 : audit [DBG] from='client.? 172.21.15.46:0/3457213129' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:53:54.498 INFO:teuthology.orchestra.run.smithi046.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-22T23:53:55.269 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:53:54 smithi120 bash[20187]: cluster 2024-04-22T23:53:53.824878+0000 mgr.smithi046.eiolnw (mgr.14197) 309 : cluster [DBG] pgmap v256: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:55.270 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:53:54 smithi120 bash[20187]: cluster 2024-04-22T23:53:53.824878+0000 mgr.smithi046.eiolnw (mgr.14197) 309 : cluster [DBG] pgmap v256: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:55.270 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:53:54 smithi120 bash[20187]: audit 2024-04-22T23:53:54.413449+0000 mon.smithi046 (mon.0) 475 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:53:55.270 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:53:54 smithi120 bash[20187]: audit 2024-04-22T23:53:54.413449+0000 mon.smithi046 (mon.0) 475 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:53:55.331 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:53:54 smithi046 bash[18768]: cluster 2024-04-22T23:53:53.824878+0000 mgr.smithi046.eiolnw (mgr.14197) 309 : cluster [DBG] pgmap v256: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:55.331 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:53:54 smithi046 bash[18768]: cluster 2024-04-22T23:53:53.824878+0000 mgr.smithi046.eiolnw (mgr.14197) 309 : cluster [DBG] pgmap v256: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:55.331 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:53:54 smithi046 bash[18768]: audit 2024-04-22T23:53:54.413449+0000 mon.smithi046 (mon.0) 475 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:53:55.332 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:53:54 smithi046 bash[18768]: audit 2024-04-22T23:53:54.413449+0000 mon.smithi046 (mon.0) 475 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:53:55.500 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e2b7ae0a-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:53:56.269 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:53:55 smithi120 bash[20187]: cluster 2024-04-22T23:53:55.825936+0000 mgr.smithi046.eiolnw (mgr.14197) 310 : cluster [DBG] pgmap v257: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:56.269 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:53:55 smithi120 bash[20187]: cluster 2024-04-22T23:53:55.825936+0000 mgr.smithi046.eiolnw (mgr.14197) 310 : cluster [DBG] pgmap v257: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:56.331 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:53:55 smithi046 bash[18768]: cluster 2024-04-22T23:53:55.825936+0000 mgr.smithi046.eiolnw (mgr.14197) 310 : cluster [DBG] pgmap v257: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:56.331 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:53:55 smithi046 bash[18768]: cluster 2024-04-22T23:53:55.825936+0000 mgr.smithi046.eiolnw (mgr.14197) 310 : cluster [DBG] pgmap v257: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:59.209 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:53:58 smithi120 bash[20187]: cluster 2024-04-22T23:53:57.826973+0000 mgr.smithi046.eiolnw (mgr.14197) 311 : cluster [DBG] pgmap v258: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:59.210 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:53:58 smithi120 bash[20187]: cluster 2024-04-22T23:53:57.826973+0000 mgr.smithi046.eiolnw (mgr.14197) 311 : cluster [DBG] pgmap v258: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:59.210 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:53:58 smithi120 bash[20187]: audit 2024-04-22T23:53:58.016050+0000 mon.smithi046 (mon.0) 476 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:53:59.210 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:53:58 smithi120 bash[20187]: audit 2024-04-22T23:53:58.016050+0000 mon.smithi046 (mon.0) 476 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:53:59.210 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:53:58 smithi120 bash[20187]: audit 2024-04-22T23:53:58.017515+0000 mon.smithi046 (mon.0) 477 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:53:59.210 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:53:58 smithi120 bash[20187]: audit 2024-04-22T23:53:58.017515+0000 mon.smithi046 (mon.0) 477 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:53:59.210 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:53:58 smithi120 bash[20187]: audit 2024-04-22T23:53:58.024978+0000 mon.smithi046 (mon.0) 478 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:53:59.210 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:53:58 smithi120 bash[20187]: audit 2024-04-22T23:53:58.024978+0000 mon.smithi046 (mon.0) 478 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:53:59.210 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:53:58 smithi120 bash[20187]: audit 2024-04-22T23:53:58.029057+0000 mon.smithi046 (mon.0) 479 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-22T23:53:59.210 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:53:58 smithi120 bash[20187]: audit 2024-04-22T23:53:58.029057+0000 mon.smithi046 (mon.0) 479 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-22T23:53:59.219 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:53:58 smithi046 bash[18768]: cluster 2024-04-22T23:53:57.826973+0000 mgr.smithi046.eiolnw (mgr.14197) 311 : cluster [DBG] pgmap v258: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:59.220 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:53:58 smithi046 bash[18768]: cluster 2024-04-22T23:53:57.826973+0000 mgr.smithi046.eiolnw (mgr.14197) 311 : cluster [DBG] pgmap v258: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:59.220 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:53:58 smithi046 bash[18768]: audit 2024-04-22T23:53:58.016050+0000 mon.smithi046 (mon.0) 476 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:53:59.220 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:53:58 smithi046 bash[18768]: audit 2024-04-22T23:53:58.016050+0000 mon.smithi046 (mon.0) 476 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:53:59.220 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:53:58 smithi046 bash[18768]: audit 2024-04-22T23:53:58.017515+0000 mon.smithi046 (mon.0) 477 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:53:59.220 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:53:58 smithi046 bash[18768]: audit 2024-04-22T23:53:58.017515+0000 mon.smithi046 (mon.0) 477 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:53:59.220 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:53:58 smithi046 bash[18768]: audit 2024-04-22T23:53:58.024978+0000 mon.smithi046 (mon.0) 478 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:53:59.220 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:53:58 smithi046 bash[18768]: audit 2024-04-22T23:53:58.024978+0000 mon.smithi046 (mon.0) 478 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:53:59.220 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:53:58 smithi046 bash[18768]: audit 2024-04-22T23:53:58.029057+0000 mon.smithi046 (mon.0) 479 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-22T23:53:59.220 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:53:58 smithi046 bash[18768]: audit 2024-04-22T23:53:58.029057+0000 mon.smithi046 (mon.0) 479 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-22T23:54:00.029 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/mon.smithi046/config 2024-04-22T23:54:00.269 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:53:59 smithi120 bash[20187]: cluster 2024-04-22T23:53:58.019408+0000 mgr.smithi046.eiolnw (mgr.14197) 312 : cluster [DBG] pgmap v259: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:00.270 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:53:59 smithi120 bash[20187]: cluster 2024-04-22T23:53:58.019408+0000 mgr.smithi046.eiolnw (mgr.14197) 312 : cluster [DBG] pgmap v259: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:00.270 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:53:59 smithi120 bash[20187]: cluster 2024-04-22T23:53:58.020084+0000 mgr.smithi046.eiolnw (mgr.14197) 313 : cluster [DBG] pgmap v260: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:00.270 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:53:59 smithi120 bash[20187]: cluster 2024-04-22T23:53:58.020084+0000 mgr.smithi046.eiolnw (mgr.14197) 313 : cluster [DBG] pgmap v260: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:00.331 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:53:59 smithi046 bash[18768]: cluster 2024-04-22T23:53:58.019408+0000 mgr.smithi046.eiolnw (mgr.14197) 312 : cluster [DBG] pgmap v259: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:00.331 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:53:59 smithi046 bash[18768]: cluster 2024-04-22T23:53:58.019408+0000 mgr.smithi046.eiolnw (mgr.14197) 312 : cluster [DBG] pgmap v259: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:00.331 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:53:59 smithi046 bash[18768]: cluster 2024-04-22T23:53:58.020084+0000 mgr.smithi046.eiolnw (mgr.14197) 313 : cluster [DBG] pgmap v260: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:00.332 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:53:59 smithi046 bash[18768]: cluster 2024-04-22T23:53:58.020084+0000 mgr.smithi046.eiolnw (mgr.14197) 313 : cluster [DBG] pgmap v260: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:01.262 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T23:54:01.936 INFO:teuthology.orchestra.run.smithi046.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-22T23:54:02.269 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:54:01 smithi120 bash[20187]: cluster 2024-04-22T23:54:00.021053+0000 mgr.smithi046.eiolnw (mgr.14197) 314 : cluster [DBG] pgmap v261: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:02.270 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:54:01 smithi120 bash[20187]: cluster 2024-04-22T23:54:00.021053+0000 mgr.smithi046.eiolnw (mgr.14197) 314 : cluster [DBG] pgmap v261: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:02.270 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:54:01 smithi120 bash[20187]: audit 2024-04-22T23:54:01.272219+0000 mon.smithi046 (mon.0) 480 : audit [DBG] from='client.? 172.21.15.46:0/2666413478' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:54:02.270 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:54:01 smithi120 bash[20187]: audit 2024-04-22T23:54:01.272219+0000 mon.smithi046 (mon.0) 480 : audit [DBG] from='client.? 172.21.15.46:0/2666413478' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:54:02.331 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:54:01 smithi046 bash[18768]: cluster 2024-04-22T23:54:00.021053+0000 mgr.smithi046.eiolnw (mgr.14197) 314 : cluster [DBG] pgmap v261: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:02.331 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:54:01 smithi046 bash[18768]: cluster 2024-04-22T23:54:00.021053+0000 mgr.smithi046.eiolnw (mgr.14197) 314 : cluster [DBG] pgmap v261: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:02.331 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:54:01 smithi046 bash[18768]: audit 2024-04-22T23:54:01.272219+0000 mon.smithi046 (mon.0) 480 : audit [DBG] from='client.? 172.21.15.46:0/2666413478' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:54:02.332 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:54:01 smithi046 bash[18768]: audit 2024-04-22T23:54:01.272219+0000 mon.smithi046 (mon.0) 480 : audit [DBG] from='client.? 172.21.15.46:0/2666413478' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:54:02.937 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e2b7ae0a-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:54:04.209 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:54:03 smithi120 bash[20187]: cluster 2024-04-22T23:54:02.022040+0000 mgr.smithi046.eiolnw (mgr.14197) 315 : cluster [DBG] pgmap v262: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:04.209 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:54:03 smithi120 bash[20187]: cluster 2024-04-22T23:54:02.022040+0000 mgr.smithi046.eiolnw (mgr.14197) 315 : cluster [DBG] pgmap v262: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:04.235 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:54:03 smithi046 bash[18768]: cluster 2024-04-22T23:54:02.022040+0000 mgr.smithi046.eiolnw (mgr.14197) 315 : cluster [DBG] pgmap v262: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:04.235 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:54:03 smithi046 bash[18768]: cluster 2024-04-22T23:54:02.022040+0000 mgr.smithi046.eiolnw (mgr.14197) 315 : cluster [DBG] pgmap v262: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:06.269 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:54:05 smithi120 bash[20187]: cluster 2024-04-22T23:54:04.023063+0000 mgr.smithi046.eiolnw (mgr.14197) 316 : cluster [DBG] pgmap v263: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:06.270 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:54:05 smithi120 bash[20187]: cluster 2024-04-22T23:54:04.023063+0000 mgr.smithi046.eiolnw (mgr.14197) 316 : cluster [DBG] pgmap v263: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:06.331 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:54:05 smithi046 bash[18768]: cluster 2024-04-22T23:54:04.023063+0000 mgr.smithi046.eiolnw (mgr.14197) 316 : cluster [DBG] pgmap v263: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:06.331 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:54:05 smithi046 bash[18768]: cluster 2024-04-22T23:54:04.023063+0000 mgr.smithi046.eiolnw (mgr.14197) 316 : cluster [DBG] pgmap v263: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:07.708 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/mon.smithi046/config 2024-04-22T23:54:08.269 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:54:07 smithi120 bash[20187]: cluster 2024-04-22T23:54:06.024119+0000 mgr.smithi046.eiolnw (mgr.14197) 317 : cluster [DBG] pgmap v264: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:08.269 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:54:07 smithi120 bash[20187]: cluster 2024-04-22T23:54:06.024119+0000 mgr.smithi046.eiolnw (mgr.14197) 317 : cluster [DBG] pgmap v264: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:08.331 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:54:07 smithi046 bash[18768]: cluster 2024-04-22T23:54:06.024119+0000 mgr.smithi046.eiolnw (mgr.14197) 317 : cluster [DBG] pgmap v264: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:08.331 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:54:07 smithi046 bash[18768]: cluster 2024-04-22T23:54:06.024119+0000 mgr.smithi046.eiolnw (mgr.14197) 317 : cluster [DBG] pgmap v264: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:09.013 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T23:54:09.675 INFO:teuthology.orchestra.run.smithi046.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-22T23:54:10.081 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:54:09 smithi046 bash[18768]: cluster 2024-04-22T23:54:08.025163+0000 mgr.smithi046.eiolnw (mgr.14197) 318 : cluster [DBG] pgmap v265: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:10.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:54:09 smithi046 bash[18768]: cluster 2024-04-22T23:54:08.025163+0000 mgr.smithi046.eiolnw (mgr.14197) 318 : cluster [DBG] pgmap v265: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:10.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:54:09 smithi046 bash[18768]: audit 2024-04-22T23:54:09.023530+0000 mon.smithi046 (mon.0) 481 : audit [DBG] from='client.? 172.21.15.46:0/2171933882' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:54:10.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:54:09 smithi046 bash[18768]: audit 2024-04-22T23:54:09.023530+0000 mon.smithi046 (mon.0) 481 : audit [DBG] from='client.? 172.21.15.46:0/2171933882' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:54:10.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:54:09 smithi046 bash[18768]: audit 2024-04-22T23:54:09.413916+0000 mon.smithi046 (mon.0) 482 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:54:10.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:54:09 smithi046 bash[18768]: audit 2024-04-22T23:54:09.413916+0000 mon.smithi046 (mon.0) 482 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:54:10.269 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:54:09 smithi120 bash[20187]: cluster 2024-04-22T23:54:08.025163+0000 mgr.smithi046.eiolnw (mgr.14197) 318 : cluster [DBG] pgmap v265: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:10.269 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:54:09 smithi120 bash[20187]: cluster 2024-04-22T23:54:08.025163+0000 mgr.smithi046.eiolnw (mgr.14197) 318 : cluster [DBG] pgmap v265: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:10.270 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:54:09 smithi120 bash[20187]: audit 2024-04-22T23:54:09.023530+0000 mon.smithi046 (mon.0) 481 : audit [DBG] from='client.? 172.21.15.46:0/2171933882' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:54:10.270 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:54:09 smithi120 bash[20187]: audit 2024-04-22T23:54:09.023530+0000 mon.smithi046 (mon.0) 481 : audit [DBG] from='client.? 172.21.15.46:0/2171933882' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:54:10.270 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:54:09 smithi120 bash[20187]: audit 2024-04-22T23:54:09.413916+0000 mon.smithi046 (mon.0) 482 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:54:10.270 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:54:09 smithi120 bash[20187]: audit 2024-04-22T23:54:09.413916+0000 mon.smithi046 (mon.0) 482 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:54:10.677 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e2b7ae0a-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:54:12.270 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:54:11 smithi120 bash[20187]: cluster 2024-04-22T23:54:10.026151+0000 mgr.smithi046.eiolnw (mgr.14197) 319 : cluster [DBG] pgmap v266: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:12.270 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:54:11 smithi120 bash[20187]: cluster 2024-04-22T23:54:10.026151+0000 mgr.smithi046.eiolnw (mgr.14197) 319 : cluster [DBG] pgmap v266: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:12.331 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:54:11 smithi046 bash[18768]: cluster 2024-04-22T23:54:10.026151+0000 mgr.smithi046.eiolnw (mgr.14197) 319 : cluster [DBG] pgmap v266: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:12.331 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:54:11 smithi046 bash[18768]: cluster 2024-04-22T23:54:10.026151+0000 mgr.smithi046.eiolnw (mgr.14197) 319 : cluster [DBG] pgmap v266: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:14.210 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:54:13 smithi120 bash[20187]: cluster 2024-04-22T23:54:12.027218+0000 mgr.smithi046.eiolnw (mgr.14197) 320 : cluster [DBG] pgmap v267: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:14.210 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:54:13 smithi120 bash[20187]: cluster 2024-04-22T23:54:12.027218+0000 mgr.smithi046.eiolnw (mgr.14197) 320 : cluster [DBG] pgmap v267: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:14.270 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:54:13 smithi046 bash[18768]: cluster 2024-04-22T23:54:12.027218+0000 mgr.smithi046.eiolnw (mgr.14197) 320 : cluster [DBG] pgmap v267: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:14.271 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:54:13 smithi046 bash[18768]: cluster 2024-04-22T23:54:12.027218+0000 mgr.smithi046.eiolnw (mgr.14197) 320 : cluster [DBG] pgmap v267: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:15.450 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/mon.smithi046/config 2024-04-22T23:54:16.262 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:54:15 smithi046 bash[18768]: cluster 2024-04-22T23:54:14.028232+0000 mgr.smithi046.eiolnw (mgr.14197) 321 : cluster [DBG] pgmap v268: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:16.262 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:54:15 smithi046 bash[18768]: cluster 2024-04-22T23:54:14.028232+0000 mgr.smithi046.eiolnw (mgr.14197) 321 : cluster [DBG] pgmap v268: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:16.269 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:54:15 smithi120 bash[20187]: cluster 2024-04-22T23:54:14.028232+0000 mgr.smithi046.eiolnw (mgr.14197) 321 : cluster [DBG] pgmap v268: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:16.269 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:54:15 smithi120 bash[20187]: cluster 2024-04-22T23:54:14.028232+0000 mgr.smithi046.eiolnw (mgr.14197) 321 : cluster [DBG] pgmap v268: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:16.670 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T23:54:17.081 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:54:16 smithi046 bash[18768]: audit 2024-04-22T23:54:16.680916+0000 mon.smithi046 (mon.0) 483 : audit [DBG] from='client.? 172.21.15.46:0/1920442093' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:54:17.081 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:54:16 smithi046 bash[18768]: audit 2024-04-22T23:54:16.680916+0000 mon.smithi046 (mon.0) 483 : audit [DBG] from='client.? 172.21.15.46:0/1920442093' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:54:17.269 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:54:16 smithi120 bash[20187]: audit 2024-04-22T23:54:16.680916+0000 mon.smithi046 (mon.0) 483 : audit [DBG] from='client.? 172.21.15.46:0/1920442093' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:54:17.269 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:54:16 smithi120 bash[20187]: audit 2024-04-22T23:54:16.680916+0000 mon.smithi046 (mon.0) 483 : audit [DBG] from='client.? 172.21.15.46:0/1920442093' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:54:17.385 INFO:teuthology.orchestra.run.smithi046.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-22T23:54:18.269 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:54:17 smithi120 bash[20187]: cluster 2024-04-22T23:54:16.029294+0000 mgr.smithi046.eiolnw (mgr.14197) 322 : cluster [DBG] pgmap v269: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:18.269 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:54:17 smithi120 bash[20187]: cluster 2024-04-22T23:54:16.029294+0000 mgr.smithi046.eiolnw (mgr.14197) 322 : cluster [DBG] pgmap v269: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:18.331 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:54:17 smithi046 bash[18768]: cluster 2024-04-22T23:54:16.029294+0000 mgr.smithi046.eiolnw (mgr.14197) 322 : cluster [DBG] pgmap v269: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:18.331 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:54:17 smithi046 bash[18768]: cluster 2024-04-22T23:54:16.029294+0000 mgr.smithi046.eiolnw (mgr.14197) 322 : cluster [DBG] pgmap v269: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:18.386 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e2b7ae0a-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:54:20.269 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:54:19 smithi120 bash[20187]: cluster 2024-04-22T23:54:18.030273+0000 mgr.smithi046.eiolnw (mgr.14197) 323 : cluster [DBG] pgmap v270: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:20.269 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:54:19 smithi120 bash[20187]: cluster 2024-04-22T23:54:18.030273+0000 mgr.smithi046.eiolnw (mgr.14197) 323 : cluster [DBG] pgmap v270: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:20.331 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:54:19 smithi046 bash[18768]: cluster 2024-04-22T23:54:18.030273+0000 mgr.smithi046.eiolnw (mgr.14197) 323 : cluster [DBG] pgmap v270: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:20.331 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:54:19 smithi046 bash[18768]: cluster 2024-04-22T23:54:18.030273+0000 mgr.smithi046.eiolnw (mgr.14197) 323 : cluster [DBG] pgmap v270: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:21.269 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:54:20 smithi120 bash[20187]: cluster 2024-04-22T23:54:20.031290+0000 mgr.smithi046.eiolnw (mgr.14197) 324 : cluster [DBG] pgmap v271: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:21.269 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:54:20 smithi120 bash[20187]: cluster 2024-04-22T23:54:20.031290+0000 mgr.smithi046.eiolnw (mgr.14197) 324 : cluster [DBG] pgmap v271: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:21.331 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:54:20 smithi046 bash[18768]: cluster 2024-04-22T23:54:20.031290+0000 mgr.smithi046.eiolnw (mgr.14197) 324 : cluster [DBG] pgmap v271: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:21.331 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:54:20 smithi046 bash[18768]: cluster 2024-04-22T23:54:20.031290+0000 mgr.smithi046.eiolnw (mgr.14197) 324 : cluster [DBG] pgmap v271: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:23.166 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/mon.smithi046/config 2024-04-22T23:54:23.331 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:54:23 smithi046 bash[18768]: cluster 2024-04-22T23:54:22.032287+0000 mgr.smithi046.eiolnw (mgr.14197) 325 : cluster [DBG] pgmap v272: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:23.331 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:54:23 smithi046 bash[18768]: cluster 2024-04-22T23:54:22.032287+0000 mgr.smithi046.eiolnw (mgr.14197) 325 : cluster [DBG] pgmap v272: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:23.519 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:54:23 smithi120 bash[20187]: cluster 2024-04-22T23:54:22.032287+0000 mgr.smithi046.eiolnw (mgr.14197) 325 : cluster [DBG] pgmap v272: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:23.519 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:54:23 smithi120 bash[20187]: cluster 2024-04-22T23:54:22.032287+0000 mgr.smithi046.eiolnw (mgr.14197) 325 : cluster [DBG] pgmap v272: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:24.491 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T23:54:25.194 INFO:teuthology.orchestra.run.smithi046.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-22T23:54:25.331 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:54:25 smithi046 bash[18768]: cluster 2024-04-22T23:54:24.033392+0000 mgr.smithi046.eiolnw (mgr.14197) 326 : cluster [DBG] pgmap v273: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:25.331 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:54:25 smithi046 bash[18768]: cluster 2024-04-22T23:54:24.033392+0000 mgr.smithi046.eiolnw (mgr.14197) 326 : cluster [DBG] pgmap v273: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:25.331 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:54:25 smithi046 bash[18768]: audit 2024-04-22T23:54:24.414010+0000 mon.smithi046 (mon.0) 484 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:54:25.331 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:54:25 smithi046 bash[18768]: audit 2024-04-22T23:54:24.414010+0000 mon.smithi046 (mon.0) 484 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:54:25.332 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:54:25 smithi046 bash[18768]: audit 2024-04-22T23:54:24.500267+0000 mon.smithi046 (mon.0) 485 : audit [DBG] from='client.? 172.21.15.46:0/1144200469' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:54:25.332 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:54:25 smithi046 bash[18768]: audit 2024-04-22T23:54:24.500267+0000 mon.smithi046 (mon.0) 485 : audit [DBG] from='client.? 172.21.15.46:0/1144200469' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:54:25.519 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:54:25 smithi120 bash[20187]: cluster 2024-04-22T23:54:24.033392+0000 mgr.smithi046.eiolnw (mgr.14197) 326 : cluster [DBG] pgmap v273: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:25.519 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:54:25 smithi120 bash[20187]: cluster 2024-04-22T23:54:24.033392+0000 mgr.smithi046.eiolnw (mgr.14197) 326 : cluster [DBG] pgmap v273: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:25.519 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:54:25 smithi120 bash[20187]: audit 2024-04-22T23:54:24.414010+0000 mon.smithi046 (mon.0) 484 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:54:25.519 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:54:25 smithi120 bash[20187]: audit 2024-04-22T23:54:24.414010+0000 mon.smithi046 (mon.0) 484 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:54:25.519 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:54:25 smithi120 bash[20187]: audit 2024-04-22T23:54:24.500267+0000 mon.smithi046 (mon.0) 485 : audit [DBG] from='client.? 172.21.15.46:0/1144200469' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:54:25.520 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:54:25 smithi120 bash[20187]: audit 2024-04-22T23:54:24.500267+0000 mon.smithi046 (mon.0) 485 : audit [DBG] from='client.? 172.21.15.46:0/1144200469' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:54:26.195 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e2b7ae0a-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:54:27.512 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:54:27 smithi046 bash[18768]: cluster 2024-04-22T23:54:26.034385+0000 mgr.smithi046.eiolnw (mgr.14197) 327 : cluster [DBG] pgmap v274: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:27.512 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:54:27 smithi046 bash[18768]: cluster 2024-04-22T23:54:26.034385+0000 mgr.smithi046.eiolnw (mgr.14197) 327 : cluster [DBG] pgmap v274: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:27.519 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:54:27 smithi120 bash[20187]: cluster 2024-04-22T23:54:26.034385+0000 mgr.smithi046.eiolnw (mgr.14197) 327 : cluster [DBG] pgmap v274: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:27.519 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:54:27 smithi120 bash[20187]: cluster 2024-04-22T23:54:26.034385+0000 mgr.smithi046.eiolnw (mgr.14197) 327 : cluster [DBG] pgmap v274: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:29.519 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:54:29 smithi120 bash[20187]: cluster 2024-04-22T23:54:28.035315+0000 mgr.smithi046.eiolnw (mgr.14197) 328 : cluster [DBG] pgmap v275: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:29.519 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:54:29 smithi120 bash[20187]: cluster 2024-04-22T23:54:28.035315+0000 mgr.smithi046.eiolnw (mgr.14197) 328 : cluster [DBG] pgmap v275: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:29.581 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:54:29 smithi046 bash[18768]: cluster 2024-04-22T23:54:28.035315+0000 mgr.smithi046.eiolnw (mgr.14197) 328 : cluster [DBG] pgmap v275: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:29.581 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:54:29 smithi046 bash[18768]: cluster 2024-04-22T23:54:28.035315+0000 mgr.smithi046.eiolnw (mgr.14197) 328 : cluster [DBG] pgmap v275: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:30.970 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/mon.smithi046/config 2024-04-22T23:54:31.331 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:54:31 smithi046 bash[18768]: cluster 2024-04-22T23:54:30.036330+0000 mgr.smithi046.eiolnw (mgr.14197) 329 : cluster [DBG] pgmap v276: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:31.331 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:54:31 smithi046 bash[18768]: cluster 2024-04-22T23:54:30.036330+0000 mgr.smithi046.eiolnw (mgr.14197) 329 : cluster [DBG] pgmap v276: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:31.519 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:54:31 smithi120 bash[20187]: cluster 2024-04-22T23:54:30.036330+0000 mgr.smithi046.eiolnw (mgr.14197) 329 : cluster [DBG] pgmap v276: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:31.519 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:54:31 smithi120 bash[20187]: cluster 2024-04-22T23:54:30.036330+0000 mgr.smithi046.eiolnw (mgr.14197) 329 : cluster [DBG] pgmap v276: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:32.230 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T23:54:32.986 INFO:teuthology.orchestra.run.smithi046.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-22T23:54:33.331 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:54:33 smithi046 bash[18768]: cluster 2024-04-22T23:54:32.036932+0000 mgr.smithi046.eiolnw (mgr.14197) 330 : cluster [DBG] pgmap v277: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:33.331 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:54:33 smithi046 bash[18768]: cluster 2024-04-22T23:54:32.036932+0000 mgr.smithi046.eiolnw (mgr.14197) 330 : cluster [DBG] pgmap v277: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:33.331 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:54:33 smithi046 bash[18768]: audit 2024-04-22T23:54:32.241127+0000 mon.smithi046 (mon.0) 486 : audit [DBG] from='client.? 172.21.15.46:0/3539432092' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:54:33.331 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:54:33 smithi046 bash[18768]: audit 2024-04-22T23:54:32.241127+0000 mon.smithi046 (mon.0) 486 : audit [DBG] from='client.? 172.21.15.46:0/3539432092' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:54:33.519 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:54:33 smithi120 bash[20187]: cluster 2024-04-22T23:54:32.036932+0000 mgr.smithi046.eiolnw (mgr.14197) 330 : cluster [DBG] pgmap v277: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:33.519 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:54:33 smithi120 bash[20187]: cluster 2024-04-22T23:54:32.036932+0000 mgr.smithi046.eiolnw (mgr.14197) 330 : cluster [DBG] pgmap v277: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:33.519 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:54:33 smithi120 bash[20187]: audit 2024-04-22T23:54:32.241127+0000 mon.smithi046 (mon.0) 486 : audit [DBG] from='client.? 172.21.15.46:0/3539432092' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:54:33.519 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:54:33 smithi120 bash[20187]: audit 2024-04-22T23:54:32.241127+0000 mon.smithi046 (mon.0) 486 : audit [DBG] from='client.? 172.21.15.46:0/3539432092' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:54:33.987 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e2b7ae0a-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:54:35.519 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:54:35 smithi120 bash[20187]: cluster 2024-04-22T23:54:34.037561+0000 mgr.smithi046.eiolnw (mgr.14197) 331 : cluster [DBG] pgmap v278: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:35.519 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:54:35 smithi120 bash[20187]: cluster 2024-04-22T23:54:34.037561+0000 mgr.smithi046.eiolnw (mgr.14197) 331 : cluster [DBG] pgmap v278: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:35.581 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:54:35 smithi046 bash[18768]: cluster 2024-04-22T23:54:34.037561+0000 mgr.smithi046.eiolnw (mgr.14197) 331 : cluster [DBG] pgmap v278: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:35.581 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:54:35 smithi046 bash[18768]: cluster 2024-04-22T23:54:34.037561+0000 mgr.smithi046.eiolnw (mgr.14197) 331 : cluster [DBG] pgmap v278: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:37.513 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:54:37 smithi046 bash[18768]: cluster 2024-04-22T23:54:36.038510+0000 mgr.smithi046.eiolnw (mgr.14197) 332 : cluster [DBG] pgmap v279: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:37.513 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:54:37 smithi046 bash[18768]: cluster 2024-04-22T23:54:36.038510+0000 mgr.smithi046.eiolnw (mgr.14197) 332 : cluster [DBG] pgmap v279: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:37.519 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:54:37 smithi120 bash[20187]: cluster 2024-04-22T23:54:36.038510+0000 mgr.smithi046.eiolnw (mgr.14197) 332 : cluster [DBG] pgmap v279: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:37.519 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:54:37 smithi120 bash[20187]: cluster 2024-04-22T23:54:36.038510+0000 mgr.smithi046.eiolnw (mgr.14197) 332 : cluster [DBG] pgmap v279: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:38.762 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/mon.smithi046/config 2024-04-22T23:54:39.519 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:54:39 smithi120 bash[20187]: cluster 2024-04-22T23:54:38.039598+0000 mgr.smithi046.eiolnw (mgr.14197) 333 : cluster [DBG] pgmap v280: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:39.519 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:54:39 smithi120 bash[20187]: cluster 2024-04-22T23:54:38.039598+0000 mgr.smithi046.eiolnw (mgr.14197) 333 : cluster [DBG] pgmap v280: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:39.581 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:54:39 smithi046 bash[18768]: cluster 2024-04-22T23:54:38.039598+0000 mgr.smithi046.eiolnw (mgr.14197) 333 : cluster [DBG] pgmap v280: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:39.581 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:54:39 smithi046 bash[18768]: cluster 2024-04-22T23:54:38.039598+0000 mgr.smithi046.eiolnw (mgr.14197) 333 : cluster [DBG] pgmap v280: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:40.105 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T23:54:40.379 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:54:40 smithi046 bash[18768]: audit 2024-04-22T23:54:39.414776+0000 mon.smithi046 (mon.0) 487 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:54:40.379 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:54:40 smithi046 bash[18768]: audit 2024-04-22T23:54:39.414776+0000 mon.smithi046 (mon.0) 487 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:54:40.379 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:54:40 smithi046 bash[18768]: audit 2024-04-22T23:54:40.115521+0000 mon.smithi046 (mon.0) 488 : audit [DBG] from='client.? 172.21.15.46:0/2334401200' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:54:40.379 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:54:40 smithi046 bash[18768]: audit 2024-04-22T23:54:40.115521+0000 mon.smithi046 (mon.0) 488 : audit [DBG] from='client.? 172.21.15.46:0/2334401200' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:54:40.519 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:54:40 smithi120 bash[20187]: audit 2024-04-22T23:54:39.414776+0000 mon.smithi046 (mon.0) 487 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:54:40.519 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:54:40 smithi120 bash[20187]: audit 2024-04-22T23:54:39.414776+0000 mon.smithi046 (mon.0) 487 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:54:40.519 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:54:40 smithi120 bash[20187]: audit 2024-04-22T23:54:40.115521+0000 mon.smithi046 (mon.0) 488 : audit [DBG] from='client.? 172.21.15.46:0/2334401200' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:54:40.519 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:54:40 smithi120 bash[20187]: audit 2024-04-22T23:54:40.115521+0000 mon.smithi046 (mon.0) 488 : audit [DBG] from='client.? 172.21.15.46:0/2334401200' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:54:40.833 INFO:teuthology.orchestra.run.smithi046.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-22T23:54:41.519 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:54:41 smithi120 bash[20187]: cluster 2024-04-22T23:54:40.040611+0000 mgr.smithi046.eiolnw (mgr.14197) 334 : cluster [DBG] pgmap v281: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:41.519 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:54:41 smithi120 bash[20187]: cluster 2024-04-22T23:54:40.040611+0000 mgr.smithi046.eiolnw (mgr.14197) 334 : cluster [DBG] pgmap v281: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:41.581 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:54:41 smithi046 bash[18768]: cluster 2024-04-22T23:54:40.040611+0000 mgr.smithi046.eiolnw (mgr.14197) 334 : cluster [DBG] pgmap v281: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:41.581 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:54:41 smithi046 bash[18768]: cluster 2024-04-22T23:54:40.040611+0000 mgr.smithi046.eiolnw (mgr.14197) 334 : cluster [DBG] pgmap v281: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:41.834 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e2b7ae0a-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:54:43.519 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:54:43 smithi120 bash[20187]: cluster 2024-04-22T23:54:42.041115+0000 mgr.smithi046.eiolnw (mgr.14197) 335 : cluster [DBG] pgmap v282: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:43.519 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:54:43 smithi120 bash[20187]: cluster 2024-04-22T23:54:42.041115+0000 mgr.smithi046.eiolnw (mgr.14197) 335 : cluster [DBG] pgmap v282: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:43.581 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:54:43 smithi046 bash[18768]: cluster 2024-04-22T23:54:42.041115+0000 mgr.smithi046.eiolnw (mgr.14197) 335 : cluster [DBG] pgmap v282: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:43.581 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:54:43 smithi046 bash[18768]: cluster 2024-04-22T23:54:42.041115+0000 mgr.smithi046.eiolnw (mgr.14197) 335 : cluster [DBG] pgmap v282: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:45.519 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:54:45 smithi120 bash[20187]: cluster 2024-04-22T23:54:44.042038+0000 mgr.smithi046.eiolnw (mgr.14197) 336 : cluster [DBG] pgmap v283: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:45.519 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:54:45 smithi120 bash[20187]: cluster 2024-04-22T23:54:44.042038+0000 mgr.smithi046.eiolnw (mgr.14197) 336 : cluster [DBG] pgmap v283: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:45.581 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:54:45 smithi046 bash[18768]: cluster 2024-04-22T23:54:44.042038+0000 mgr.smithi046.eiolnw (mgr.14197) 336 : cluster [DBG] pgmap v283: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:45.581 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:54:45 smithi046 bash[18768]: cluster 2024-04-22T23:54:44.042038+0000 mgr.smithi046.eiolnw (mgr.14197) 336 : cluster [DBG] pgmap v283: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:46.617 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/mon.smithi046/config 2024-04-22T23:54:47.451 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:54:47 smithi046 bash[18768]: cluster 2024-04-22T23:54:46.043017+0000 mgr.smithi046.eiolnw (mgr.14197) 337 : cluster [DBG] pgmap v284: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:47.451 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:54:47 smithi046 bash[18768]: cluster 2024-04-22T23:54:46.043017+0000 mgr.smithi046.eiolnw (mgr.14197) 337 : cluster [DBG] pgmap v284: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:47.518 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:54:47 smithi120 bash[20187]: cluster 2024-04-22T23:54:46.043017+0000 mgr.smithi046.eiolnw (mgr.14197) 337 : cluster [DBG] pgmap v284: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:47.519 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:54:47 smithi120 bash[20187]: cluster 2024-04-22T23:54:46.043017+0000 mgr.smithi046.eiolnw (mgr.14197) 337 : cluster [DBG] pgmap v284: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:47.861 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T23:54:48.518 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:54:48 smithi120 bash[20187]: audit 2024-04-22T23:54:47.871708+0000 mon.smithi046 (mon.0) 489 : audit [DBG] from='client.? 172.21.15.46:0/3266558277' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:54:48.519 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:54:48 smithi120 bash[20187]: audit 2024-04-22T23:54:47.871708+0000 mon.smithi046 (mon.0) 489 : audit [DBG] from='client.? 172.21.15.46:0/3266558277' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:54:48.581 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:54:48 smithi046 bash[18768]: audit 2024-04-22T23:54:47.871708+0000 mon.smithi046 (mon.0) 489 : audit [DBG] from='client.? 172.21.15.46:0/3266558277' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:54:48.581 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:54:48 smithi046 bash[18768]: audit 2024-04-22T23:54:47.871708+0000 mon.smithi046 (mon.0) 489 : audit [DBG] from='client.? 172.21.15.46:0/3266558277' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:54:48.629 INFO:teuthology.orchestra.run.smithi046.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-22T23:54:49.519 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:54:49 smithi120 bash[20187]: cluster 2024-04-22T23:54:48.044013+0000 mgr.smithi046.eiolnw (mgr.14197) 338 : cluster [DBG] pgmap v285: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:49.519 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:54:49 smithi120 bash[20187]: cluster 2024-04-22T23:54:48.044013+0000 mgr.smithi046.eiolnw (mgr.14197) 338 : cluster [DBG] pgmap v285: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:49.581 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:54:49 smithi046 bash[18768]: cluster 2024-04-22T23:54:48.044013+0000 mgr.smithi046.eiolnw (mgr.14197) 338 : cluster [DBG] pgmap v285: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:49.581 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:54:49 smithi046 bash[18768]: cluster 2024-04-22T23:54:48.044013+0000 mgr.smithi046.eiolnw (mgr.14197) 338 : cluster [DBG] pgmap v285: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:49.630 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e2b7ae0a-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:54:51.518 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:54:51 smithi120 bash[20187]: cluster 2024-04-22T23:54:50.045031+0000 mgr.smithi046.eiolnw (mgr.14197) 339 : cluster [DBG] pgmap v286: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:51.519 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:54:51 smithi120 bash[20187]: cluster 2024-04-22T23:54:50.045031+0000 mgr.smithi046.eiolnw (mgr.14197) 339 : cluster [DBG] pgmap v286: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:51.581 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:54:51 smithi046 bash[18768]: cluster 2024-04-22T23:54:50.045031+0000 mgr.smithi046.eiolnw (mgr.14197) 339 : cluster [DBG] pgmap v286: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:51.581 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:54:51 smithi046 bash[18768]: cluster 2024-04-22T23:54:50.045031+0000 mgr.smithi046.eiolnw (mgr.14197) 339 : cluster [DBG] pgmap v286: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:53.518 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:54:53 smithi120 bash[20187]: cluster 2024-04-22T23:54:52.046231+0000 mgr.smithi046.eiolnw (mgr.14197) 340 : cluster [DBG] pgmap v287: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:53.519 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:54:53 smithi120 bash[20187]: cluster 2024-04-22T23:54:52.046231+0000 mgr.smithi046.eiolnw (mgr.14197) 340 : cluster [DBG] pgmap v287: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:53.581 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:54:53 smithi046 bash[18768]: cluster 2024-04-22T23:54:52.046231+0000 mgr.smithi046.eiolnw (mgr.14197) 340 : cluster [DBG] pgmap v287: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:53.581 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:54:53 smithi046 bash[18768]: cluster 2024-04-22T23:54:52.046231+0000 mgr.smithi046.eiolnw (mgr.14197) 340 : cluster [DBG] pgmap v287: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:54.396 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/mon.smithi046/config 2024-04-22T23:54:55.518 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:54:55 smithi120 bash[20187]: cluster 2024-04-22T23:54:54.047291+0000 mgr.smithi046.eiolnw (mgr.14197) 341 : cluster [DBG] pgmap v288: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:55.519 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:54:55 smithi120 bash[20187]: cluster 2024-04-22T23:54:54.047291+0000 mgr.smithi046.eiolnw (mgr.14197) 341 : cluster [DBG] pgmap v288: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:55.519 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:54:55 smithi120 bash[20187]: audit 2024-04-22T23:54:54.415582+0000 mon.smithi046 (mon.0) 490 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:54:55.519 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:54:55 smithi120 bash[20187]: audit 2024-04-22T23:54:54.415582+0000 mon.smithi046 (mon.0) 490 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:54:55.581 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:54:55 smithi046 bash[18768]: cluster 2024-04-22T23:54:54.047291+0000 mgr.smithi046.eiolnw (mgr.14197) 341 : cluster [DBG] pgmap v288: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:55.581 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:54:55 smithi046 bash[18768]: cluster 2024-04-22T23:54:54.047291+0000 mgr.smithi046.eiolnw (mgr.14197) 341 : cluster [DBG] pgmap v288: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:55.581 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:54:55 smithi046 bash[18768]: audit 2024-04-22T23:54:54.415582+0000 mon.smithi046 (mon.0) 490 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:54:55.581 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:54:55 smithi046 bash[18768]: audit 2024-04-22T23:54:54.415582+0000 mon.smithi046 (mon.0) 490 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:54:55.637 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T23:54:56.426 INFO:teuthology.orchestra.run.smithi046.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-22T23:54:56.831 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:54:56 smithi046 bash[18768]: audit 2024-04-22T23:54:55.647821+0000 mon.smithi046 (mon.0) 491 : audit [DBG] from='client.? 172.21.15.46:0/3774410079' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:54:56.831 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:54:56 smithi046 bash[18768]: audit 2024-04-22T23:54:55.647821+0000 mon.smithi046 (mon.0) 491 : audit [DBG] from='client.? 172.21.15.46:0/3774410079' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:54:57.018 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:54:56 smithi120 bash[20187]: audit 2024-04-22T23:54:55.647821+0000 mon.smithi046 (mon.0) 491 : audit [DBG] from='client.? 172.21.15.46:0/3774410079' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:54:57.018 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:54:56 smithi120 bash[20187]: audit 2024-04-22T23:54:55.647821+0000 mon.smithi046 (mon.0) 491 : audit [DBG] from='client.? 172.21.15.46:0/3774410079' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:54:57.427 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e2b7ae0a-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:54:57.831 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:54:57 smithi046 bash[18768]: cluster 2024-04-22T23:54:56.048330+0000 mgr.smithi046.eiolnw (mgr.14197) 342 : cluster [DBG] pgmap v289: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:57.833 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:54:57 smithi046 bash[18768]: cluster 2024-04-22T23:54:56.048330+0000 mgr.smithi046.eiolnw (mgr.14197) 342 : cluster [DBG] pgmap v289: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:58.018 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:54:57 smithi120 bash[20187]: cluster 2024-04-22T23:54:56.048330+0000 mgr.smithi046.eiolnw (mgr.14197) 342 : cluster [DBG] pgmap v289: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:58.019 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:54:57 smithi120 bash[20187]: cluster 2024-04-22T23:54:56.048330+0000 mgr.smithi046.eiolnw (mgr.14197) 342 : cluster [DBG] pgmap v289: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:59.018 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:54:58 smithi120 bash[20187]: audit 2024-04-22T23:54:58.090804+0000 mon.smithi046 (mon.0) 492 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:54:59.018 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:54:58 smithi120 bash[20187]: audit 2024-04-22T23:54:58.090804+0000 mon.smithi046 (mon.0) 492 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:54:59.081 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:54:58 smithi046 bash[18768]: audit 2024-04-22T23:54:58.090804+0000 mon.smithi046 (mon.0) 492 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:54:59.081 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:54:58 smithi046 bash[18768]: audit 2024-04-22T23:54:58.090804+0000 mon.smithi046 (mon.0) 492 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:54:59.831 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:54:59 smithi046 bash[18768]: cluster 2024-04-22T23:54:58.049365+0000 mgr.smithi046.eiolnw (mgr.14197) 343 : cluster [DBG] pgmap v290: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:59.831 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:54:59 smithi046 bash[18768]: cluster 2024-04-22T23:54:58.049365+0000 mgr.smithi046.eiolnw (mgr.14197) 343 : cluster [DBG] pgmap v290: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:00.018 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:54:59 smithi120 bash[20187]: cluster 2024-04-22T23:54:58.049365+0000 mgr.smithi046.eiolnw (mgr.14197) 343 : cluster [DBG] pgmap v290: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:00.019 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:54:59 smithi120 bash[20187]: cluster 2024-04-22T23:54:58.049365+0000 mgr.smithi046.eiolnw (mgr.14197) 343 : cluster [DBG] pgmap v290: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:01.768 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:55:01 smithi120 bash[20187]: cluster 2024-04-22T23:55:00.050377+0000 mgr.smithi046.eiolnw (mgr.14197) 344 : cluster [DBG] pgmap v291: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:01.769 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:55:01 smithi120 bash[20187]: cluster 2024-04-22T23:55:00.050377+0000 mgr.smithi046.eiolnw (mgr.14197) 344 : cluster [DBG] pgmap v291: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:01.831 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:55:01 smithi046 bash[18768]: cluster 2024-04-22T23:55:00.050377+0000 mgr.smithi046.eiolnw (mgr.14197) 344 : cluster [DBG] pgmap v291: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:01.831 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:55:01 smithi046 bash[18768]: cluster 2024-04-22T23:55:00.050377+0000 mgr.smithi046.eiolnw (mgr.14197) 344 : cluster [DBG] pgmap v291: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:02.201 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/mon.smithi046/config 2024-04-22T23:55:03.456 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T23:55:03.831 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:55:03 smithi046 bash[18768]: cluster 2024-04-22T23:55:02.051460+0000 mgr.smithi046.eiolnw (mgr.14197) 345 : cluster [DBG] pgmap v292: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:03.831 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:55:03 smithi046 bash[18768]: cluster 2024-04-22T23:55:02.051460+0000 mgr.smithi046.eiolnw (mgr.14197) 345 : cluster [DBG] pgmap v292: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:03.831 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:55:03 smithi046 bash[18768]: audit 2024-04-22T23:55:03.466231+0000 mon.smithi046 (mon.0) 493 : audit [DBG] from='client.? 172.21.15.46:0/2542693929' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:55:03.831 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:55:03 smithi046 bash[18768]: audit 2024-04-22T23:55:03.466231+0000 mon.smithi046 (mon.0) 493 : audit [DBG] from='client.? 172.21.15.46:0/2542693929' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:55:04.018 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:55:03 smithi120 bash[20187]: cluster 2024-04-22T23:55:02.051460+0000 mgr.smithi046.eiolnw (mgr.14197) 345 : cluster [DBG] pgmap v292: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:04.018 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:55:03 smithi120 bash[20187]: cluster 2024-04-22T23:55:02.051460+0000 mgr.smithi046.eiolnw (mgr.14197) 345 : cluster [DBG] pgmap v292: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:04.019 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:55:03 smithi120 bash[20187]: audit 2024-04-22T23:55:03.466231+0000 mon.smithi046 (mon.0) 493 : audit [DBG] from='client.? 172.21.15.46:0/2542693929' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:55:04.019 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:55:03 smithi120 bash[20187]: audit 2024-04-22T23:55:03.466231+0000 mon.smithi046 (mon.0) 493 : audit [DBG] from='client.? 172.21.15.46:0/2542693929' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:55:04.443 INFO:teuthology.orchestra.run.smithi046.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-22T23:55:05.444 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e2b7ae0a-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:55:05.831 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:55:05 smithi046 bash[18768]: cluster 2024-04-22T23:55:04.052470+0000 mgr.smithi046.eiolnw (mgr.14197) 346 : cluster [DBG] pgmap v293: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:05.831 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:55:05 smithi046 bash[18768]: cluster 2024-04-22T23:55:04.052470+0000 mgr.smithi046.eiolnw (mgr.14197) 346 : cluster [DBG] pgmap v293: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:06.018 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:55:05 smithi120 bash[20187]: cluster 2024-04-22T23:55:04.052470+0000 mgr.smithi046.eiolnw (mgr.14197) 346 : cluster [DBG] pgmap v293: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:06.018 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:55:05 smithi120 bash[20187]: cluster 2024-04-22T23:55:04.052470+0000 mgr.smithi046.eiolnw (mgr.14197) 346 : cluster [DBG] pgmap v293: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:07.019 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:55:06 smithi120 bash[20187]: audit 2024-04-22T23:55:05.757927+0000 mon.smithi046 (mon.0) 494 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:55:07.019 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:55:06 smithi120 bash[20187]: audit 2024-04-22T23:55:05.757927+0000 mon.smithi046 (mon.0) 494 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:55:07.019 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:55:06 smithi120 bash[20187]: audit 2024-04-22T23:55:05.759394+0000 mon.smithi046 (mon.0) 495 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:55:07.019 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:55:06 smithi120 bash[20187]: audit 2024-04-22T23:55:05.759394+0000 mon.smithi046 (mon.0) 495 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:55:07.019 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:55:06 smithi120 bash[20187]: cluster 2024-04-22T23:55:05.761393+0000 mgr.smithi046.eiolnw (mgr.14197) 347 : cluster [DBG] pgmap v294: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:07.019 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:55:06 smithi120 bash[20187]: cluster 2024-04-22T23:55:05.761393+0000 mgr.smithi046.eiolnw (mgr.14197) 347 : cluster [DBG] pgmap v294: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:07.019 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:55:06 smithi120 bash[20187]: cluster 2024-04-22T23:55:05.762163+0000 mgr.smithi046.eiolnw (mgr.14197) 348 : cluster [DBG] pgmap v295: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:07.019 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:55:06 smithi120 bash[20187]: cluster 2024-04-22T23:55:05.762163+0000 mgr.smithi046.eiolnw (mgr.14197) 348 : cluster [DBG] pgmap v295: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:07.019 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:55:06 smithi120 bash[20187]: audit 2024-04-22T23:55:05.768972+0000 mon.smithi046 (mon.0) 496 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:55:07.019 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:55:06 smithi120 bash[20187]: audit 2024-04-22T23:55:05.768972+0000 mon.smithi046 (mon.0) 496 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:55:07.019 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:55:06 smithi120 bash[20187]: audit 2024-04-22T23:55:05.776685+0000 mon.smithi046 (mon.0) 497 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-22T23:55:07.020 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:55:06 smithi120 bash[20187]: audit 2024-04-22T23:55:05.776685+0000 mon.smithi046 (mon.0) 497 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-22T23:55:07.081 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:55:06 smithi046 bash[18768]: audit 2024-04-22T23:55:05.757927+0000 mon.smithi046 (mon.0) 494 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:55:07.081 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:55:06 smithi046 bash[18768]: audit 2024-04-22T23:55:05.757927+0000 mon.smithi046 (mon.0) 494 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:55:07.081 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:55:06 smithi046 bash[18768]: audit 2024-04-22T23:55:05.759394+0000 mon.smithi046 (mon.0) 495 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:55:07.081 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:55:06 smithi046 bash[18768]: audit 2024-04-22T23:55:05.759394+0000 mon.smithi046 (mon.0) 495 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:55:07.081 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:55:06 smithi046 bash[18768]: cluster 2024-04-22T23:55:05.761393+0000 mgr.smithi046.eiolnw (mgr.14197) 347 : cluster [DBG] pgmap v294: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:07.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:55:06 smithi046 bash[18768]: cluster 2024-04-22T23:55:05.761393+0000 mgr.smithi046.eiolnw (mgr.14197) 347 : cluster [DBG] pgmap v294: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:07.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:55:06 smithi046 bash[18768]: cluster 2024-04-22T23:55:05.762163+0000 mgr.smithi046.eiolnw (mgr.14197) 348 : cluster [DBG] pgmap v295: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:07.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:55:06 smithi046 bash[18768]: cluster 2024-04-22T23:55:05.762163+0000 mgr.smithi046.eiolnw (mgr.14197) 348 : cluster [DBG] pgmap v295: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:07.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:55:06 smithi046 bash[18768]: audit 2024-04-22T23:55:05.768972+0000 mon.smithi046 (mon.0) 496 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:55:07.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:55:06 smithi046 bash[18768]: audit 2024-04-22T23:55:05.768972+0000 mon.smithi046 (mon.0) 496 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:55:07.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:55:06 smithi046 bash[18768]: audit 2024-04-22T23:55:05.776685+0000 mon.smithi046 (mon.0) 497 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-22T23:55:07.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:55:06 smithi046 bash[18768]: audit 2024-04-22T23:55:05.776685+0000 mon.smithi046 (mon.0) 497 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-22T23:55:09.081 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:55:08 smithi046 bash[18768]: cluster 2024-04-22T23:55:07.763106+0000 mgr.smithi046.eiolnw (mgr.14197) 349 : cluster [DBG] pgmap v296: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:09.081 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:55:08 smithi046 bash[18768]: cluster 2024-04-22T23:55:07.763106+0000 mgr.smithi046.eiolnw (mgr.14197) 349 : cluster [DBG] pgmap v296: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:09.212 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:55:08 smithi120 bash[20187]: cluster 2024-04-22T23:55:07.763106+0000 mgr.smithi046.eiolnw (mgr.14197) 349 : cluster [DBG] pgmap v296: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:09.212 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:55:08 smithi120 bash[20187]: cluster 2024-04-22T23:55:07.763106+0000 mgr.smithi046.eiolnw (mgr.14197) 349 : cluster [DBG] pgmap v296: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:10.081 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:55:09 smithi046 bash[18768]: audit 2024-04-22T23:55:09.415691+0000 mon.smithi046 (mon.0) 498 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:55:10.081 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:55:09 smithi046 bash[18768]: audit 2024-04-22T23:55:09.415691+0000 mon.smithi046 (mon.0) 498 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:55:10.219 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/mon.smithi046/config 2024-04-22T23:55:10.268 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:55:09 smithi120 bash[20187]: audit 2024-04-22T23:55:09.415691+0000 mon.smithi046 (mon.0) 498 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:55:10.268 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:55:09 smithi120 bash[20187]: audit 2024-04-22T23:55:09.415691+0000 mon.smithi046 (mon.0) 498 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:55:11.080 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:55:10 smithi046 bash[18768]: cluster 2024-04-22T23:55:09.764115+0000 mgr.smithi046.eiolnw (mgr.14197) 350 : cluster [DBG] pgmap v297: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:11.080 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:55:10 smithi046 bash[18768]: cluster 2024-04-22T23:55:09.764115+0000 mgr.smithi046.eiolnw (mgr.14197) 350 : cluster [DBG] pgmap v297: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:11.268 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:55:10 smithi120 bash[20187]: cluster 2024-04-22T23:55:09.764115+0000 mgr.smithi046.eiolnw (mgr.14197) 350 : cluster [DBG] pgmap v297: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:11.268 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:55:10 smithi120 bash[20187]: cluster 2024-04-22T23:55:09.764115+0000 mgr.smithi046.eiolnw (mgr.14197) 350 : cluster [DBG] pgmap v297: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:11.467 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T23:55:12.081 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:55:11 smithi046 bash[18768]: audit 2024-04-22T23:55:11.478207+0000 mon.smithi046 (mon.0) 499 : audit [DBG] from='client.? 172.21.15.46:0/904397604' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:55:12.081 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:55:11 smithi046 bash[18768]: audit 2024-04-22T23:55:11.478207+0000 mon.smithi046 (mon.0) 499 : audit [DBG] from='client.? 172.21.15.46:0/904397604' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:55:12.253 INFO:teuthology.orchestra.run.smithi046.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-22T23:55:12.268 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:55:11 smithi120 bash[20187]: audit 2024-04-22T23:55:11.478207+0000 mon.smithi046 (mon.0) 499 : audit [DBG] from='client.? 172.21.15.46:0/904397604' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:55:12.268 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:55:11 smithi120 bash[20187]: audit 2024-04-22T23:55:11.478207+0000 mon.smithi046 (mon.0) 499 : audit [DBG] from='client.? 172.21.15.46:0/904397604' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:55:13.081 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:55:12 smithi046 bash[18768]: cluster 2024-04-22T23:55:11.765097+0000 mgr.smithi046.eiolnw (mgr.14197) 351 : cluster [DBG] pgmap v298: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:13.081 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:55:12 smithi046 bash[18768]: cluster 2024-04-22T23:55:11.765097+0000 mgr.smithi046.eiolnw (mgr.14197) 351 : cluster [DBG] pgmap v298: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:13.255 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e2b7ae0a-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:55:13.268 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:55:12 smithi120 bash[20187]: cluster 2024-04-22T23:55:11.765097+0000 mgr.smithi046.eiolnw (mgr.14197) 351 : cluster [DBG] pgmap v298: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:13.268 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:55:12 smithi120 bash[20187]: cluster 2024-04-22T23:55:11.765097+0000 mgr.smithi046.eiolnw (mgr.14197) 351 : cluster [DBG] pgmap v298: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:15.268 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:55:14 smithi120 bash[20187]: cluster 2024-04-22T23:55:13.766062+0000 mgr.smithi046.eiolnw (mgr.14197) 352 : cluster [DBG] pgmap v299: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:15.268 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:55:14 smithi120 bash[20187]: cluster 2024-04-22T23:55:13.766062+0000 mgr.smithi046.eiolnw (mgr.14197) 352 : cluster [DBG] pgmap v299: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:15.331 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:55:14 smithi046 bash[18768]: cluster 2024-04-22T23:55:13.766062+0000 mgr.smithi046.eiolnw (mgr.14197) 352 : cluster [DBG] pgmap v299: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:15.331 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:55:14 smithi046 bash[18768]: cluster 2024-04-22T23:55:13.766062+0000 mgr.smithi046.eiolnw (mgr.14197) 352 : cluster [DBG] pgmap v299: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:17.268 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:55:16 smithi120 bash[20187]: cluster 2024-04-22T23:55:15.767060+0000 mgr.smithi046.eiolnw (mgr.14197) 353 : cluster [DBG] pgmap v300: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:17.268 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:55:16 smithi120 bash[20187]: cluster 2024-04-22T23:55:15.767060+0000 mgr.smithi046.eiolnw (mgr.14197) 353 : cluster [DBG] pgmap v300: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:17.331 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:55:16 smithi046 bash[18768]: cluster 2024-04-22T23:55:15.767060+0000 mgr.smithi046.eiolnw (mgr.14197) 353 : cluster [DBG] pgmap v300: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:17.331 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:55:16 smithi046 bash[18768]: cluster 2024-04-22T23:55:15.767060+0000 mgr.smithi046.eiolnw (mgr.14197) 353 : cluster [DBG] pgmap v300: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:18.035 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/mon.smithi046/config 2024-04-22T23:55:19.213 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:55:18 smithi120 bash[20187]: cluster 2024-04-22T23:55:17.768065+0000 mgr.smithi046.eiolnw (mgr.14197) 354 : cluster [DBG] pgmap v301: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:19.213 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:55:18 smithi120 bash[20187]: cluster 2024-04-22T23:55:17.768065+0000 mgr.smithi046.eiolnw (mgr.14197) 354 : cluster [DBG] pgmap v301: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:19.330 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T23:55:19.330 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:55:18 smithi046 bash[18768]: cluster 2024-04-22T23:55:17.768065+0000 mgr.smithi046.eiolnw (mgr.14197) 354 : cluster [DBG] pgmap v301: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:19.331 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:55:18 smithi046 bash[18768]: cluster 2024-04-22T23:55:17.768065+0000 mgr.smithi046.eiolnw (mgr.14197) 354 : cluster [DBG] pgmap v301: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:20.008 INFO:teuthology.orchestra.run.smithi046.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-22T23:55:20.268 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:55:19 smithi120 bash[20187]: audit 2024-04-22T23:55:19.340713+0000 mon.smithi046 (mon.0) 500 : audit [DBG] from='client.? 172.21.15.46:0/3335775107' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:55:20.268 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:55:19 smithi120 bash[20187]: audit 2024-04-22T23:55:19.340713+0000 mon.smithi046 (mon.0) 500 : audit [DBG] from='client.? 172.21.15.46:0/3335775107' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:55:20.331 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:55:19 smithi046 bash[18768]: audit 2024-04-22T23:55:19.340713+0000 mon.smithi046 (mon.0) 500 : audit [DBG] from='client.? 172.21.15.46:0/3335775107' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:55:20.331 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:55:19 smithi046 bash[18768]: audit 2024-04-22T23:55:19.340713+0000 mon.smithi046 (mon.0) 500 : audit [DBG] from='client.? 172.21.15.46:0/3335775107' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:55:21.009 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e2b7ae0a-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:55:21.268 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:55:20 smithi120 bash[20187]: cluster 2024-04-22T23:55:19.769084+0000 mgr.smithi046.eiolnw (mgr.14197) 355 : cluster [DBG] pgmap v302: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:21.268 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:55:20 smithi120 bash[20187]: cluster 2024-04-22T23:55:19.769084+0000 mgr.smithi046.eiolnw (mgr.14197) 355 : cluster [DBG] pgmap v302: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:21.331 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:55:20 smithi046 bash[18768]: cluster 2024-04-22T23:55:19.769084+0000 mgr.smithi046.eiolnw (mgr.14197) 355 : cluster [DBG] pgmap v302: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:21.331 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:55:20 smithi046 bash[18768]: cluster 2024-04-22T23:55:19.769084+0000 mgr.smithi046.eiolnw (mgr.14197) 355 : cluster [DBG] pgmap v302: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:23.268 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:55:22 smithi120 bash[20187]: cluster 2024-04-22T23:55:21.770113+0000 mgr.smithi046.eiolnw (mgr.14197) 356 : cluster [DBG] pgmap v303: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:23.268 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:55:22 smithi120 bash[20187]: cluster 2024-04-22T23:55:21.770113+0000 mgr.smithi046.eiolnw (mgr.14197) 356 : cluster [DBG] pgmap v303: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:23.331 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:55:22 smithi046 bash[18768]: cluster 2024-04-22T23:55:21.770113+0000 mgr.smithi046.eiolnw (mgr.14197) 356 : cluster [DBG] pgmap v303: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:23.331 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:55:22 smithi046 bash[18768]: cluster 2024-04-22T23:55:21.770113+0000 mgr.smithi046.eiolnw (mgr.14197) 356 : cluster [DBG] pgmap v303: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:25.268 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:55:24 smithi120 bash[20187]: cluster 2024-04-22T23:55:23.770638+0000 mgr.smithi046.eiolnw (mgr.14197) 357 : cluster [DBG] pgmap v304: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:25.268 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:55:24 smithi120 bash[20187]: cluster 2024-04-22T23:55:23.770638+0000 mgr.smithi046.eiolnw (mgr.14197) 357 : cluster [DBG] pgmap v304: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:25.269 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:55:24 smithi120 bash[20187]: audit 2024-04-22T23:55:24.416213+0000 mon.smithi046 (mon.0) 501 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:55:25.269 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:55:24 smithi120 bash[20187]: audit 2024-04-22T23:55:24.416213+0000 mon.smithi046 (mon.0) 501 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:55:25.331 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:55:24 smithi046 bash[18768]: cluster 2024-04-22T23:55:23.770638+0000 mgr.smithi046.eiolnw (mgr.14197) 357 : cluster [DBG] pgmap v304: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:25.331 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:55:24 smithi046 bash[18768]: cluster 2024-04-22T23:55:23.770638+0000 mgr.smithi046.eiolnw (mgr.14197) 357 : cluster [DBG] pgmap v304: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:25.331 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:55:24 smithi046 bash[18768]: audit 2024-04-22T23:55:24.416213+0000 mon.smithi046 (mon.0) 501 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:55:25.331 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:55:24 smithi046 bash[18768]: audit 2024-04-22T23:55:24.416213+0000 mon.smithi046 (mon.0) 501 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:55:25.775 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/mon.smithi046/config 2024-04-22T23:55:27.007 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T23:55:27.268 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:55:26 smithi120 bash[20187]: cluster 2024-04-22T23:55:25.771607+0000 mgr.smithi046.eiolnw (mgr.14197) 358 : cluster [DBG] pgmap v305: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:27.268 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:55:26 smithi120 bash[20187]: cluster 2024-04-22T23:55:25.771607+0000 mgr.smithi046.eiolnw (mgr.14197) 358 : cluster [DBG] pgmap v305: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:27.298 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:55:26 smithi046 bash[18768]: cluster 2024-04-22T23:55:25.771607+0000 mgr.smithi046.eiolnw (mgr.14197) 358 : cluster [DBG] pgmap v305: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:27.298 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:55:26 smithi046 bash[18768]: cluster 2024-04-22T23:55:25.771607+0000 mgr.smithi046.eiolnw (mgr.14197) 358 : cluster [DBG] pgmap v305: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:27.723 INFO:teuthology.orchestra.run.smithi046.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-22T23:55:28.081 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:55:27 smithi046 bash[18768]: audit 2024-04-22T23:55:27.017586+0000 mon.smithi046 (mon.0) 502 : audit [DBG] from='client.? 172.21.15.46:0/581795285' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:55:28.081 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:55:27 smithi046 bash[18768]: audit 2024-04-22T23:55:27.017586+0000 mon.smithi046 (mon.0) 502 : audit [DBG] from='client.? 172.21.15.46:0/581795285' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:55:28.268 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:55:27 smithi120 bash[20187]: audit 2024-04-22T23:55:27.017586+0000 mon.smithi046 (mon.0) 502 : audit [DBG] from='client.? 172.21.15.46:0/581795285' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:55:28.268 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:55:27 smithi120 bash[20187]: audit 2024-04-22T23:55:27.017586+0000 mon.smithi046 (mon.0) 502 : audit [DBG] from='client.? 172.21.15.46:0/581795285' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:55:28.724 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e2b7ae0a-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:55:29.081 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:55:28 smithi046 bash[18768]: cluster 2024-04-22T23:55:27.772676+0000 mgr.smithi046.eiolnw (mgr.14197) 359 : cluster [DBG] pgmap v306: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:29.081 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:55:28 smithi046 bash[18768]: cluster 2024-04-22T23:55:27.772676+0000 mgr.smithi046.eiolnw (mgr.14197) 359 : cluster [DBG] pgmap v306: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:29.213 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:55:28 smithi120 bash[20187]: cluster 2024-04-22T23:55:27.772676+0000 mgr.smithi046.eiolnw (mgr.14197) 359 : cluster [DBG] pgmap v306: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:29.213 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:55:28 smithi120 bash[20187]: cluster 2024-04-22T23:55:27.772676+0000 mgr.smithi046.eiolnw (mgr.14197) 359 : cluster [DBG] pgmap v306: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:31.268 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:55:30 smithi120 bash[20187]: cluster 2024-04-22T23:55:29.773831+0000 mgr.smithi046.eiolnw (mgr.14197) 360 : cluster [DBG] pgmap v307: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:31.268 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:55:30 smithi120 bash[20187]: cluster 2024-04-22T23:55:29.773831+0000 mgr.smithi046.eiolnw (mgr.14197) 360 : cluster [DBG] pgmap v307: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:31.333 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:55:30 smithi046 bash[18768]: cluster 2024-04-22T23:55:29.773831+0000 mgr.smithi046.eiolnw (mgr.14197) 360 : cluster [DBG] pgmap v307: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:31.333 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:55:30 smithi046 bash[18768]: cluster 2024-04-22T23:55:29.773831+0000 mgr.smithi046.eiolnw (mgr.14197) 360 : cluster [DBG] pgmap v307: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:33.268 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:55:32 smithi120 bash[20187]: cluster 2024-04-22T23:55:31.774796+0000 mgr.smithi046.eiolnw (mgr.14197) 361 : cluster [DBG] pgmap v308: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:33.268 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:55:32 smithi120 bash[20187]: cluster 2024-04-22T23:55:31.774796+0000 mgr.smithi046.eiolnw (mgr.14197) 361 : cluster [DBG] pgmap v308: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:33.331 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:55:32 smithi046 bash[18768]: cluster 2024-04-22T23:55:31.774796+0000 mgr.smithi046.eiolnw (mgr.14197) 361 : cluster [DBG] pgmap v308: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:33.331 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:55:32 smithi046 bash[18768]: cluster 2024-04-22T23:55:31.774796+0000 mgr.smithi046.eiolnw (mgr.14197) 361 : cluster [DBG] pgmap v308: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:33.501 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/mon.smithi046/config 2024-04-22T23:55:34.710 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T23:55:35.021 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:55:34 smithi046 bash[18768]: cluster 2024-04-22T23:55:33.775603+0000 mgr.smithi046.eiolnw (mgr.14197) 362 : cluster [DBG] pgmap v309: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:35.022 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:55:34 smithi046 bash[18768]: cluster 2024-04-22T23:55:33.775603+0000 mgr.smithi046.eiolnw (mgr.14197) 362 : cluster [DBG] pgmap v309: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:35.022 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:55:34 smithi046 bash[18768]: audit 2024-04-22T23:55:34.720760+0000 mon.smithi046 (mon.0) 503 : audit [DBG] from='client.? 172.21.15.46:0/3879364530' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:55:35.022 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:55:34 smithi046 bash[18768]: audit 2024-04-22T23:55:34.720760+0000 mon.smithi046 (mon.0) 503 : audit [DBG] from='client.? 172.21.15.46:0/3879364530' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:55:35.268 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:55:34 smithi120 bash[20187]: cluster 2024-04-22T23:55:33.775603+0000 mgr.smithi046.eiolnw (mgr.14197) 362 : cluster [DBG] pgmap v309: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:35.268 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:55:34 smithi120 bash[20187]: cluster 2024-04-22T23:55:33.775603+0000 mgr.smithi046.eiolnw (mgr.14197) 362 : cluster [DBG] pgmap v309: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:35.268 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:55:34 smithi120 bash[20187]: audit 2024-04-22T23:55:34.720760+0000 mon.smithi046 (mon.0) 503 : audit [DBG] from='client.? 172.21.15.46:0/3879364530' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:55:35.268 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:55:34 smithi120 bash[20187]: audit 2024-04-22T23:55:34.720760+0000 mon.smithi046 (mon.0) 503 : audit [DBG] from='client.? 172.21.15.46:0/3879364530' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:55:35.437 INFO:teuthology.orchestra.run.smithi046.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-22T23:55:36.437 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e2b7ae0a-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:55:37.268 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:55:36 smithi120 bash[20187]: cluster 2024-04-22T23:55:35.776704+0000 mgr.smithi046.eiolnw (mgr.14197) 363 : cluster [DBG] pgmap v310: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:37.268 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:55:36 smithi120 bash[20187]: cluster 2024-04-22T23:55:35.776704+0000 mgr.smithi046.eiolnw (mgr.14197) 363 : cluster [DBG] pgmap v310: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:37.331 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:55:36 smithi046 bash[18768]: cluster 2024-04-22T23:55:35.776704+0000 mgr.smithi046.eiolnw (mgr.14197) 363 : cluster [DBG] pgmap v310: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:37.331 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:55:36 smithi046 bash[18768]: cluster 2024-04-22T23:55:35.776704+0000 mgr.smithi046.eiolnw (mgr.14197) 363 : cluster [DBG] pgmap v310: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:39.214 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:55:38 smithi120 bash[20187]: cluster 2024-04-22T23:55:37.777761+0000 mgr.smithi046.eiolnw (mgr.14197) 364 : cluster [DBG] pgmap v311: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:39.214 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:55:38 smithi120 bash[20187]: cluster 2024-04-22T23:55:37.777761+0000 mgr.smithi046.eiolnw (mgr.14197) 364 : cluster [DBG] pgmap v311: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:39.331 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:55:38 smithi046 bash[18768]: cluster 2024-04-22T23:55:37.777761+0000 mgr.smithi046.eiolnw (mgr.14197) 364 : cluster [DBG] pgmap v311: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:39.331 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:55:38 smithi046 bash[18768]: cluster 2024-04-22T23:55:37.777761+0000 mgr.smithi046.eiolnw (mgr.14197) 364 : cluster [DBG] pgmap v311: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:40.268 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:55:39 smithi120 bash[20187]: audit 2024-04-22T23:55:39.416584+0000 mon.smithi046 (mon.0) 504 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:55:40.268 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:55:39 smithi120 bash[20187]: audit 2024-04-22T23:55:39.416584+0000 mon.smithi046 (mon.0) 504 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:55:40.331 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:55:39 smithi046 bash[18768]: audit 2024-04-22T23:55:39.416584+0000 mon.smithi046 (mon.0) 504 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:55:40.331 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:55:39 smithi046 bash[18768]: audit 2024-04-22T23:55:39.416584+0000 mon.smithi046 (mon.0) 504 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:55:41.213 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/mon.smithi046/config 2024-04-22T23:55:41.237 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:55:40 smithi046 bash[18768]: cluster 2024-04-22T23:55:39.778784+0000 mgr.smithi046.eiolnw (mgr.14197) 365 : cluster [DBG] pgmap v312: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:41.237 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:55:40 smithi046 bash[18768]: cluster 2024-04-22T23:55:39.778784+0000 mgr.smithi046.eiolnw (mgr.14197) 365 : cluster [DBG] pgmap v312: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:41.267 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:55:40 smithi120 bash[20187]: cluster 2024-04-22T23:55:39.778784+0000 mgr.smithi046.eiolnw (mgr.14197) 365 : cluster [DBG] pgmap v312: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:41.268 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:55:40 smithi120 bash[20187]: cluster 2024-04-22T23:55:39.778784+0000 mgr.smithi046.eiolnw (mgr.14197) 365 : cluster [DBG] pgmap v312: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:42.505 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T23:55:43.081 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:55:42 smithi046 bash[18768]: cluster 2024-04-22T23:55:41.779482+0000 mgr.smithi046.eiolnw (mgr.14197) 366 : cluster [DBG] pgmap v313: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:43.081 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:55:42 smithi046 bash[18768]: cluster 2024-04-22T23:55:41.779482+0000 mgr.smithi046.eiolnw (mgr.14197) 366 : cluster [DBG] pgmap v313: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:43.081 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:55:42 smithi046 bash[18768]: audit 2024-04-22T23:55:42.516356+0000 mon.smithi046 (mon.0) 505 : audit [DBG] from='client.? 172.21.15.46:0/3320840945' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:55:43.081 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:55:42 smithi046 bash[18768]: audit 2024-04-22T23:55:42.516356+0000 mon.smithi046 (mon.0) 505 : audit [DBG] from='client.? 172.21.15.46:0/3320840945' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:55:43.178 INFO:teuthology.orchestra.run.smithi046.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-22T23:55:43.268 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:55:42 smithi120 bash[20187]: cluster 2024-04-22T23:55:41.779482+0000 mgr.smithi046.eiolnw (mgr.14197) 366 : cluster [DBG] pgmap v313: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:43.268 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:55:42 smithi120 bash[20187]: cluster 2024-04-22T23:55:41.779482+0000 mgr.smithi046.eiolnw (mgr.14197) 366 : cluster [DBG] pgmap v313: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:43.268 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:55:42 smithi120 bash[20187]: audit 2024-04-22T23:55:42.516356+0000 mon.smithi046 (mon.0) 505 : audit [DBG] from='client.? 172.21.15.46:0/3320840945' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:55:43.268 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:55:42 smithi120 bash[20187]: audit 2024-04-22T23:55:42.516356+0000 mon.smithi046 (mon.0) 505 : audit [DBG] from='client.? 172.21.15.46:0/3320840945' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:55:44.179 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e2b7ae0a-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:55:45.268 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:55:44 smithi120 bash[20187]: cluster 2024-04-22T23:55:43.780446+0000 mgr.smithi046.eiolnw (mgr.14197) 367 : cluster [DBG] pgmap v314: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:45.268 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:55:44 smithi120 bash[20187]: cluster 2024-04-22T23:55:43.780446+0000 mgr.smithi046.eiolnw (mgr.14197) 367 : cluster [DBG] pgmap v314: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:45.331 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:55:44 smithi046 bash[18768]: cluster 2024-04-22T23:55:43.780446+0000 mgr.smithi046.eiolnw (mgr.14197) 367 : cluster [DBG] pgmap v314: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:45.331 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:55:44 smithi046 bash[18768]: cluster 2024-04-22T23:55:43.780446+0000 mgr.smithi046.eiolnw (mgr.14197) 367 : cluster [DBG] pgmap v314: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:47.268 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:55:46 smithi120 bash[20187]: cluster 2024-04-22T23:55:45.781450+0000 mgr.smithi046.eiolnw (mgr.14197) 368 : cluster [DBG] pgmap v315: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:47.268 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:55:46 smithi120 bash[20187]: cluster 2024-04-22T23:55:45.781450+0000 mgr.smithi046.eiolnw (mgr.14197) 368 : cluster [DBG] pgmap v315: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:47.331 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:55:46 smithi046 bash[18768]: cluster 2024-04-22T23:55:45.781450+0000 mgr.smithi046.eiolnw (mgr.14197) 368 : cluster [DBG] pgmap v315: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:47.331 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:55:46 smithi046 bash[18768]: cluster 2024-04-22T23:55:45.781450+0000 mgr.smithi046.eiolnw (mgr.14197) 368 : cluster [DBG] pgmap v315: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:48.940 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/mon.smithi046/config 2024-04-22T23:55:49.214 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:55:48 smithi120 bash[20187]: cluster 2024-04-22T23:55:47.782444+0000 mgr.smithi046.eiolnw (mgr.14197) 369 : cluster [DBG] pgmap v316: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:49.214 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:55:48 smithi120 bash[20187]: cluster 2024-04-22T23:55:47.782444+0000 mgr.smithi046.eiolnw (mgr.14197) 369 : cluster [DBG] pgmap v316: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:49.331 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:55:48 smithi046 bash[18768]: cluster 2024-04-22T23:55:47.782444+0000 mgr.smithi046.eiolnw (mgr.14197) 369 : cluster [DBG] pgmap v316: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:49.331 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:55:48 smithi046 bash[18768]: cluster 2024-04-22T23:55:47.782444+0000 mgr.smithi046.eiolnw (mgr.14197) 369 : cluster [DBG] pgmap v316: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:50.241 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T23:55:50.983 INFO:teuthology.orchestra.run.smithi046.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-22T23:55:51.268 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:55:50 smithi120 bash[20187]: cluster 2024-04-22T23:55:49.783165+0000 mgr.smithi046.eiolnw (mgr.14197) 370 : cluster [DBG] pgmap v317: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:51.268 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:55:50 smithi120 bash[20187]: cluster 2024-04-22T23:55:49.783165+0000 mgr.smithi046.eiolnw (mgr.14197) 370 : cluster [DBG] pgmap v317: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:51.268 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:55:50 smithi120 bash[20187]: audit 2024-04-22T23:55:50.251474+0000 mon.smithi046 (mon.0) 506 : audit [DBG] from='client.? 172.21.15.46:0/1533722673' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:55:51.268 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:55:50 smithi120 bash[20187]: audit 2024-04-22T23:55:50.251474+0000 mon.smithi046 (mon.0) 506 : audit [DBG] from='client.? 172.21.15.46:0/1533722673' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:55:51.331 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:55:50 smithi046 bash[18768]: cluster 2024-04-22T23:55:49.783165+0000 mgr.smithi046.eiolnw (mgr.14197) 370 : cluster [DBG] pgmap v317: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:51.331 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:55:50 smithi046 bash[18768]: cluster 2024-04-22T23:55:49.783165+0000 mgr.smithi046.eiolnw (mgr.14197) 370 : cluster [DBG] pgmap v317: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:51.331 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:55:50 smithi046 bash[18768]: audit 2024-04-22T23:55:50.251474+0000 mon.smithi046 (mon.0) 506 : audit [DBG] from='client.? 172.21.15.46:0/1533722673' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:55:51.331 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:55:50 smithi046 bash[18768]: audit 2024-04-22T23:55:50.251474+0000 mon.smithi046 (mon.0) 506 : audit [DBG] from='client.? 172.21.15.46:0/1533722673' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:55:51.984 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e2b7ae0a-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:55:53.267 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:55:52 smithi120 bash[20187]: cluster 2024-04-22T23:55:51.784138+0000 mgr.smithi046.eiolnw (mgr.14197) 371 : cluster [DBG] pgmap v318: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:53.268 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:55:52 smithi120 bash[20187]: cluster 2024-04-22T23:55:51.784138+0000 mgr.smithi046.eiolnw (mgr.14197) 371 : cluster [DBG] pgmap v318: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:53.331 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:55:52 smithi046 bash[18768]: cluster 2024-04-22T23:55:51.784138+0000 mgr.smithi046.eiolnw (mgr.14197) 371 : cluster [DBG] pgmap v318: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:53.331 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:55:52 smithi046 bash[18768]: cluster 2024-04-22T23:55:51.784138+0000 mgr.smithi046.eiolnw (mgr.14197) 371 : cluster [DBG] pgmap v318: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:55.268 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:55:54 smithi120 bash[20187]: cluster 2024-04-22T23:55:53.785243+0000 mgr.smithi046.eiolnw (mgr.14197) 372 : cluster [DBG] pgmap v319: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:55.268 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:55:54 smithi120 bash[20187]: cluster 2024-04-22T23:55:53.785243+0000 mgr.smithi046.eiolnw (mgr.14197) 372 : cluster [DBG] pgmap v319: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:55.268 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:55:54 smithi120 bash[20187]: audit 2024-04-22T23:55:54.417169+0000 mon.smithi046 (mon.0) 507 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:55:55.268 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:55:54 smithi120 bash[20187]: audit 2024-04-22T23:55:54.417169+0000 mon.smithi046 (mon.0) 507 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:55:55.331 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:55:54 smithi046 bash[18768]: cluster 2024-04-22T23:55:53.785243+0000 mgr.smithi046.eiolnw (mgr.14197) 372 : cluster [DBG] pgmap v319: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:55.331 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:55:54 smithi046 bash[18768]: cluster 2024-04-22T23:55:53.785243+0000 mgr.smithi046.eiolnw (mgr.14197) 372 : cluster [DBG] pgmap v319: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:55.331 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:55:54 smithi046 bash[18768]: audit 2024-04-22T23:55:54.417169+0000 mon.smithi046 (mon.0) 507 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:55:55.331 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:55:54 smithi046 bash[18768]: audit 2024-04-22T23:55:54.417169+0000 mon.smithi046 (mon.0) 507 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:55:56.754 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/mon.smithi046/config 2024-04-22T23:55:57.081 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:55:56 smithi046 bash[18768]: cluster 2024-04-22T23:55:55.786249+0000 mgr.smithi046.eiolnw (mgr.14197) 373 : cluster [DBG] pgmap v320: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:57.081 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:55:56 smithi046 bash[18768]: cluster 2024-04-22T23:55:55.786249+0000 mgr.smithi046.eiolnw (mgr.14197) 373 : cluster [DBG] pgmap v320: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:57.267 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:55:56 smithi120 bash[20187]: cluster 2024-04-22T23:55:55.786249+0000 mgr.smithi046.eiolnw (mgr.14197) 373 : cluster [DBG] pgmap v320: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:57.267 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:55:56 smithi120 bash[20187]: cluster 2024-04-22T23:55:55.786249+0000 mgr.smithi046.eiolnw (mgr.14197) 373 : cluster [DBG] pgmap v320: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:58.105 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T23:55:58.817 INFO:teuthology.orchestra.run.smithi046.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-22T23:55:59.081 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:55:58 smithi046 bash[18768]: cluster 2024-04-22T23:55:57.786759+0000 mgr.smithi046.eiolnw (mgr.14197) 374 : cluster [DBG] pgmap v321: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:59.081 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:55:58 smithi046 bash[18768]: cluster 2024-04-22T23:55:57.786759+0000 mgr.smithi046.eiolnw (mgr.14197) 374 : cluster [DBG] pgmap v321: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:59.081 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:55:58 smithi046 bash[18768]: audit 2024-04-22T23:55:58.116364+0000 mon.smithi046 (mon.0) 508 : audit [DBG] from='client.? 172.21.15.46:0/2757616718' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:55:59.081 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:55:58 smithi046 bash[18768]: audit 2024-04-22T23:55:58.116364+0000 mon.smithi046 (mon.0) 508 : audit [DBG] from='client.? 172.21.15.46:0/2757616718' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:55:59.215 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:55:58 smithi120 bash[20187]: cluster 2024-04-22T23:55:57.786759+0000 mgr.smithi046.eiolnw (mgr.14197) 374 : cluster [DBG] pgmap v321: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:59.215 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:55:58 smithi120 bash[20187]: cluster 2024-04-22T23:55:57.786759+0000 mgr.smithi046.eiolnw (mgr.14197) 374 : cluster [DBG] pgmap v321: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:59.215 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:55:58 smithi120 bash[20187]: audit 2024-04-22T23:55:58.116364+0000 mon.smithi046 (mon.0) 508 : audit [DBG] from='client.? 172.21.15.46:0/2757616718' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:55:59.215 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:55:58 smithi120 bash[20187]: audit 2024-04-22T23:55:58.116364+0000 mon.smithi046 (mon.0) 508 : audit [DBG] from='client.? 172.21.15.46:0/2757616718' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:55:59.818 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e2b7ae0a-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:56:01.267 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:56:00 smithi120 bash[20187]: cluster 2024-04-22T23:55:59.787740+0000 mgr.smithi046.eiolnw (mgr.14197) 375 : cluster [DBG] pgmap v322: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:01.268 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:56:00 smithi120 bash[20187]: cluster 2024-04-22T23:55:59.787740+0000 mgr.smithi046.eiolnw (mgr.14197) 375 : cluster [DBG] pgmap v322: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:01.331 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:56:00 smithi046 bash[18768]: cluster 2024-04-22T23:55:59.787740+0000 mgr.smithi046.eiolnw (mgr.14197) 375 : cluster [DBG] pgmap v322: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:01.331 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:56:00 smithi046 bash[18768]: cluster 2024-04-22T23:55:59.787740+0000 mgr.smithi046.eiolnw (mgr.14197) 375 : cluster [DBG] pgmap v322: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:03.267 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:56:02 smithi120 bash[20187]: cluster 2024-04-22T23:56:01.788648+0000 mgr.smithi046.eiolnw (mgr.14197) 376 : cluster [DBG] pgmap v323: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:03.267 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:56:02 smithi120 bash[20187]: cluster 2024-04-22T23:56:01.788648+0000 mgr.smithi046.eiolnw (mgr.14197) 376 : cluster [DBG] pgmap v323: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:03.331 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:56:02 smithi046 bash[18768]: cluster 2024-04-22T23:56:01.788648+0000 mgr.smithi046.eiolnw (mgr.14197) 376 : cluster [DBG] pgmap v323: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:03.331 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:56:02 smithi046 bash[18768]: cluster 2024-04-22T23:56:01.788648+0000 mgr.smithi046.eiolnw (mgr.14197) 376 : cluster [DBG] pgmap v323: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:04.603 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/mon.smithi046/config 2024-04-22T23:56:05.267 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:56:04 smithi120 bash[20187]: cluster 2024-04-22T23:56:03.789783+0000 mgr.smithi046.eiolnw (mgr.14197) 377 : cluster [DBG] pgmap v324: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:05.268 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:56:04 smithi120 bash[20187]: cluster 2024-04-22T23:56:03.789783+0000 mgr.smithi046.eiolnw (mgr.14197) 377 : cluster [DBG] pgmap v324: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:05.274 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:56:04 smithi046 bash[18768]: cluster 2024-04-22T23:56:03.789783+0000 mgr.smithi046.eiolnw (mgr.14197) 377 : cluster [DBG] pgmap v324: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:05.274 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:56:04 smithi046 bash[18768]: cluster 2024-04-22T23:56:03.789783+0000 mgr.smithi046.eiolnw (mgr.14197) 377 : cluster [DBG] pgmap v324: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:05.899 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T23:56:06.184 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:56:05 smithi046 bash[18768]: cluster 2024-04-22T23:56:05.790381+0000 mgr.smithi046.eiolnw (mgr.14197) 378 : cluster [DBG] pgmap v325: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:06.185 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:56:05 smithi046 bash[18768]: cluster 2024-04-22T23:56:05.790381+0000 mgr.smithi046.eiolnw (mgr.14197) 378 : cluster [DBG] pgmap v325: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:06.185 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:56:05 smithi046 bash[18768]: audit 2024-04-22T23:56:05.866598+0000 mon.smithi046 (mon.0) 509 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:56:06.185 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:56:05 smithi046 bash[18768]: audit 2024-04-22T23:56:05.866598+0000 mon.smithi046 (mon.0) 509 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:56:06.185 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:56:05 smithi046 bash[18768]: audit 2024-04-22T23:56:05.909730+0000 mon.smithi046 (mon.0) 510 : audit [DBG] from='client.? 172.21.15.46:0/1284376507' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:56:06.185 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:56:05 smithi046 bash[18768]: audit 2024-04-22T23:56:05.909730+0000 mon.smithi046 (mon.0) 510 : audit [DBG] from='client.? 172.21.15.46:0/1284376507' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:56:06.267 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:56:05 smithi120 bash[20187]: cluster 2024-04-22T23:56:05.790381+0000 mgr.smithi046.eiolnw (mgr.14197) 378 : cluster [DBG] pgmap v325: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:06.267 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:56:05 smithi120 bash[20187]: cluster 2024-04-22T23:56:05.790381+0000 mgr.smithi046.eiolnw (mgr.14197) 378 : cluster [DBG] pgmap v325: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:06.268 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:56:05 smithi120 bash[20187]: audit 2024-04-22T23:56:05.866598+0000 mon.smithi046 (mon.0) 509 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:56:06.268 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:56:05 smithi120 bash[20187]: audit 2024-04-22T23:56:05.866598+0000 mon.smithi046 (mon.0) 509 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:56:06.268 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:56:05 smithi120 bash[20187]: audit 2024-04-22T23:56:05.909730+0000 mon.smithi046 (mon.0) 510 : audit [DBG] from='client.? 172.21.15.46:0/1284376507' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:56:06.268 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:56:05 smithi120 bash[20187]: audit 2024-04-22T23:56:05.909730+0000 mon.smithi046 (mon.0) 510 : audit [DBG] from='client.? 172.21.15.46:0/1284376507' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:56:06.601 INFO:teuthology.orchestra.run.smithi046.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-22T23:56:07.642 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e2b7ae0a-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:56:07.654 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:56:07 smithi046 bash[18768]: audit 2024-04-22T23:56:06.391833+0000 mon.smithi046 (mon.0) 511 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:56:07.654 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:56:07 smithi046 bash[18768]: audit 2024-04-22T23:56:06.391833+0000 mon.smithi046 (mon.0) 511 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:56:07.767 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:56:07 smithi120 bash[20187]: audit 2024-04-22T23:56:06.391833+0000 mon.smithi046 (mon.0) 511 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:56:07.767 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:56:07 smithi120 bash[20187]: audit 2024-04-22T23:56:06.391833+0000 mon.smithi046 (mon.0) 511 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:56:08.768 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:56:08 smithi120 bash[20187]: cluster 2024-04-22T23:56:07.791333+0000 mgr.smithi046.eiolnw (mgr.14197) 379 : cluster [DBG] pgmap v326: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:08.768 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:56:08 smithi120 bash[20187]: cluster 2024-04-22T23:56:07.791333+0000 mgr.smithi046.eiolnw (mgr.14197) 379 : cluster [DBG] pgmap v326: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:08.831 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:56:08 smithi046 bash[18768]: cluster 2024-04-22T23:56:07.791333+0000 mgr.smithi046.eiolnw (mgr.14197) 379 : cluster [DBG] pgmap v326: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:08.831 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:56:08 smithi046 bash[18768]: cluster 2024-04-22T23:56:07.791333+0000 mgr.smithi046.eiolnw (mgr.14197) 379 : cluster [DBG] pgmap v326: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:09.517 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:56:09 smithi120 bash[20187]: audit 2024-04-22T23:56:09.417786+0000 mon.smithi046 (mon.0) 512 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:56:09.517 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:56:09 smithi120 bash[20187]: audit 2024-04-22T23:56:09.417786+0000 mon.smithi046 (mon.0) 512 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:56:09.831 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:56:09 smithi046 bash[18768]: audit 2024-04-22T23:56:09.417786+0000 mon.smithi046 (mon.0) 512 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:56:09.831 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:56:09 smithi046 bash[18768]: audit 2024-04-22T23:56:09.417786+0000 mon.smithi046 (mon.0) 512 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:56:10.767 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:56:10 smithi120 bash[20187]: cluster 2024-04-22T23:56:09.792324+0000 mgr.smithi046.eiolnw (mgr.14197) 380 : cluster [DBG] pgmap v327: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:10.768 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:56:10 smithi120 bash[20187]: cluster 2024-04-22T23:56:09.792324+0000 mgr.smithi046.eiolnw (mgr.14197) 380 : cluster [DBG] pgmap v327: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:10.831 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:56:10 smithi046 bash[18768]: cluster 2024-04-22T23:56:09.792324+0000 mgr.smithi046.eiolnw (mgr.14197) 380 : cluster [DBG] pgmap v327: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:10.831 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:56:10 smithi046 bash[18768]: cluster 2024-04-22T23:56:09.792324+0000 mgr.smithi046.eiolnw (mgr.14197) 380 : cluster [DBG] pgmap v327: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:11.542 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/mon.smithi046/config 2024-04-22T23:56:13.216 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:56:12 smithi120 bash[20187]: cluster 2024-04-22T23:56:11.793327+0000 mgr.smithi046.eiolnw (mgr.14197) 381 : cluster [DBG] pgmap v328: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:13.216 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:56:12 smithi120 bash[20187]: cluster 2024-04-22T23:56:11.793327+0000 mgr.smithi046.eiolnw (mgr.14197) 381 : cluster [DBG] pgmap v328: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:13.253 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T23:56:13.267 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:56:12 smithi046 bash[18768]: cluster 2024-04-22T23:56:11.793327+0000 mgr.smithi046.eiolnw (mgr.14197) 381 : cluster [DBG] pgmap v328: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:13.267 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:56:12 smithi046 bash[18768]: cluster 2024-04-22T23:56:11.793327+0000 mgr.smithi046.eiolnw (mgr.14197) 381 : cluster [DBG] pgmap v328: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:14.017 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:56:13 smithi120 bash[20187]: audit 2024-04-22T23:56:13.263915+0000 mon.smithi046 (mon.0) 513 : audit [DBG] from='client.? 172.21.15.46:0/1676175140' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:56:14.018 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:56:13 smithi120 bash[20187]: audit 2024-04-22T23:56:13.263915+0000 mon.smithi046 (mon.0) 513 : audit [DBG] from='client.? 172.21.15.46:0/1676175140' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:56:14.224 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:56:13 smithi046 bash[18768]: audit 2024-04-22T23:56:13.263915+0000 mon.smithi046 (mon.0) 513 : audit [DBG] from='client.? 172.21.15.46:0/1676175140' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:56:14.224 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:56:13 smithi046 bash[18768]: audit 2024-04-22T23:56:13.263915+0000 mon.smithi046 (mon.0) 513 : audit [DBG] from='client.? 172.21.15.46:0/1676175140' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:56:14.225 INFO:teuthology.orchestra.run.smithi046.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-22T23:56:15.081 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:56:14 smithi046 bash[18768]: cluster 2024-04-22T23:56:13.793862+0000 mgr.smithi046.eiolnw (mgr.14197) 382 : cluster [DBG] pgmap v329: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:15.081 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:56:14 smithi046 bash[18768]: cluster 2024-04-22T23:56:13.793862+0000 mgr.smithi046.eiolnw (mgr.14197) 382 : cluster [DBG] pgmap v329: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:15.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:56:14 smithi046 bash[18768]: audit 2024-04-22T23:56:13.931476+0000 mon.smithi046 (mon.0) 514 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "config rm", "who": "osd/host:smithi120", "name": "osd_memory_target"}]: dispatch 2024-04-22T23:56:15.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:56:14 smithi046 bash[18768]: audit 2024-04-22T23:56:13.931476+0000 mon.smithi046 (mon.0) 514 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "config rm", "who": "osd/host:smithi120", "name": "osd_memory_target"}]: dispatch 2024-04-22T23:56:15.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:56:14 smithi046 bash[18768]: audit 2024-04-22T23:56:14.197539+0000 mon.smithi046 (mon.0) 515 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "config rm", "who": "osd/host:smithi046", "name": "osd_memory_target"}]: dispatch 2024-04-22T23:56:15.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:56:14 smithi046 bash[18768]: audit 2024-04-22T23:56:14.197539+0000 mon.smithi046 (mon.0) 515 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "config rm", "who": "osd/host:smithi046", "name": "osd_memory_target"}]: dispatch 2024-04-22T23:56:15.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:56:14 smithi046 bash[18768]: audit 2024-04-22T23:56:14.199764+0000 mon.smithi046 (mon.0) 516 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:56:15.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:56:14 smithi046 bash[18768]: audit 2024-04-22T23:56:14.199764+0000 mon.smithi046 (mon.0) 516 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:56:15.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:56:14 smithi046 bash[18768]: audit 2024-04-22T23:56:14.201644+0000 mon.smithi046 (mon.0) 517 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:56:15.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:56:14 smithi046 bash[18768]: audit 2024-04-22T23:56:14.201644+0000 mon.smithi046 (mon.0) 517 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:56:15.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:56:14 smithi046 bash[18768]: audit 2024-04-22T23:56:14.214119+0000 mon.smithi046 (mon.0) 518 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:56:15.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:56:14 smithi046 bash[18768]: audit 2024-04-22T23:56:14.214119+0000 mon.smithi046 (mon.0) 518 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:56:15.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:56:14 smithi046 bash[18768]: audit 2024-04-22T23:56:14.220253+0000 mon.smithi046 (mon.0) 519 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-22T23:56:15.083 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:56:14 smithi046 bash[18768]: audit 2024-04-22T23:56:14.220253+0000 mon.smithi046 (mon.0) 519 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-22T23:56:15.227 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e2b7ae0a-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:56:15.268 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:56:14 smithi120 bash[20187]: cluster 2024-04-22T23:56:13.793862+0000 mgr.smithi046.eiolnw (mgr.14197) 382 : cluster [DBG] pgmap v329: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:15.268 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:56:14 smithi120 bash[20187]: cluster 2024-04-22T23:56:13.793862+0000 mgr.smithi046.eiolnw (mgr.14197) 382 : cluster [DBG] pgmap v329: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:15.268 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:56:14 smithi120 bash[20187]: audit 2024-04-22T23:56:13.931476+0000 mon.smithi046 (mon.0) 514 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "config rm", "who": "osd/host:smithi120", "name": "osd_memory_target"}]: dispatch 2024-04-22T23:56:15.268 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:56:14 smithi120 bash[20187]: audit 2024-04-22T23:56:13.931476+0000 mon.smithi046 (mon.0) 514 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "config rm", "who": "osd/host:smithi120", "name": "osd_memory_target"}]: dispatch 2024-04-22T23:56:15.268 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:56:14 smithi120 bash[20187]: audit 2024-04-22T23:56:14.197539+0000 mon.smithi046 (mon.0) 515 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "config rm", "who": "osd/host:smithi046", "name": "osd_memory_target"}]: dispatch 2024-04-22T23:56:15.268 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:56:14 smithi120 bash[20187]: audit 2024-04-22T23:56:14.197539+0000 mon.smithi046 (mon.0) 515 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "config rm", "who": "osd/host:smithi046", "name": "osd_memory_target"}]: dispatch 2024-04-22T23:56:15.268 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:56:14 smithi120 bash[20187]: audit 2024-04-22T23:56:14.199764+0000 mon.smithi046 (mon.0) 516 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:56:15.268 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:56:14 smithi120 bash[20187]: audit 2024-04-22T23:56:14.199764+0000 mon.smithi046 (mon.0) 516 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:56:15.268 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:56:14 smithi120 bash[20187]: audit 2024-04-22T23:56:14.201644+0000 mon.smithi046 (mon.0) 517 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:56:15.268 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:56:14 smithi120 bash[20187]: audit 2024-04-22T23:56:14.201644+0000 mon.smithi046 (mon.0) 517 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:56:15.269 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:56:14 smithi120 bash[20187]: audit 2024-04-22T23:56:14.214119+0000 mon.smithi046 (mon.0) 518 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:56:15.269 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:56:14 smithi120 bash[20187]: audit 2024-04-22T23:56:14.214119+0000 mon.smithi046 (mon.0) 518 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:56:15.269 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:56:14 smithi120 bash[20187]: audit 2024-04-22T23:56:14.220253+0000 mon.smithi046 (mon.0) 519 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-22T23:56:15.269 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:56:14 smithi120 bash[20187]: audit 2024-04-22T23:56:14.220253+0000 mon.smithi046 (mon.0) 519 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-22T23:56:16.267 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:56:15 smithi120 bash[20187]: cluster 2024-04-22T23:56:14.204559+0000 mgr.smithi046.eiolnw (mgr.14197) 383 : cluster [DBG] pgmap v330: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:16.267 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:56:15 smithi120 bash[20187]: cluster 2024-04-22T23:56:14.204559+0000 mgr.smithi046.eiolnw (mgr.14197) 383 : cluster [DBG] pgmap v330: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:16.268 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:56:15 smithi120 bash[20187]: cluster 2024-04-22T23:56:14.205849+0000 mgr.smithi046.eiolnw (mgr.14197) 384 : cluster [DBG] pgmap v331: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:16.268 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:56:15 smithi120 bash[20187]: cluster 2024-04-22T23:56:14.205849+0000 mgr.smithi046.eiolnw (mgr.14197) 384 : cluster [DBG] pgmap v331: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:16.331 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:56:15 smithi046 bash[18768]: cluster 2024-04-22T23:56:14.204559+0000 mgr.smithi046.eiolnw (mgr.14197) 383 : cluster [DBG] pgmap v330: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:16.331 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:56:15 smithi046 bash[18768]: cluster 2024-04-22T23:56:14.204559+0000 mgr.smithi046.eiolnw (mgr.14197) 383 : cluster [DBG] pgmap v330: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:16.331 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:56:15 smithi046 bash[18768]: cluster 2024-04-22T23:56:14.205849+0000 mgr.smithi046.eiolnw (mgr.14197) 384 : cluster [DBG] pgmap v331: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:16.331 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:56:15 smithi046 bash[18768]: cluster 2024-04-22T23:56:14.205849+0000 mgr.smithi046.eiolnw (mgr.14197) 384 : cluster [DBG] pgmap v331: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:18.267 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:56:17 smithi120 bash[20187]: cluster 2024-04-22T23:56:16.206884+0000 mgr.smithi046.eiolnw (mgr.14197) 385 : cluster [DBG] pgmap v332: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:18.267 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:56:17 smithi120 bash[20187]: cluster 2024-04-22T23:56:16.206884+0000 mgr.smithi046.eiolnw (mgr.14197) 385 : cluster [DBG] pgmap v332: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:18.331 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:56:17 smithi046 bash[18768]: cluster 2024-04-22T23:56:16.206884+0000 mgr.smithi046.eiolnw (mgr.14197) 385 : cluster [DBG] pgmap v332: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:18.331 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:56:17 smithi046 bash[18768]: cluster 2024-04-22T23:56:16.206884+0000 mgr.smithi046.eiolnw (mgr.14197) 385 : cluster [DBG] pgmap v332: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:20.000 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/mon.smithi046/config 2024-04-22T23:56:20.022 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:56:19 smithi046 bash[18768]: cluster 2024-04-22T23:56:18.207888+0000 mgr.smithi046.eiolnw (mgr.14197) 386 : cluster [DBG] pgmap v333: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:20.022 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:56:19 smithi046 bash[18768]: cluster 2024-04-22T23:56:18.207888+0000 mgr.smithi046.eiolnw (mgr.14197) 386 : cluster [DBG] pgmap v333: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:20.267 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:56:19 smithi120 bash[20187]: cluster 2024-04-22T23:56:18.207888+0000 mgr.smithi046.eiolnw (mgr.14197) 386 : cluster [DBG] pgmap v333: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:20.267 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:56:19 smithi120 bash[20187]: cluster 2024-04-22T23:56:18.207888+0000 mgr.smithi046.eiolnw (mgr.14197) 386 : cluster [DBG] pgmap v333: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:21.298 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T23:56:21.974 INFO:teuthology.orchestra.run.smithi046.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-22T23:56:22.267 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:56:21 smithi120 bash[20187]: cluster 2024-04-22T23:56:20.208912+0000 mgr.smithi046.eiolnw (mgr.14197) 387 : cluster [DBG] pgmap v334: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:22.267 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:56:21 smithi120 bash[20187]: cluster 2024-04-22T23:56:20.208912+0000 mgr.smithi046.eiolnw (mgr.14197) 387 : cluster [DBG] pgmap v334: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:22.267 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:56:21 smithi120 bash[20187]: audit 2024-04-22T23:56:21.308761+0000 mon.smithi046 (mon.0) 520 : audit [DBG] from='client.? 172.21.15.46:0/3209493379' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:56:22.268 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:56:21 smithi120 bash[20187]: audit 2024-04-22T23:56:21.308761+0000 mon.smithi046 (mon.0) 520 : audit [DBG] from='client.? 172.21.15.46:0/3209493379' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:56:22.331 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:56:21 smithi046 bash[18768]: cluster 2024-04-22T23:56:20.208912+0000 mgr.smithi046.eiolnw (mgr.14197) 387 : cluster [DBG] pgmap v334: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:22.331 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:56:21 smithi046 bash[18768]: cluster 2024-04-22T23:56:20.208912+0000 mgr.smithi046.eiolnw (mgr.14197) 387 : cluster [DBG] pgmap v334: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:22.331 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:56:21 smithi046 bash[18768]: audit 2024-04-22T23:56:21.308761+0000 mon.smithi046 (mon.0) 520 : audit [DBG] from='client.? 172.21.15.46:0/3209493379' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:56:22.331 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:56:21 smithi046 bash[18768]: audit 2024-04-22T23:56:21.308761+0000 mon.smithi046 (mon.0) 520 : audit [DBG] from='client.? 172.21.15.46:0/3209493379' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:56:22.974 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e2b7ae0a-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:56:24.216 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:56:23 smithi120 bash[20187]: cluster 2024-04-22T23:56:22.210003+0000 mgr.smithi046.eiolnw (mgr.14197) 388 : cluster [DBG] pgmap v335: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:24.216 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:56:23 smithi120 bash[20187]: cluster 2024-04-22T23:56:22.210003+0000 mgr.smithi046.eiolnw (mgr.14197) 388 : cluster [DBG] pgmap v335: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:24.331 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:56:23 smithi046 bash[18768]: cluster 2024-04-22T23:56:22.210003+0000 mgr.smithi046.eiolnw (mgr.14197) 388 : cluster [DBG] pgmap v335: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:24.331 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:56:23 smithi046 bash[18768]: cluster 2024-04-22T23:56:22.210003+0000 mgr.smithi046.eiolnw (mgr.14197) 388 : cluster [DBG] pgmap v335: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:25.081 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:56:24 smithi046 bash[18768]: audit 2024-04-22T23:56:24.417918+0000 mon.smithi046 (mon.0) 521 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:56:25.081 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:56:24 smithi046 bash[18768]: audit 2024-04-22T23:56:24.417918+0000 mon.smithi046 (mon.0) 521 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:56:25.267 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:56:24 smithi120 bash[20187]: audit 2024-04-22T23:56:24.417918+0000 mon.smithi046 (mon.0) 521 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:56:25.267 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:56:24 smithi120 bash[20187]: audit 2024-04-22T23:56:24.417918+0000 mon.smithi046 (mon.0) 521 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:56:26.267 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:56:25 smithi120 bash[20187]: cluster 2024-04-22T23:56:24.210980+0000 mgr.smithi046.eiolnw (mgr.14197) 389 : cluster [DBG] pgmap v336: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:26.267 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:56:25 smithi120 bash[20187]: cluster 2024-04-22T23:56:24.210980+0000 mgr.smithi046.eiolnw (mgr.14197) 389 : cluster [DBG] pgmap v336: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:26.331 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:56:25 smithi046 bash[18768]: cluster 2024-04-22T23:56:24.210980+0000 mgr.smithi046.eiolnw (mgr.14197) 389 : cluster [DBG] pgmap v336: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:26.331 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:56:25 smithi046 bash[18768]: cluster 2024-04-22T23:56:24.210980+0000 mgr.smithi046.eiolnw (mgr.14197) 389 : cluster [DBG] pgmap v336: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:27.750 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/mon.smithi046/config 2024-04-22T23:56:28.081 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:56:27 smithi046 bash[18768]: cluster 2024-04-22T23:56:26.212086+0000 mgr.smithi046.eiolnw (mgr.14197) 390 : cluster [DBG] pgmap v337: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:28.081 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:56:27 smithi046 bash[18768]: cluster 2024-04-22T23:56:26.212086+0000 mgr.smithi046.eiolnw (mgr.14197) 390 : cluster [DBG] pgmap v337: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:28.267 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:56:27 smithi120 bash[20187]: cluster 2024-04-22T23:56:26.212086+0000 mgr.smithi046.eiolnw (mgr.14197) 390 : cluster [DBG] pgmap v337: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:28.267 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:56:27 smithi120 bash[20187]: cluster 2024-04-22T23:56:26.212086+0000 mgr.smithi046.eiolnw (mgr.14197) 390 : cluster [DBG] pgmap v337: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:29.156 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T23:56:29.887 INFO:teuthology.orchestra.run.smithi046.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-22T23:56:29.989 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:56:29 smithi046 bash[18768]: cluster 2024-04-22T23:56:28.213112+0000 mgr.smithi046.eiolnw (mgr.14197) 391 : cluster [DBG] pgmap v338: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:29.990 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:56:29 smithi046 bash[18768]: cluster 2024-04-22T23:56:28.213112+0000 mgr.smithi046.eiolnw (mgr.14197) 391 : cluster [DBG] pgmap v338: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:29.990 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:56:29 smithi046 bash[18768]: audit 2024-04-22T23:56:29.167072+0000 mon.smithi046 (mon.0) 522 : audit [DBG] from='client.? 172.21.15.46:0/2012357731' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:56:29.990 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:56:29 smithi046 bash[18768]: audit 2024-04-22T23:56:29.167072+0000 mon.smithi046 (mon.0) 522 : audit [DBG] from='client.? 172.21.15.46:0/2012357731' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:56:30.267 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:56:29 smithi120 bash[20187]: cluster 2024-04-22T23:56:28.213112+0000 mgr.smithi046.eiolnw (mgr.14197) 391 : cluster [DBG] pgmap v338: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:30.267 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:56:29 smithi120 bash[20187]: cluster 2024-04-22T23:56:28.213112+0000 mgr.smithi046.eiolnw (mgr.14197) 391 : cluster [DBG] pgmap v338: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:30.267 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:56:29 smithi120 bash[20187]: audit 2024-04-22T23:56:29.167072+0000 mon.smithi046 (mon.0) 522 : audit [DBG] from='client.? 172.21.15.46:0/2012357731' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:56:30.267 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:56:29 smithi120 bash[20187]: audit 2024-04-22T23:56:29.167072+0000 mon.smithi046 (mon.0) 522 : audit [DBG] from='client.? 172.21.15.46:0/2012357731' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:56:30.888 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e2b7ae0a-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:56:32.267 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:56:31 smithi120 bash[20187]: cluster 2024-04-22T23:56:30.214098+0000 mgr.smithi046.eiolnw (mgr.14197) 392 : cluster [DBG] pgmap v339: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:32.267 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:56:31 smithi120 bash[20187]: cluster 2024-04-22T23:56:30.214098+0000 mgr.smithi046.eiolnw (mgr.14197) 392 : cluster [DBG] pgmap v339: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:32.331 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:56:31 smithi046 bash[18768]: cluster 2024-04-22T23:56:30.214098+0000 mgr.smithi046.eiolnw (mgr.14197) 392 : cluster [DBG] pgmap v339: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:32.331 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:56:31 smithi046 bash[18768]: cluster 2024-04-22T23:56:30.214098+0000 mgr.smithi046.eiolnw (mgr.14197) 392 : cluster [DBG] pgmap v339: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:34.216 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:56:33 smithi120 bash[20187]: cluster 2024-04-22T23:56:32.215108+0000 mgr.smithi046.eiolnw (mgr.14197) 393 : cluster [DBG] pgmap v340: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:34.217 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:56:33 smithi120 bash[20187]: cluster 2024-04-22T23:56:32.215108+0000 mgr.smithi046.eiolnw (mgr.14197) 393 : cluster [DBG] pgmap v340: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:34.331 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:56:33 smithi046 bash[18768]: cluster 2024-04-22T23:56:32.215108+0000 mgr.smithi046.eiolnw (mgr.14197) 393 : cluster [DBG] pgmap v340: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:34.331 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:56:33 smithi046 bash[18768]: cluster 2024-04-22T23:56:32.215108+0000 mgr.smithi046.eiolnw (mgr.14197) 393 : cluster [DBG] pgmap v340: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:35.659 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/mon.smithi046/config 2024-04-22T23:56:36.081 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:56:35 smithi046 bash[18768]: cluster 2024-04-22T23:56:34.216230+0000 mgr.smithi046.eiolnw (mgr.14197) 394 : cluster [DBG] pgmap v341: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:36.081 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:56:35 smithi046 bash[18768]: cluster 2024-04-22T23:56:34.216230+0000 mgr.smithi046.eiolnw (mgr.14197) 394 : cluster [DBG] pgmap v341: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:36.267 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:56:35 smithi120 bash[20187]: cluster 2024-04-22T23:56:34.216230+0000 mgr.smithi046.eiolnw (mgr.14197) 394 : cluster [DBG] pgmap v341: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:36.267 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:56:35 smithi120 bash[20187]: cluster 2024-04-22T23:56:34.216230+0000 mgr.smithi046.eiolnw (mgr.14197) 394 : cluster [DBG] pgmap v341: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:37.145 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T23:56:37.831 INFO:teuthology.orchestra.run.smithi046.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-22T23:56:38.081 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:56:37 smithi046 bash[18768]: cluster 2024-04-22T23:56:36.217307+0000 mgr.smithi046.eiolnw (mgr.14197) 395 : cluster [DBG] pgmap v342: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:38.081 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:56:37 smithi046 bash[18768]: cluster 2024-04-22T23:56:36.217307+0000 mgr.smithi046.eiolnw (mgr.14197) 395 : cluster [DBG] pgmap v342: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:38.081 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:56:37 smithi046 bash[18768]: audit 2024-04-22T23:56:37.155903+0000 mon.smithi046 (mon.0) 523 : audit [DBG] from='client.? 172.21.15.46:0/470053840' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:56:38.081 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:56:37 smithi046 bash[18768]: audit 2024-04-22T23:56:37.155903+0000 mon.smithi046 (mon.0) 523 : audit [DBG] from='client.? 172.21.15.46:0/470053840' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:56:38.267 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:56:37 smithi120 bash[20187]: cluster 2024-04-22T23:56:36.217307+0000 mgr.smithi046.eiolnw (mgr.14197) 395 : cluster [DBG] pgmap v342: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:38.267 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:56:37 smithi120 bash[20187]: cluster 2024-04-22T23:56:36.217307+0000 mgr.smithi046.eiolnw (mgr.14197) 395 : cluster [DBG] pgmap v342: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:38.267 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:56:37 smithi120 bash[20187]: audit 2024-04-22T23:56:37.155903+0000 mon.smithi046 (mon.0) 523 : audit [DBG] from='client.? 172.21.15.46:0/470053840' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:56:38.267 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:56:37 smithi120 bash[20187]: audit 2024-04-22T23:56:37.155903+0000 mon.smithi046 (mon.0) 523 : audit [DBG] from='client.? 172.21.15.46:0/470053840' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:56:38.832 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e2b7ae0a-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:56:40.081 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:56:39 smithi046 bash[18768]: cluster 2024-04-22T23:56:38.218285+0000 mgr.smithi046.eiolnw (mgr.14197) 396 : cluster [DBG] pgmap v343: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:40.081 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:56:39 smithi046 bash[18768]: cluster 2024-04-22T23:56:38.218285+0000 mgr.smithi046.eiolnw (mgr.14197) 396 : cluster [DBG] pgmap v343: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:40.081 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:56:39 smithi046 bash[18768]: audit 2024-04-22T23:56:39.418399+0000 mon.smithi046 (mon.0) 524 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:56:40.081 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:56:39 smithi046 bash[18768]: audit 2024-04-22T23:56:39.418399+0000 mon.smithi046 (mon.0) 524 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:56:40.267 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:56:39 smithi120 bash[20187]: cluster 2024-04-22T23:56:38.218285+0000 mgr.smithi046.eiolnw (mgr.14197) 396 : cluster [DBG] pgmap v343: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:40.267 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:56:39 smithi120 bash[20187]: cluster 2024-04-22T23:56:38.218285+0000 mgr.smithi046.eiolnw (mgr.14197) 396 : cluster [DBG] pgmap v343: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:40.267 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:56:39 smithi120 bash[20187]: audit 2024-04-22T23:56:39.418399+0000 mon.smithi046 (mon.0) 524 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:56:40.267 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:56:39 smithi120 bash[20187]: audit 2024-04-22T23:56:39.418399+0000 mon.smithi046 (mon.0) 524 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:56:42.267 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:56:41 smithi120 bash[20187]: cluster 2024-04-22T23:56:40.219313+0000 mgr.smithi046.eiolnw (mgr.14197) 397 : cluster [DBG] pgmap v344: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:42.267 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:56:41 smithi120 bash[20187]: cluster 2024-04-22T23:56:40.219313+0000 mgr.smithi046.eiolnw (mgr.14197) 397 : cluster [DBG] pgmap v344: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:42.331 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:56:41 smithi046 bash[18768]: cluster 2024-04-22T23:56:40.219313+0000 mgr.smithi046.eiolnw (mgr.14197) 397 : cluster [DBG] pgmap v344: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:42.331 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:56:41 smithi046 bash[18768]: cluster 2024-04-22T23:56:40.219313+0000 mgr.smithi046.eiolnw (mgr.14197) 397 : cluster [DBG] pgmap v344: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:43.616 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/mon.smithi046/config 2024-04-22T23:56:44.217 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:56:43 smithi120 bash[20187]: cluster 2024-04-22T23:56:42.220354+0000 mgr.smithi046.eiolnw (mgr.14197) 398 : cluster [DBG] pgmap v345: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:44.217 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:56:43 smithi120 bash[20187]: cluster 2024-04-22T23:56:42.220354+0000 mgr.smithi046.eiolnw (mgr.14197) 398 : cluster [DBG] pgmap v345: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:44.331 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:56:43 smithi046 bash[18768]: cluster 2024-04-22T23:56:42.220354+0000 mgr.smithi046.eiolnw (mgr.14197) 398 : cluster [DBG] pgmap v345: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:44.331 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:56:43 smithi046 bash[18768]: cluster 2024-04-22T23:56:42.220354+0000 mgr.smithi046.eiolnw (mgr.14197) 398 : cluster [DBG] pgmap v345: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:45.052 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T23:56:45.761 INFO:teuthology.orchestra.run.smithi046.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-22T23:56:46.081 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:56:45 smithi046 bash[18768]: cluster 2024-04-22T23:56:44.221399+0000 mgr.smithi046.eiolnw (mgr.14197) 399 : cluster [DBG] pgmap v346: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:46.081 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:56:45 smithi046 bash[18768]: cluster 2024-04-22T23:56:44.221399+0000 mgr.smithi046.eiolnw (mgr.14197) 399 : cluster [DBG] pgmap v346: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:46.081 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:56:45 smithi046 bash[18768]: audit 2024-04-22T23:56:45.062834+0000 mon.smithi046 (mon.0) 525 : audit [DBG] from='client.? 172.21.15.46:0/4279173342' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:56:46.081 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:56:45 smithi046 bash[18768]: audit 2024-04-22T23:56:45.062834+0000 mon.smithi046 (mon.0) 525 : audit [DBG] from='client.? 172.21.15.46:0/4279173342' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:56:46.267 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:56:45 smithi120 bash[20187]: cluster 2024-04-22T23:56:44.221399+0000 mgr.smithi046.eiolnw (mgr.14197) 399 : cluster [DBG] pgmap v346: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:46.267 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:56:45 smithi120 bash[20187]: cluster 2024-04-22T23:56:44.221399+0000 mgr.smithi046.eiolnw (mgr.14197) 399 : cluster [DBG] pgmap v346: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:46.267 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:56:45 smithi120 bash[20187]: audit 2024-04-22T23:56:45.062834+0000 mon.smithi046 (mon.0) 525 : audit [DBG] from='client.? 172.21.15.46:0/4279173342' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:56:46.267 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:56:45 smithi120 bash[20187]: audit 2024-04-22T23:56:45.062834+0000 mon.smithi046 (mon.0) 525 : audit [DBG] from='client.? 172.21.15.46:0/4279173342' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:56:46.762 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e2b7ae0a-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:56:48.267 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:56:47 smithi120 bash[20187]: cluster 2024-04-22T23:56:46.222378+0000 mgr.smithi046.eiolnw (mgr.14197) 400 : cluster [DBG] pgmap v347: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:48.267 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:56:47 smithi120 bash[20187]: cluster 2024-04-22T23:56:46.222378+0000 mgr.smithi046.eiolnw (mgr.14197) 400 : cluster [DBG] pgmap v347: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:48.331 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:56:47 smithi046 bash[18768]: cluster 2024-04-22T23:56:46.222378+0000 mgr.smithi046.eiolnw (mgr.14197) 400 : cluster [DBG] pgmap v347: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:48.331 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:56:47 smithi046 bash[18768]: cluster 2024-04-22T23:56:46.222378+0000 mgr.smithi046.eiolnw (mgr.14197) 400 : cluster [DBG] pgmap v347: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:50.081 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:56:49 smithi046 bash[18768]: cluster 2024-04-22T23:56:48.223374+0000 mgr.smithi046.eiolnw (mgr.14197) 401 : cluster [DBG] pgmap v348: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:50.081 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:56:49 smithi046 bash[18768]: cluster 2024-04-22T23:56:48.223374+0000 mgr.smithi046.eiolnw (mgr.14197) 401 : cluster [DBG] pgmap v348: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:50.267 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:56:49 smithi120 bash[20187]: cluster 2024-04-22T23:56:48.223374+0000 mgr.smithi046.eiolnw (mgr.14197) 401 : cluster [DBG] pgmap v348: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:50.267 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:56:49 smithi120 bash[20187]: cluster 2024-04-22T23:56:48.223374+0000 mgr.smithi046.eiolnw (mgr.14197) 401 : cluster [DBG] pgmap v348: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:51.538 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/mon.smithi046/config 2024-04-22T23:56:52.267 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:56:51 smithi120 bash[20187]: cluster 2024-04-22T23:56:50.224439+0000 mgr.smithi046.eiolnw (mgr.14197) 402 : cluster [DBG] pgmap v349: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:52.267 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:56:51 smithi120 bash[20187]: cluster 2024-04-22T23:56:50.224439+0000 mgr.smithi046.eiolnw (mgr.14197) 402 : cluster [DBG] pgmap v349: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:52.330 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:56:51 smithi046 bash[18768]: cluster 2024-04-22T23:56:50.224439+0000 mgr.smithi046.eiolnw (mgr.14197) 402 : cluster [DBG] pgmap v349: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:52.331 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:56:51 smithi046 bash[18768]: cluster 2024-04-22T23:56:50.224439+0000 mgr.smithi046.eiolnw (mgr.14197) 402 : cluster [DBG] pgmap v349: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:52.739 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T23:56:53.012 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:56:52 smithi046 bash[18768]: audit 2024-04-22T23:56:52.749949+0000 mon.smithi046 (mon.0) 526 : audit [DBG] from='client.? 172.21.15.46:0/3933104831' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:56:53.013 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:56:52 smithi046 bash[18768]: audit 2024-04-22T23:56:52.749949+0000 mon.smithi046 (mon.0) 526 : audit [DBG] from='client.? 172.21.15.46:0/3933104831' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:56:53.267 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:56:52 smithi120 bash[20187]: audit 2024-04-22T23:56:52.749949+0000 mon.smithi046 (mon.0) 526 : audit [DBG] from='client.? 172.21.15.46:0/3933104831' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:56:53.267 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:56:52 smithi120 bash[20187]: audit 2024-04-22T23:56:52.749949+0000 mon.smithi046 (mon.0) 526 : audit [DBG] from='client.? 172.21.15.46:0/3933104831' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:56:53.395 INFO:teuthology.orchestra.run.smithi046.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-22T23:56:54.217 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:56:53 smithi120 bash[20187]: cluster 2024-04-22T23:56:52.225444+0000 mgr.smithi046.eiolnw (mgr.14197) 403 : cluster [DBG] pgmap v350: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:54.217 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:56:53 smithi120 bash[20187]: cluster 2024-04-22T23:56:52.225444+0000 mgr.smithi046.eiolnw (mgr.14197) 403 : cluster [DBG] pgmap v350: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:54.331 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:56:53 smithi046 bash[18768]: cluster 2024-04-22T23:56:52.225444+0000 mgr.smithi046.eiolnw (mgr.14197) 403 : cluster [DBG] pgmap v350: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:54.331 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:56:53 smithi046 bash[18768]: cluster 2024-04-22T23:56:52.225444+0000 mgr.smithi046.eiolnw (mgr.14197) 403 : cluster [DBG] pgmap v350: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:54.396 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e2b7ae0a-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:56:55.081 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:56:54 smithi046 bash[18768]: audit 2024-04-22T23:56:54.418812+0000 mon.smithi046 (mon.0) 527 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:56:55.081 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:56:54 smithi046 bash[18768]: audit 2024-04-22T23:56:54.418812+0000 mon.smithi046 (mon.0) 527 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:56:55.267 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:56:54 smithi120 bash[20187]: audit 2024-04-22T23:56:54.418812+0000 mon.smithi046 (mon.0) 527 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:56:55.267 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:56:54 smithi120 bash[20187]: audit 2024-04-22T23:56:54.418812+0000 mon.smithi046 (mon.0) 527 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:56:56.267 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:56:55 smithi120 bash[20187]: cluster 2024-04-22T23:56:54.226454+0000 mgr.smithi046.eiolnw (mgr.14197) 404 : cluster [DBG] pgmap v351: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:56.267 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:56:55 smithi120 bash[20187]: cluster 2024-04-22T23:56:54.226454+0000 mgr.smithi046.eiolnw (mgr.14197) 404 : cluster [DBG] pgmap v351: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:56.331 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:56:55 smithi046 bash[18768]: cluster 2024-04-22T23:56:54.226454+0000 mgr.smithi046.eiolnw (mgr.14197) 404 : cluster [DBG] pgmap v351: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:56.331 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:56:55 smithi046 bash[18768]: cluster 2024-04-22T23:56:54.226454+0000 mgr.smithi046.eiolnw (mgr.14197) 404 : cluster [DBG] pgmap v351: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:58.267 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:56:57 smithi120 bash[20187]: cluster 2024-04-22T23:56:56.227454+0000 mgr.smithi046.eiolnw (mgr.14197) 405 : cluster [DBG] pgmap v352: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:58.267 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:56:57 smithi120 bash[20187]: cluster 2024-04-22T23:56:56.227454+0000 mgr.smithi046.eiolnw (mgr.14197) 405 : cluster [DBG] pgmap v352: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:58.331 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:56:57 smithi046 bash[18768]: cluster 2024-04-22T23:56:56.227454+0000 mgr.smithi046.eiolnw (mgr.14197) 405 : cluster [DBG] pgmap v352: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:58.331 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:56:57 smithi046 bash[18768]: cluster 2024-04-22T23:56:56.227454+0000 mgr.smithi046.eiolnw (mgr.14197) 405 : cluster [DBG] pgmap v352: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:59.165 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/mon.smithi046/config 2024-04-22T23:56:59.267 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:56:58 smithi120 bash[20187]: cluster 2024-04-22T23:56:58.228456+0000 mgr.smithi046.eiolnw (mgr.14197) 406 : cluster [DBG] pgmap v353: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:59.267 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:56:58 smithi120 bash[20187]: cluster 2024-04-22T23:56:58.228456+0000 mgr.smithi046.eiolnw (mgr.14197) 406 : cluster [DBG] pgmap v353: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:59.331 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:56:58 smithi046 bash[18768]: cluster 2024-04-22T23:56:58.228456+0000 mgr.smithi046.eiolnw (mgr.14197) 406 : cluster [DBG] pgmap v353: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:59.331 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:56:58 smithi046 bash[18768]: cluster 2024-04-22T23:56:58.228456+0000 mgr.smithi046.eiolnw (mgr.14197) 406 : cluster [DBG] pgmap v353: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:00.475 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T23:57:01.239 INFO:teuthology.orchestra.run.smithi046.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-22T23:57:01.581 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:57:01 smithi046 bash[18768]: cluster 2024-04-22T23:57:00.229483+0000 mgr.smithi046.eiolnw (mgr.14197) 407 : cluster [DBG] pgmap v354: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:01.581 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:57:01 smithi046 bash[18768]: cluster 2024-04-22T23:57:00.229483+0000 mgr.smithi046.eiolnw (mgr.14197) 407 : cluster [DBG] pgmap v354: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:01.581 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:57:01 smithi046 bash[18768]: audit 2024-04-22T23:57:00.486171+0000 mon.smithi046 (mon.0) 528 : audit [DBG] from='client.? 172.21.15.46:0/3422498035' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:57:01.581 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:57:01 smithi046 bash[18768]: audit 2024-04-22T23:57:00.486171+0000 mon.smithi046 (mon.0) 528 : audit [DBG] from='client.? 172.21.15.46:0/3422498035' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:57:01.767 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:57:01 smithi120 bash[20187]: cluster 2024-04-22T23:57:00.229483+0000 mgr.smithi046.eiolnw (mgr.14197) 407 : cluster [DBG] pgmap v354: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:01.767 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:57:01 smithi120 bash[20187]: cluster 2024-04-22T23:57:00.229483+0000 mgr.smithi046.eiolnw (mgr.14197) 407 : cluster [DBG] pgmap v354: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:01.767 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:57:01 smithi120 bash[20187]: audit 2024-04-22T23:57:00.486171+0000 mon.smithi046 (mon.0) 528 : audit [DBG] from='client.? 172.21.15.46:0/3422498035' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:57:01.767 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:57:01 smithi120 bash[20187]: audit 2024-04-22T23:57:00.486171+0000 mon.smithi046 (mon.0) 528 : audit [DBG] from='client.? 172.21.15.46:0/3422498035' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:57:02.241 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e2b7ae0a-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:57:03.581 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:57:03 smithi046 bash[18768]: cluster 2024-04-22T23:57:02.230437+0000 mgr.smithi046.eiolnw (mgr.14197) 408 : cluster [DBG] pgmap v355: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:03.581 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:57:03 smithi046 bash[18768]: cluster 2024-04-22T23:57:02.230437+0000 mgr.smithi046.eiolnw (mgr.14197) 408 : cluster [DBG] pgmap v355: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:03.766 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:57:03 smithi120 bash[20187]: cluster 2024-04-22T23:57:02.230437+0000 mgr.smithi046.eiolnw (mgr.14197) 408 : cluster [DBG] pgmap v355: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:03.767 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:57:03 smithi120 bash[20187]: cluster 2024-04-22T23:57:02.230437+0000 mgr.smithi046.eiolnw (mgr.14197) 408 : cluster [DBG] pgmap v355: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:05.581 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:57:05 smithi046 bash[18768]: cluster 2024-04-22T23:57:04.231507+0000 mgr.smithi046.eiolnw (mgr.14197) 409 : cluster [DBG] pgmap v356: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:05.581 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:57:05 smithi046 bash[18768]: cluster 2024-04-22T23:57:04.231507+0000 mgr.smithi046.eiolnw (mgr.14197) 409 : cluster [DBG] pgmap v356: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:05.767 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:57:05 smithi120 bash[20187]: cluster 2024-04-22T23:57:04.231507+0000 mgr.smithi046.eiolnw (mgr.14197) 409 : cluster [DBG] pgmap v356: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:05.767 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:57:05 smithi120 bash[20187]: cluster 2024-04-22T23:57:04.231507+0000 mgr.smithi046.eiolnw (mgr.14197) 409 : cluster [DBG] pgmap v356: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:07.009 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/mon.smithi046/config 2024-04-22T23:57:07.581 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:57:07 smithi046 bash[18768]: cluster 2024-04-22T23:57:06.232586+0000 mgr.smithi046.eiolnw (mgr.14197) 410 : cluster [DBG] pgmap v357: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:07.581 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:57:07 smithi046 bash[18768]: cluster 2024-04-22T23:57:06.232586+0000 mgr.smithi046.eiolnw (mgr.14197) 410 : cluster [DBG] pgmap v357: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:07.766 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:57:07 smithi120 bash[20187]: cluster 2024-04-22T23:57:06.232586+0000 mgr.smithi046.eiolnw (mgr.14197) 410 : cluster [DBG] pgmap v357: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:07.767 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:57:07 smithi120 bash[20187]: cluster 2024-04-22T23:57:06.232586+0000 mgr.smithi046.eiolnw (mgr.14197) 410 : cluster [DBG] pgmap v357: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:08.281 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T23:57:08.552 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:57:08 smithi046 bash[18768]: audit 2024-04-22T23:57:08.291751+0000 mon.smithi046 (mon.0) 529 : audit [DBG] from='client.? 172.21.15.46:0/172860638' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:57:08.552 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:57:08 smithi046 bash[18768]: audit 2024-04-22T23:57:08.291751+0000 mon.smithi046 (mon.0) 529 : audit [DBG] from='client.? 172.21.15.46:0/172860638' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:57:08.767 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:57:08 smithi120 bash[20187]: audit 2024-04-22T23:57:08.291751+0000 mon.smithi046 (mon.0) 529 : audit [DBG] from='client.? 172.21.15.46:0/172860638' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:57:08.767 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:57:08 smithi120 bash[20187]: audit 2024-04-22T23:57:08.291751+0000 mon.smithi046 (mon.0) 529 : audit [DBG] from='client.? 172.21.15.46:0/172860638' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:57:09.000 INFO:teuthology.orchestra.run.smithi046.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-22T23:57:09.516 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:57:09 smithi120 bash[20187]: cluster 2024-04-22T23:57:08.233550+0000 mgr.smithi046.eiolnw (mgr.14197) 411 : cluster [DBG] pgmap v358: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:09.517 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:57:09 smithi120 bash[20187]: cluster 2024-04-22T23:57:08.233550+0000 mgr.smithi046.eiolnw (mgr.14197) 411 : cluster [DBG] pgmap v358: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:09.580 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:57:09 smithi046 bash[18768]: cluster 2024-04-22T23:57:08.233550+0000 mgr.smithi046.eiolnw (mgr.14197) 411 : cluster [DBG] pgmap v358: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:09.581 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:57:09 smithi046 bash[18768]: cluster 2024-04-22T23:57:08.233550+0000 mgr.smithi046.eiolnw (mgr.14197) 411 : cluster [DBG] pgmap v358: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:10.001 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e2b7ae0a-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:57:10.581 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:57:10 smithi046 bash[18768]: audit 2024-04-22T23:57:09.419130+0000 mon.smithi046 (mon.0) 530 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:57:10.581 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:57:10 smithi046 bash[18768]: audit 2024-04-22T23:57:09.419130+0000 mon.smithi046 (mon.0) 530 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:57:10.767 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:57:10 smithi120 bash[20187]: audit 2024-04-22T23:57:09.419130+0000 mon.smithi046 (mon.0) 530 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:57:10.767 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:57:10 smithi120 bash[20187]: audit 2024-04-22T23:57:09.419130+0000 mon.smithi046 (mon.0) 530 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:57:11.581 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:57:11 smithi046 bash[18768]: cluster 2024-04-22T23:57:10.234099+0000 mgr.smithi046.eiolnw (mgr.14197) 412 : cluster [DBG] pgmap v359: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:11.581 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:57:11 smithi046 bash[18768]: cluster 2024-04-22T23:57:10.234099+0000 mgr.smithi046.eiolnw (mgr.14197) 412 : cluster [DBG] pgmap v359: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:11.767 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:57:11 smithi120 bash[20187]: cluster 2024-04-22T23:57:10.234099+0000 mgr.smithi046.eiolnw (mgr.14197) 412 : cluster [DBG] pgmap v359: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:11.767 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:57:11 smithi120 bash[20187]: cluster 2024-04-22T23:57:10.234099+0000 mgr.smithi046.eiolnw (mgr.14197) 412 : cluster [DBG] pgmap v359: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:13.581 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:57:13 smithi046 bash[18768]: cluster 2024-04-22T23:57:12.234790+0000 mgr.smithi046.eiolnw (mgr.14197) 413 : cluster [DBG] pgmap v360: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:13.581 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:57:13 smithi046 bash[18768]: cluster 2024-04-22T23:57:12.234790+0000 mgr.smithi046.eiolnw (mgr.14197) 413 : cluster [DBG] pgmap v360: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:13.767 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:57:13 smithi120 bash[20187]: cluster 2024-04-22T23:57:12.234790+0000 mgr.smithi046.eiolnw (mgr.14197) 413 : cluster [DBG] pgmap v360: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:13.767 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:57:13 smithi120 bash[20187]: cluster 2024-04-22T23:57:12.234790+0000 mgr.smithi046.eiolnw (mgr.14197) 413 : cluster [DBG] pgmap v360: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:14.516 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:57:14 smithi120 bash[20187]: audit 2024-04-22T23:57:14.311783+0000 mon.smithi046 (mon.0) 531 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:57:14.517 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:57:14 smithi120 bash[20187]: audit 2024-04-22T23:57:14.311783+0000 mon.smithi046 (mon.0) 531 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:57:14.581 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:57:14 smithi046 bash[18768]: audit 2024-04-22T23:57:14.311783+0000 mon.smithi046 (mon.0) 531 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:57:14.581 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:57:14 smithi046 bash[18768]: audit 2024-04-22T23:57:14.311783+0000 mon.smithi046 (mon.0) 531 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:57:14.773 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/mon.smithi046/config 2024-04-22T23:57:15.581 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:57:15 smithi046 bash[18768]: cluster 2024-04-22T23:57:14.235756+0000 mgr.smithi046.eiolnw (mgr.14197) 414 : cluster [DBG] pgmap v361: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:15.581 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:57:15 smithi046 bash[18768]: cluster 2024-04-22T23:57:14.235756+0000 mgr.smithi046.eiolnw (mgr.14197) 414 : cluster [DBG] pgmap v361: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:15.766 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:57:15 smithi120 bash[20187]: cluster 2024-04-22T23:57:14.235756+0000 mgr.smithi046.eiolnw (mgr.14197) 414 : cluster [DBG] pgmap v361: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:15.767 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:57:15 smithi120 bash[20187]: cluster 2024-04-22T23:57:14.235756+0000 mgr.smithi046.eiolnw (mgr.14197) 414 : cluster [DBG] pgmap v361: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:16.121 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T23:57:16.417 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:57:16 smithi046 bash[18768]: audit 2024-04-22T23:57:16.132238+0000 mon.smithi046 (mon.0) 532 : audit [DBG] from='client.? 172.21.15.46:0/1787216352' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:57:16.417 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:57:16 smithi046 bash[18768]: audit 2024-04-22T23:57:16.132238+0000 mon.smithi046 (mon.0) 532 : audit [DBG] from='client.? 172.21.15.46:0/1787216352' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:57:16.767 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:57:16 smithi120 bash[20187]: audit 2024-04-22T23:57:16.132238+0000 mon.smithi046 (mon.0) 532 : audit [DBG] from='client.? 172.21.15.46:0/1787216352' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:57:16.767 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:57:16 smithi120 bash[20187]: audit 2024-04-22T23:57:16.132238+0000 mon.smithi046 (mon.0) 532 : audit [DBG] from='client.? 172.21.15.46:0/1787216352' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:57:16.822 INFO:teuthology.orchestra.run.smithi046.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-22T23:57:17.581 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:57:17 smithi046 bash[18768]: cluster 2024-04-22T23:57:16.236525+0000 mgr.smithi046.eiolnw (mgr.14197) 415 : cluster [DBG] pgmap v362: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:17.581 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:57:17 smithi046 bash[18768]: cluster 2024-04-22T23:57:16.236525+0000 mgr.smithi046.eiolnw (mgr.14197) 415 : cluster [DBG] pgmap v362: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:17.766 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:57:17 smithi120 bash[20187]: cluster 2024-04-22T23:57:16.236525+0000 mgr.smithi046.eiolnw (mgr.14197) 415 : cluster [DBG] pgmap v362: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:17.767 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:57:17 smithi120 bash[20187]: cluster 2024-04-22T23:57:16.236525+0000 mgr.smithi046.eiolnw (mgr.14197) 415 : cluster [DBG] pgmap v362: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:17.823 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e2b7ae0a-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:57:19.517 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:57:19 smithi120 bash[20187]: cluster 2024-04-22T23:57:18.237488+0000 mgr.smithi046.eiolnw (mgr.14197) 416 : cluster [DBG] pgmap v363: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:19.517 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:57:19 smithi120 bash[20187]: cluster 2024-04-22T23:57:18.237488+0000 mgr.smithi046.eiolnw (mgr.14197) 416 : cluster [DBG] pgmap v363: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:19.830 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:57:19 smithi046 bash[18768]: cluster 2024-04-22T23:57:18.237488+0000 mgr.smithi046.eiolnw (mgr.14197) 416 : cluster [DBG] pgmap v363: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:19.831 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:57:19 smithi046 bash[18768]: cluster 2024-04-22T23:57:18.237488+0000 mgr.smithi046.eiolnw (mgr.14197) 416 : cluster [DBG] pgmap v363: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:21.525 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:57:21 smithi046 bash[18768]: cluster 2024-04-22T23:57:20.238526+0000 mgr.smithi046.eiolnw (mgr.14197) 417 : cluster [DBG] pgmap v364: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:21.525 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:57:21 smithi046 bash[18768]: cluster 2024-04-22T23:57:20.238526+0000 mgr.smithi046.eiolnw (mgr.14197) 417 : cluster [DBG] pgmap v364: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:21.767 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:57:21 smithi120 bash[20187]: cluster 2024-04-22T23:57:20.238526+0000 mgr.smithi046.eiolnw (mgr.14197) 417 : cluster [DBG] pgmap v364: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:21.767 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:57:21 smithi120 bash[20187]: cluster 2024-04-22T23:57:20.238526+0000 mgr.smithi046.eiolnw (mgr.14197) 417 : cluster [DBG] pgmap v364: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:22.396 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/mon.smithi046/config 2024-04-22T23:57:22.767 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:57:22 smithi120 bash[20187]: audit 2024-04-22T23:57:22.269186+0000 mon.smithi046 (mon.0) 533 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:57:22.767 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:57:22 smithi120 bash[20187]: audit 2024-04-22T23:57:22.269186+0000 mon.smithi046 (mon.0) 533 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:57:22.767 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:57:22 smithi120 bash[20187]: audit 2024-04-22T23:57:22.270912+0000 mon.smithi046 (mon.0) 534 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:57:22.767 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:57:22 smithi120 bash[20187]: audit 2024-04-22T23:57:22.270912+0000 mon.smithi046 (mon.0) 534 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:57:22.767 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:57:22 smithi120 bash[20187]: audit 2024-04-22T23:57:22.280880+0000 mon.smithi046 (mon.0) 535 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:57:22.767 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:57:22 smithi120 bash[20187]: audit 2024-04-22T23:57:22.280880+0000 mon.smithi046 (mon.0) 535 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:57:22.767 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:57:22 smithi120 bash[20187]: audit 2024-04-22T23:57:22.286084+0000 mon.smithi046 (mon.0) 536 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-22T23:57:22.767 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:57:22 smithi120 bash[20187]: audit 2024-04-22T23:57:22.286084+0000 mon.smithi046 (mon.0) 536 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-22T23:57:22.831 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:57:22 smithi046 bash[18768]: audit 2024-04-22T23:57:22.269186+0000 mon.smithi046 (mon.0) 533 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:57:22.831 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:57:22 smithi046 bash[18768]: audit 2024-04-22T23:57:22.269186+0000 mon.smithi046 (mon.0) 533 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:57:22.831 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:57:22 smithi046 bash[18768]: audit 2024-04-22T23:57:22.270912+0000 mon.smithi046 (mon.0) 534 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:57:22.831 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:57:22 smithi046 bash[18768]: audit 2024-04-22T23:57:22.270912+0000 mon.smithi046 (mon.0) 534 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:57:22.831 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:57:22 smithi046 bash[18768]: audit 2024-04-22T23:57:22.280880+0000 mon.smithi046 (mon.0) 535 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:57:22.831 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:57:22 smithi046 bash[18768]: audit 2024-04-22T23:57:22.280880+0000 mon.smithi046 (mon.0) 535 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:57:22.831 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:57:22 smithi046 bash[18768]: audit 2024-04-22T23:57:22.286084+0000 mon.smithi046 (mon.0) 536 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-22T23:57:22.831 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:57:22 smithi046 bash[18768]: audit 2024-04-22T23:57:22.286084+0000 mon.smithi046 (mon.0) 536 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-22T23:57:23.581 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:57:23 smithi046 bash[18768]: cluster 2024-04-22T23:57:22.239455+0000 mgr.smithi046.eiolnw (mgr.14197) 418 : cluster [DBG] pgmap v365: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:23.581 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:57:23 smithi046 bash[18768]: cluster 2024-04-22T23:57:22.239455+0000 mgr.smithi046.eiolnw (mgr.14197) 418 : cluster [DBG] pgmap v365: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:23.581 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:57:23 smithi046 bash[18768]: cluster 2024-04-22T23:57:22.273390+0000 mgr.smithi046.eiolnw (mgr.14197) 419 : cluster [DBG] pgmap v366: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:23.581 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:57:23 smithi046 bash[18768]: cluster 2024-04-22T23:57:22.273390+0000 mgr.smithi046.eiolnw (mgr.14197) 419 : cluster [DBG] pgmap v366: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:23.581 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:57:23 smithi046 bash[18768]: cluster 2024-04-22T23:57:22.274627+0000 mgr.smithi046.eiolnw (mgr.14197) 420 : cluster [DBG] pgmap v367: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:23.581 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:57:23 smithi046 bash[18768]: cluster 2024-04-22T23:57:22.274627+0000 mgr.smithi046.eiolnw (mgr.14197) 420 : cluster [DBG] pgmap v367: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:23.626 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T23:57:23.766 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:57:23 smithi120 bash[20187]: cluster 2024-04-22T23:57:22.239455+0000 mgr.smithi046.eiolnw (mgr.14197) 418 : cluster [DBG] pgmap v365: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:23.767 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:57:23 smithi120 bash[20187]: cluster 2024-04-22T23:57:22.239455+0000 mgr.smithi046.eiolnw (mgr.14197) 418 : cluster [DBG] pgmap v365: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:23.767 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:57:23 smithi120 bash[20187]: cluster 2024-04-22T23:57:22.273390+0000 mgr.smithi046.eiolnw (mgr.14197) 419 : cluster [DBG] pgmap v366: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:23.767 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:57:23 smithi120 bash[20187]: cluster 2024-04-22T23:57:22.273390+0000 mgr.smithi046.eiolnw (mgr.14197) 419 : cluster [DBG] pgmap v366: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:23.767 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:57:23 smithi120 bash[20187]: cluster 2024-04-22T23:57:22.274627+0000 mgr.smithi046.eiolnw (mgr.14197) 420 : cluster [DBG] pgmap v367: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:23.767 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:57:23 smithi120 bash[20187]: cluster 2024-04-22T23:57:22.274627+0000 mgr.smithi046.eiolnw (mgr.14197) 420 : cluster [DBG] pgmap v367: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:24.313 INFO:teuthology.orchestra.run.smithi046.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-22T23:57:24.516 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:57:24 smithi120 bash[20187]: audit 2024-04-22T23:57:23.636628+0000 mon.smithi046 (mon.0) 537 : audit [DBG] from='client.? 172.21.15.46:0/1841229013' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:57:24.517 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:57:24 smithi120 bash[20187]: audit 2024-04-22T23:57:23.636628+0000 mon.smithi046 (mon.0) 537 : audit [DBG] from='client.? 172.21.15.46:0/1841229013' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:57:24.581 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:57:24 smithi046 bash[18768]: audit 2024-04-22T23:57:23.636628+0000 mon.smithi046 (mon.0) 537 : audit [DBG] from='client.? 172.21.15.46:0/1841229013' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:57:24.581 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:57:24 smithi046 bash[18768]: audit 2024-04-22T23:57:23.636628+0000 mon.smithi046 (mon.0) 537 : audit [DBG] from='client.? 172.21.15.46:0/1841229013' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:57:25.315 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e2b7ae0a-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:57:25.581 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:57:25 smithi046 bash[18768]: cluster 2024-04-22T23:57:24.275539+0000 mgr.smithi046.eiolnw (mgr.14197) 421 : cluster [DBG] pgmap v368: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:25.581 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:57:25 smithi046 bash[18768]: cluster 2024-04-22T23:57:24.275539+0000 mgr.smithi046.eiolnw (mgr.14197) 421 : cluster [DBG] pgmap v368: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:25.581 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:57:25 smithi046 bash[18768]: audit 2024-04-22T23:57:24.419513+0000 mon.smithi046 (mon.0) 538 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:57:25.581 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:57:25 smithi046 bash[18768]: audit 2024-04-22T23:57:24.419513+0000 mon.smithi046 (mon.0) 538 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:57:25.767 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:57:25 smithi120 bash[20187]: cluster 2024-04-22T23:57:24.275539+0000 mgr.smithi046.eiolnw (mgr.14197) 421 : cluster [DBG] pgmap v368: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:25.767 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:57:25 smithi120 bash[20187]: cluster 2024-04-22T23:57:24.275539+0000 mgr.smithi046.eiolnw (mgr.14197) 421 : cluster [DBG] pgmap v368: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:25.767 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:57:25 smithi120 bash[20187]: audit 2024-04-22T23:57:24.419513+0000 mon.smithi046 (mon.0) 538 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:57:25.767 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:57:25 smithi120 bash[20187]: audit 2024-04-22T23:57:24.419513+0000 mon.smithi046 (mon.0) 538 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:57:27.767 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:57:27 smithi120 bash[20187]: cluster 2024-04-22T23:57:26.276536+0000 mgr.smithi046.eiolnw (mgr.14197) 422 : cluster [DBG] pgmap v369: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:27.767 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:57:27 smithi120 bash[20187]: cluster 2024-04-22T23:57:26.276536+0000 mgr.smithi046.eiolnw (mgr.14197) 422 : cluster [DBG] pgmap v369: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:27.831 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:57:27 smithi046 bash[18768]: cluster 2024-04-22T23:57:26.276536+0000 mgr.smithi046.eiolnw (mgr.14197) 422 : cluster [DBG] pgmap v369: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:27.831 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:57:27 smithi046 bash[18768]: cluster 2024-04-22T23:57:26.276536+0000 mgr.smithi046.eiolnw (mgr.14197) 422 : cluster [DBG] pgmap v369: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:29.516 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:57:29 smithi120 bash[20187]: cluster 2024-04-22T23:57:28.277665+0000 mgr.smithi046.eiolnw (mgr.14197) 423 : cluster [DBG] pgmap v370: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:29.517 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:57:29 smithi120 bash[20187]: cluster 2024-04-22T23:57:28.277665+0000 mgr.smithi046.eiolnw (mgr.14197) 423 : cluster [DBG] pgmap v370: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:29.831 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:57:29 smithi046 bash[18768]: cluster 2024-04-22T23:57:28.277665+0000 mgr.smithi046.eiolnw (mgr.14197) 423 : cluster [DBG] pgmap v370: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:29.831 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:57:29 smithi046 bash[18768]: cluster 2024-04-22T23:57:28.277665+0000 mgr.smithi046.eiolnw (mgr.14197) 423 : cluster [DBG] pgmap v370: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:30.094 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/mon.smithi046/config 2024-04-22T23:57:31.543 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T23:57:31.558 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:57:31 smithi046 bash[18768]: cluster 2024-04-22T23:57:30.278816+0000 mgr.smithi046.eiolnw (mgr.14197) 424 : cluster [DBG] pgmap v371: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:31.558 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:57:31 smithi046 bash[18768]: cluster 2024-04-22T23:57:30.278816+0000 mgr.smithi046.eiolnw (mgr.14197) 424 : cluster [DBG] pgmap v371: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:31.766 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:57:31 smithi120 bash[20187]: cluster 2024-04-22T23:57:30.278816+0000 mgr.smithi046.eiolnw (mgr.14197) 424 : cluster [DBG] pgmap v371: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:31.767 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:57:31 smithi120 bash[20187]: cluster 2024-04-22T23:57:30.278816+0000 mgr.smithi046.eiolnw (mgr.14197) 424 : cluster [DBG] pgmap v371: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:32.238 INFO:teuthology.orchestra.run.smithi046.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-22T23:57:32.581 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:57:32 smithi046 bash[18768]: audit 2024-04-22T23:57:31.554043+0000 mon.smithi046 (mon.0) 539 : audit [DBG] from='client.? 172.21.15.46:0/2800722629' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:57:32.581 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:57:32 smithi046 bash[18768]: audit 2024-04-22T23:57:31.554043+0000 mon.smithi046 (mon.0) 539 : audit [DBG] from='client.? 172.21.15.46:0/2800722629' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:57:32.767 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:57:32 smithi120 bash[20187]: audit 2024-04-22T23:57:31.554043+0000 mon.smithi046 (mon.0) 539 : audit [DBG] from='client.? 172.21.15.46:0/2800722629' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:57:32.767 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:57:32 smithi120 bash[20187]: audit 2024-04-22T23:57:31.554043+0000 mon.smithi046 (mon.0) 539 : audit [DBG] from='client.? 172.21.15.46:0/2800722629' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:57:33.239 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e2b7ae0a-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:57:33.581 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:57:33 smithi046 bash[18768]: cluster 2024-04-22T23:57:32.279739+0000 mgr.smithi046.eiolnw (mgr.14197) 425 : cluster [DBG] pgmap v372: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:33.581 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:57:33 smithi046 bash[18768]: cluster 2024-04-22T23:57:32.279739+0000 mgr.smithi046.eiolnw (mgr.14197) 425 : cluster [DBG] pgmap v372: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:33.766 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:57:33 smithi120 bash[20187]: cluster 2024-04-22T23:57:32.279739+0000 mgr.smithi046.eiolnw (mgr.14197) 425 : cluster [DBG] pgmap v372: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:33.767 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:57:33 smithi120 bash[20187]: cluster 2024-04-22T23:57:32.279739+0000 mgr.smithi046.eiolnw (mgr.14197) 425 : cluster [DBG] pgmap v372: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:35.766 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:57:35 smithi120 bash[20187]: cluster 2024-04-22T23:57:34.280812+0000 mgr.smithi046.eiolnw (mgr.14197) 426 : cluster [DBG] pgmap v373: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:35.767 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:57:35 smithi120 bash[20187]: cluster 2024-04-22T23:57:34.280812+0000 mgr.smithi046.eiolnw (mgr.14197) 426 : cluster [DBG] pgmap v373: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:35.831 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:57:35 smithi046 bash[18768]: cluster 2024-04-22T23:57:34.280812+0000 mgr.smithi046.eiolnw (mgr.14197) 426 : cluster [DBG] pgmap v373: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:35.831 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:57:35 smithi046 bash[18768]: cluster 2024-04-22T23:57:34.280812+0000 mgr.smithi046.eiolnw (mgr.14197) 426 : cluster [DBG] pgmap v373: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:37.766 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:57:37 smithi120 bash[20187]: cluster 2024-04-22T23:57:36.281884+0000 mgr.smithi046.eiolnw (mgr.14197) 427 : cluster [DBG] pgmap v374: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:37.767 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:57:37 smithi120 bash[20187]: cluster 2024-04-22T23:57:36.281884+0000 mgr.smithi046.eiolnw (mgr.14197) 427 : cluster [DBG] pgmap v374: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:37.831 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:57:37 smithi046 bash[18768]: cluster 2024-04-22T23:57:36.281884+0000 mgr.smithi046.eiolnw (mgr.14197) 427 : cluster [DBG] pgmap v374: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:37.831 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:57:37 smithi046 bash[18768]: cluster 2024-04-22T23:57:36.281884+0000 mgr.smithi046.eiolnw (mgr.14197) 427 : cluster [DBG] pgmap v374: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:38.007 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/mon.smithi046/config 2024-04-22T23:57:39.329 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T23:57:39.517 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:57:39 smithi120 bash[20187]: cluster 2024-04-22T23:57:38.282960+0000 mgr.smithi046.eiolnw (mgr.14197) 428 : cluster [DBG] pgmap v375: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:39.517 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:57:39 smithi120 bash[20187]: cluster 2024-04-22T23:57:38.282960+0000 mgr.smithi046.eiolnw (mgr.14197) 428 : cluster [DBG] pgmap v375: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:39.517 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:57:39 smithi120 bash[20187]: audit 2024-04-22T23:57:39.340211+0000 mon.smithi046 (mon.0) 540 : audit [DBG] from='client.? 172.21.15.46:0/321492803' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:57:39.517 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:57:39 smithi120 bash[20187]: audit 2024-04-22T23:57:39.340211+0000 mon.smithi046 (mon.0) 540 : audit [DBG] from='client.? 172.21.15.46:0/321492803' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:57:39.598 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:57:39 smithi046 bash[18768]: cluster 2024-04-22T23:57:38.282960+0000 mgr.smithi046.eiolnw (mgr.14197) 428 : cluster [DBG] pgmap v375: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:39.598 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:57:39 smithi046 bash[18768]: cluster 2024-04-22T23:57:38.282960+0000 mgr.smithi046.eiolnw (mgr.14197) 428 : cluster [DBG] pgmap v375: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:39.598 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:57:39 smithi046 bash[18768]: audit 2024-04-22T23:57:39.340211+0000 mon.smithi046 (mon.0) 540 : audit [DBG] from='client.? 172.21.15.46:0/321492803' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:57:39.598 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:57:39 smithi046 bash[18768]: audit 2024-04-22T23:57:39.340211+0000 mon.smithi046 (mon.0) 540 : audit [DBG] from='client.? 172.21.15.46:0/321492803' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:57:39.993 INFO:teuthology.orchestra.run.smithi046.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-22T23:57:40.766 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:57:40 smithi120 bash[20187]: audit 2024-04-22T23:57:39.419067+0000 mon.smithi046 (mon.0) 541 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:57:40.767 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:57:40 smithi120 bash[20187]: audit 2024-04-22T23:57:39.419067+0000 mon.smithi046 (mon.0) 541 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:57:40.831 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:57:40 smithi046 bash[18768]: audit 2024-04-22T23:57:39.419067+0000 mon.smithi046 (mon.0) 541 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:57:40.831 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:57:40 smithi046 bash[18768]: audit 2024-04-22T23:57:39.419067+0000 mon.smithi046 (mon.0) 541 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:57:40.994 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e2b7ae0a-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:57:41.767 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:57:41 smithi120 bash[20187]: cluster 2024-04-22T23:57:40.284073+0000 mgr.smithi046.eiolnw (mgr.14197) 429 : cluster [DBG] pgmap v376: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:41.767 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:57:41 smithi120 bash[20187]: cluster 2024-04-22T23:57:40.284073+0000 mgr.smithi046.eiolnw (mgr.14197) 429 : cluster [DBG] pgmap v376: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:41.830 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:57:41 smithi046 bash[18768]: cluster 2024-04-22T23:57:40.284073+0000 mgr.smithi046.eiolnw (mgr.14197) 429 : cluster [DBG] pgmap v376: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:41.831 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:57:41 smithi046 bash[18768]: cluster 2024-04-22T23:57:40.284073+0000 mgr.smithi046.eiolnw (mgr.14197) 429 : cluster [DBG] pgmap v376: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:43.766 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:57:43 smithi120 bash[20187]: cluster 2024-04-22T23:57:42.285220+0000 mgr.smithi046.eiolnw (mgr.14197) 430 : cluster [DBG] pgmap v377: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:43.767 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:57:43 smithi120 bash[20187]: cluster 2024-04-22T23:57:42.285220+0000 mgr.smithi046.eiolnw (mgr.14197) 430 : cluster [DBG] pgmap v377: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:43.831 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:57:43 smithi046 bash[18768]: cluster 2024-04-22T23:57:42.285220+0000 mgr.smithi046.eiolnw (mgr.14197) 430 : cluster [DBG] pgmap v377: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:43.831 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:57:43 smithi046 bash[18768]: cluster 2024-04-22T23:57:42.285220+0000 mgr.smithi046.eiolnw (mgr.14197) 430 : cluster [DBG] pgmap v377: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:45.766 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:57:45 smithi120 bash[20187]: cluster 2024-04-22T23:57:44.286324+0000 mgr.smithi046.eiolnw (mgr.14197) 431 : cluster [DBG] pgmap v378: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:45.767 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:57:45 smithi120 bash[20187]: cluster 2024-04-22T23:57:44.286324+0000 mgr.smithi046.eiolnw (mgr.14197) 431 : cluster [DBG] pgmap v378: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:45.774 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/mon.smithi046/config 2024-04-22T23:57:45.796 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:57:45 smithi046 bash[18768]: cluster 2024-04-22T23:57:44.286324+0000 mgr.smithi046.eiolnw (mgr.14197) 431 : cluster [DBG] pgmap v378: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:45.796 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:57:45 smithi046 bash[18768]: cluster 2024-04-22T23:57:44.286324+0000 mgr.smithi046.eiolnw (mgr.14197) 431 : cluster [DBG] pgmap v378: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:46.996 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T23:57:47.581 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:57:47 smithi046 bash[18768]: cluster 2024-04-22T23:57:46.287077+0000 mgr.smithi046.eiolnw (mgr.14197) 432 : cluster [DBG] pgmap v379: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:47.581 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:57:47 smithi046 bash[18768]: cluster 2024-04-22T23:57:46.287077+0000 mgr.smithi046.eiolnw (mgr.14197) 432 : cluster [DBG] pgmap v379: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:47.581 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:57:47 smithi046 bash[18768]: audit 2024-04-22T23:57:47.007414+0000 mon.smithi046 (mon.0) 542 : audit [DBG] from='client.? 172.21.15.46:0/2620184840' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:57:47.581 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:57:47 smithi046 bash[18768]: audit 2024-04-22T23:57:47.007414+0000 mon.smithi046 (mon.0) 542 : audit [DBG] from='client.? 172.21.15.46:0/2620184840' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:57:47.698 INFO:teuthology.orchestra.run.smithi046.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-22T23:57:47.766 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:57:47 smithi120 bash[20187]: cluster 2024-04-22T23:57:46.287077+0000 mgr.smithi046.eiolnw (mgr.14197) 432 : cluster [DBG] pgmap v379: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:47.767 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:57:47 smithi120 bash[20187]: cluster 2024-04-22T23:57:46.287077+0000 mgr.smithi046.eiolnw (mgr.14197) 432 : cluster [DBG] pgmap v379: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:47.767 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:57:47 smithi120 bash[20187]: audit 2024-04-22T23:57:47.007414+0000 mon.smithi046 (mon.0) 542 : audit [DBG] from='client.? 172.21.15.46:0/2620184840' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:57:47.767 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:57:47 smithi120 bash[20187]: audit 2024-04-22T23:57:47.007414+0000 mon.smithi046 (mon.0) 542 : audit [DBG] from='client.? 172.21.15.46:0/2620184840' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:57:48.700 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e2b7ae0a-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:57:49.516 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:57:49 smithi120 bash[20187]: cluster 2024-04-22T23:57:48.288027+0000 mgr.smithi046.eiolnw (mgr.14197) 433 : cluster [DBG] pgmap v380: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:49.517 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:57:49 smithi120 bash[20187]: cluster 2024-04-22T23:57:48.288027+0000 mgr.smithi046.eiolnw (mgr.14197) 433 : cluster [DBG] pgmap v380: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:49.831 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:57:49 smithi046 bash[18768]: cluster 2024-04-22T23:57:48.288027+0000 mgr.smithi046.eiolnw (mgr.14197) 433 : cluster [DBG] pgmap v380: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:49.831 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:57:49 smithi046 bash[18768]: cluster 2024-04-22T23:57:48.288027+0000 mgr.smithi046.eiolnw (mgr.14197) 433 : cluster [DBG] pgmap v380: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:51.766 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:57:51 smithi120 bash[20187]: cluster 2024-04-22T23:57:50.289030+0000 mgr.smithi046.eiolnw (mgr.14197) 434 : cluster [DBG] pgmap v381: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:51.767 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:57:51 smithi120 bash[20187]: cluster 2024-04-22T23:57:50.289030+0000 mgr.smithi046.eiolnw (mgr.14197) 434 : cluster [DBG] pgmap v381: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:51.831 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:57:51 smithi046 bash[18768]: cluster 2024-04-22T23:57:50.289030+0000 mgr.smithi046.eiolnw (mgr.14197) 434 : cluster [DBG] pgmap v381: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:51.831 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:57:51 smithi046 bash[18768]: cluster 2024-04-22T23:57:50.289030+0000 mgr.smithi046.eiolnw (mgr.14197) 434 : cluster [DBG] pgmap v381: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:53.480 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/mon.smithi046/config 2024-04-22T23:57:53.766 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:57:53 smithi120 bash[20187]: cluster 2024-04-22T23:57:52.290028+0000 mgr.smithi046.eiolnw (mgr.14197) 435 : cluster [DBG] pgmap v382: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:53.766 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:57:53 smithi120 bash[20187]: cluster 2024-04-22T23:57:52.290028+0000 mgr.smithi046.eiolnw (mgr.14197) 435 : cluster [DBG] pgmap v382: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:53.830 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:57:53 smithi046 bash[18768]: cluster 2024-04-22T23:57:52.290028+0000 mgr.smithi046.eiolnw (mgr.14197) 435 : cluster [DBG] pgmap v382: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:53.831 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:57:53 smithi046 bash[18768]: cluster 2024-04-22T23:57:52.290028+0000 mgr.smithi046.eiolnw (mgr.14197) 435 : cluster [DBG] pgmap v382: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:54.516 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:57:54 smithi120 bash[20187]: audit 2024-04-22T23:57:54.419556+0000 mon.smithi046 (mon.0) 543 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:57:54.517 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:57:54 smithi120 bash[20187]: audit 2024-04-22T23:57:54.419556+0000 mon.smithi046 (mon.0) 543 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:57:54.580 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:57:54 smithi046 bash[18768]: audit 2024-04-22T23:57:54.419556+0000 mon.smithi046 (mon.0) 543 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:57:54.580 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:57:54 smithi046 bash[18768]: audit 2024-04-22T23:57:54.419556+0000 mon.smithi046 (mon.0) 543 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:57:54.731 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T23:57:55.417 INFO:teuthology.orchestra.run.smithi046.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-22T23:57:55.766 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:57:55 smithi120 bash[20187]: cluster 2024-04-22T23:57:54.291085+0000 mgr.smithi046.eiolnw (mgr.14197) 436 : cluster [DBG] pgmap v383: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:55.767 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:57:55 smithi120 bash[20187]: cluster 2024-04-22T23:57:54.291085+0000 mgr.smithi046.eiolnw (mgr.14197) 436 : cluster [DBG] pgmap v383: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:55.767 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:57:55 smithi120 bash[20187]: audit 2024-04-22T23:57:54.741762+0000 mon.smithi046 (mon.0) 544 : audit [DBG] from='client.? 172.21.15.46:0/859017657' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:57:55.767 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:57:55 smithi120 bash[20187]: audit 2024-04-22T23:57:54.741762+0000 mon.smithi046 (mon.0) 544 : audit [DBG] from='client.? 172.21.15.46:0/859017657' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:57:55.831 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:57:55 smithi046 bash[18768]: cluster 2024-04-22T23:57:54.291085+0000 mgr.smithi046.eiolnw (mgr.14197) 436 : cluster [DBG] pgmap v383: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:55.831 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:57:55 smithi046 bash[18768]: cluster 2024-04-22T23:57:54.291085+0000 mgr.smithi046.eiolnw (mgr.14197) 436 : cluster [DBG] pgmap v383: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:55.831 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:57:55 smithi046 bash[18768]: audit 2024-04-22T23:57:54.741762+0000 mon.smithi046 (mon.0) 544 : audit [DBG] from='client.? 172.21.15.46:0/859017657' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:57:55.831 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:57:55 smithi046 bash[18768]: audit 2024-04-22T23:57:54.741762+0000 mon.smithi046 (mon.0) 544 : audit [DBG] from='client.? 172.21.15.46:0/859017657' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:57:56.419 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e2b7ae0a-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:57:57.766 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:57:57 smithi120 bash[20187]: cluster 2024-04-22T23:57:56.292130+0000 mgr.smithi046.eiolnw (mgr.14197) 437 : cluster [DBG] pgmap v384: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:57.766 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:57:57 smithi120 bash[20187]: cluster 2024-04-22T23:57:56.292130+0000 mgr.smithi046.eiolnw (mgr.14197) 437 : cluster [DBG] pgmap v384: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:57.830 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:57:57 smithi046 bash[18768]: cluster 2024-04-22T23:57:56.292130+0000 mgr.smithi046.eiolnw (mgr.14197) 437 : cluster [DBG] pgmap v384: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:57.831 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:57:57 smithi046 bash[18768]: cluster 2024-04-22T23:57:56.292130+0000 mgr.smithi046.eiolnw (mgr.14197) 437 : cluster [DBG] pgmap v384: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:59.516 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:57:59 smithi120 bash[20187]: cluster 2024-04-22T23:57:58.293165+0000 mgr.smithi046.eiolnw (mgr.14197) 438 : cluster [DBG] pgmap v385: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:59.517 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:57:59 smithi120 bash[20187]: cluster 2024-04-22T23:57:58.293165+0000 mgr.smithi046.eiolnw (mgr.14197) 438 : cluster [DBG] pgmap v385: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:59.831 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:57:59 smithi046 bash[18768]: cluster 2024-04-22T23:57:58.293165+0000 mgr.smithi046.eiolnw (mgr.14197) 438 : cluster [DBG] pgmap v385: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:59.831 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:57:59 smithi046 bash[18768]: cluster 2024-04-22T23:57:58.293165+0000 mgr.smithi046.eiolnw (mgr.14197) 438 : cluster [DBG] pgmap v385: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:01.194 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/mon.smithi046/config 2024-04-22T23:58:01.581 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:58:01 smithi046 bash[18768]: cluster 2024-04-22T23:58:00.294125+0000 mgr.smithi046.eiolnw (mgr.14197) 439 : cluster [DBG] pgmap v386: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:01.581 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:58:01 smithi046 bash[18768]: cluster 2024-04-22T23:58:00.294125+0000 mgr.smithi046.eiolnw (mgr.14197) 439 : cluster [DBG] pgmap v386: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:01.766 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:58:01 smithi120 bash[20187]: cluster 2024-04-22T23:58:00.294125+0000 mgr.smithi046.eiolnw (mgr.14197) 439 : cluster [DBG] pgmap v386: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:01.767 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:58:01 smithi120 bash[20187]: cluster 2024-04-22T23:58:00.294125+0000 mgr.smithi046.eiolnw (mgr.14197) 439 : cluster [DBG] pgmap v386: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:02.549 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T23:58:03.284 INFO:teuthology.orchestra.run.smithi046.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-22T23:58:03.581 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:58:03 smithi046 bash[18768]: cluster 2024-04-22T23:58:02.295108+0000 mgr.smithi046.eiolnw (mgr.14197) 440 : cluster [DBG] pgmap v387: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:03.581 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:58:03 smithi046 bash[18768]: cluster 2024-04-22T23:58:02.295108+0000 mgr.smithi046.eiolnw (mgr.14197) 440 : cluster [DBG] pgmap v387: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:03.581 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:58:03 smithi046 bash[18768]: audit 2024-04-22T23:58:02.560150+0000 mon.smithi046 (mon.0) 545 : audit [DBG] from='client.? 172.21.15.46:0/2207000201' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:58:03.581 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:58:03 smithi046 bash[18768]: audit 2024-04-22T23:58:02.560150+0000 mon.smithi046 (mon.0) 545 : audit [DBG] from='client.? 172.21.15.46:0/2207000201' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:58:03.766 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:58:03 smithi120 bash[20187]: cluster 2024-04-22T23:58:02.295108+0000 mgr.smithi046.eiolnw (mgr.14197) 440 : cluster [DBG] pgmap v387: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:03.767 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:58:03 smithi120 bash[20187]: cluster 2024-04-22T23:58:02.295108+0000 mgr.smithi046.eiolnw (mgr.14197) 440 : cluster [DBG] pgmap v387: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:03.767 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:58:03 smithi120 bash[20187]: audit 2024-04-22T23:58:02.560150+0000 mon.smithi046 (mon.0) 545 : audit [DBG] from='client.? 172.21.15.46:0/2207000201' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:58:03.767 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:58:03 smithi120 bash[20187]: audit 2024-04-22T23:58:02.560150+0000 mon.smithi046 (mon.0) 545 : audit [DBG] from='client.? 172.21.15.46:0/2207000201' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:58:04.285 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e2b7ae0a-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:58:05.767 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:58:05 smithi120 bash[20187]: cluster 2024-04-22T23:58:04.296099+0000 mgr.smithi046.eiolnw (mgr.14197) 441 : cluster [DBG] pgmap v388: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:05.767 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:58:05 smithi120 bash[20187]: cluster 2024-04-22T23:58:04.296099+0000 mgr.smithi046.eiolnw (mgr.14197) 441 : cluster [DBG] pgmap v388: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:05.831 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:58:05 smithi046 bash[18768]: cluster 2024-04-22T23:58:04.296099+0000 mgr.smithi046.eiolnw (mgr.14197) 441 : cluster [DBG] pgmap v388: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:05.831 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:58:05 smithi046 bash[18768]: cluster 2024-04-22T23:58:04.296099+0000 mgr.smithi046.eiolnw (mgr.14197) 441 : cluster [DBG] pgmap v388: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:07.766 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:58:07 smithi120 bash[20187]: cluster 2024-04-22T23:58:06.297090+0000 mgr.smithi046.eiolnw (mgr.14197) 442 : cluster [DBG] pgmap v389: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:07.767 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:58:07 smithi120 bash[20187]: cluster 2024-04-22T23:58:06.297090+0000 mgr.smithi046.eiolnw (mgr.14197) 442 : cluster [DBG] pgmap v389: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:07.830 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:58:07 smithi046 bash[18768]: cluster 2024-04-22T23:58:06.297090+0000 mgr.smithi046.eiolnw (mgr.14197) 442 : cluster [DBG] pgmap v389: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:07.831 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:58:07 smithi046 bash[18768]: cluster 2024-04-22T23:58:06.297090+0000 mgr.smithi046.eiolnw (mgr.14197) 442 : cluster [DBG] pgmap v389: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:09.056 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/mon.smithi046/config 2024-04-22T23:58:09.516 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:58:09 smithi120 bash[20187]: cluster 2024-04-22T23:58:08.298149+0000 mgr.smithi046.eiolnw (mgr.14197) 443 : cluster [DBG] pgmap v390: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:09.517 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:58:09 smithi120 bash[20187]: cluster 2024-04-22T23:58:08.298149+0000 mgr.smithi046.eiolnw (mgr.14197) 443 : cluster [DBG] pgmap v390: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:09.517 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:58:09 smithi120 bash[20187]: audit 2024-04-22T23:58:09.420681+0000 mon.smithi046 (mon.0) 546 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:58:09.517 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:58:09 smithi120 bash[20187]: audit 2024-04-22T23:58:09.420681+0000 mon.smithi046 (mon.0) 546 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:58:09.831 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:58:09 smithi046 bash[18768]: cluster 2024-04-22T23:58:08.298149+0000 mgr.smithi046.eiolnw (mgr.14197) 443 : cluster [DBG] pgmap v390: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:09.831 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:58:09 smithi046 bash[18768]: cluster 2024-04-22T23:58:08.298149+0000 mgr.smithi046.eiolnw (mgr.14197) 443 : cluster [DBG] pgmap v390: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:09.831 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:58:09 smithi046 bash[18768]: audit 2024-04-22T23:58:09.420681+0000 mon.smithi046 (mon.0) 546 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:58:09.831 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:58:09 smithi046 bash[18768]: audit 2024-04-22T23:58:09.420681+0000 mon.smithi046 (mon.0) 546 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:58:10.280 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T23:58:10.581 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:58:10 smithi046 bash[18768]: audit 2024-04-22T23:58:10.290967+0000 mon.smithi046 (mon.0) 547 : audit [DBG] from='client.? 172.21.15.46:0/1397339637' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:58:10.581 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:58:10 smithi046 bash[18768]: audit 2024-04-22T23:58:10.290967+0000 mon.smithi046 (mon.0) 547 : audit [DBG] from='client.? 172.21.15.46:0/1397339637' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:58:10.766 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:58:10 smithi120 bash[20187]: audit 2024-04-22T23:58:10.290967+0000 mon.smithi046 (mon.0) 547 : audit [DBG] from='client.? 172.21.15.46:0/1397339637' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:58:10.767 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:58:10 smithi120 bash[20187]: audit 2024-04-22T23:58:10.290967+0000 mon.smithi046 (mon.0) 547 : audit [DBG] from='client.? 172.21.15.46:0/1397339637' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:58:11.056 INFO:teuthology.orchestra.run.smithi046.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-22T23:58:11.766 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:58:11 smithi120 bash[20187]: cluster 2024-04-22T23:58:10.298854+0000 mgr.smithi046.eiolnw (mgr.14197) 444 : cluster [DBG] pgmap v391: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:11.766 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:58:11 smithi120 bash[20187]: cluster 2024-04-22T23:58:10.298854+0000 mgr.smithi046.eiolnw (mgr.14197) 444 : cluster [DBG] pgmap v391: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:11.830 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:58:11 smithi046 bash[18768]: cluster 2024-04-22T23:58:10.298854+0000 mgr.smithi046.eiolnw (mgr.14197) 444 : cluster [DBG] pgmap v391: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:11.831 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:58:11 smithi046 bash[18768]: cluster 2024-04-22T23:58:10.298854+0000 mgr.smithi046.eiolnw (mgr.14197) 444 : cluster [DBG] pgmap v391: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:12.057 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e2b7ae0a-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:58:13.766 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:58:13 smithi120 bash[20187]: cluster 2024-04-22T23:58:12.299610+0000 mgr.smithi046.eiolnw (mgr.14197) 445 : cluster [DBG] pgmap v392: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:13.767 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:58:13 smithi120 bash[20187]: cluster 2024-04-22T23:58:12.299610+0000 mgr.smithi046.eiolnw (mgr.14197) 445 : cluster [DBG] pgmap v392: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:13.830 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:58:13 smithi046 bash[18768]: cluster 2024-04-22T23:58:12.299610+0000 mgr.smithi046.eiolnw (mgr.14197) 445 : cluster [DBG] pgmap v392: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:13.831 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:58:13 smithi046 bash[18768]: cluster 2024-04-22T23:58:12.299610+0000 mgr.smithi046.eiolnw (mgr.14197) 445 : cluster [DBG] pgmap v392: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:15.766 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:58:15 smithi120 bash[20187]: cluster 2024-04-22T23:58:14.300565+0000 mgr.smithi046.eiolnw (mgr.14197) 446 : cluster [DBG] pgmap v393: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:15.766 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:58:15 smithi120 bash[20187]: cluster 2024-04-22T23:58:14.300565+0000 mgr.smithi046.eiolnw (mgr.14197) 446 : cluster [DBG] pgmap v393: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:15.831 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:58:15 smithi046 bash[18768]: cluster 2024-04-22T23:58:14.300565+0000 mgr.smithi046.eiolnw (mgr.14197) 446 : cluster [DBG] pgmap v393: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:15.831 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:58:15 smithi046 bash[18768]: cluster 2024-04-22T23:58:14.300565+0000 mgr.smithi046.eiolnw (mgr.14197) 446 : cluster [DBG] pgmap v393: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:16.824 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/mon.smithi046/config 2024-04-22T23:58:17.754 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:58:17 smithi046 bash[18768]: cluster 2024-04-22T23:58:16.301599+0000 mgr.smithi046.eiolnw (mgr.14197) 447 : cluster [DBG] pgmap v394: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:17.755 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:58:17 smithi046 bash[18768]: cluster 2024-04-22T23:58:16.301599+0000 mgr.smithi046.eiolnw (mgr.14197) 447 : cluster [DBG] pgmap v394: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:17.766 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:58:17 smithi120 bash[20187]: cluster 2024-04-22T23:58:16.301599+0000 mgr.smithi046.eiolnw (mgr.14197) 447 : cluster [DBG] pgmap v394: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:17.766 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:58:17 smithi120 bash[20187]: cluster 2024-04-22T23:58:16.301599+0000 mgr.smithi046.eiolnw (mgr.14197) 447 : cluster [DBG] pgmap v394: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:18.122 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T23:58:18.766 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:58:18 smithi120 bash[20187]: audit 2024-04-22T23:58:18.133257+0000 mon.smithi046 (mon.0) 548 : audit [DBG] from='client.? 172.21.15.46:0/2538753661' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:58:18.767 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:58:18 smithi120 bash[20187]: audit 2024-04-22T23:58:18.133257+0000 mon.smithi046 (mon.0) 548 : audit [DBG] from='client.? 172.21.15.46:0/2538753661' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:58:18.831 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:58:18 smithi046 bash[18768]: audit 2024-04-22T23:58:18.133257+0000 mon.smithi046 (mon.0) 548 : audit [DBG] from='client.? 172.21.15.46:0/2538753661' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:58:18.831 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:58:18 smithi046 bash[18768]: audit 2024-04-22T23:58:18.133257+0000 mon.smithi046 (mon.0) 548 : audit [DBG] from='client.? 172.21.15.46:0/2538753661' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:58:18.853 INFO:teuthology.orchestra.run.smithi046.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-22T23:58:19.766 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:58:19 smithi120 bash[20187]: cluster 2024-04-22T23:58:18.302588+0000 mgr.smithi046.eiolnw (mgr.14197) 448 : cluster [DBG] pgmap v395: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:19.767 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:58:19 smithi120 bash[20187]: cluster 2024-04-22T23:58:18.302588+0000 mgr.smithi046.eiolnw (mgr.14197) 448 : cluster [DBG] pgmap v395: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:19.831 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:58:19 smithi046 bash[18768]: cluster 2024-04-22T23:58:18.302588+0000 mgr.smithi046.eiolnw (mgr.14197) 448 : cluster [DBG] pgmap v395: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:19.831 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:58:19 smithi046 bash[18768]: cluster 2024-04-22T23:58:18.302588+0000 mgr.smithi046.eiolnw (mgr.14197) 448 : cluster [DBG] pgmap v395: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:19.854 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e2b7ae0a-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:58:21.766 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:58:21 smithi120 bash[20187]: cluster 2024-04-22T23:58:20.303599+0000 mgr.smithi046.eiolnw (mgr.14197) 449 : cluster [DBG] pgmap v396: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:21.767 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:58:21 smithi120 bash[20187]: cluster 2024-04-22T23:58:20.303599+0000 mgr.smithi046.eiolnw (mgr.14197) 449 : cluster [DBG] pgmap v396: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:21.831 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:58:21 smithi046 bash[18768]: cluster 2024-04-22T23:58:20.303599+0000 mgr.smithi046.eiolnw (mgr.14197) 449 : cluster [DBG] pgmap v396: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:21.831 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:58:21 smithi046 bash[18768]: cluster 2024-04-22T23:58:20.303599+0000 mgr.smithi046.eiolnw (mgr.14197) 449 : cluster [DBG] pgmap v396: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:22.766 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:58:22 smithi120 bash[20187]: audit 2024-04-22T23:58:22.373649+0000 mon.smithi046 (mon.0) 549 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:58:22.767 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:58:22 smithi120 bash[20187]: audit 2024-04-22T23:58:22.373649+0000 mon.smithi046 (mon.0) 549 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:58:22.830 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:58:22 smithi046 bash[18768]: audit 2024-04-22T23:58:22.373649+0000 mon.smithi046 (mon.0) 549 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:58:22.831 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:58:22 smithi046 bash[18768]: audit 2024-04-22T23:58:22.373649+0000 mon.smithi046 (mon.0) 549 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:58:23.766 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:58:23 smithi120 bash[20187]: cluster 2024-04-22T23:58:22.304598+0000 mgr.smithi046.eiolnw (mgr.14197) 450 : cluster [DBG] pgmap v397: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:23.767 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:58:23 smithi120 bash[20187]: cluster 2024-04-22T23:58:22.304598+0000 mgr.smithi046.eiolnw (mgr.14197) 450 : cluster [DBG] pgmap v397: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:23.831 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:58:23 smithi046 bash[18768]: cluster 2024-04-22T23:58:22.304598+0000 mgr.smithi046.eiolnw (mgr.14197) 450 : cluster [DBG] pgmap v397: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:23.831 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:58:23 smithi046 bash[18768]: cluster 2024-04-22T23:58:22.304598+0000 mgr.smithi046.eiolnw (mgr.14197) 450 : cluster [DBG] pgmap v397: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:24.625 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/mon.smithi046/config 2024-04-22T23:58:24.831 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:58:24 smithi046 bash[18768]: audit 2024-04-22T23:58:24.421245+0000 mon.smithi046 (mon.0) 550 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:58:24.831 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:58:24 smithi046 bash[18768]: audit 2024-04-22T23:58:24.421245+0000 mon.smithi046 (mon.0) 550 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:58:25.017 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:58:24 smithi120 bash[20187]: audit 2024-04-22T23:58:24.421245+0000 mon.smithi046 (mon.0) 550 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:58:25.017 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:58:24 smithi120 bash[20187]: audit 2024-04-22T23:58:24.421245+0000 mon.smithi046 (mon.0) 550 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:58:25.831 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:58:25 smithi046 bash[18768]: cluster 2024-04-22T23:58:24.305716+0000 mgr.smithi046.eiolnw (mgr.14197) 451 : cluster [DBG] pgmap v398: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:25.831 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:58:25 smithi046 bash[18768]: cluster 2024-04-22T23:58:24.305716+0000 mgr.smithi046.eiolnw (mgr.14197) 451 : cluster [DBG] pgmap v398: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:25.960 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T23:58:26.016 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:58:25 smithi120 bash[20187]: cluster 2024-04-22T23:58:24.305716+0000 mgr.smithi046.eiolnw (mgr.14197) 451 : cluster [DBG] pgmap v398: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:26.016 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:58:25 smithi120 bash[20187]: cluster 2024-04-22T23:58:24.305716+0000 mgr.smithi046.eiolnw (mgr.14197) 451 : cluster [DBG] pgmap v398: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:26.652 INFO:teuthology.orchestra.run.smithi046.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-22T23:58:26.831 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:58:26 smithi046 bash[18768]: audit 2024-04-22T23:58:25.971748+0000 mon.smithi046 (mon.0) 551 : audit [DBG] from='client.? 172.21.15.46:0/1729846347' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:58:26.831 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:58:26 smithi046 bash[18768]: audit 2024-04-22T23:58:25.971748+0000 mon.smithi046 (mon.0) 551 : audit [DBG] from='client.? 172.21.15.46:0/1729846347' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:58:27.016 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:58:26 smithi120 bash[20187]: audit 2024-04-22T23:58:25.971748+0000 mon.smithi046 (mon.0) 551 : audit [DBG] from='client.? 172.21.15.46:0/1729846347' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:58:27.017 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:58:26 smithi120 bash[20187]: audit 2024-04-22T23:58:25.971748+0000 mon.smithi046 (mon.0) 551 : audit [DBG] from='client.? 172.21.15.46:0/1729846347' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:58:27.653 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e2b7ae0a-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:58:27.830 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:58:27 smithi046 bash[18768]: cluster 2024-04-22T23:58:26.306731+0000 mgr.smithi046.eiolnw (mgr.14197) 452 : cluster [DBG] pgmap v399: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:27.831 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:58:27 smithi046 bash[18768]: cluster 2024-04-22T23:58:26.306731+0000 mgr.smithi046.eiolnw (mgr.14197) 452 : cluster [DBG] pgmap v399: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:28.016 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:58:27 smithi120 bash[20187]: cluster 2024-04-22T23:58:26.306731+0000 mgr.smithi046.eiolnw (mgr.14197) 452 : cluster [DBG] pgmap v399: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:28.017 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:58:27 smithi120 bash[20187]: cluster 2024-04-22T23:58:26.306731+0000 mgr.smithi046.eiolnw (mgr.14197) 452 : cluster [DBG] pgmap v399: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:29.767 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:58:29 smithi120 bash[20187]: cluster 2024-04-22T23:58:28.307715+0000 mgr.smithi046.eiolnw (mgr.14197) 453 : cluster [DBG] pgmap v400: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:29.767 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:58:29 smithi120 bash[20187]: cluster 2024-04-22T23:58:28.307715+0000 mgr.smithi046.eiolnw (mgr.14197) 453 : cluster [DBG] pgmap v400: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:29.781 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:58:29 smithi046 bash[18768]: cluster 2024-04-22T23:58:28.307715+0000 mgr.smithi046.eiolnw (mgr.14197) 453 : cluster [DBG] pgmap v400: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:29.781 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:58:29 smithi046 bash[18768]: cluster 2024-04-22T23:58:28.307715+0000 mgr.smithi046.eiolnw (mgr.14197) 453 : cluster [DBG] pgmap v400: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:30.831 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:58:30 smithi046 bash[18768]: audit 2024-04-22T23:58:30.196199+0000 mon.smithi046 (mon.0) 552 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:58:30.831 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:58:30 smithi046 bash[18768]: audit 2024-04-22T23:58:30.196199+0000 mon.smithi046 (mon.0) 552 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:58:30.831 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:58:30 smithi046 bash[18768]: audit 2024-04-22T23:58:30.197862+0000 mon.smithi046 (mon.0) 553 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:58:30.831 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:58:30 smithi046 bash[18768]: audit 2024-04-22T23:58:30.197862+0000 mon.smithi046 (mon.0) 553 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:58:30.831 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:58:30 smithi046 bash[18768]: audit 2024-04-22T23:58:30.206120+0000 mon.smithi046 (mon.0) 554 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:58:30.831 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:58:30 smithi046 bash[18768]: audit 2024-04-22T23:58:30.206120+0000 mon.smithi046 (mon.0) 554 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:58:30.831 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:58:30 smithi046 bash[18768]: audit 2024-04-22T23:58:30.210398+0000 mon.smithi046 (mon.0) 555 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-22T23:58:30.831 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:58:30 smithi046 bash[18768]: audit 2024-04-22T23:58:30.210398+0000 mon.smithi046 (mon.0) 555 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-22T23:58:31.017 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:58:30 smithi120 bash[20187]: audit 2024-04-22T23:58:30.196199+0000 mon.smithi046 (mon.0) 552 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:58:31.017 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:58:30 smithi120 bash[20187]: audit 2024-04-22T23:58:30.196199+0000 mon.smithi046 (mon.0) 552 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:58:31.017 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:58:30 smithi120 bash[20187]: audit 2024-04-22T23:58:30.197862+0000 mon.smithi046 (mon.0) 553 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:58:31.017 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:58:30 smithi120 bash[20187]: audit 2024-04-22T23:58:30.197862+0000 mon.smithi046 (mon.0) 553 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:58:31.017 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:58:30 smithi120 bash[20187]: audit 2024-04-22T23:58:30.206120+0000 mon.smithi046 (mon.0) 554 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:58:31.017 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:58:30 smithi120 bash[20187]: audit 2024-04-22T23:58:30.206120+0000 mon.smithi046 (mon.0) 554 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:58:31.017 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:58:30 smithi120 bash[20187]: audit 2024-04-22T23:58:30.210398+0000 mon.smithi046 (mon.0) 555 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-22T23:58:31.018 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:58:30 smithi120 bash[20187]: audit 2024-04-22T23:58:30.210398+0000 mon.smithi046 (mon.0) 555 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-22T23:58:31.831 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:58:31 smithi046 bash[18768]: cluster 2024-04-22T23:58:30.200177+0000 mgr.smithi046.eiolnw (mgr.14197) 454 : cluster [DBG] pgmap v401: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:31.831 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:58:31 smithi046 bash[18768]: cluster 2024-04-22T23:58:30.200177+0000 mgr.smithi046.eiolnw (mgr.14197) 454 : cluster [DBG] pgmap v401: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:31.831 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:58:31 smithi046 bash[18768]: cluster 2024-04-22T23:58:30.200970+0000 mgr.smithi046.eiolnw (mgr.14197) 455 : cluster [DBG] pgmap v402: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:31.831 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:58:31 smithi046 bash[18768]: cluster 2024-04-22T23:58:30.200970+0000 mgr.smithi046.eiolnw (mgr.14197) 455 : cluster [DBG] pgmap v402: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:32.016 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:58:31 smithi120 bash[20187]: cluster 2024-04-22T23:58:30.200177+0000 mgr.smithi046.eiolnw (mgr.14197) 454 : cluster [DBG] pgmap v401: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:32.017 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:58:31 smithi120 bash[20187]: cluster 2024-04-22T23:58:30.200177+0000 mgr.smithi046.eiolnw (mgr.14197) 454 : cluster [DBG] pgmap v401: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:32.017 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:58:31 smithi120 bash[20187]: cluster 2024-04-22T23:58:30.200970+0000 mgr.smithi046.eiolnw (mgr.14197) 455 : cluster [DBG] pgmap v402: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:32.017 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:58:31 smithi120 bash[20187]: cluster 2024-04-22T23:58:30.200970+0000 mgr.smithi046.eiolnw (mgr.14197) 455 : cluster [DBG] pgmap v402: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:32.201 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/mon.smithi046/config 2024-04-22T23:58:33.431 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T23:58:33.724 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:58:33 smithi046 bash[18768]: cluster 2024-04-22T23:58:32.201923+0000 mgr.smithi046.eiolnw (mgr.14197) 456 : cluster [DBG] pgmap v403: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:33.724 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:58:33 smithi046 bash[18768]: cluster 2024-04-22T23:58:32.201923+0000 mgr.smithi046.eiolnw (mgr.14197) 456 : cluster [DBG] pgmap v403: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:33.724 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:58:33 smithi046 bash[18768]: audit 2024-04-22T23:58:33.442610+0000 mon.smithi046 (mon.0) 556 : audit [DBG] from='client.? 172.21.15.46:0/1716400542' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:58:33.724 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:58:33 smithi046 bash[18768]: audit 2024-04-22T23:58:33.442610+0000 mon.smithi046 (mon.0) 556 : audit [DBG] from='client.? 172.21.15.46:0/1716400542' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:58:34.017 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:58:33 smithi120 bash[20187]: cluster 2024-04-22T23:58:32.201923+0000 mgr.smithi046.eiolnw (mgr.14197) 456 : cluster [DBG] pgmap v403: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:34.017 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:58:33 smithi120 bash[20187]: cluster 2024-04-22T23:58:32.201923+0000 mgr.smithi046.eiolnw (mgr.14197) 456 : cluster [DBG] pgmap v403: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:34.017 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:58:33 smithi120 bash[20187]: audit 2024-04-22T23:58:33.442610+0000 mon.smithi046 (mon.0) 556 : audit [DBG] from='client.? 172.21.15.46:0/1716400542' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:58:34.017 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:58:33 smithi120 bash[20187]: audit 2024-04-22T23:58:33.442610+0000 mon.smithi046 (mon.0) 556 : audit [DBG] from='client.? 172.21.15.46:0/1716400542' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:58:34.116 INFO:teuthology.orchestra.run.smithi046.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-22T23:58:35.116 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e2b7ae0a-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:58:35.831 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:58:35 smithi046 bash[18768]: cluster 2024-04-22T23:58:34.202941+0000 mgr.smithi046.eiolnw (mgr.14197) 457 : cluster [DBG] pgmap v404: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:35.831 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:58:35 smithi046 bash[18768]: cluster 2024-04-22T23:58:34.202941+0000 mgr.smithi046.eiolnw (mgr.14197) 457 : cluster [DBG] pgmap v404: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:36.017 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:58:35 smithi120 bash[20187]: cluster 2024-04-22T23:58:34.202941+0000 mgr.smithi046.eiolnw (mgr.14197) 457 : cluster [DBG] pgmap v404: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:36.017 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:58:35 smithi120 bash[20187]: cluster 2024-04-22T23:58:34.202941+0000 mgr.smithi046.eiolnw (mgr.14197) 457 : cluster [DBG] pgmap v404: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:37.830 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:58:37 smithi046 bash[18768]: cluster 2024-04-22T23:58:36.203932+0000 mgr.smithi046.eiolnw (mgr.14197) 458 : cluster [DBG] pgmap v405: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:37.831 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:58:37 smithi046 bash[18768]: cluster 2024-04-22T23:58:36.203932+0000 mgr.smithi046.eiolnw (mgr.14197) 458 : cluster [DBG] pgmap v405: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:38.016 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:58:37 smithi120 bash[20187]: cluster 2024-04-22T23:58:36.203932+0000 mgr.smithi046.eiolnw (mgr.14197) 458 : cluster [DBG] pgmap v405: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:38.017 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:58:37 smithi120 bash[20187]: cluster 2024-04-22T23:58:36.203932+0000 mgr.smithi046.eiolnw (mgr.14197) 458 : cluster [DBG] pgmap v405: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:39.831 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:58:39 smithi046 bash[18768]: cluster 2024-04-22T23:58:38.205062+0000 mgr.smithi046.eiolnw (mgr.14197) 459 : cluster [DBG] pgmap v406: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:39.831 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:58:39 smithi046 bash[18768]: cluster 2024-04-22T23:58:38.205062+0000 mgr.smithi046.eiolnw (mgr.14197) 459 : cluster [DBG] pgmap v406: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:39.831 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:58:39 smithi046 bash[18768]: audit 2024-04-22T23:58:39.421469+0000 mon.smithi046 (mon.0) 557 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:58:39.831 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:58:39 smithi046 bash[18768]: audit 2024-04-22T23:58:39.421469+0000 mon.smithi046 (mon.0) 557 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:58:39.884 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/mon.smithi046/config 2024-04-22T23:58:40.017 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:58:39 smithi120 bash[20187]: cluster 2024-04-22T23:58:38.205062+0000 mgr.smithi046.eiolnw (mgr.14197) 459 : cluster [DBG] pgmap v406: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:40.017 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:58:39 smithi120 bash[20187]: cluster 2024-04-22T23:58:38.205062+0000 mgr.smithi046.eiolnw (mgr.14197) 459 : cluster [DBG] pgmap v406: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:40.017 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:58:39 smithi120 bash[20187]: audit 2024-04-22T23:58:39.421469+0000 mon.smithi046 (mon.0) 557 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:58:40.017 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:58:39 smithi120 bash[20187]: audit 2024-04-22T23:58:39.421469+0000 mon.smithi046 (mon.0) 557 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:58:41.176 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T23:58:41.831 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:58:41 smithi046 bash[18768]: cluster 2024-04-22T23:58:40.206070+0000 mgr.smithi046.eiolnw (mgr.14197) 460 : cluster [DBG] pgmap v407: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:41.831 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:58:41 smithi046 bash[18768]: cluster 2024-04-22T23:58:40.206070+0000 mgr.smithi046.eiolnw (mgr.14197) 460 : cluster [DBG] pgmap v407: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:41.831 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:58:41 smithi046 bash[18768]: audit 2024-04-22T23:58:41.186823+0000 mon.smithi046 (mon.0) 558 : audit [DBG] from='client.? 172.21.15.46:0/1788852433' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:58:41.831 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:58:41 smithi046 bash[18768]: audit 2024-04-22T23:58:41.186823+0000 mon.smithi046 (mon.0) 558 : audit [DBG] from='client.? 172.21.15.46:0/1788852433' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:58:41.862 INFO:teuthology.orchestra.run.smithi046.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-22T23:58:42.017 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:58:41 smithi120 bash[20187]: cluster 2024-04-22T23:58:40.206070+0000 mgr.smithi046.eiolnw (mgr.14197) 460 : cluster [DBG] pgmap v407: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:42.017 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:58:41 smithi120 bash[20187]: cluster 2024-04-22T23:58:40.206070+0000 mgr.smithi046.eiolnw (mgr.14197) 460 : cluster [DBG] pgmap v407: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:42.017 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:58:41 smithi120 bash[20187]: audit 2024-04-22T23:58:41.186823+0000 mon.smithi046 (mon.0) 558 : audit [DBG] from='client.? 172.21.15.46:0/1788852433' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:58:42.017 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:58:41 smithi120 bash[20187]: audit 2024-04-22T23:58:41.186823+0000 mon.smithi046 (mon.0) 558 : audit [DBG] from='client.? 172.21.15.46:0/1788852433' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:58:42.864 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e2b7ae0a-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:58:43.831 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:58:43 smithi046 bash[18768]: cluster 2024-04-22T23:58:42.207149+0000 mgr.smithi046.eiolnw (mgr.14197) 461 : cluster [DBG] pgmap v408: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:43.831 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:58:43 smithi046 bash[18768]: cluster 2024-04-22T23:58:42.207149+0000 mgr.smithi046.eiolnw (mgr.14197) 461 : cluster [DBG] pgmap v408: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:44.017 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:58:43 smithi120 bash[20187]: cluster 2024-04-22T23:58:42.207149+0000 mgr.smithi046.eiolnw (mgr.14197) 461 : cluster [DBG] pgmap v408: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:44.017 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:58:43 smithi120 bash[20187]: cluster 2024-04-22T23:58:42.207149+0000 mgr.smithi046.eiolnw (mgr.14197) 461 : cluster [DBG] pgmap v408: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:45.831 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:58:45 smithi046 bash[18768]: cluster 2024-04-22T23:58:44.208252+0000 mgr.smithi046.eiolnw (mgr.14197) 462 : cluster [DBG] pgmap v409: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:45.831 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:58:45 smithi046 bash[18768]: cluster 2024-04-22T23:58:44.208252+0000 mgr.smithi046.eiolnw (mgr.14197) 462 : cluster [DBG] pgmap v409: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:46.017 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:58:45 smithi120 bash[20187]: cluster 2024-04-22T23:58:44.208252+0000 mgr.smithi046.eiolnw (mgr.14197) 462 : cluster [DBG] pgmap v409: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:46.017 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:58:45 smithi120 bash[20187]: cluster 2024-04-22T23:58:44.208252+0000 mgr.smithi046.eiolnw (mgr.14197) 462 : cluster [DBG] pgmap v409: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:47.635 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/mon.smithi046/config 2024-04-22T23:58:47.831 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:58:47 smithi046 bash[18768]: cluster 2024-04-22T23:58:46.209386+0000 mgr.smithi046.eiolnw (mgr.14197) 463 : cluster [DBG] pgmap v410: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:47.831 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:58:47 smithi046 bash[18768]: cluster 2024-04-22T23:58:46.209386+0000 mgr.smithi046.eiolnw (mgr.14197) 463 : cluster [DBG] pgmap v410: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:48.017 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:58:47 smithi120 bash[20187]: cluster 2024-04-22T23:58:46.209386+0000 mgr.smithi046.eiolnw (mgr.14197) 463 : cluster [DBG] pgmap v410: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:48.017 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:58:47 smithi120 bash[20187]: cluster 2024-04-22T23:58:46.209386+0000 mgr.smithi046.eiolnw (mgr.14197) 463 : cluster [DBG] pgmap v410: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:48.854 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T23:58:49.541 INFO:teuthology.orchestra.run.smithi046.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-22T23:58:49.831 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:58:49 smithi046 bash[18768]: cluster 2024-04-22T23:58:48.210505+0000 mgr.smithi046.eiolnw (mgr.14197) 464 : cluster [DBG] pgmap v411: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:49.831 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:58:49 smithi046 bash[18768]: cluster 2024-04-22T23:58:48.210505+0000 mgr.smithi046.eiolnw (mgr.14197) 464 : cluster [DBG] pgmap v411: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:49.831 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:58:49 smithi046 bash[18768]: audit 2024-04-22T23:58:48.864633+0000 mon.smithi046 (mon.0) 559 : audit [DBG] from='client.? 172.21.15.46:0/3143388629' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:58:49.831 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:58:49 smithi046 bash[18768]: audit 2024-04-22T23:58:48.864633+0000 mon.smithi046 (mon.0) 559 : audit [DBG] from='client.? 172.21.15.46:0/3143388629' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:58:50.017 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:58:49 smithi120 bash[20187]: cluster 2024-04-22T23:58:48.210505+0000 mgr.smithi046.eiolnw (mgr.14197) 464 : cluster [DBG] pgmap v411: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:50.017 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:58:49 smithi120 bash[20187]: cluster 2024-04-22T23:58:48.210505+0000 mgr.smithi046.eiolnw (mgr.14197) 464 : cluster [DBG] pgmap v411: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:50.018 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:58:49 smithi120 bash[20187]: audit 2024-04-22T23:58:48.864633+0000 mon.smithi046 (mon.0) 559 : audit [DBG] from='client.? 172.21.15.46:0/3143388629' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:58:50.018 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:58:49 smithi120 bash[20187]: audit 2024-04-22T23:58:48.864633+0000 mon.smithi046 (mon.0) 559 : audit [DBG] from='client.? 172.21.15.46:0/3143388629' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:58:50.543 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e2b7ae0a-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:58:52.017 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:58:51 smithi120 bash[20187]: cluster 2024-04-22T23:58:50.211611+0000 mgr.smithi046.eiolnw (mgr.14197) 465 : cluster [DBG] pgmap v412: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:52.017 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:58:51 smithi120 bash[20187]: cluster 2024-04-22T23:58:50.211611+0000 mgr.smithi046.eiolnw (mgr.14197) 465 : cluster [DBG] pgmap v412: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:52.081 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:58:51 smithi046 bash[18768]: cluster 2024-04-22T23:58:50.211611+0000 mgr.smithi046.eiolnw (mgr.14197) 465 : cluster [DBG] pgmap v412: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:52.081 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:58:51 smithi046 bash[18768]: cluster 2024-04-22T23:58:50.211611+0000 mgr.smithi046.eiolnw (mgr.14197) 465 : cluster [DBG] pgmap v412: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:54.017 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:58:53 smithi120 bash[20187]: cluster 2024-04-22T23:58:52.212662+0000 mgr.smithi046.eiolnw (mgr.14197) 466 : cluster [DBG] pgmap v413: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:54.017 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:58:53 smithi120 bash[20187]: cluster 2024-04-22T23:58:52.212662+0000 mgr.smithi046.eiolnw (mgr.14197) 466 : cluster [DBG] pgmap v413: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:54.081 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:58:53 smithi046 bash[18768]: cluster 2024-04-22T23:58:52.212662+0000 mgr.smithi046.eiolnw (mgr.14197) 466 : cluster [DBG] pgmap v413: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:54.081 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:58:53 smithi046 bash[18768]: cluster 2024-04-22T23:58:52.212662+0000 mgr.smithi046.eiolnw (mgr.14197) 466 : cluster [DBG] pgmap v413: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:55.017 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:58:54 smithi120 bash[20187]: audit 2024-04-22T23:58:54.422170+0000 mon.smithi046 (mon.0) 560 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:58:55.017 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:58:54 smithi120 bash[20187]: audit 2024-04-22T23:58:54.422170+0000 mon.smithi046 (mon.0) 560 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:58:55.081 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:58:54 smithi046 bash[18768]: audit 2024-04-22T23:58:54.422170+0000 mon.smithi046 (mon.0) 560 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:58:55.081 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:58:54 smithi046 bash[18768]: audit 2024-04-22T23:58:54.422170+0000 mon.smithi046 (mon.0) 560 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:58:55.316 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/mon.smithi046/config 2024-04-22T23:58:56.017 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:58:55 smithi120 bash[20187]: cluster 2024-04-22T23:58:54.213723+0000 mgr.smithi046.eiolnw (mgr.14197) 467 : cluster [DBG] pgmap v414: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:56.017 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:58:55 smithi120 bash[20187]: cluster 2024-04-22T23:58:54.213723+0000 mgr.smithi046.eiolnw (mgr.14197) 467 : cluster [DBG] pgmap v414: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:56.081 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:58:55 smithi046 bash[18768]: cluster 2024-04-22T23:58:54.213723+0000 mgr.smithi046.eiolnw (mgr.14197) 467 : cluster [DBG] pgmap v414: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:56.081 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:58:55 smithi046 bash[18768]: cluster 2024-04-22T23:58:54.213723+0000 mgr.smithi046.eiolnw (mgr.14197) 467 : cluster [DBG] pgmap v414: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:56.646 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T23:58:57.340 INFO:teuthology.orchestra.run.smithi046.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-22T23:58:57.831 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:58:57 smithi046 bash[18768]: cluster 2024-04-22T23:58:56.214768+0000 mgr.smithi046.eiolnw (mgr.14197) 468 : cluster [DBG] pgmap v415: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:57.831 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:58:57 smithi046 bash[18768]: cluster 2024-04-22T23:58:56.214768+0000 mgr.smithi046.eiolnw (mgr.14197) 468 : cluster [DBG] pgmap v415: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:57.831 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:58:57 smithi046 bash[18768]: audit 2024-04-22T23:58:56.656269+0000 mon.smithi046 (mon.0) 561 : audit [DBG] from='client.? 172.21.15.46:0/2105702747' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:58:57.831 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:58:57 smithi046 bash[18768]: audit 2024-04-22T23:58:56.656269+0000 mon.smithi046 (mon.0) 561 : audit [DBG] from='client.? 172.21.15.46:0/2105702747' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:58:58.017 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:58:57 smithi120 bash[20187]: cluster 2024-04-22T23:58:56.214768+0000 mgr.smithi046.eiolnw (mgr.14197) 468 : cluster [DBG] pgmap v415: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:58.017 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:58:57 smithi120 bash[20187]: cluster 2024-04-22T23:58:56.214768+0000 mgr.smithi046.eiolnw (mgr.14197) 468 : cluster [DBG] pgmap v415: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:58.017 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:58:57 smithi120 bash[20187]: audit 2024-04-22T23:58:56.656269+0000 mon.smithi046 (mon.0) 561 : audit [DBG] from='client.? 172.21.15.46:0/2105702747' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:58:58.017 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:58:57 smithi120 bash[20187]: audit 2024-04-22T23:58:56.656269+0000 mon.smithi046 (mon.0) 561 : audit [DBG] from='client.? 172.21.15.46:0/2105702747' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:58:58.341 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e2b7ae0a-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:59:00.017 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:58:59 smithi120 bash[20187]: cluster 2024-04-22T23:58:58.215770+0000 mgr.smithi046.eiolnw (mgr.14197) 469 : cluster [DBG] pgmap v416: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:00.017 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:58:59 smithi120 bash[20187]: cluster 2024-04-22T23:58:58.215770+0000 mgr.smithi046.eiolnw (mgr.14197) 469 : cluster [DBG] pgmap v416: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:00.081 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:58:59 smithi046 bash[18768]: cluster 2024-04-22T23:58:58.215770+0000 mgr.smithi046.eiolnw (mgr.14197) 469 : cluster [DBG] pgmap v416: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:00.081 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:58:59 smithi046 bash[18768]: cluster 2024-04-22T23:58:58.215770+0000 mgr.smithi046.eiolnw (mgr.14197) 469 : cluster [DBG] pgmap v416: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:01.767 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:59:01 smithi120 bash[20187]: cluster 2024-04-22T23:59:00.216765+0000 mgr.smithi046.eiolnw (mgr.14197) 470 : cluster [DBG] pgmap v417: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:01.767 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:59:01 smithi120 bash[20187]: cluster 2024-04-22T23:59:00.216765+0000 mgr.smithi046.eiolnw (mgr.14197) 470 : cluster [DBG] pgmap v417: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:01.830 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:59:01 smithi046 bash[18768]: cluster 2024-04-22T23:59:00.216765+0000 mgr.smithi046.eiolnw (mgr.14197) 470 : cluster [DBG] pgmap v417: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:01.831 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:59:01 smithi046 bash[18768]: cluster 2024-04-22T23:59:00.216765+0000 mgr.smithi046.eiolnw (mgr.14197) 470 : cluster [DBG] pgmap v417: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:03.113 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/mon.smithi046/config 2024-04-22T23:59:04.017 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:59:03 smithi120 bash[20187]: cluster 2024-04-22T23:59:02.217796+0000 mgr.smithi046.eiolnw (mgr.14197) 471 : cluster [DBG] pgmap v418: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:04.017 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:59:03 smithi120 bash[20187]: cluster 2024-04-22T23:59:02.217796+0000 mgr.smithi046.eiolnw (mgr.14197) 471 : cluster [DBG] pgmap v418: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:04.081 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:59:03 smithi046 bash[18768]: cluster 2024-04-22T23:59:02.217796+0000 mgr.smithi046.eiolnw (mgr.14197) 471 : cluster [DBG] pgmap v418: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:04.081 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:59:03 smithi046 bash[18768]: cluster 2024-04-22T23:59:02.217796+0000 mgr.smithi046.eiolnw (mgr.14197) 471 : cluster [DBG] pgmap v418: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:04.559 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T23:59:04.831 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:59:04 smithi046 bash[18768]: audit 2024-04-22T23:59:04.570175+0000 mon.smithi046 (mon.0) 562 : audit [DBG] from='client.? 172.21.15.46:0/2936227061' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:59:04.831 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:59:04 smithi046 bash[18768]: audit 2024-04-22T23:59:04.570175+0000 mon.smithi046 (mon.0) 562 : audit [DBG] from='client.? 172.21.15.46:0/2936227061' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:59:05.017 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:59:04 smithi120 bash[20187]: audit 2024-04-22T23:59:04.570175+0000 mon.smithi046 (mon.0) 562 : audit [DBG] from='client.? 172.21.15.46:0/2936227061' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:59:05.017 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:59:04 smithi120 bash[20187]: audit 2024-04-22T23:59:04.570175+0000 mon.smithi046 (mon.0) 562 : audit [DBG] from='client.? 172.21.15.46:0/2936227061' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:59:05.267 INFO:teuthology.orchestra.run.smithi046.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-22T23:59:06.017 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:59:05 smithi120 bash[20187]: cluster 2024-04-22T23:59:04.218598+0000 mgr.smithi046.eiolnw (mgr.14197) 472 : cluster [DBG] pgmap v419: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:06.017 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:59:05 smithi120 bash[20187]: cluster 2024-04-22T23:59:04.218598+0000 mgr.smithi046.eiolnw (mgr.14197) 472 : cluster [DBG] pgmap v419: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:06.080 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:59:05 smithi046 bash[18768]: cluster 2024-04-22T23:59:04.218598+0000 mgr.smithi046.eiolnw (mgr.14197) 472 : cluster [DBG] pgmap v419: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:06.081 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:59:05 smithi046 bash[18768]: cluster 2024-04-22T23:59:04.218598+0000 mgr.smithi046.eiolnw (mgr.14197) 472 : cluster [DBG] pgmap v419: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:06.268 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e2b7ae0a-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:59:07.831 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:59:07 smithi046 bash[18768]: cluster 2024-04-22T23:59:06.219581+0000 mgr.smithi046.eiolnw (mgr.14197) 473 : cluster [DBG] pgmap v420: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:07.831 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:59:07 smithi046 bash[18768]: cluster 2024-04-22T23:59:06.219581+0000 mgr.smithi046.eiolnw (mgr.14197) 473 : cluster [DBG] pgmap v420: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:08.017 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:59:07 smithi120 bash[20187]: cluster 2024-04-22T23:59:06.219581+0000 mgr.smithi046.eiolnw (mgr.14197) 473 : cluster [DBG] pgmap v420: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:08.017 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:59:07 smithi120 bash[20187]: cluster 2024-04-22T23:59:06.219581+0000 mgr.smithi046.eiolnw (mgr.14197) 473 : cluster [DBG] pgmap v420: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:10.017 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:59:09 smithi120 bash[20187]: cluster 2024-04-22T23:59:08.220560+0000 mgr.smithi046.eiolnw (mgr.14197) 474 : cluster [DBG] pgmap v421: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:10.017 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:59:09 smithi120 bash[20187]: cluster 2024-04-22T23:59:08.220560+0000 mgr.smithi046.eiolnw (mgr.14197) 474 : cluster [DBG] pgmap v421: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:10.017 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:59:09 smithi120 bash[20187]: audit 2024-04-22T23:59:09.422657+0000 mon.smithi046 (mon.0) 563 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:59:10.017 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:59:09 smithi120 bash[20187]: audit 2024-04-22T23:59:09.422657+0000 mon.smithi046 (mon.0) 563 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:59:10.081 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:59:09 smithi046 bash[18768]: cluster 2024-04-22T23:59:08.220560+0000 mgr.smithi046.eiolnw (mgr.14197) 474 : cluster [DBG] pgmap v421: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:10.081 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:59:09 smithi046 bash[18768]: cluster 2024-04-22T23:59:08.220560+0000 mgr.smithi046.eiolnw (mgr.14197) 474 : cluster [DBG] pgmap v421: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:10.081 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:59:09 smithi046 bash[18768]: audit 2024-04-22T23:59:09.422657+0000 mon.smithi046 (mon.0) 563 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:59:10.081 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:59:09 smithi046 bash[18768]: audit 2024-04-22T23:59:09.422657+0000 mon.smithi046 (mon.0) 563 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:59:11.044 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/mon.smithi046/config 2024-04-22T23:59:11.927 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:59:11 smithi046 bash[18768]: cluster 2024-04-22T23:59:10.221588+0000 mgr.smithi046.eiolnw (mgr.14197) 475 : cluster [DBG] pgmap v422: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:11.928 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:59:11 smithi046 bash[18768]: cluster 2024-04-22T23:59:10.221588+0000 mgr.smithi046.eiolnw (mgr.14197) 475 : cluster [DBG] pgmap v422: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:12.018 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:59:11 smithi120 bash[20187]: cluster 2024-04-22T23:59:10.221588+0000 mgr.smithi046.eiolnw (mgr.14197) 475 : cluster [DBG] pgmap v422: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:12.018 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:59:11 smithi120 bash[20187]: cluster 2024-04-22T23:59:10.221588+0000 mgr.smithi046.eiolnw (mgr.14197) 475 : cluster [DBG] pgmap v422: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:12.326 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T23:59:13.017 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:59:12 smithi120 bash[20187]: audit 2024-04-22T23:59:12.336816+0000 mon.smithi046 (mon.0) 564 : audit [DBG] from='client.? 172.21.15.46:0/372036206' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:59:13.017 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:59:12 smithi120 bash[20187]: audit 2024-04-22T23:59:12.336816+0000 mon.smithi046 (mon.0) 564 : audit [DBG] from='client.? 172.21.15.46:0/372036206' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:59:13.065 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:59:12 smithi046 bash[18768]: audit 2024-04-22T23:59:12.336816+0000 mon.smithi046 (mon.0) 564 : audit [DBG] from='client.? 172.21.15.46:0/372036206' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:59:13.065 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:59:12 smithi046 bash[18768]: audit 2024-04-22T23:59:12.336816+0000 mon.smithi046 (mon.0) 564 : audit [DBG] from='client.? 172.21.15.46:0/372036206' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:59:13.066 INFO:teuthology.orchestra.run.smithi046.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-22T23:59:14.017 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:59:13 smithi120 bash[20187]: cluster 2024-04-22T23:59:12.222535+0000 mgr.smithi046.eiolnw (mgr.14197) 476 : cluster [DBG] pgmap v423: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:14.017 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:59:13 smithi120 bash[20187]: cluster 2024-04-22T23:59:12.222535+0000 mgr.smithi046.eiolnw (mgr.14197) 476 : cluster [DBG] pgmap v423: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:14.067 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e2b7ae0a-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:59:14.079 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:59:13 smithi046 bash[18768]: cluster 2024-04-22T23:59:12.222535+0000 mgr.smithi046.eiolnw (mgr.14197) 476 : cluster [DBG] pgmap v423: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:14.079 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:59:13 smithi046 bash[18768]: cluster 2024-04-22T23:59:12.222535+0000 mgr.smithi046.eiolnw (mgr.14197) 476 : cluster [DBG] pgmap v423: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:16.017 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:59:15 smithi120 bash[20187]: cluster 2024-04-22T23:59:14.223502+0000 mgr.smithi046.eiolnw (mgr.14197) 477 : cluster [DBG] pgmap v424: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:16.017 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:59:15 smithi120 bash[20187]: cluster 2024-04-22T23:59:14.223502+0000 mgr.smithi046.eiolnw (mgr.14197) 477 : cluster [DBG] pgmap v424: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:16.081 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:59:15 smithi046 bash[18768]: cluster 2024-04-22T23:59:14.223502+0000 mgr.smithi046.eiolnw (mgr.14197) 477 : cluster [DBG] pgmap v424: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:16.081 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:59:15 smithi046 bash[18768]: cluster 2024-04-22T23:59:14.223502+0000 mgr.smithi046.eiolnw (mgr.14197) 477 : cluster [DBG] pgmap v424: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:17.831 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:59:17 smithi046 bash[18768]: cluster 2024-04-22T23:59:16.224482+0000 mgr.smithi046.eiolnw (mgr.14197) 478 : cluster [DBG] pgmap v425: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:17.831 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:59:17 smithi046 bash[18768]: cluster 2024-04-22T23:59:16.224482+0000 mgr.smithi046.eiolnw (mgr.14197) 478 : cluster [DBG] pgmap v425: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:18.017 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:59:17 smithi120 bash[20187]: cluster 2024-04-22T23:59:16.224482+0000 mgr.smithi046.eiolnw (mgr.14197) 478 : cluster [DBG] pgmap v425: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:18.017 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:59:17 smithi120 bash[20187]: cluster 2024-04-22T23:59:16.224482+0000 mgr.smithi046.eiolnw (mgr.14197) 478 : cluster [DBG] pgmap v425: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:18.844 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/mon.smithi046/config 2024-04-22T23:59:20.017 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:59:19 smithi120 bash[20187]: cluster 2024-04-22T23:59:18.225550+0000 mgr.smithi046.eiolnw (mgr.14197) 479 : cluster [DBG] pgmap v426: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:20.017 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:59:19 smithi120 bash[20187]: cluster 2024-04-22T23:59:18.225550+0000 mgr.smithi046.eiolnw (mgr.14197) 479 : cluster [DBG] pgmap v426: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:20.080 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:59:19 smithi046 bash[18768]: cluster 2024-04-22T23:59:18.225550+0000 mgr.smithi046.eiolnw (mgr.14197) 479 : cluster [DBG] pgmap v426: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:20.081 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:59:19 smithi046 bash[18768]: cluster 2024-04-22T23:59:18.225550+0000 mgr.smithi046.eiolnw (mgr.14197) 479 : cluster [DBG] pgmap v426: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:20.122 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T23:59:20.834 INFO:teuthology.orchestra.run.smithi046.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-22T23:59:21.017 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:59:20 smithi120 bash[20187]: audit 2024-04-22T23:59:20.132951+0000 mon.smithi046 (mon.0) 565 : audit [DBG] from='client.? 172.21.15.46:0/1367737330' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:59:21.017 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:59:20 smithi120 bash[20187]: audit 2024-04-22T23:59:20.132951+0000 mon.smithi046 (mon.0) 565 : audit [DBG] from='client.? 172.21.15.46:0/1367737330' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:59:21.081 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:59:20 smithi046 bash[18768]: audit 2024-04-22T23:59:20.132951+0000 mon.smithi046 (mon.0) 565 : audit [DBG] from='client.? 172.21.15.46:0/1367737330' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:59:21.081 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:59:20 smithi046 bash[18768]: audit 2024-04-22T23:59:20.132951+0000 mon.smithi046 (mon.0) 565 : audit [DBG] from='client.? 172.21.15.46:0/1367737330' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:59:21.836 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e2b7ae0a-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:59:22.017 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:59:21 smithi120 bash[20187]: cluster 2024-04-22T23:59:20.226203+0000 mgr.smithi046.eiolnw (mgr.14197) 480 : cluster [DBG] pgmap v427: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:22.017 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:59:21 smithi120 bash[20187]: cluster 2024-04-22T23:59:20.226203+0000 mgr.smithi046.eiolnw (mgr.14197) 480 : cluster [DBG] pgmap v427: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:22.080 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:59:21 smithi046 bash[18768]: cluster 2024-04-22T23:59:20.226203+0000 mgr.smithi046.eiolnw (mgr.14197) 480 : cluster [DBG] pgmap v427: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:22.081 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:59:21 smithi046 bash[18768]: cluster 2024-04-22T23:59:20.226203+0000 mgr.smithi046.eiolnw (mgr.14197) 480 : cluster [DBG] pgmap v427: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:24.017 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:59:23 smithi120 bash[20187]: cluster 2024-04-22T23:59:22.227186+0000 mgr.smithi046.eiolnw (mgr.14197) 481 : cluster [DBG] pgmap v428: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:24.017 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:59:23 smithi120 bash[20187]: cluster 2024-04-22T23:59:22.227186+0000 mgr.smithi046.eiolnw (mgr.14197) 481 : cluster [DBG] pgmap v428: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:24.081 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:59:23 smithi046 bash[18768]: cluster 2024-04-22T23:59:22.227186+0000 mgr.smithi046.eiolnw (mgr.14197) 481 : cluster [DBG] pgmap v428: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:24.081 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:59:23 smithi046 bash[18768]: cluster 2024-04-22T23:59:22.227186+0000 mgr.smithi046.eiolnw (mgr.14197) 481 : cluster [DBG] pgmap v428: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:25.017 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:59:24 smithi120 bash[20187]: audit 2024-04-22T23:59:24.423338+0000 mon.smithi046 (mon.0) 566 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:59:25.017 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:59:24 smithi120 bash[20187]: audit 2024-04-22T23:59:24.423338+0000 mon.smithi046 (mon.0) 566 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:59:25.081 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:59:24 smithi046 bash[18768]: audit 2024-04-22T23:59:24.423338+0000 mon.smithi046 (mon.0) 566 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:59:25.081 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:59:24 smithi046 bash[18768]: audit 2024-04-22T23:59:24.423338+0000 mon.smithi046 (mon.0) 566 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:59:26.017 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:59:25 smithi120 bash[20187]: cluster 2024-04-22T23:59:24.228200+0000 mgr.smithi046.eiolnw (mgr.14197) 482 : cluster [DBG] pgmap v429: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:26.017 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:59:25 smithi120 bash[20187]: cluster 2024-04-22T23:59:24.228200+0000 mgr.smithi046.eiolnw (mgr.14197) 482 : cluster [DBG] pgmap v429: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:26.081 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:59:25 smithi046 bash[18768]: cluster 2024-04-22T23:59:24.228200+0000 mgr.smithi046.eiolnw (mgr.14197) 482 : cluster [DBG] pgmap v429: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:26.081 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:59:25 smithi046 bash[18768]: cluster 2024-04-22T23:59:24.228200+0000 mgr.smithi046.eiolnw (mgr.14197) 482 : cluster [DBG] pgmap v429: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:26.609 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/mon.smithi046/config 2024-04-22T23:59:27.830 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:59:27 smithi046 bash[18768]: cluster 2024-04-22T23:59:26.229336+0000 mgr.smithi046.eiolnw (mgr.14197) 483 : cluster [DBG] pgmap v430: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:27.831 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:59:27 smithi046 bash[18768]: cluster 2024-04-22T23:59:26.229336+0000 mgr.smithi046.eiolnw (mgr.14197) 483 : cluster [DBG] pgmap v430: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:27.878 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T23:59:28.017 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:59:27 smithi120 bash[20187]: cluster 2024-04-22T23:59:26.229336+0000 mgr.smithi046.eiolnw (mgr.14197) 483 : cluster [DBG] pgmap v430: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:28.017 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:59:27 smithi120 bash[20187]: cluster 2024-04-22T23:59:26.229336+0000 mgr.smithi046.eiolnw (mgr.14197) 483 : cluster [DBG] pgmap v430: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:28.579 INFO:teuthology.orchestra.run.smithi046.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-22T23:59:28.830 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:59:28 smithi046 bash[18768]: audit 2024-04-22T23:59:27.889754+0000 mon.smithi046 (mon.0) 567 : audit [DBG] from='client.? 172.21.15.46:0/1589461968' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:59:28.831 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:59:28 smithi046 bash[18768]: audit 2024-04-22T23:59:27.889754+0000 mon.smithi046 (mon.0) 567 : audit [DBG] from='client.? 172.21.15.46:0/1589461968' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:59:29.017 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:59:28 smithi120 bash[20187]: audit 2024-04-22T23:59:27.889754+0000 mon.smithi046 (mon.0) 567 : audit [DBG] from='client.? 172.21.15.46:0/1589461968' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:59:29.017 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:59:28 smithi120 bash[20187]: audit 2024-04-22T23:59:27.889754+0000 mon.smithi046 (mon.0) 567 : audit [DBG] from='client.? 172.21.15.46:0/1589461968' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:59:29.581 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e2b7ae0a-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:59:30.017 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:59:29 smithi120 bash[20187]: cluster 2024-04-22T23:59:28.230296+0000 mgr.smithi046.eiolnw (mgr.14197) 484 : cluster [DBG] pgmap v431: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:30.017 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:59:29 smithi120 bash[20187]: cluster 2024-04-22T23:59:28.230296+0000 mgr.smithi046.eiolnw (mgr.14197) 484 : cluster [DBG] pgmap v431: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:30.081 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:59:29 smithi046 bash[18768]: cluster 2024-04-22T23:59:28.230296+0000 mgr.smithi046.eiolnw (mgr.14197) 484 : cluster [DBG] pgmap v431: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:30.081 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:59:29 smithi046 bash[18768]: cluster 2024-04-22T23:59:28.230296+0000 mgr.smithi046.eiolnw (mgr.14197) 484 : cluster [DBG] pgmap v431: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:31.017 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:59:30 smithi120 bash[20187]: audit 2024-04-22T23:59:30.271751+0000 mon.smithi046 (mon.0) 568 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:59:31.017 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:59:30 smithi120 bash[20187]: audit 2024-04-22T23:59:30.271751+0000 mon.smithi046 (mon.0) 568 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:59:31.081 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:59:30 smithi046 bash[18768]: audit 2024-04-22T23:59:30.271751+0000 mon.smithi046 (mon.0) 568 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:59:31.081 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:59:30 smithi046 bash[18768]: audit 2024-04-22T23:59:30.271751+0000 mon.smithi046 (mon.0) 568 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:59:32.017 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:59:31 smithi120 bash[20187]: cluster 2024-04-22T23:59:30.231287+0000 mgr.smithi046.eiolnw (mgr.14197) 485 : cluster [DBG] pgmap v432: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:32.017 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:59:31 smithi120 bash[20187]: cluster 2024-04-22T23:59:30.231287+0000 mgr.smithi046.eiolnw (mgr.14197) 485 : cluster [DBG] pgmap v432: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:32.081 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:59:31 smithi046 bash[18768]: cluster 2024-04-22T23:59:30.231287+0000 mgr.smithi046.eiolnw (mgr.14197) 485 : cluster [DBG] pgmap v432: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:32.081 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:59:31 smithi046 bash[18768]: cluster 2024-04-22T23:59:30.231287+0000 mgr.smithi046.eiolnw (mgr.14197) 485 : cluster [DBG] pgmap v432: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:34.017 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:59:33 smithi120 bash[20187]: cluster 2024-04-22T23:59:32.232352+0000 mgr.smithi046.eiolnw (mgr.14197) 486 : cluster [DBG] pgmap v433: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:34.017 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:59:33 smithi120 bash[20187]: cluster 2024-04-22T23:59:32.232352+0000 mgr.smithi046.eiolnw (mgr.14197) 486 : cluster [DBG] pgmap v433: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:34.081 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:59:33 smithi046 bash[18768]: cluster 2024-04-22T23:59:32.232352+0000 mgr.smithi046.eiolnw (mgr.14197) 486 : cluster [DBG] pgmap v433: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:34.081 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:59:33 smithi046 bash[18768]: cluster 2024-04-22T23:59:32.232352+0000 mgr.smithi046.eiolnw (mgr.14197) 486 : cluster [DBG] pgmap v433: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:34.348 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/mon.smithi046/config 2024-04-22T23:59:35.585 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T23:59:35.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:59:35 smithi046 bash[18768]: cluster 2024-04-22T23:59:34.233514+0000 mgr.smithi046.eiolnw (mgr.14197) 487 : cluster [DBG] pgmap v434: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:35.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:59:35 smithi046 bash[18768]: cluster 2024-04-22T23:59:34.233514+0000 mgr.smithi046.eiolnw (mgr.14197) 487 : cluster [DBG] pgmap v434: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:35.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:59:35 smithi046 bash[18768]: audit 2024-04-22T23:59:35.212961+0000 mon.smithi046 (mon.0) 569 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:59:35.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:59:35 smithi046 bash[18768]: audit 2024-04-22T23:59:35.212961+0000 mon.smithi046 (mon.0) 569 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:59:35.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:59:35 smithi046 bash[18768]: audit 2024-04-22T23:59:35.596207+0000 mon.smithi046 (mon.0) 570 : audit [DBG] from='client.? 172.21.15.46:0/417991872' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:59:35.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:59:35 smithi046 bash[18768]: audit 2024-04-22T23:59:35.596207+0000 mon.smithi046 (mon.0) 570 : audit [DBG] from='client.? 172.21.15.46:0/417991872' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:59:36.017 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:59:35 smithi120 bash[20187]: cluster 2024-04-22T23:59:34.233514+0000 mgr.smithi046.eiolnw (mgr.14197) 487 : cluster [DBG] pgmap v434: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:36.017 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:59:35 smithi120 bash[20187]: cluster 2024-04-22T23:59:34.233514+0000 mgr.smithi046.eiolnw (mgr.14197) 487 : cluster [DBG] pgmap v434: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:36.017 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:59:35 smithi120 bash[20187]: audit 2024-04-22T23:59:35.212961+0000 mon.smithi046 (mon.0) 569 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:59:36.017 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:59:35 smithi120 bash[20187]: audit 2024-04-22T23:59:35.212961+0000 mon.smithi046 (mon.0) 569 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:59:36.017 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:59:35 smithi120 bash[20187]: audit 2024-04-22T23:59:35.596207+0000 mon.smithi046 (mon.0) 570 : audit [DBG] from='client.? 172.21.15.46:0/417991872' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:59:36.017 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:59:35 smithi120 bash[20187]: audit 2024-04-22T23:59:35.596207+0000 mon.smithi046 (mon.0) 570 : audit [DBG] from='client.? 172.21.15.46:0/417991872' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:59:36.340 INFO:teuthology.orchestra.run.smithi046.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-22T23:59:37.342 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e2b7ae0a-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:59:37.831 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:59:37 smithi046 bash[18768]: cluster 2024-04-22T23:59:36.234087+0000 mgr.smithi046.eiolnw (mgr.14197) 488 : cluster [DBG] pgmap v435: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:37.831 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:59:37 smithi046 bash[18768]: cluster 2024-04-22T23:59:36.234087+0000 mgr.smithi046.eiolnw (mgr.14197) 488 : cluster [DBG] pgmap v435: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:38.017 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:59:37 smithi120 bash[20187]: cluster 2024-04-22T23:59:36.234087+0000 mgr.smithi046.eiolnw (mgr.14197) 488 : cluster [DBG] pgmap v435: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:38.017 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:59:37 smithi120 bash[20187]: cluster 2024-04-22T23:59:36.234087+0000 mgr.smithi046.eiolnw (mgr.14197) 488 : cluster [DBG] pgmap v435: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:40.017 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:59:39 smithi120 bash[20187]: cluster 2024-04-22T23:59:38.235046+0000 mgr.smithi046.eiolnw (mgr.14197) 489 : cluster [DBG] pgmap v436: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:40.017 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:59:39 smithi120 bash[20187]: cluster 2024-04-22T23:59:38.235046+0000 mgr.smithi046.eiolnw (mgr.14197) 489 : cluster [DBG] pgmap v436: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:40.017 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:59:39 smithi120 bash[20187]: audit 2024-04-22T23:59:39.423577+0000 mon.smithi046 (mon.0) 571 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:59:40.017 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:59:39 smithi120 bash[20187]: audit 2024-04-22T23:59:39.423577+0000 mon.smithi046 (mon.0) 571 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:59:40.081 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:59:39 smithi046 bash[18768]: cluster 2024-04-22T23:59:38.235046+0000 mgr.smithi046.eiolnw (mgr.14197) 489 : cluster [DBG] pgmap v436: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:40.081 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:59:39 smithi046 bash[18768]: cluster 2024-04-22T23:59:38.235046+0000 mgr.smithi046.eiolnw (mgr.14197) 489 : cluster [DBG] pgmap v436: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:40.081 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:59:39 smithi046 bash[18768]: audit 2024-04-22T23:59:39.423577+0000 mon.smithi046 (mon.0) 571 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:59:40.081 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:59:39 smithi046 bash[18768]: audit 2024-04-22T23:59:39.423577+0000 mon.smithi046 (mon.0) 571 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:59:41.844 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/mon.smithi046/config 2024-04-22T23:59:42.017 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:59:41 smithi120 bash[20187]: cluster 2024-04-22T23:59:40.236048+0000 mgr.smithi046.eiolnw (mgr.14197) 490 : cluster [DBG] pgmap v437: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:42.017 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:59:41 smithi120 bash[20187]: cluster 2024-04-22T23:59:40.236048+0000 mgr.smithi046.eiolnw (mgr.14197) 490 : cluster [DBG] pgmap v437: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:42.081 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:59:41 smithi046 bash[18768]: cluster 2024-04-22T23:59:40.236048+0000 mgr.smithi046.eiolnw (mgr.14197) 490 : cluster [DBG] pgmap v437: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:42.081 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:59:41 smithi046 bash[18768]: cluster 2024-04-22T23:59:40.236048+0000 mgr.smithi046.eiolnw (mgr.14197) 490 : cluster [DBG] pgmap v437: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:43.789 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T23:59:44.017 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:59:43 smithi120 bash[20187]: cluster 2024-04-22T23:59:42.237005+0000 mgr.smithi046.eiolnw (mgr.14197) 491 : cluster [DBG] pgmap v438: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:44.017 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:59:43 smithi120 bash[20187]: cluster 2024-04-22T23:59:42.237005+0000 mgr.smithi046.eiolnw (mgr.14197) 491 : cluster [DBG] pgmap v438: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:44.018 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:59:43 smithi120 bash[20187]: audit 2024-04-22T23:59:43.515290+0000 mon.smithi046 (mon.0) 572 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:59:44.018 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:59:43 smithi120 bash[20187]: audit 2024-04-22T23:59:43.515290+0000 mon.smithi046 (mon.0) 572 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:59:44.018 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:59:43 smithi120 bash[20187]: audit 2024-04-22T23:59:43.516429+0000 mon.smithi046 (mon.0) 573 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:59:44.018 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:59:43 smithi120 bash[20187]: audit 2024-04-22T23:59:43.516429+0000 mon.smithi046 (mon.0) 573 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:59:44.018 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:59:43 smithi120 bash[20187]: audit 2024-04-22T23:59:43.522758+0000 mon.smithi046 (mon.0) 574 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:59:44.018 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:59:43 smithi120 bash[20187]: audit 2024-04-22T23:59:43.522758+0000 mon.smithi046 (mon.0) 574 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:59:44.018 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:59:43 smithi120 bash[20187]: audit 2024-04-22T23:59:43.526544+0000 mon.smithi046 (mon.0) 575 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-22T23:59:44.018 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:59:43 smithi120 bash[20187]: audit 2024-04-22T23:59:43.526544+0000 mon.smithi046 (mon.0) 575 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-22T23:59:44.049 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:59:43 smithi046 bash[18768]: cluster 2024-04-22T23:59:42.237005+0000 mgr.smithi046.eiolnw (mgr.14197) 491 : cluster [DBG] pgmap v438: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:44.049 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:59:43 smithi046 bash[18768]: cluster 2024-04-22T23:59:42.237005+0000 mgr.smithi046.eiolnw (mgr.14197) 491 : cluster [DBG] pgmap v438: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:44.049 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:59:43 smithi046 bash[18768]: audit 2024-04-22T23:59:43.515290+0000 mon.smithi046 (mon.0) 572 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:59:44.049 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:59:43 smithi046 bash[18768]: audit 2024-04-22T23:59:43.515290+0000 mon.smithi046 (mon.0) 572 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:59:44.049 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:59:43 smithi046 bash[18768]: audit 2024-04-22T23:59:43.516429+0000 mon.smithi046 (mon.0) 573 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:59:44.049 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:59:43 smithi046 bash[18768]: audit 2024-04-22T23:59:43.516429+0000 mon.smithi046 (mon.0) 573 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:59:44.049 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:59:43 smithi046 bash[18768]: audit 2024-04-22T23:59:43.522758+0000 mon.smithi046 (mon.0) 574 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:59:44.050 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:59:43 smithi046 bash[18768]: audit 2024-04-22T23:59:43.522758+0000 mon.smithi046 (mon.0) 574 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-22T23:59:44.050 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:59:43 smithi046 bash[18768]: audit 2024-04-22T23:59:43.526544+0000 mon.smithi046 (mon.0) 575 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-22T23:59:44.050 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:59:43 smithi046 bash[18768]: audit 2024-04-22T23:59:43.526544+0000 mon.smithi046 (mon.0) 575 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-22T23:59:44.525 INFO:teuthology.orchestra.run.smithi046.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-22T23:59:44.831 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:59:44 smithi046 bash[18768]: cluster 2024-04-22T23:59:43.518223+0000 mgr.smithi046.eiolnw (mgr.14197) 492 : cluster [DBG] pgmap v439: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:44.831 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:59:44 smithi046 bash[18768]: cluster 2024-04-22T23:59:43.518223+0000 mgr.smithi046.eiolnw (mgr.14197) 492 : cluster [DBG] pgmap v439: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:44.831 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:59:44 smithi046 bash[18768]: cluster 2024-04-22T23:59:43.519136+0000 mgr.smithi046.eiolnw (mgr.14197) 493 : cluster [DBG] pgmap v440: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:44.831 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:59:44 smithi046 bash[18768]: cluster 2024-04-22T23:59:43.519136+0000 mgr.smithi046.eiolnw (mgr.14197) 493 : cluster [DBG] pgmap v440: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:44.831 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:59:44 smithi046 bash[18768]: audit 2024-04-22T23:59:43.800088+0000 mon.smithi046 (mon.0) 576 : audit [DBG] from='client.? 172.21.15.46:0/104443794' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:59:44.831 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:59:44 smithi046 bash[18768]: audit 2024-04-22T23:59:43.800088+0000 mon.smithi046 (mon.0) 576 : audit [DBG] from='client.? 172.21.15.46:0/104443794' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:59:45.017 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:59:44 smithi120 bash[20187]: cluster 2024-04-22T23:59:43.518223+0000 mgr.smithi046.eiolnw (mgr.14197) 492 : cluster [DBG] pgmap v439: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:45.017 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:59:44 smithi120 bash[20187]: cluster 2024-04-22T23:59:43.518223+0000 mgr.smithi046.eiolnw (mgr.14197) 492 : cluster [DBG] pgmap v439: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:45.017 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:59:44 smithi120 bash[20187]: cluster 2024-04-22T23:59:43.519136+0000 mgr.smithi046.eiolnw (mgr.14197) 493 : cluster [DBG] pgmap v440: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:45.017 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:59:44 smithi120 bash[20187]: cluster 2024-04-22T23:59:43.519136+0000 mgr.smithi046.eiolnw (mgr.14197) 493 : cluster [DBG] pgmap v440: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:45.017 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:59:44 smithi120 bash[20187]: audit 2024-04-22T23:59:43.800088+0000 mon.smithi046 (mon.0) 576 : audit [DBG] from='client.? 172.21.15.46:0/104443794' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:59:45.018 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:59:44 smithi120 bash[20187]: audit 2024-04-22T23:59:43.800088+0000 mon.smithi046 (mon.0) 576 : audit [DBG] from='client.? 172.21.15.46:0/104443794' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:59:45.527 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e2b7ae0a-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:59:47.017 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:59:46 smithi120 bash[20187]: cluster 2024-04-22T23:59:45.520077+0000 mgr.smithi046.eiolnw (mgr.14197) 494 : cluster [DBG] pgmap v441: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:47.017 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:59:46 smithi120 bash[20187]: cluster 2024-04-22T23:59:45.520077+0000 mgr.smithi046.eiolnw (mgr.14197) 494 : cluster [DBG] pgmap v441: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:47.081 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:59:46 smithi046 bash[18768]: cluster 2024-04-22T23:59:45.520077+0000 mgr.smithi046.eiolnw (mgr.14197) 494 : cluster [DBG] pgmap v441: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:47.081 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:59:46 smithi046 bash[18768]: cluster 2024-04-22T23:59:45.520077+0000 mgr.smithi046.eiolnw (mgr.14197) 494 : cluster [DBG] pgmap v441: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:49.081 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:59:48 smithi046 bash[18768]: cluster 2024-04-22T23:59:47.521093+0000 mgr.smithi046.eiolnw (mgr.14197) 495 : cluster [DBG] pgmap v442: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:49.081 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:59:48 smithi046 bash[18768]: cluster 2024-04-22T23:59:47.521093+0000 mgr.smithi046.eiolnw (mgr.14197) 495 : cluster [DBG] pgmap v442: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:49.228 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:59:48 smithi120 bash[20187]: cluster 2024-04-22T23:59:47.521093+0000 mgr.smithi046.eiolnw (mgr.14197) 495 : cluster [DBG] pgmap v442: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:49.229 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:59:48 smithi120 bash[20187]: cluster 2024-04-22T23:59:47.521093+0000 mgr.smithi046.eiolnw (mgr.14197) 495 : cluster [DBG] pgmap v442: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:50.307 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/mon.smithi046/config 2024-04-22T23:59:51.081 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:59:50 smithi046 bash[18768]: cluster 2024-04-22T23:59:49.522056+0000 mgr.smithi046.eiolnw (mgr.14197) 496 : cluster [DBG] pgmap v443: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:51.081 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:59:50 smithi046 bash[18768]: cluster 2024-04-22T23:59:49.522056+0000 mgr.smithi046.eiolnw (mgr.14197) 496 : cluster [DBG] pgmap v443: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:51.267 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:59:50 smithi120 bash[20187]: cluster 2024-04-22T23:59:49.522056+0000 mgr.smithi046.eiolnw (mgr.14197) 496 : cluster [DBG] pgmap v443: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:51.267 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:59:50 smithi120 bash[20187]: cluster 2024-04-22T23:59:49.522056+0000 mgr.smithi046.eiolnw (mgr.14197) 496 : cluster [DBG] pgmap v443: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:51.750 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T23:59:52.081 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:59:51 smithi046 bash[18768]: audit 2024-04-22T23:59:51.760803+0000 mon.smithi046 (mon.0) 577 : audit [DBG] from='client.? 172.21.15.46:0/1470375265' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:59:52.081 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:59:51 smithi046 bash[18768]: audit 2024-04-22T23:59:51.760803+0000 mon.smithi046 (mon.0) 577 : audit [DBG] from='client.? 172.21.15.46:0/1470375265' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:59:52.267 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:59:51 smithi120 bash[20187]: audit 2024-04-22T23:59:51.760803+0000 mon.smithi046 (mon.0) 577 : audit [DBG] from='client.? 172.21.15.46:0/1470375265' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:59:52.267 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:59:51 smithi120 bash[20187]: audit 2024-04-22T23:59:51.760803+0000 mon.smithi046 (mon.0) 577 : audit [DBG] from='client.? 172.21.15.46:0/1470375265' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:59:52.418 INFO:teuthology.orchestra.run.smithi046.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-22T23:59:53.081 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:59:52 smithi046 bash[18768]: cluster 2024-04-22T23:59:51.523050+0000 mgr.smithi046.eiolnw (mgr.14197) 497 : cluster [DBG] pgmap v444: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:53.081 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:59:52 smithi046 bash[18768]: cluster 2024-04-22T23:59:51.523050+0000 mgr.smithi046.eiolnw (mgr.14197) 497 : cluster [DBG] pgmap v444: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:53.267 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:59:52 smithi120 bash[20187]: cluster 2024-04-22T23:59:51.523050+0000 mgr.smithi046.eiolnw (mgr.14197) 497 : cluster [DBG] pgmap v444: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:53.267 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:59:52 smithi120 bash[20187]: cluster 2024-04-22T23:59:51.523050+0000 mgr.smithi046.eiolnw (mgr.14197) 497 : cluster [DBG] pgmap v444: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:53.419 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e2b7ae0a-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:59:55.081 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:59:54 smithi046 bash[18768]: cluster 2024-04-22T23:59:53.524054+0000 mgr.smithi046.eiolnw (mgr.14197) 498 : cluster [DBG] pgmap v445: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:55.081 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:59:54 smithi046 bash[18768]: cluster 2024-04-22T23:59:53.524054+0000 mgr.smithi046.eiolnw (mgr.14197) 498 : cluster [DBG] pgmap v445: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:55.081 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:59:54 smithi046 bash[18768]: audit 2024-04-22T23:59:54.424163+0000 mon.smithi046 (mon.0) 578 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:59:55.081 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:59:54 smithi046 bash[18768]: audit 2024-04-22T23:59:54.424163+0000 mon.smithi046 (mon.0) 578 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:59:55.267 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:59:54 smithi120 bash[20187]: cluster 2024-04-22T23:59:53.524054+0000 mgr.smithi046.eiolnw (mgr.14197) 498 : cluster [DBG] pgmap v445: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:55.267 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:59:54 smithi120 bash[20187]: cluster 2024-04-22T23:59:53.524054+0000 mgr.smithi046.eiolnw (mgr.14197) 498 : cluster [DBG] pgmap v445: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:55.267 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:59:54 smithi120 bash[20187]: audit 2024-04-22T23:59:54.424163+0000 mon.smithi046 (mon.0) 578 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:59:55.267 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:59:54 smithi120 bash[20187]: audit 2024-04-22T23:59:54.424163+0000 mon.smithi046 (mon.0) 578 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:59:57.080 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:59:56 smithi046 bash[18768]: cluster 2024-04-22T23:59:55.525066+0000 mgr.smithi046.eiolnw (mgr.14197) 499 : cluster [DBG] pgmap v446: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:57.081 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:59:56 smithi046 bash[18768]: cluster 2024-04-22T23:59:55.525066+0000 mgr.smithi046.eiolnw (mgr.14197) 499 : cluster [DBG] pgmap v446: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:57.267 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:59:56 smithi120 bash[20187]: cluster 2024-04-22T23:59:55.525066+0000 mgr.smithi046.eiolnw (mgr.14197) 499 : cluster [DBG] pgmap v446: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:57.267 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:59:56 smithi120 bash[20187]: cluster 2024-04-22T23:59:55.525066+0000 mgr.smithi046.eiolnw (mgr.14197) 499 : cluster [DBG] pgmap v446: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:58.199 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/mon.smithi046/config 2024-04-22T23:59:59.080 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:59:58 smithi046 bash[18768]: cluster 2024-04-22T23:59:57.526035+0000 mgr.smithi046.eiolnw (mgr.14197) 500 : cluster [DBG] pgmap v447: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:59.081 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:59:58 smithi046 bash[18768]: cluster 2024-04-22T23:59:57.526035+0000 mgr.smithi046.eiolnw (mgr.14197) 500 : cluster [DBG] pgmap v447: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:59.229 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:59:58 smithi120 bash[20187]: cluster 2024-04-22T23:59:57.526035+0000 mgr.smithi046.eiolnw (mgr.14197) 500 : cluster [DBG] pgmap v447: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:59.229 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:59:58 smithi120 bash[20187]: cluster 2024-04-22T23:59:57.526035+0000 mgr.smithi046.eiolnw (mgr.14197) 500 : cluster [DBG] pgmap v447: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:59.480 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-23T00:00:00.081 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:59:59 smithi046 bash[18768]: audit 2024-04-22T23:59:59.491351+0000 mon.smithi046 (mon.0) 579 : audit [DBG] from='client.? 172.21.15.46:0/4211200955' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-23T00:00:00.081 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 22 23:59:59 smithi046 bash[18768]: audit 2024-04-22T23:59:59.491351+0000 mon.smithi046 (mon.0) 579 : audit [DBG] from='client.? 172.21.15.46:0/4211200955' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-23T00:00:00.203 INFO:teuthology.orchestra.run.smithi046.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-23T00:00:00.267 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:59:59 smithi120 bash[20187]: audit 2024-04-22T23:59:59.491351+0000 mon.smithi046 (mon.0) 579 : audit [DBG] from='client.? 172.21.15.46:0/4211200955' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-23T00:00:00.267 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 22 23:59:59 smithi120 bash[20187]: audit 2024-04-22T23:59:59.491351+0000 mon.smithi046 (mon.0) 579 : audit [DBG] from='client.? 172.21.15.46:0/4211200955' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-23T00:00:01.081 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 23 00:00:00 smithi046 bash[18768]: cluster 2024-04-22T23:59:59.526548+0000 mgr.smithi046.eiolnw (mgr.14197) 501 : cluster [DBG] pgmap v448: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:00:01.081 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 23 00:00:00 smithi046 bash[18768]: cluster 2024-04-22T23:59:59.526548+0000 mgr.smithi046.eiolnw (mgr.14197) 501 : cluster [DBG] pgmap v448: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:00:01.081 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 23 00:00:00 smithi046 bash[18768]: cluster 2024-04-23T00:00:00.000195+0000 mon.smithi046 (mon.0) 580 : cluster [WRN] overall HEALTH_WARN failed to probe daemons or devices 2024-04-23T00:00:01.081 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 23 00:00:00 smithi046 bash[18768]: cluster 2024-04-23T00:00:00.000195+0000 mon.smithi046 (mon.0) 580 : cluster [WRN] overall HEALTH_WARN failed to probe daemons or devices 2024-04-23T00:00:01.204 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e2b7ae0a-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-23T00:00:01.267 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 23 00:00:00 smithi120 bash[20187]: cluster 2024-04-22T23:59:59.526548+0000 mgr.smithi046.eiolnw (mgr.14197) 501 : cluster [DBG] pgmap v448: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:00:01.267 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 23 00:00:00 smithi120 bash[20187]: cluster 2024-04-22T23:59:59.526548+0000 mgr.smithi046.eiolnw (mgr.14197) 501 : cluster [DBG] pgmap v448: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:00:01.267 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 23 00:00:00 smithi120 bash[20187]: cluster 2024-04-23T00:00:00.000195+0000 mon.smithi046 (mon.0) 580 : cluster [WRN] overall HEALTH_WARN failed to probe daemons or devices 2024-04-23T00:00:01.267 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 23 00:00:00 smithi120 bash[20187]: cluster 2024-04-23T00:00:00.000195+0000 mon.smithi046 (mon.0) 580 : cluster [WRN] overall HEALTH_WARN failed to probe daemons or devices 2024-04-23T00:00:03.081 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 23 00:00:02 smithi046 bash[18768]: cluster 2024-04-23T00:00:01.527522+0000 mgr.smithi046.eiolnw (mgr.14197) 502 : cluster [DBG] pgmap v449: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:00:03.081 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 23 00:00:02 smithi046 bash[18768]: cluster 2024-04-23T00:00:01.527522+0000 mgr.smithi046.eiolnw (mgr.14197) 502 : cluster [DBG] pgmap v449: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:00:03.268 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 23 00:00:02 smithi120 bash[20187]: cluster 2024-04-23T00:00:01.527522+0000 mgr.smithi046.eiolnw (mgr.14197) 502 : cluster [DBG] pgmap v449: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:00:03.268 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 23 00:00:02 smithi120 bash[20187]: cluster 2024-04-23T00:00:01.527522+0000 mgr.smithi046.eiolnw (mgr.14197) 502 : cluster [DBG] pgmap v449: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:00:05.081 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 23 00:00:04 smithi046 bash[18768]: cluster 2024-04-23T00:00:03.528575+0000 mgr.smithi046.eiolnw (mgr.14197) 503 : cluster [DBG] pgmap v450: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:00:05.081 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 23 00:00:04 smithi046 bash[18768]: cluster 2024-04-23T00:00:03.528575+0000 mgr.smithi046.eiolnw (mgr.14197) 503 : cluster [DBG] pgmap v450: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:00:05.267 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 23 00:00:04 smithi120 bash[20187]: cluster 2024-04-23T00:00:03.528575+0000 mgr.smithi046.eiolnw (mgr.14197) 503 : cluster [DBG] pgmap v450: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:00:05.267 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 23 00:00:04 smithi120 bash[20187]: cluster 2024-04-23T00:00:03.528575+0000 mgr.smithi046.eiolnw (mgr.14197) 503 : cluster [DBG] pgmap v450: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:00:05.975 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/mon.smithi046/config 2024-04-23T00:00:07.081 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 23 00:00:06 smithi046 bash[18768]: cluster 2024-04-23T00:00:05.529662+0000 mgr.smithi046.eiolnw (mgr.14197) 504 : cluster [DBG] pgmap v451: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:00:07.081 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 23 00:00:06 smithi046 bash[18768]: cluster 2024-04-23T00:00:05.529662+0000 mgr.smithi046.eiolnw (mgr.14197) 504 : cluster [DBG] pgmap v451: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:00:07.267 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 23 00:00:06 smithi120 bash[20187]: cluster 2024-04-23T00:00:05.529662+0000 mgr.smithi046.eiolnw (mgr.14197) 504 : cluster [DBG] pgmap v451: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:00:07.267 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 23 00:00:06 smithi120 bash[20187]: cluster 2024-04-23T00:00:05.529662+0000 mgr.smithi046.eiolnw (mgr.14197) 504 : cluster [DBG] pgmap v451: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:00:07.753 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-23T00:00:08.080 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 23 00:00:07 smithi046 bash[18768]: audit 2024-04-23T00:00:07.764176+0000 mon.smithi046 (mon.0) 581 : audit [DBG] from='client.? 172.21.15.46:0/3061445920' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-23T00:00:08.081 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 23 00:00:07 smithi046 bash[18768]: audit 2024-04-23T00:00:07.764176+0000 mon.smithi046 (mon.0) 581 : audit [DBG] from='client.? 172.21.15.46:0/3061445920' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-23T00:00:08.267 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 23 00:00:07 smithi120 bash[20187]: audit 2024-04-23T00:00:07.764176+0000 mon.smithi046 (mon.0) 581 : audit [DBG] from='client.? 172.21.15.46:0/3061445920' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-23T00:00:08.267 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 23 00:00:07 smithi120 bash[20187]: audit 2024-04-23T00:00:07.764176+0000 mon.smithi046 (mon.0) 581 : audit [DBG] from='client.? 172.21.15.46:0/3061445920' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-23T00:00:08.628 INFO:teuthology.orchestra.run.smithi046.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-23T00:00:09.081 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 23 00:00:08 smithi046 bash[18768]: cluster 2024-04-23T00:00:07.530251+0000 mgr.smithi046.eiolnw (mgr.14197) 505 : cluster [DBG] pgmap v452: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:00:09.081 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 23 00:00:08 smithi046 bash[18768]: cluster 2024-04-23T00:00:07.530251+0000 mgr.smithi046.eiolnw (mgr.14197) 505 : cluster [DBG] pgmap v452: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:00:09.230 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 23 00:00:08 smithi120 bash[20187]: cluster 2024-04-23T00:00:07.530251+0000 mgr.smithi046.eiolnw (mgr.14197) 505 : cluster [DBG] pgmap v452: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:00:09.230 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 23 00:00:08 smithi120 bash[20187]: cluster 2024-04-23T00:00:07.530251+0000 mgr.smithi046.eiolnw (mgr.14197) 505 : cluster [DBG] pgmap v452: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:00:09.630 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e2b7ae0a-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-23T00:00:10.081 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 23 00:00:09 smithi046 bash[18768]: audit 2024-04-23T00:00:09.424480+0000 mon.smithi046 (mon.0) 582 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-23T00:00:10.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 23 00:00:09 smithi046 bash[18768]: audit 2024-04-23T00:00:09.424480+0000 mon.smithi046 (mon.0) 582 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-23T00:00:10.267 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 23 00:00:09 smithi120 bash[20187]: audit 2024-04-23T00:00:09.424480+0000 mon.smithi046 (mon.0) 582 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-23T00:00:10.267 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 23 00:00:09 smithi120 bash[20187]: audit 2024-04-23T00:00:09.424480+0000 mon.smithi046 (mon.0) 582 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-23T00:00:11.267 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 23 00:00:10 smithi120 bash[20187]: cluster 2024-04-23T00:00:09.531196+0000 mgr.smithi046.eiolnw (mgr.14197) 506 : cluster [DBG] pgmap v453: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:00:11.267 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 23 00:00:10 smithi120 bash[20187]: cluster 2024-04-23T00:00:09.531196+0000 mgr.smithi046.eiolnw (mgr.14197) 506 : cluster [DBG] pgmap v453: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:00:11.331 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 23 00:00:10 smithi046 bash[18768]: cluster 2024-04-23T00:00:09.531196+0000 mgr.smithi046.eiolnw (mgr.14197) 506 : cluster [DBG] pgmap v453: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:00:11.331 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 23 00:00:10 smithi046 bash[18768]: cluster 2024-04-23T00:00:09.531196+0000 mgr.smithi046.eiolnw (mgr.14197) 506 : cluster [DBG] pgmap v453: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:00:13.267 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 23 00:00:12 smithi120 bash[20187]: cluster 2024-04-23T00:00:11.532215+0000 mgr.smithi046.eiolnw (mgr.14197) 507 : cluster [DBG] pgmap v454: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:00:13.267 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 23 00:00:12 smithi120 bash[20187]: cluster 2024-04-23T00:00:11.532215+0000 mgr.smithi046.eiolnw (mgr.14197) 507 : cluster [DBG] pgmap v454: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:00:13.330 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 23 00:00:12 smithi046 bash[18768]: cluster 2024-04-23T00:00:11.532215+0000 mgr.smithi046.eiolnw (mgr.14197) 507 : cluster [DBG] pgmap v454: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:00:13.331 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 23 00:00:12 smithi046 bash[18768]: cluster 2024-04-23T00:00:11.532215+0000 mgr.smithi046.eiolnw (mgr.14197) 507 : cluster [DBG] pgmap v454: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:00:14.407 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/mon.smithi046/config 2024-04-23T00:00:15.267 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 23 00:00:14 smithi120 bash[20187]: cluster 2024-04-23T00:00:13.533285+0000 mgr.smithi046.eiolnw (mgr.14197) 508 : cluster [DBG] pgmap v455: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:00:15.267 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 23 00:00:14 smithi120 bash[20187]: cluster 2024-04-23T00:00:13.533285+0000 mgr.smithi046.eiolnw (mgr.14197) 508 : cluster [DBG] pgmap v455: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:00:15.300 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 23 00:00:14 smithi046 bash[18768]: cluster 2024-04-23T00:00:13.533285+0000 mgr.smithi046.eiolnw (mgr.14197) 508 : cluster [DBG] pgmap v455: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:00:15.300 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 23 00:00:14 smithi046 bash[18768]: cluster 2024-04-23T00:00:13.533285+0000 mgr.smithi046.eiolnw (mgr.14197) 508 : cluster [DBG] pgmap v455: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:00:15.709 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-23T00:00:15.995 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 23 00:00:15 smithi046 bash[18768]: audit 2024-04-23T00:00:15.719601+0000 mon.smithi046 (mon.0) 583 : audit [DBG] from='client.? 172.21.15.46:0/4247481411' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-23T00:00:15.995 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 23 00:00:15 smithi046 bash[18768]: audit 2024-04-23T00:00:15.719601+0000 mon.smithi046 (mon.0) 583 : audit [DBG] from='client.? 172.21.15.46:0/4247481411' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-23T00:00:16.267 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 23 00:00:15 smithi120 bash[20187]: audit 2024-04-23T00:00:15.719601+0000 mon.smithi046 (mon.0) 583 : audit [DBG] from='client.? 172.21.15.46:0/4247481411' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-23T00:00:16.267 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 23 00:00:15 smithi120 bash[20187]: audit 2024-04-23T00:00:15.719601+0000 mon.smithi046 (mon.0) 583 : audit [DBG] from='client.? 172.21.15.46:0/4247481411' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-23T00:00:16.454 INFO:teuthology.orchestra.run.smithi046.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-23T00:00:17.267 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 23 00:00:16 smithi120 bash[20187]: cluster 2024-04-23T00:00:15.533877+0000 mgr.smithi046.eiolnw (mgr.14197) 509 : cluster [DBG] pgmap v456: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:00:17.267 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 23 00:00:16 smithi120 bash[20187]: cluster 2024-04-23T00:00:15.533877+0000 mgr.smithi046.eiolnw (mgr.14197) 509 : cluster [DBG] pgmap v456: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:00:17.330 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 23 00:00:16 smithi046 bash[18768]: cluster 2024-04-23T00:00:15.533877+0000 mgr.smithi046.eiolnw (mgr.14197) 509 : cluster [DBG] pgmap v456: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:00:17.331 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 23 00:00:16 smithi046 bash[18768]: cluster 2024-04-23T00:00:15.533877+0000 mgr.smithi046.eiolnw (mgr.14197) 509 : cluster [DBG] pgmap v456: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:00:17.455 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e2b7ae0a-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-23T00:00:19.230 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 23 00:00:18 smithi120 bash[20187]: cluster 2024-04-23T00:00:17.534470+0000 mgr.smithi046.eiolnw (mgr.14197) 510 : cluster [DBG] pgmap v457: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:00:19.231 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 23 00:00:18 smithi120 bash[20187]: cluster 2024-04-23T00:00:17.534470+0000 mgr.smithi046.eiolnw (mgr.14197) 510 : cluster [DBG] pgmap v457: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:00:19.331 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 23 00:00:18 smithi046 bash[18768]: cluster 2024-04-23T00:00:17.534470+0000 mgr.smithi046.eiolnw (mgr.14197) 510 : cluster [DBG] pgmap v457: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:00:19.331 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 23 00:00:18 smithi046 bash[18768]: cluster 2024-04-23T00:00:17.534470+0000 mgr.smithi046.eiolnw (mgr.14197) 510 : cluster [DBG] pgmap v457: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:00:21.267 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 23 00:00:20 smithi120 bash[20187]: cluster 2024-04-23T00:00:19.535451+0000 mgr.smithi046.eiolnw (mgr.14197) 511 : cluster [DBG] pgmap v458: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:00:21.267 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 23 00:00:20 smithi120 bash[20187]: cluster 2024-04-23T00:00:19.535451+0000 mgr.smithi046.eiolnw (mgr.14197) 511 : cluster [DBG] pgmap v458: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:00:21.331 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 23 00:00:20 smithi046 bash[18768]: cluster 2024-04-23T00:00:19.535451+0000 mgr.smithi046.eiolnw (mgr.14197) 511 : cluster [DBG] pgmap v458: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:00:21.331 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 23 00:00:20 smithi046 bash[18768]: cluster 2024-04-23T00:00:19.535451+0000 mgr.smithi046.eiolnw (mgr.14197) 511 : cluster [DBG] pgmap v458: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:00:22.227 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/mon.smithi046/config 2024-04-23T00:00:23.166 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 23 00:00:22 smithi046 bash[18768]: cluster 2024-04-23T00:00:21.536450+0000 mgr.smithi046.eiolnw (mgr.14197) 512 : cluster [DBG] pgmap v459: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:00:23.166 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 23 00:00:22 smithi046 bash[18768]: cluster 2024-04-23T00:00:21.536450+0000 mgr.smithi046.eiolnw (mgr.14197) 512 : cluster [DBG] pgmap v459: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:00:23.267 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 23 00:00:22 smithi120 bash[20187]: cluster 2024-04-23T00:00:21.536450+0000 mgr.smithi046.eiolnw (mgr.14197) 512 : cluster [DBG] pgmap v459: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:00:23.267 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 23 00:00:22 smithi120 bash[20187]: cluster 2024-04-23T00:00:21.536450+0000 mgr.smithi046.eiolnw (mgr.14197) 512 : cluster [DBG] pgmap v459: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:00:23.568 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-23T00:00:24.231 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 23 00:00:23 smithi120 bash[20187]: audit 2024-04-23T00:00:23.579309+0000 mon.smithi046 (mon.0) 584 : audit [DBG] from='client.? 172.21.15.46:0/2509553145' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-23T00:00:24.231 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 23 00:00:23 smithi120 bash[20187]: audit 2024-04-23T00:00:23.579309+0000 mon.smithi046 (mon.0) 584 : audit [DBG] from='client.? 172.21.15.46:0/2509553145' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-23T00:00:24.331 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 23 00:00:23 smithi046 bash[18768]: audit 2024-04-23T00:00:23.579309+0000 mon.smithi046 (mon.0) 584 : audit [DBG] from='client.? 172.21.15.46:0/2509553145' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-23T00:00:24.331 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 23 00:00:23 smithi046 bash[18768]: audit 2024-04-23T00:00:23.579309+0000 mon.smithi046 (mon.0) 584 : audit [DBG] from='client.? 172.21.15.46:0/2509553145' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-23T00:00:24.357 INFO:teuthology.orchestra.run.smithi046.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-23T00:00:25.267 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 23 00:00:24 smithi120 bash[20187]: cluster 2024-04-23T00:00:23.537438+0000 mgr.smithi046.eiolnw (mgr.14197) 513 : cluster [DBG] pgmap v460: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:00:25.267 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 23 00:00:24 smithi120 bash[20187]: cluster 2024-04-23T00:00:23.537438+0000 mgr.smithi046.eiolnw (mgr.14197) 513 : cluster [DBG] pgmap v460: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:00:25.267 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 23 00:00:24 smithi120 bash[20187]: audit 2024-04-23T00:00:24.424971+0000 mon.smithi046 (mon.0) 585 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-23T00:00:25.267 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 23 00:00:24 smithi120 bash[20187]: audit 2024-04-23T00:00:24.424971+0000 mon.smithi046 (mon.0) 585 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-23T00:00:25.330 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 23 00:00:24 smithi046 bash[18768]: cluster 2024-04-23T00:00:23.537438+0000 mgr.smithi046.eiolnw (mgr.14197) 513 : cluster [DBG] pgmap v460: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:00:25.331 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 23 00:00:24 smithi046 bash[18768]: cluster 2024-04-23T00:00:23.537438+0000 mgr.smithi046.eiolnw (mgr.14197) 513 : cluster [DBG] pgmap v460: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:00:25.331 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 23 00:00:24 smithi046 bash[18768]: audit 2024-04-23T00:00:24.424971+0000 mon.smithi046 (mon.0) 585 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-23T00:00:25.331 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 23 00:00:24 smithi046 bash[18768]: audit 2024-04-23T00:00:24.424971+0000 mon.smithi046 (mon.0) 585 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-23T00:00:25.358 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e2b7ae0a-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-23T00:00:27.267 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 23 00:00:26 smithi120 bash[20187]: cluster 2024-04-23T00:00:25.538404+0000 mgr.smithi046.eiolnw (mgr.14197) 514 : cluster [DBG] pgmap v461: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:00:27.267 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 23 00:00:26 smithi120 bash[20187]: cluster 2024-04-23T00:00:25.538404+0000 mgr.smithi046.eiolnw (mgr.14197) 514 : cluster [DBG] pgmap v461: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:00:27.330 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 23 00:00:26 smithi046 bash[18768]: cluster 2024-04-23T00:00:25.538404+0000 mgr.smithi046.eiolnw (mgr.14197) 514 : cluster [DBG] pgmap v461: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:00:27.331 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 23 00:00:26 smithi046 bash[18768]: cluster 2024-04-23T00:00:25.538404+0000 mgr.smithi046.eiolnw (mgr.14197) 514 : cluster [DBG] pgmap v461: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:00:29.231 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 23 00:00:28 smithi120 bash[20187]: cluster 2024-04-23T00:00:27.539355+0000 mgr.smithi046.eiolnw (mgr.14197) 515 : cluster [DBG] pgmap v462: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:00:29.231 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 23 00:00:28 smithi120 bash[20187]: cluster 2024-04-23T00:00:27.539355+0000 mgr.smithi046.eiolnw (mgr.14197) 515 : cluster [DBG] pgmap v462: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:00:29.330 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 23 00:00:28 smithi046 bash[18768]: cluster 2024-04-23T00:00:27.539355+0000 mgr.smithi046.eiolnw (mgr.14197) 515 : cluster [DBG] pgmap v462: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:00:29.331 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 23 00:00:28 smithi046 bash[18768]: cluster 2024-04-23T00:00:27.539355+0000 mgr.smithi046.eiolnw (mgr.14197) 515 : cluster [DBG] pgmap v462: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:00:30.137 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/mon.smithi046/config 2024-04-23T00:00:31.267 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 23 00:00:30 smithi120 bash[20187]: cluster 2024-04-23T00:00:29.540356+0000 mgr.smithi046.eiolnw (mgr.14197) 516 : cluster [DBG] pgmap v463: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:00:31.267 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 23 00:00:30 smithi120 bash[20187]: cluster 2024-04-23T00:00:29.540356+0000 mgr.smithi046.eiolnw (mgr.14197) 516 : cluster [DBG] pgmap v463: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:00:31.331 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 23 00:00:30 smithi046 bash[18768]: cluster 2024-04-23T00:00:29.540356+0000 mgr.smithi046.eiolnw (mgr.14197) 516 : cluster [DBG] pgmap v463: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:00:31.331 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 23 00:00:30 smithi046 bash[18768]: cluster 2024-04-23T00:00:29.540356+0000 mgr.smithi046.eiolnw (mgr.14197) 516 : cluster [DBG] pgmap v463: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:00:31.391 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-23T00:00:32.080 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 23 00:00:31 smithi046 bash[18768]: audit 2024-04-23T00:00:31.402186+0000 mon.smithi046 (mon.0) 586 : audit [DBG] from='client.? 172.21.15.46:0/3102335721' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-23T00:00:32.081 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 23 00:00:31 smithi046 bash[18768]: audit 2024-04-23T00:00:31.402186+0000 mon.smithi046 (mon.0) 586 : audit [DBG] from='client.? 172.21.15.46:0/3102335721' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-23T00:00:32.180 INFO:teuthology.orchestra.run.smithi046.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-23T00:00:32.267 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 23 00:00:31 smithi120 bash[20187]: audit 2024-04-23T00:00:31.402186+0000 mon.smithi046 (mon.0) 586 : audit [DBG] from='client.? 172.21.15.46:0/3102335721' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-23T00:00:32.267 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 23 00:00:31 smithi120 bash[20187]: audit 2024-04-23T00:00:31.402186+0000 mon.smithi046 (mon.0) 586 : audit [DBG] from='client.? 172.21.15.46:0/3102335721' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-23T00:00:33.181 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e2b7ae0a-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-23T00:00:33.193 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 23 00:00:32 smithi046 bash[18768]: cluster 2024-04-23T00:00:31.540905+0000 mgr.smithi046.eiolnw (mgr.14197) 517 : cluster [DBG] pgmap v464: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:00:33.193 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 23 00:00:32 smithi046 bash[18768]: cluster 2024-04-23T00:00:31.540905+0000 mgr.smithi046.eiolnw (mgr.14197) 517 : cluster [DBG] pgmap v464: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:00:33.267 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 23 00:00:32 smithi120 bash[20187]: cluster 2024-04-23T00:00:31.540905+0000 mgr.smithi046.eiolnw (mgr.14197) 517 : cluster [DBG] pgmap v464: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:00:33.267 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 23 00:00:32 smithi120 bash[20187]: cluster 2024-04-23T00:00:31.540905+0000 mgr.smithi046.eiolnw (mgr.14197) 517 : cluster [DBG] pgmap v464: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:00:35.267 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 23 00:00:34 smithi120 bash[20187]: cluster 2024-04-23T00:00:33.541880+0000 mgr.smithi046.eiolnw (mgr.14197) 518 : cluster [DBG] pgmap v465: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:00:35.267 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 23 00:00:34 smithi120 bash[20187]: cluster 2024-04-23T00:00:33.541880+0000 mgr.smithi046.eiolnw (mgr.14197) 518 : cluster [DBG] pgmap v465: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:00:35.330 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 23 00:00:34 smithi046 bash[18768]: cluster 2024-04-23T00:00:33.541880+0000 mgr.smithi046.eiolnw (mgr.14197) 518 : cluster [DBG] pgmap v465: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:00:35.331 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 23 00:00:34 smithi046 bash[18768]: cluster 2024-04-23T00:00:33.541880+0000 mgr.smithi046.eiolnw (mgr.14197) 518 : cluster [DBG] pgmap v465: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:00:37.267 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 23 00:00:36 smithi120 bash[20187]: cluster 2024-04-23T00:00:35.542828+0000 mgr.smithi046.eiolnw (mgr.14197) 519 : cluster [DBG] pgmap v466: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:00:37.267 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 23 00:00:36 smithi120 bash[20187]: cluster 2024-04-23T00:00:35.542828+0000 mgr.smithi046.eiolnw (mgr.14197) 519 : cluster [DBG] pgmap v466: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:00:37.330 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 23 00:00:36 smithi046 bash[18768]: cluster 2024-04-23T00:00:35.542828+0000 mgr.smithi046.eiolnw (mgr.14197) 519 : cluster [DBG] pgmap v466: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:00:37.331 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 23 00:00:36 smithi046 bash[18768]: cluster 2024-04-23T00:00:35.542828+0000 mgr.smithi046.eiolnw (mgr.14197) 519 : cluster [DBG] pgmap v466: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:00:37.956 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/mon.smithi046/config 2024-04-23T00:00:39.232 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 23 00:00:38 smithi120 bash[20187]: cluster 2024-04-23T00:00:37.543801+0000 mgr.smithi046.eiolnw (mgr.14197) 520 : cluster [DBG] pgmap v467: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:00:39.232 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 23 00:00:38 smithi120 bash[20187]: cluster 2024-04-23T00:00:37.543801+0000 mgr.smithi046.eiolnw (mgr.14197) 520 : cluster [DBG] pgmap v467: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:00:39.298 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-23T00:00:39.311 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 23 00:00:38 smithi046 bash[18768]: cluster 2024-04-23T00:00:37.543801+0000 mgr.smithi046.eiolnw (mgr.14197) 520 : cluster [DBG] pgmap v467: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:00:39.311 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 23 00:00:38 smithi046 bash[18768]: cluster 2024-04-23T00:00:37.543801+0000 mgr.smithi046.eiolnw (mgr.14197) 520 : cluster [DBG] pgmap v467: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:00:39.994 INFO:teuthology.orchestra.run.smithi046.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-23T00:00:40.267 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 23 00:00:39 smithi120 bash[20187]: audit 2024-04-23T00:00:39.308352+0000 mon.smithi046 (mon.0) 587 : audit [DBG] from='client.? 172.21.15.46:0/2010287509' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-23T00:00:40.267 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 23 00:00:39 smithi120 bash[20187]: audit 2024-04-23T00:00:39.308352+0000 mon.smithi046 (mon.0) 587 : audit [DBG] from='client.? 172.21.15.46:0/2010287509' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-23T00:00:40.267 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 23 00:00:39 smithi120 bash[20187]: audit 2024-04-23T00:00:39.424356+0000 mon.smithi046 (mon.0) 588 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-23T00:00:40.268 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 23 00:00:39 smithi120 bash[20187]: audit 2024-04-23T00:00:39.424356+0000 mon.smithi046 (mon.0) 588 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-23T00:00:40.331 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 23 00:00:39 smithi046 bash[18768]: audit 2024-04-23T00:00:39.308352+0000 mon.smithi046 (mon.0) 587 : audit [DBG] from='client.? 172.21.15.46:0/2010287509' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-23T00:00:40.331 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 23 00:00:39 smithi046 bash[18768]: audit 2024-04-23T00:00:39.308352+0000 mon.smithi046 (mon.0) 587 : audit [DBG] from='client.? 172.21.15.46:0/2010287509' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-23T00:00:40.331 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 23 00:00:39 smithi046 bash[18768]: audit 2024-04-23T00:00:39.424356+0000 mon.smithi046 (mon.0) 588 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-23T00:00:40.331 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 23 00:00:39 smithi046 bash[18768]: audit 2024-04-23T00:00:39.424356+0000 mon.smithi046 (mon.0) 588 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-23T00:00:40.996 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e2b7ae0a-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-23T00:00:41.267 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 23 00:00:40 smithi120 bash[20187]: cluster 2024-04-23T00:00:39.544889+0000 mgr.smithi046.eiolnw (mgr.14197) 521 : cluster [DBG] pgmap v468: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:00:41.267 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 23 00:00:40 smithi120 bash[20187]: cluster 2024-04-23T00:00:39.544889+0000 mgr.smithi046.eiolnw (mgr.14197) 521 : cluster [DBG] pgmap v468: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:00:41.330 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 23 00:00:40 smithi046 bash[18768]: cluster 2024-04-23T00:00:39.544889+0000 mgr.smithi046.eiolnw (mgr.14197) 521 : cluster [DBG] pgmap v468: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:00:41.331 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 23 00:00:40 smithi046 bash[18768]: cluster 2024-04-23T00:00:39.544889+0000 mgr.smithi046.eiolnw (mgr.14197) 521 : cluster [DBG] pgmap v468: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:00:43.267 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 23 00:00:42 smithi120 bash[20187]: cluster 2024-04-23T00:00:41.545997+0000 mgr.smithi046.eiolnw (mgr.14197) 522 : cluster [DBG] pgmap v469: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:00:43.267 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 23 00:00:42 smithi120 bash[20187]: cluster 2024-04-23T00:00:41.545997+0000 mgr.smithi046.eiolnw (mgr.14197) 522 : cluster [DBG] pgmap v469: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:00:43.330 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 23 00:00:42 smithi046 bash[18768]: cluster 2024-04-23T00:00:41.545997+0000 mgr.smithi046.eiolnw (mgr.14197) 522 : cluster [DBG] pgmap v469: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:00:43.331 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 23 00:00:42 smithi046 bash[18768]: cluster 2024-04-23T00:00:41.545997+0000 mgr.smithi046.eiolnw (mgr.14197) 522 : cluster [DBG] pgmap v469: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:00:44.232 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 23 00:00:43 smithi120 bash[20187]: audit 2024-04-23T00:00:43.587347+0000 mon.smithi046 (mon.0) 589 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T00:00:44.232 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 23 00:00:43 smithi120 bash[20187]: audit 2024-04-23T00:00:43.587347+0000 mon.smithi046 (mon.0) 589 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T00:00:44.330 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 23 00:00:43 smithi046 bash[18768]: audit 2024-04-23T00:00:43.587347+0000 mon.smithi046 (mon.0) 589 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T00:00:44.330 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 23 00:00:43 smithi046 bash[18768]: audit 2024-04-23T00:00:43.587347+0000 mon.smithi046 (mon.0) 589 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-23T00:00:45.267 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 23 00:00:44 smithi120 bash[20187]: cluster 2024-04-23T00:00:43.547009+0000 mgr.smithi046.eiolnw (mgr.14197) 523 : cluster [DBG] pgmap v470: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:00:45.267 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 23 00:00:44 smithi120 bash[20187]: cluster 2024-04-23T00:00:43.547009+0000 mgr.smithi046.eiolnw (mgr.14197) 523 : cluster [DBG] pgmap v470: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:00:45.330 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 23 00:00:44 smithi046 bash[18768]: cluster 2024-04-23T00:00:43.547009+0000 mgr.smithi046.eiolnw (mgr.14197) 523 : cluster [DBG] pgmap v470: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:00:45.330 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 23 00:00:44 smithi046 bash[18768]: cluster 2024-04-23T00:00:43.547009+0000 mgr.smithi046.eiolnw (mgr.14197) 523 : cluster [DBG] pgmap v470: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:00:45.767 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/mon.smithi046/config 2024-04-23T00:00:47.049 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-23T00:00:47.267 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 23 00:00:46 smithi120 bash[20187]: cluster 2024-04-23T00:00:45.548009+0000 mgr.smithi046.eiolnw (mgr.14197) 524 : cluster [DBG] pgmap v471: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:00:47.267 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 23 00:00:46 smithi120 bash[20187]: cluster 2024-04-23T00:00:45.548009+0000 mgr.smithi046.eiolnw (mgr.14197) 524 : cluster [DBG] pgmap v471: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:00:47.330 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 23 00:00:46 smithi046 bash[18768]: cluster 2024-04-23T00:00:45.548009+0000 mgr.smithi046.eiolnw (mgr.14197) 524 : cluster [DBG] pgmap v471: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:00:47.330 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 23 00:00:46 smithi046 bash[18768]: cluster 2024-04-23T00:00:45.548009+0000 mgr.smithi046.eiolnw (mgr.14197) 524 : cluster [DBG] pgmap v471: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:00:47.892 INFO:teuthology.orchestra.run.smithi046.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-23T00:00:48.267 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 23 00:00:47 smithi120 bash[20187]: audit 2024-04-23T00:00:47.060439+0000 mon.smithi046 (mon.0) 590 : audit [DBG] from='client.? 172.21.15.46:0/1724997204' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-23T00:00:48.267 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 23 00:00:47 smithi120 bash[20187]: audit 2024-04-23T00:00:47.060439+0000 mon.smithi046 (mon.0) 590 : audit [DBG] from='client.? 172.21.15.46:0/1724997204' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-23T00:00:48.330 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 23 00:00:47 smithi046 bash[18768]: audit 2024-04-23T00:00:47.060439+0000 mon.smithi046 (mon.0) 590 : audit [DBG] from='client.? 172.21.15.46:0/1724997204' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-23T00:00:48.330 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 23 00:00:47 smithi046 bash[18768]: audit 2024-04-23T00:00:47.060439+0000 mon.smithi046 (mon.0) 590 : audit [DBG] from='client.? 172.21.15.46:0/1724997204' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-23T00:00:48.893 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e2b7ae0a-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-23T00:00:49.232 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 23 00:00:48 smithi120 bash[20187]: cluster 2024-04-23T00:00:47.549023+0000 mgr.smithi046.eiolnw (mgr.14197) 525 : cluster [DBG] pgmap v472: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:00:49.232 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 23 00:00:48 smithi120 bash[20187]: cluster 2024-04-23T00:00:47.549023+0000 mgr.smithi046.eiolnw (mgr.14197) 525 : cluster [DBG] pgmap v472: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:00:49.330 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 23 00:00:48 smithi046 bash[18768]: cluster 2024-04-23T00:00:47.549023+0000 mgr.smithi046.eiolnw (mgr.14197) 525 : cluster [DBG] pgmap v472: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:00:49.330 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 23 00:00:48 smithi046 bash[18768]: cluster 2024-04-23T00:00:47.549023+0000 mgr.smithi046.eiolnw (mgr.14197) 525 : cluster [DBG] pgmap v472: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:00:50.332 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 23 00:00:50 smithi046 bash[18768]: audit 2024-04-23T00:00:49.044371+0000 mon.smithi046 (mon.0) 591 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-23T00:00:50.332 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 23 00:00:50 smithi046 bash[18768]: audit 2024-04-23T00:00:49.044371+0000 mon.smithi046 (mon.0) 591 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-23T00:00:50.332 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 23 00:00:50 smithi046 bash[18768]: cluster 2024-04-23T00:00:49.550003+0000 mgr.smithi046.eiolnw (mgr.14197) 526 : cluster [DBG] pgmap v473: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:00:50.332 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 23 00:00:50 smithi046 bash[18768]: cluster 2024-04-23T00:00:49.550003+0000 mgr.smithi046.eiolnw (mgr.14197) 526 : cluster [DBG] pgmap v473: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:00:50.517 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 23 00:00:50 smithi120 bash[20187]: audit 2024-04-23T00:00:49.044371+0000 mon.smithi046 (mon.0) 591 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-23T00:00:50.517 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 23 00:00:50 smithi120 bash[20187]: audit 2024-04-23T00:00:49.044371+0000 mon.smithi046 (mon.0) 591 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-23T00:00:50.517 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 23 00:00:50 smithi120 bash[20187]: cluster 2024-04-23T00:00:49.550003+0000 mgr.smithi046.eiolnw (mgr.14197) 526 : cluster [DBG] pgmap v473: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:00:50.517 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 23 00:00:50 smithi120 bash[20187]: cluster 2024-04-23T00:00:49.550003+0000 mgr.smithi046.eiolnw (mgr.14197) 526 : cluster [DBG] pgmap v473: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:00:53.017 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 23 00:00:52 smithi120 bash[20187]: cluster 2024-04-23T00:00:51.550821+0000 mgr.smithi046.eiolnw (mgr.14197) 527 : cluster [DBG] pgmap v474: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:00:53.017 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 23 00:00:52 smithi120 bash[20187]: cluster 2024-04-23T00:00:51.550821+0000 mgr.smithi046.eiolnw (mgr.14197) 527 : cluster [DBG] pgmap v474: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:00:53.080 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 23 00:00:52 smithi046 bash[18768]: cluster 2024-04-23T00:00:51.550821+0000 mgr.smithi046.eiolnw (mgr.14197) 527 : cluster [DBG] pgmap v474: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:00:53.080 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 23 00:00:52 smithi046 bash[18768]: cluster 2024-04-23T00:00:51.550821+0000 mgr.smithi046.eiolnw (mgr.14197) 527 : cluster [DBG] pgmap v474: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:00:53.465 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/mon.smithi046/config 2024-04-23T00:00:54.775 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-23T00:00:54.789 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 23 00:00:54 smithi046 bash[18768]: cluster 2024-04-23T00:00:53.551800+0000 mgr.smithi046.eiolnw (mgr.14197) 528 : cluster [DBG] pgmap v475: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:00:54.789 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 23 00:00:54 smithi046 bash[18768]: cluster 2024-04-23T00:00:53.551800+0000 mgr.smithi046.eiolnw (mgr.14197) 528 : cluster [DBG] pgmap v475: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:00:54.789 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 23 00:00:54 smithi046 bash[18768]: audit 2024-04-23T00:00:54.424913+0000 mon.smithi046 (mon.0) 592 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-23T00:00:54.789 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 23 00:00:54 smithi046 bash[18768]: audit 2024-04-23T00:00:54.424913+0000 mon.smithi046 (mon.0) 592 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-23T00:00:55.017 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 23 00:00:54 smithi120 bash[20187]: cluster 2024-04-23T00:00:53.551800+0000 mgr.smithi046.eiolnw (mgr.14197) 528 : cluster [DBG] pgmap v475: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:00:55.017 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 23 00:00:54 smithi120 bash[20187]: cluster 2024-04-23T00:00:53.551800+0000 mgr.smithi046.eiolnw (mgr.14197) 528 : cluster [DBG] pgmap v475: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:00:55.017 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 23 00:00:54 smithi120 bash[20187]: audit 2024-04-23T00:00:54.424913+0000 mon.smithi046 (mon.0) 592 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-23T00:00:55.017 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 23 00:00:54 smithi120 bash[20187]: audit 2024-04-23T00:00:54.424913+0000 mon.smithi046 (mon.0) 592 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-23T00:00:55.524 INFO:teuthology.orchestra.run.smithi046.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-23T00:00:55.720 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 23 00:00:55 smithi120 bash[20187]: audit 2024-04-23T00:00:54.786904+0000 mon.smithi046 (mon.0) 593 : audit [DBG] from='client.? 172.21.15.46:0/1201540647' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-23T00:00:55.720 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 23 00:00:55 smithi120 bash[20187]: audit 2024-04-23T00:00:54.786904+0000 mon.smithi046 (mon.0) 593 : audit [DBG] from='client.? 172.21.15.46:0/1201540647' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-23T00:00:55.830 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 23 00:00:55 smithi046 bash[18768]: audit 2024-04-23T00:00:54.786904+0000 mon.smithi046 (mon.0) 593 : audit [DBG] from='client.? 172.21.15.46:0/1201540647' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-23T00:00:55.830 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 23 00:00:55 smithi046 bash[18768]: audit 2024-04-23T00:00:54.786904+0000 mon.smithi046 (mon.0) 593 : audit [DBG] from='client.? 172.21.15.46:0/1201540647' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-23T00:00:56.525 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e2b7ae0a-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-23T00:00:56.831 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 23 00:00:56 smithi046 bash[18768]: cluster 2024-04-23T00:00:55.552557+0000 mgr.smithi046.eiolnw (mgr.14197) 529 : cluster [DBG] pgmap v476: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:00:56.831 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 23 00:00:56 smithi046 bash[18768]: cluster 2024-04-23T00:00:55.552557+0000 mgr.smithi046.eiolnw (mgr.14197) 529 : cluster [DBG] pgmap v476: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:00:56.831 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 23 00:00:56 smithi046 bash[18768]: audit 2024-04-23T00:00:56.456331+0000 mon.smithi046 (mon.0) 594 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T00:00:56.831 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 23 00:00:56 smithi046 bash[18768]: audit 2024-04-23T00:00:56.456331+0000 mon.smithi046 (mon.0) 594 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T00:00:56.831 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 23 00:00:56 smithi046 bash[18768]: audit 2024-04-23T00:00:56.458419+0000 mon.smithi046 (mon.0) 595 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T00:00:56.831 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 23 00:00:56 smithi046 bash[18768]: audit 2024-04-23T00:00:56.458419+0000 mon.smithi046 (mon.0) 595 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T00:00:56.831 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 23 00:00:56 smithi046 bash[18768]: audit 2024-04-23T00:00:56.469634+0000 mon.smithi046 (mon.0) 596 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-23T00:00:56.831 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 23 00:00:56 smithi046 bash[18768]: audit 2024-04-23T00:00:56.469634+0000 mon.smithi046 (mon.0) 596 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-23T00:00:56.832 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 23 00:00:56 smithi046 bash[18768]: audit 2024-04-23T00:00:56.477829+0000 mon.smithi046 (mon.0) 597 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-23T00:00:56.832 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 23 00:00:56 smithi046 bash[18768]: audit 2024-04-23T00:00:56.477829+0000 mon.smithi046 (mon.0) 597 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-23T00:00:57.017 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 23 00:00:56 smithi120 bash[20187]: cluster 2024-04-23T00:00:55.552557+0000 mgr.smithi046.eiolnw (mgr.14197) 529 : cluster [DBG] pgmap v476: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:00:57.017 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 23 00:00:56 smithi120 bash[20187]: cluster 2024-04-23T00:00:55.552557+0000 mgr.smithi046.eiolnw (mgr.14197) 529 : cluster [DBG] pgmap v476: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:00:57.017 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 23 00:00:56 smithi120 bash[20187]: audit 2024-04-23T00:00:56.456331+0000 mon.smithi046 (mon.0) 594 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T00:00:57.017 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 23 00:00:56 smithi120 bash[20187]: audit 2024-04-23T00:00:56.456331+0000 mon.smithi046 (mon.0) 594 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T00:00:57.017 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 23 00:00:56 smithi120 bash[20187]: audit 2024-04-23T00:00:56.458419+0000 mon.smithi046 (mon.0) 595 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T00:00:57.017 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 23 00:00:56 smithi120 bash[20187]: audit 2024-04-23T00:00:56.458419+0000 mon.smithi046 (mon.0) 595 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T00:00:57.017 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 23 00:00:56 smithi120 bash[20187]: audit 2024-04-23T00:00:56.469634+0000 mon.smithi046 (mon.0) 596 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-23T00:00:57.018 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 23 00:00:56 smithi120 bash[20187]: audit 2024-04-23T00:00:56.469634+0000 mon.smithi046 (mon.0) 596 : audit [INF] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' 2024-04-23T00:00:57.018 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 23 00:00:56 smithi120 bash[20187]: audit 2024-04-23T00:00:56.477829+0000 mon.smithi046 (mon.0) 597 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-23T00:00:57.018 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 23 00:00:56 smithi120 bash[20187]: audit 2024-04-23T00:00:56.477829+0000 mon.smithi046 (mon.0) 597 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-23T00:00:57.830 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 23 00:00:57 smithi046 bash[18768]: cluster 2024-04-23T00:00:56.461397+0000 mgr.smithi046.eiolnw (mgr.14197) 530 : cluster [DBG] pgmap v477: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:00:57.830 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 23 00:00:57 smithi046 bash[18768]: cluster 2024-04-23T00:00:56.461397+0000 mgr.smithi046.eiolnw (mgr.14197) 530 : cluster [DBG] pgmap v477: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:00:57.831 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 23 00:00:57 smithi046 bash[18768]: cluster 2024-04-23T00:00:56.462672+0000 mgr.smithi046.eiolnw (mgr.14197) 531 : cluster [DBG] pgmap v478: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:00:57.831 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 23 00:00:57 smithi046 bash[18768]: cluster 2024-04-23T00:00:56.462672+0000 mgr.smithi046.eiolnw (mgr.14197) 531 : cluster [DBG] pgmap v478: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:00:58.017 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 23 00:00:57 smithi120 bash[20187]: cluster 2024-04-23T00:00:56.461397+0000 mgr.smithi046.eiolnw (mgr.14197) 530 : cluster [DBG] pgmap v477: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:00:58.017 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 23 00:00:57 smithi120 bash[20187]: cluster 2024-04-23T00:00:56.461397+0000 mgr.smithi046.eiolnw (mgr.14197) 530 : cluster [DBG] pgmap v477: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:00:58.017 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 23 00:00:57 smithi120 bash[20187]: cluster 2024-04-23T00:00:56.462672+0000 mgr.smithi046.eiolnw (mgr.14197) 531 : cluster [DBG] pgmap v478: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:00:58.017 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 23 00:00:57 smithi120 bash[20187]: cluster 2024-04-23T00:00:56.462672+0000 mgr.smithi046.eiolnw (mgr.14197) 531 : cluster [DBG] pgmap v478: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:01:00.017 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 23 00:00:59 smithi120 bash[20187]: cluster 2024-04-23T00:00:58.463667+0000 mgr.smithi046.eiolnw (mgr.14197) 532 : cluster [DBG] pgmap v479: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:01:00.017 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 23 00:00:59 smithi120 bash[20187]: cluster 2024-04-23T00:00:58.463667+0000 mgr.smithi046.eiolnw (mgr.14197) 532 : cluster [DBG] pgmap v479: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:01:00.080 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 23 00:00:59 smithi046 bash[18768]: cluster 2024-04-23T00:00:58.463667+0000 mgr.smithi046.eiolnw (mgr.14197) 532 : cluster [DBG] pgmap v479: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:01:00.080 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 23 00:00:59 smithi046 bash[18768]: cluster 2024-04-23T00:00:58.463667+0000 mgr.smithi046.eiolnw (mgr.14197) 532 : cluster [DBG] pgmap v479: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:01:01.294 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/mon.smithi046/config 2024-04-23T00:01:02.017 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 23 00:01:01 smithi120 bash[20187]: cluster 2024-04-23T00:01:00.464680+0000 mgr.smithi046.eiolnw (mgr.14197) 533 : cluster [DBG] pgmap v480: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:01:02.017 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 23 00:01:01 smithi120 bash[20187]: cluster 2024-04-23T00:01:00.464680+0000 mgr.smithi046.eiolnw (mgr.14197) 533 : cluster [DBG] pgmap v480: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:01:02.080 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 23 00:01:01 smithi046 bash[18768]: cluster 2024-04-23T00:01:00.464680+0000 mgr.smithi046.eiolnw (mgr.14197) 533 : cluster [DBG] pgmap v480: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:01:02.081 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 23 00:01:01 smithi046 bash[18768]: cluster 2024-04-23T00:01:00.464680+0000 mgr.smithi046.eiolnw (mgr.14197) 533 : cluster [DBG] pgmap v480: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:01:02.627 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-23T00:01:02.897 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 23 00:01:02 smithi046 bash[18768]: audit 2024-04-23T00:01:02.638531+0000 mon.smithi046 (mon.0) 598 : audit [DBG] from='client.? 172.21.15.46:0/2955629415' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-23T00:01:02.897 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 23 00:01:02 smithi046 bash[18768]: audit 2024-04-23T00:01:02.638531+0000 mon.smithi046 (mon.0) 598 : audit [DBG] from='client.? 172.21.15.46:0/2955629415' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-23T00:01:03.016 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 23 00:01:02 smithi120 bash[20187]: audit 2024-04-23T00:01:02.638531+0000 mon.smithi046 (mon.0) 598 : audit [DBG] from='client.? 172.21.15.46:0/2955629415' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-23T00:01:03.017 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 23 00:01:02 smithi120 bash[20187]: audit 2024-04-23T00:01:02.638531+0000 mon.smithi046 (mon.0) 598 : audit [DBG] from='client.? 172.21.15.46:0/2955629415' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-23T00:01:03.360 INFO:teuthology.orchestra.run.smithi046.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-23T00:01:04.017 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 23 00:01:03 smithi120 bash[20187]: cluster 2024-04-23T00:01:02.465274+0000 mgr.smithi046.eiolnw (mgr.14197) 534 : cluster [DBG] pgmap v481: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:01:04.017 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 23 00:01:03 smithi120 bash[20187]: cluster 2024-04-23T00:01:02.465274+0000 mgr.smithi046.eiolnw (mgr.14197) 534 : cluster [DBG] pgmap v481: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:01:04.080 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 23 00:01:03 smithi046 bash[18768]: cluster 2024-04-23T00:01:02.465274+0000 mgr.smithi046.eiolnw (mgr.14197) 534 : cluster [DBG] pgmap v481: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:01:04.080 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 23 00:01:03 smithi046 bash[18768]: cluster 2024-04-23T00:01:02.465274+0000 mgr.smithi046.eiolnw (mgr.14197) 534 : cluster [DBG] pgmap v481: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:01:04.361 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e2b7ae0a-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-23T00:01:05.830 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 23 00:01:05 smithi046 bash[18768]: cluster 2024-04-23T00:01:04.466270+0000 mgr.smithi046.eiolnw (mgr.14197) 535 : cluster [DBG] pgmap v482: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:01:05.830 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 23 00:01:05 smithi046 bash[18768]: cluster 2024-04-23T00:01:04.466270+0000 mgr.smithi046.eiolnw (mgr.14197) 535 : cluster [DBG] pgmap v482: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:01:06.016 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 23 00:01:05 smithi120 bash[20187]: cluster 2024-04-23T00:01:04.466270+0000 mgr.smithi046.eiolnw (mgr.14197) 535 : cluster [DBG] pgmap v482: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:01:06.017 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 23 00:01:05 smithi120 bash[20187]: cluster 2024-04-23T00:01:04.466270+0000 mgr.smithi046.eiolnw (mgr.14197) 535 : cluster [DBG] pgmap v482: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:01:07.830 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 23 00:01:07 smithi046 bash[18768]: cluster 2024-04-23T00:01:06.467299+0000 mgr.smithi046.eiolnw (mgr.14197) 536 : cluster [DBG] pgmap v483: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:01:07.830 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 23 00:01:07 smithi046 bash[18768]: cluster 2024-04-23T00:01:06.467299+0000 mgr.smithi046.eiolnw (mgr.14197) 536 : cluster [DBG] pgmap v483: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:01:08.016 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 23 00:01:07 smithi120 bash[20187]: cluster 2024-04-23T00:01:06.467299+0000 mgr.smithi046.eiolnw (mgr.14197) 536 : cluster [DBG] pgmap v483: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:01:08.017 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 23 00:01:07 smithi120 bash[20187]: cluster 2024-04-23T00:01:06.467299+0000 mgr.smithi046.eiolnw (mgr.14197) 536 : cluster [DBG] pgmap v483: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:01:09.134 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/mon.smithi046/config 2024-04-23T00:01:10.016 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 23 00:01:09 smithi120 bash[20187]: cluster 2024-04-23T00:01:08.468265+0000 mgr.smithi046.eiolnw (mgr.14197) 537 : cluster [DBG] pgmap v484: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:01:10.017 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 23 00:01:09 smithi120 bash[20187]: cluster 2024-04-23T00:01:08.468265+0000 mgr.smithi046.eiolnw (mgr.14197) 537 : cluster [DBG] pgmap v484: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:01:10.017 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 23 00:01:09 smithi120 bash[20187]: audit 2024-04-23T00:01:09.425313+0000 mon.smithi046 (mon.0) 599 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-23T00:01:10.017 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 23 00:01:09 smithi120 bash[20187]: audit 2024-04-23T00:01:09.425313+0000 mon.smithi046 (mon.0) 599 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-23T00:01:10.067 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 23 00:01:09 smithi046 bash[18768]: cluster 2024-04-23T00:01:08.468265+0000 mgr.smithi046.eiolnw (mgr.14197) 537 : cluster [DBG] pgmap v484: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:01:10.068 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 23 00:01:09 smithi046 bash[18768]: cluster 2024-04-23T00:01:08.468265+0000 mgr.smithi046.eiolnw (mgr.14197) 537 : cluster [DBG] pgmap v484: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:01:10.068 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 23 00:01:09 smithi046 bash[18768]: audit 2024-04-23T00:01:09.425313+0000 mon.smithi046 (mon.0) 599 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-23T00:01:10.068 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 23 00:01:09 smithi046 bash[18768]: audit 2024-04-23T00:01:09.425313+0000 mon.smithi046 (mon.0) 599 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-23T00:01:10.473 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-23T00:01:10.830 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 23 00:01:10 smithi046 bash[18768]: audit 2024-04-23T00:01:10.484655+0000 mon.smithi046 (mon.0) 600 : audit [DBG] from='client.? 172.21.15.46:0/1232941089' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-23T00:01:10.830 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 23 00:01:10 smithi046 bash[18768]: audit 2024-04-23T00:01:10.484655+0000 mon.smithi046 (mon.0) 600 : audit [DBG] from='client.? 172.21.15.46:0/1232941089' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-23T00:01:11.016 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 23 00:01:10 smithi120 bash[20187]: audit 2024-04-23T00:01:10.484655+0000 mon.smithi046 (mon.0) 600 : audit [DBG] from='client.? 172.21.15.46:0/1232941089' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-23T00:01:11.016 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 23 00:01:10 smithi120 bash[20187]: audit 2024-04-23T00:01:10.484655+0000 mon.smithi046 (mon.0) 600 : audit [DBG] from='client.? 172.21.15.46:0/1232941089' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-23T00:01:11.165 INFO:teuthology.orchestra.run.smithi046.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-23T00:01:12.016 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 23 00:01:11 smithi120 bash[20187]: cluster 2024-04-23T00:01:10.469313+0000 mgr.smithi046.eiolnw (mgr.14197) 538 : cluster [DBG] pgmap v485: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:01:12.016 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 23 00:01:11 smithi120 bash[20187]: cluster 2024-04-23T00:01:10.469313+0000 mgr.smithi046.eiolnw (mgr.14197) 538 : cluster [DBG] pgmap v485: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:01:12.080 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 23 00:01:11 smithi046 bash[18768]: cluster 2024-04-23T00:01:10.469313+0000 mgr.smithi046.eiolnw (mgr.14197) 538 : cluster [DBG] pgmap v485: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:01:12.080 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 23 00:01:11 smithi046 bash[18768]: cluster 2024-04-23T00:01:10.469313+0000 mgr.smithi046.eiolnw (mgr.14197) 538 : cluster [DBG] pgmap v485: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:01:12.166 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e2b7ae0a-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-23T00:01:14.016 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 23 00:01:13 smithi120 bash[20187]: cluster 2024-04-23T00:01:12.470283+0000 mgr.smithi046.eiolnw (mgr.14197) 539 : cluster [DBG] pgmap v486: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:01:14.017 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 23 00:01:13 smithi120 bash[20187]: cluster 2024-04-23T00:01:12.470283+0000 mgr.smithi046.eiolnw (mgr.14197) 539 : cluster [DBG] pgmap v486: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:01:14.080 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 23 00:01:13 smithi046 bash[18768]: cluster 2024-04-23T00:01:12.470283+0000 mgr.smithi046.eiolnw (mgr.14197) 539 : cluster [DBG] pgmap v486: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:01:14.080 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 23 00:01:13 smithi046 bash[18768]: cluster 2024-04-23T00:01:12.470283+0000 mgr.smithi046.eiolnw (mgr.14197) 539 : cluster [DBG] pgmap v486: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:01:16.016 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 23 00:01:15 smithi120 bash[20187]: cluster 2024-04-23T00:01:14.471278+0000 mgr.smithi046.eiolnw (mgr.14197) 540 : cluster [DBG] pgmap v487: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:01:16.017 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 23 00:01:15 smithi120 bash[20187]: cluster 2024-04-23T00:01:14.471278+0000 mgr.smithi046.eiolnw (mgr.14197) 540 : cluster [DBG] pgmap v487: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:01:16.080 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 23 00:01:15 smithi046 bash[18768]: cluster 2024-04-23T00:01:14.471278+0000 mgr.smithi046.eiolnw (mgr.14197) 540 : cluster [DBG] pgmap v487: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:01:16.080 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 23 00:01:15 smithi046 bash[18768]: cluster 2024-04-23T00:01:14.471278+0000 mgr.smithi046.eiolnw (mgr.14197) 540 : cluster [DBG] pgmap v487: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:01:16.941 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/mon.smithi046/config 2024-04-23T00:01:17.817 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 23 00:01:17 smithi046 bash[18768]: cluster 2024-04-23T00:01:16.472300+0000 mgr.smithi046.eiolnw (mgr.14197) 541 : cluster [DBG] pgmap v488: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:01:17.817 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 23 00:01:17 smithi046 bash[18768]: cluster 2024-04-23T00:01:16.472300+0000 mgr.smithi046.eiolnw (mgr.14197) 541 : cluster [DBG] pgmap v488: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:01:18.016 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 23 00:01:17 smithi120 bash[20187]: cluster 2024-04-23T00:01:16.472300+0000 mgr.smithi046.eiolnw (mgr.14197) 541 : cluster [DBG] pgmap v488: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:01:18.016 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 23 00:01:17 smithi120 bash[20187]: cluster 2024-04-23T00:01:16.472300+0000 mgr.smithi046.eiolnw (mgr.14197) 541 : cluster [DBG] pgmap v488: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:01:18.248 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-23T00:01:18.830 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 23 00:01:18 smithi046 bash[18768]: audit 2024-04-23T00:01:18.260366+0000 mon.smithi046 (mon.0) 601 : audit [DBG] from='client.? 172.21.15.46:0/2302261191' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-23T00:01:18.830 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 23 00:01:18 smithi046 bash[18768]: audit 2024-04-23T00:01:18.260366+0000 mon.smithi046 (mon.0) 601 : audit [DBG] from='client.? 172.21.15.46:0/2302261191' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-23T00:01:19.006 INFO:teuthology.orchestra.run.smithi046.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-23T00:01:19.016 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 23 00:01:18 smithi120 bash[20187]: audit 2024-04-23T00:01:18.260366+0000 mon.smithi046 (mon.0) 601 : audit [DBG] from='client.? 172.21.15.46:0/2302261191' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-23T00:01:19.016 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 23 00:01:18 smithi120 bash[20187]: audit 2024-04-23T00:01:18.260366+0000 mon.smithi046 (mon.0) 601 : audit [DBG] from='client.? 172.21.15.46:0/2302261191' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-23T00:01:20.008 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e2b7ae0a-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-23T00:01:20.016 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 23 00:01:19 smithi120 bash[20187]: cluster 2024-04-23T00:01:18.473274+0000 mgr.smithi046.eiolnw (mgr.14197) 542 : cluster [DBG] pgmap v489: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:01:20.016 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 23 00:01:19 smithi120 bash[20187]: cluster 2024-04-23T00:01:18.473274+0000 mgr.smithi046.eiolnw (mgr.14197) 542 : cluster [DBG] pgmap v489: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:01:20.019 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 23 00:01:19 smithi046 bash[18768]: cluster 2024-04-23T00:01:18.473274+0000 mgr.smithi046.eiolnw (mgr.14197) 542 : cluster [DBG] pgmap v489: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:01:20.019 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 23 00:01:19 smithi046 bash[18768]: cluster 2024-04-23T00:01:18.473274+0000 mgr.smithi046.eiolnw (mgr.14197) 542 : cluster [DBG] pgmap v489: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:01:22.016 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 23 00:01:21 smithi120 bash[20187]: cluster 2024-04-23T00:01:20.474320+0000 mgr.smithi046.eiolnw (mgr.14197) 543 : cluster [DBG] pgmap v490: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:01:22.017 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 23 00:01:21 smithi120 bash[20187]: cluster 2024-04-23T00:01:20.474320+0000 mgr.smithi046.eiolnw (mgr.14197) 543 : cluster [DBG] pgmap v490: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:01:22.080 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 23 00:01:21 smithi046 bash[18768]: cluster 2024-04-23T00:01:20.474320+0000 mgr.smithi046.eiolnw (mgr.14197) 543 : cluster [DBG] pgmap v490: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:01:22.080 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 23 00:01:21 smithi046 bash[18768]: cluster 2024-04-23T00:01:20.474320+0000 mgr.smithi046.eiolnw (mgr.14197) 543 : cluster [DBG] pgmap v490: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:01:24.016 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 23 00:01:23 smithi120 bash[20187]: cluster 2024-04-23T00:01:22.475370+0000 mgr.smithi046.eiolnw (mgr.14197) 544 : cluster [DBG] pgmap v491: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:01:24.016 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 23 00:01:23 smithi120 bash[20187]: cluster 2024-04-23T00:01:22.475370+0000 mgr.smithi046.eiolnw (mgr.14197) 544 : cluster [DBG] pgmap v491: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:01:24.080 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 23 00:01:23 smithi046 bash[18768]: cluster 2024-04-23T00:01:22.475370+0000 mgr.smithi046.eiolnw (mgr.14197) 544 : cluster [DBG] pgmap v491: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:01:24.080 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 23 00:01:23 smithi046 bash[18768]: cluster 2024-04-23T00:01:22.475370+0000 mgr.smithi046.eiolnw (mgr.14197) 544 : cluster [DBG] pgmap v491: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:01:24.782 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/mon.smithi046/config 2024-04-23T00:01:25.016 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 23 00:01:24 smithi120 bash[20187]: audit 2024-04-23T00:01:24.426212+0000 mon.smithi046 (mon.0) 602 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-23T00:01:25.016 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 23 00:01:24 smithi120 bash[20187]: audit 2024-04-23T00:01:24.426212+0000 mon.smithi046 (mon.0) 602 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-23T00:01:25.080 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 23 00:01:24 smithi046 bash[18768]: audit 2024-04-23T00:01:24.426212+0000 mon.smithi046 (mon.0) 602 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-23T00:01:25.080 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 23 00:01:24 smithi046 bash[18768]: audit 2024-04-23T00:01:24.426212+0000 mon.smithi046 (mon.0) 602 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-23T00:01:25.999 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-23T00:01:26.013 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 23 00:01:25 smithi046 bash[18768]: cluster 2024-04-23T00:01:24.476377+0000 mgr.smithi046.eiolnw (mgr.14197) 545 : cluster [DBG] pgmap v492: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:01:26.013 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 23 00:01:25 smithi046 bash[18768]: cluster 2024-04-23T00:01:24.476377+0000 mgr.smithi046.eiolnw (mgr.14197) 545 : cluster [DBG] pgmap v492: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:01:26.016 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 23 00:01:25 smithi120 bash[20187]: cluster 2024-04-23T00:01:24.476377+0000 mgr.smithi046.eiolnw (mgr.14197) 545 : cluster [DBG] pgmap v492: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:01:26.016 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 23 00:01:25 smithi120 bash[20187]: cluster 2024-04-23T00:01:24.476377+0000 mgr.smithi046.eiolnw (mgr.14197) 545 : cluster [DBG] pgmap v492: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:01:26.692 INFO:teuthology.orchestra.run.smithi046.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-23T00:01:27.016 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 23 00:01:26 smithi120 bash[20187]: audit 2024-04-23T00:01:26.011046+0000 mon.smithi046 (mon.0) 603 : audit [DBG] from='client.? 172.21.15.46:0/663545812' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-23T00:01:27.016 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 23 00:01:26 smithi120 bash[20187]: audit 2024-04-23T00:01:26.011046+0000 mon.smithi046 (mon.0) 603 : audit [DBG] from='client.? 172.21.15.46:0/663545812' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-23T00:01:27.080 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 23 00:01:26 smithi046 bash[18768]: audit 2024-04-23T00:01:26.011046+0000 mon.smithi046 (mon.0) 603 : audit [DBG] from='client.? 172.21.15.46:0/663545812' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-23T00:01:27.080 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 23 00:01:26 smithi046 bash[18768]: audit 2024-04-23T00:01:26.011046+0000 mon.smithi046 (mon.0) 603 : audit [DBG] from='client.? 172.21.15.46:0/663545812' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-23T00:01:27.694 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e2b7ae0a-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-23T00:01:27.830 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 23 00:01:27 smithi046 bash[18768]: cluster 2024-04-23T00:01:26.477464+0000 mgr.smithi046.eiolnw (mgr.14197) 546 : cluster [DBG] pgmap v493: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:01:27.830 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 23 00:01:27 smithi046 bash[18768]: cluster 2024-04-23T00:01:26.477464+0000 mgr.smithi046.eiolnw (mgr.14197) 546 : cluster [DBG] pgmap v493: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:01:28.016 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 23 00:01:27 smithi120 bash[20187]: cluster 2024-04-23T00:01:26.477464+0000 mgr.smithi046.eiolnw (mgr.14197) 546 : cluster [DBG] pgmap v493: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:01:28.016 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 23 00:01:27 smithi120 bash[20187]: cluster 2024-04-23T00:01:26.477464+0000 mgr.smithi046.eiolnw (mgr.14197) 546 : cluster [DBG] pgmap v493: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:01:30.016 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 23 00:01:29 smithi120 bash[20187]: cluster 2024-04-23T00:01:28.478436+0000 mgr.smithi046.eiolnw (mgr.14197) 547 : cluster [DBG] pgmap v494: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:01:30.016 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 23 00:01:29 smithi120 bash[20187]: cluster 2024-04-23T00:01:28.478436+0000 mgr.smithi046.eiolnw (mgr.14197) 547 : cluster [DBG] pgmap v494: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:01:30.088 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 23 00:01:29 smithi046 bash[18768]: cluster 2024-04-23T00:01:28.478436+0000 mgr.smithi046.eiolnw (mgr.14197) 547 : cluster [DBG] pgmap v494: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:01:30.088 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 23 00:01:29 smithi046 bash[18768]: cluster 2024-04-23T00:01:28.478436+0000 mgr.smithi046.eiolnw (mgr.14197) 547 : cluster [DBG] pgmap v494: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:01:32.016 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 23 00:01:31 smithi120 bash[20187]: cluster 2024-04-23T00:01:30.479273+0000 mgr.smithi046.eiolnw (mgr.14197) 548 : cluster [DBG] pgmap v495: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:01:32.016 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 23 00:01:31 smithi120 bash[20187]: cluster 2024-04-23T00:01:30.479273+0000 mgr.smithi046.eiolnw (mgr.14197) 548 : cluster [DBG] pgmap v495: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:01:32.079 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 23 00:01:31 smithi046 bash[18768]: cluster 2024-04-23T00:01:30.479273+0000 mgr.smithi046.eiolnw (mgr.14197) 548 : cluster [DBG] pgmap v495: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:01:32.080 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 23 00:01:31 smithi046 bash[18768]: cluster 2024-04-23T00:01:30.479273+0000 mgr.smithi046.eiolnw (mgr.14197) 548 : cluster [DBG] pgmap v495: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:01:32.467 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/mon.smithi046/config 2024-04-23T00:01:33.794 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-23T00:01:34.016 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 23 00:01:33 smithi120 bash[20187]: cluster 2024-04-23T00:01:32.479994+0000 mgr.smithi046.eiolnw (mgr.14197) 549 : cluster [DBG] pgmap v496: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:01:34.016 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 23 00:01:33 smithi120 bash[20187]: cluster 2024-04-23T00:01:32.479994+0000 mgr.smithi046.eiolnw (mgr.14197) 549 : cluster [DBG] pgmap v496: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:01:34.080 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 23 00:01:33 smithi046 bash[18768]: cluster 2024-04-23T00:01:32.479994+0000 mgr.smithi046.eiolnw (mgr.14197) 549 : cluster [DBG] pgmap v496: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:01:34.080 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 23 00:01:33 smithi046 bash[18768]: cluster 2024-04-23T00:01:32.479994+0000 mgr.smithi046.eiolnw (mgr.14197) 549 : cluster [DBG] pgmap v496: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:01:34.575 INFO:teuthology.orchestra.run.smithi046.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-23T00:01:34.830 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 23 00:01:34 smithi046 bash[18768]: audit 2024-04-23T00:01:33.806105+0000 mon.smithi046 (mon.0) 604 : audit [DBG] from='client.? 172.21.15.46:0/2628178690' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-23T00:01:35.039 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 23 00:01:34 smithi046 bash[18768]: audit 2024-04-23T00:01:33.806105+0000 mon.smithi046 (mon.0) 604 : audit [DBG] from='client.? 172.21.15.46:0/2628178690' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-23T00:01:35.040 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 23 00:01:34 smithi120 bash[20187]: audit 2024-04-23T00:01:33.806105+0000 mon.smithi046 (mon.0) 604 : audit [DBG] from='client.? 172.21.15.46:0/2628178690' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-23T00:01:35.040 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 23 00:01:34 smithi120 bash[20187]: audit 2024-04-23T00:01:33.806105+0000 mon.smithi046 (mon.0) 604 : audit [DBG] from='client.? 172.21.15.46:0/2628178690' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-23T00:01:35.576 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e2b7ae0a-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-23T00:01:35.829 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 23 00:01:35 smithi046 bash[18768]: cluster 2024-04-23T00:01:34.480980+0000 mgr.smithi046.eiolnw (mgr.14197) 550 : cluster [DBG] pgmap v497: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:01:35.830 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 23 00:01:35 smithi046 bash[18768]: cluster 2024-04-23T00:01:34.480980+0000 mgr.smithi046.eiolnw (mgr.14197) 550 : cluster [DBG] pgmap v497: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:01:36.016 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 23 00:01:35 smithi120 bash[20187]: cluster 2024-04-23T00:01:34.480980+0000 mgr.smithi046.eiolnw (mgr.14197) 550 : cluster [DBG] pgmap v497: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:01:36.016 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 23 00:01:35 smithi120 bash[20187]: cluster 2024-04-23T00:01:34.480980+0000 mgr.smithi046.eiolnw (mgr.14197) 550 : cluster [DBG] pgmap v497: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:01:37.829 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 23 00:01:37 smithi046 bash[18768]: cluster 2024-04-23T00:01:36.481983+0000 mgr.smithi046.eiolnw (mgr.14197) 551 : cluster [DBG] pgmap v498: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:01:37.830 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 23 00:01:37 smithi046 bash[18768]: cluster 2024-04-23T00:01:36.481983+0000 mgr.smithi046.eiolnw (mgr.14197) 551 : cluster [DBG] pgmap v498: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:01:38.016 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 23 00:01:37 smithi120 bash[20187]: cluster 2024-04-23T00:01:36.481983+0000 mgr.smithi046.eiolnw (mgr.14197) 551 : cluster [DBG] pgmap v498: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:01:38.016 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 23 00:01:37 smithi120 bash[20187]: cluster 2024-04-23T00:01:36.481983+0000 mgr.smithi046.eiolnw (mgr.14197) 551 : cluster [DBG] pgmap v498: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:01:40.016 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 23 00:01:39 smithi120 bash[20187]: cluster 2024-04-23T00:01:38.482956+0000 mgr.smithi046.eiolnw (mgr.14197) 552 : cluster [DBG] pgmap v499: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:01:40.016 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 23 00:01:39 smithi120 bash[20187]: cluster 2024-04-23T00:01:38.482956+0000 mgr.smithi046.eiolnw (mgr.14197) 552 : cluster [DBG] pgmap v499: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:01:40.016 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 23 00:01:39 smithi120 bash[20187]: audit 2024-04-23T00:01:39.426623+0000 mon.smithi046 (mon.0) 605 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-23T00:01:40.016 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 23 00:01:39 smithi120 bash[20187]: audit 2024-04-23T00:01:39.426623+0000 mon.smithi046 (mon.0) 605 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-23T00:01:40.079 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 23 00:01:39 smithi046 bash[18768]: cluster 2024-04-23T00:01:38.482956+0000 mgr.smithi046.eiolnw (mgr.14197) 552 : cluster [DBG] pgmap v499: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:01:40.080 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 23 00:01:39 smithi046 bash[18768]: cluster 2024-04-23T00:01:38.482956+0000 mgr.smithi046.eiolnw (mgr.14197) 552 : cluster [DBG] pgmap v499: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:01:40.080 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 23 00:01:39 smithi046 bash[18768]: audit 2024-04-23T00:01:39.426623+0000 mon.smithi046 (mon.0) 605 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-23T00:01:40.080 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 23 00:01:39 smithi046 bash[18768]: audit 2024-04-23T00:01:39.426623+0000 mon.smithi046 (mon.0) 605 : audit [DBG] from='mgr.14197 172.21.15.46:0/291561396' entity='mgr.smithi046.eiolnw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-23T00:01:40.347 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/mon.smithi046/config 2024-04-23T00:01:41.614 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-23T00:01:42.016 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 23 00:01:41 smithi120 bash[20187]: cluster 2024-04-23T00:01:40.483939+0000 mgr.smithi046.eiolnw (mgr.14197) 553 : cluster [DBG] pgmap v500: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:01:42.016 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 23 00:01:41 smithi120 bash[20187]: cluster 2024-04-23T00:01:40.483939+0000 mgr.smithi046.eiolnw (mgr.14197) 553 : cluster [DBG] pgmap v500: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:01:42.016 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 23 00:01:41 smithi120 bash[20187]: audit 2024-04-23T00:01:41.625828+0000 mon.smithi046 (mon.0) 606 : audit [DBG] from='client.? 172.21.15.46:0/3131978982' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-23T00:01:42.016 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 23 00:01:41 smithi120 bash[20187]: audit 2024-04-23T00:01:41.625828+0000 mon.smithi046 (mon.0) 606 : audit [DBG] from='client.? 172.21.15.46:0/3131978982' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-23T00:01:42.080 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 23 00:01:41 smithi046 bash[18768]: cluster 2024-04-23T00:01:40.483939+0000 mgr.smithi046.eiolnw (mgr.14197) 553 : cluster [DBG] pgmap v500: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:01:42.080 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 23 00:01:41 smithi046 bash[18768]: cluster 2024-04-23T00:01:40.483939+0000 mgr.smithi046.eiolnw (mgr.14197) 553 : cluster [DBG] pgmap v500: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:01:42.080 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 23 00:01:41 smithi046 bash[18768]: audit 2024-04-23T00:01:41.625828+0000 mon.smithi046 (mon.0) 606 : audit [DBG] from='client.? 172.21.15.46:0/3131978982' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-23T00:01:42.080 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 23 00:01:41 smithi046 bash[18768]: audit 2024-04-23T00:01:41.625828+0000 mon.smithi046 (mon.0) 606 : audit [DBG] from='client.? 172.21.15.46:0/3131978982' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-23T00:01:42.345 INFO:teuthology.orchestra.run.smithi046.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-23T00:01:43.347 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e2b7ae0a-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-23T00:01:44.016 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 23 00:01:43 smithi120 bash[20187]: cluster 2024-04-23T00:01:42.484914+0000 mgr.smithi046.eiolnw (mgr.14197) 554 : cluster [DBG] pgmap v501: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:01:44.016 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 23 00:01:43 smithi120 bash[20187]: cluster 2024-04-23T00:01:42.484914+0000 mgr.smithi046.eiolnw (mgr.14197) 554 : cluster [DBG] pgmap v501: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:01:44.079 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 23 00:01:43 smithi046 bash[18768]: cluster 2024-04-23T00:01:42.484914+0000 mgr.smithi046.eiolnw (mgr.14197) 554 : cluster [DBG] pgmap v501: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:01:44.079 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 23 00:01:43 smithi046 bash[18768]: cluster 2024-04-23T00:01:42.484914+0000 mgr.smithi046.eiolnw (mgr.14197) 554 : cluster [DBG] pgmap v501: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:01:46.016 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 23 00:01:45 smithi120 bash[20187]: cluster 2024-04-23T00:01:44.485928+0000 mgr.smithi046.eiolnw (mgr.14197) 555 : cluster [DBG] pgmap v502: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:01:46.016 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 23 00:01:45 smithi120 bash[20187]: cluster 2024-04-23T00:01:44.485928+0000 mgr.smithi046.eiolnw (mgr.14197) 555 : cluster [DBG] pgmap v502: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:01:46.079 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 23 00:01:45 smithi046 bash[18768]: cluster 2024-04-23T00:01:44.485928+0000 mgr.smithi046.eiolnw (mgr.14197) 555 : cluster [DBG] pgmap v502: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:01:46.079 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 23 00:01:45 smithi046 bash[18768]: cluster 2024-04-23T00:01:44.485928+0000 mgr.smithi046.eiolnw (mgr.14197) 555 : cluster [DBG] pgmap v502: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:01:48.079 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 23 00:01:47 smithi046 bash[18768]: cluster 2024-04-23T00:01:46.486900+0000 mgr.smithi046.eiolnw (mgr.14197) 556 : cluster [DBG] pgmap v503: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:01:48.079 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 23 00:01:47 smithi046 bash[18768]: cluster 2024-04-23T00:01:46.486900+0000 mgr.smithi046.eiolnw (mgr.14197) 556 : cluster [DBG] pgmap v503: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:01:48.112 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/mon.smithi046/config 2024-04-23T00:01:48.266 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 23 00:01:47 smithi120 bash[20187]: cluster 2024-04-23T00:01:46.486900+0000 mgr.smithi046.eiolnw (mgr.14197) 556 : cluster [DBG] pgmap v503: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:01:48.266 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 23 00:01:47 smithi120 bash[20187]: cluster 2024-04-23T00:01:46.486900+0000 mgr.smithi046.eiolnw (mgr.14197) 556 : cluster [DBG] pgmap v503: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:01:49.396 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-23T00:01:50.079 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 23 00:01:49 smithi046 bash[18768]: cluster 2024-04-23T00:01:48.487885+0000 mgr.smithi046.eiolnw (mgr.14197) 557 : cluster [DBG] pgmap v504: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:01:50.079 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 23 00:01:49 smithi046 bash[18768]: cluster 2024-04-23T00:01:48.487885+0000 mgr.smithi046.eiolnw (mgr.14197) 557 : cluster [DBG] pgmap v504: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:01:50.080 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 23 00:01:49 smithi046 bash[18768]: audit 2024-04-23T00:01:49.408458+0000 mon.smithi046 (mon.0) 607 : audit [DBG] from='client.? 172.21.15.46:0/1854512450' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-23T00:01:50.080 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 23 00:01:49 smithi046 bash[18768]: audit 2024-04-23T00:01:49.408458+0000 mon.smithi046 (mon.0) 607 : audit [DBG] from='client.? 172.21.15.46:0/1854512450' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-23T00:01:50.083 INFO:teuthology.orchestra.run.smithi046.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-23T00:01:50.084 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_43be020184947e53516056c9931e1ac5bdbbb1a5/qa/tasks/cephadm.py", line 1123, 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-23T00:01:50.085 DEBUG:teuthology.orchestra.run.smithi046:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-23T00:01:50.098 DEBUG:teuthology.orchestra.run.smithi120:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-23T00:01:50.108 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 23 00:01:49 smithi120 bash[20187]: cluster 2024-04-23T00:01:48.487885+0000 mgr.smithi046.eiolnw (mgr.14197) 557 : cluster [DBG] pgmap v504: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:01:50.109 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 23 00:01:49 smithi120 bash[20187]: cluster 2024-04-23T00:01:48.487885+0000 mgr.smithi046.eiolnw (mgr.14197) 557 : cluster [DBG] pgmap v504: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:01:50.109 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 23 00:01:49 smithi120 bash[20187]: audit 2024-04-23T00:01:49.408458+0000 mon.smithi046 (mon.0) 607 : audit [DBG] from='client.? 172.21.15.46:0/1854512450' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-23T00:01:50.109 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 23 00:01:49 smithi120 bash[20187]: audit 2024-04-23T00:01:49.408458+0000 mon.smithi046 (mon.0) 607 : audit [DBG] from='client.? 172.21.15.46:0/1854512450' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-23T00:01:50.112 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-04-23T00:01:50.112 DEBUG:teuthology.orchestra.run.smithi046:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-04-23T00:01:50.149 DEBUG:teuthology.orchestra.run.smithi120:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-04-23T00:01:50.160 INFO:tasks.cephadm:Stopping all daemons... 2024-04-23T00:01:50.161 INFO:tasks.cephadm.mon.smithi046:Stopping mon.smithi046... 2024-04-23T00:01:50.161 DEBUG:teuthology.orchestra.run.smithi046:> sudo systemctl stop ceph-e2b7ae0a-0101-11ef-bc93-c7b262605968@mon.smithi046 2024-04-23T00:01:50.334 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 23 00:01:50 smithi046 systemd[1]: Stopping Ceph mon.smithi046 for e2b7ae0a-0101-11ef-bc93-c7b262605968... 2024-04-23T00:01:50.462 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 23 00:01:50 smithi046 bash[18768]: debug 2024-04-23T00:01:50.344+0000 7f90614db700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.smithi046 -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-23T00:01:50.463 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 23 00:01:50 smithi046 bash[18768]: debug 2024-04-23T00:01:50.344+0000 7f90614db700 -1 mon.smithi046@0(leader) e2 *** Got Signal Terminated *** 2024-04-23T00:01:51.079 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Apr 23 00:01:50 smithi046 bash[47536]: ceph-e2b7ae0a-0101-11ef-bc93-c7b262605968-mon-smithi046 2024-04-23T00:01:51.153 DEBUG:teuthology.orchestra.run.smithi046:> sudo pkill -f 'journalctl -f -n 0 -u ceph-e2b7ae0a-0101-11ef-bc93-c7b262605968@mon.smithi046.service' 2024-04-23T00:01:51.173 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-23T00:01:51.173 INFO:tasks.cephadm.mon.smithi046:Stopped mon.smithi046 2024-04-23T00:01:51.173 INFO:tasks.cephadm.mon.smithi120:Stopping mon.smithi120... 2024-04-23T00:01:51.174 DEBUG:teuthology.orchestra.run.smithi120:> sudo systemctl stop ceph-e2b7ae0a-0101-11ef-bc93-c7b262605968@mon.smithi120 2024-04-23T00:01:51.457 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 23 00:01:51 smithi120 systemd[1]: Stopping Ceph mon.smithi120 for e2b7ae0a-0101-11ef-bc93-c7b262605968... 2024-04-23T00:01:51.458 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 23 00:01:51 smithi120 bash[20187]: debug 2024-04-23T00:01:51.324+0000 7f4bbe764700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.smithi120 -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-23T00:01:51.458 INFO:journalctl@ceph.mon.smithi120.smithi120.stdout:Apr 23 00:01:51 smithi120 bash[20187]: debug 2024-04-23T00:01:51.324+0000 7f4bbe764700 -1 mon.smithi120@1(peon) e2 *** Got Signal Terminated *** 2024-04-23T00:01:52.025 DEBUG:teuthology.orchestra.run.smithi120:> sudo pkill -f 'journalctl -f -n 0 -u ceph-e2b7ae0a-0101-11ef-bc93-c7b262605968@mon.smithi120.service' 2024-04-23T00:01:52.061 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-23T00:01:52.061 INFO:tasks.cephadm.mon.smithi120:Stopped mon.smithi120 2024-04-23T00:01:52.062 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid e2b7ae0a-0101-11ef-bc93-c7b262605968 --force --keep-logs 2024-04-23T00:01:52.229 INFO:teuthology.orchestra.run.smithi046.stdout:Deleting cluster with fsid: e2b7ae0a-0101-11ef-bc93-c7b262605968 2024-04-23T00:02:05.770 DEBUG:teuthology.orchestra.run.smithi120:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid e2b7ae0a-0101-11ef-bc93-c7b262605968 --force --keep-logs 2024-04-23T00:02:05.939 INFO:teuthology.orchestra.run.smithi120.stdout:Deleting cluster with fsid: e2b7ae0a-0101-11ef-bc93-c7b262605968 2024-04-23T00:02:15.005 DEBUG:teuthology.orchestra.run.smithi046:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-23T00:02:15.020 DEBUG:teuthology.orchestra.run.smithi120:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-23T00:02:15.032 INFO:tasks.cephadm:Archiving crash dumps... 2024-04-23T00:02:15.034 DEBUG:teuthology.misc:Transferring archived files from smithi046:/var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/crash to /home/teuthworker/archive/adking-2024-04-22_22:45:33-orch:cephadm-wip-adk-testing-2024-04-22-1618-distro-default-smithi/7669246/remote/smithi046/crash 2024-04-23T00:02:15.034 DEBUG:teuthology.orchestra.run.smithi046:> sudo tar c -f - -C /var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/crash -- . 2024-04-23T00:02:15.075 INFO:teuthology.orchestra.run.smithi046.stderr:tar: /var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/crash: Cannot open: No such file or directory 2024-04-23T00:02:15.075 INFO:teuthology.orchestra.run.smithi046.stderr:tar: Error is not recoverable: exiting now 2024-04-23T00:02:15.077 DEBUG:teuthology.misc:Transferring archived files from smithi120:/var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/crash to /home/teuthworker/archive/adking-2024-04-22_22:45:33-orch:cephadm-wip-adk-testing-2024-04-22-1618-distro-default-smithi/7669246/remote/smithi120/crash 2024-04-23T00:02:15.078 DEBUG:teuthology.orchestra.run.smithi120:> sudo tar c -f - -C /var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/crash -- . 2024-04-23T00:02:15.088 INFO:teuthology.orchestra.run.smithi120.stderr:tar: /var/lib/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/crash: Cannot open: No such file or directory 2024-04-23T00:02:15.088 INFO:teuthology.orchestra.run.smithi120.stderr:tar: Error is not recoverable: exiting now 2024-04-23T00:02:15.089 INFO:tasks.cephadm:Checking cluster log for badness... 2024-04-23T00:02:15.089 DEBUG:teuthology.orchestra.run.smithi046:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/ceph.log | egrep CEPHADM_ | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-04-23T00:02:15.134 INFO:teuthology.orchestra.run.smithi046.stdout:2024-04-22T23:44:34.768270+0000 mon.smithi046 (mon.0) 121 : cluster [WRN] Health check failed: failed to probe daemons or devices (CEPHADM_REFRESH_FAILED) 2024-04-23T00:02:15.134 WARNING:tasks.cephadm:Found errors (ERR|WRN|SEC) in cluster log 2024-04-23T00:02:15.135 DEBUG:teuthology.orchestra.run.smithi046:> sudo egrep '\[SEC\]' /var/log/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/ceph.log | egrep CEPHADM_ | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-04-23T00:02:15.190 DEBUG:teuthology.orchestra.run.smithi046:> sudo egrep '\[ERR\]' /var/log/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/ceph.log | egrep CEPHADM_ | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-04-23T00:02:15.249 DEBUG:teuthology.orchestra.run.smithi046:> sudo egrep '\[WRN\]' /var/log/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/ceph.log | egrep CEPHADM_ | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-04-23T00:02:15.307 INFO:teuthology.orchestra.run.smithi046.stdout:2024-04-22T23:44:34.768270+0000 mon.smithi046 (mon.0) 121 : cluster [WRN] Health check failed: failed to probe daemons or devices (CEPHADM_REFRESH_FAILED) 2024-04-23T00:02:15.308 INFO:tasks.cephadm:Compressing logs... 2024-04-23T00:02:15.308 DEBUG:teuthology.orchestra.run.smithi046:> 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-23T00:02:15.353 DEBUG:teuthology.orchestra.run.smithi120:> 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-23T00:02:15.366 INFO:teuthology.orchestra.run.smithi046.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-04-23T00:02:15.366 INFO:teuthology.orchestra.run.smithi120.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-04-23T00:02:15.369 INFO:teuthology.orchestra.run.smithi046.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-04-23T00:02:15.369 INFO:teuthology.orchestra.run.smithi046.stderr:gzip -5 --verbose -- /var/log/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/ceph-mon.smithi046.log 2024-04-23T00:02:15.369 INFO:teuthology.orchestra.run.smithi046.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/ceph.cephadm.log 2024-04-23T00:02:15.370 INFO:teuthology.orchestra.run.smithi046.stderr:/var/log/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/ceph-mon.smithi046.log: gzip -5 --verbose -- /var/log/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/ceph-mgr.smithi046.eiolnw.log 2024-04-23T00:02:15.370 INFO:teuthology.orchestra.run.smithi046.stderr:gzip -5 --verbose -- /var/log/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/ceph.log 2024-04-23T00:02:15.374 INFO:teuthology.orchestra.run.smithi046.stderr:/var/log/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/ceph.cephadm.log: /var/log/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/ceph-mgr.smithi046.eiolnw.log: gzip -5 --verbose -- /var/log/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/ceph.audit.log 2024-04-23T00:02:15.376 INFO:teuthology.orchestra.run.smithi046.stderr: 84.0% -- replaced with /var/log/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/ceph.cephadm.log.gz 2024-04-23T00:02:15.376 INFO:teuthology.orchestra.run.smithi046.stderr:/var/log/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/ceph.log: gzip -5 --verbose -- /var/log/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/ceph-client.ceph-exporter.smithi046.log 2024-04-23T00:02:15.376 INFO:teuthology.orchestra.run.smithi046.stderr:/var/log/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/ceph.audit.log: /var/log/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/ceph-client.ceph-exporter.smithi046.log: 94.3% -- replaced with /var/log/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/ceph-client.ceph-exporter.smithi046.log.gz 2024-04-23T00:02:15.376 INFO:teuthology.orchestra.run.smithi046.stderr: 88.9% -- replaced with /var/log/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/ceph.log.gz 2024-04-23T00:02:15.376 INFO:teuthology.orchestra.run.smithi046.stderr: 90.9% -- replaced with /var/log/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/ceph.audit.log.gz 2024-04-23T00:02:15.377 INFO:teuthology.orchestra.run.smithi120.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-04-23T00:02:15.378 INFO:teuthology.orchestra.run.smithi120.stderr:gzip -5 --verbose -- /var/log/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/ceph.cephadm.log 2024-04-23T00:02:15.378 INFO:teuthology.orchestra.run.smithi120.stderr:gzip -5 --verbose -- /var/log/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/ceph-client.ceph-exporter.smithi120.log 2024-04-23T00:02:15.378 INFO:teuthology.orchestra.run.smithi120.stderr:/var/log/ceph/cephadm.log: /var/log/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/ceph.log 2024-04-23T00:02:15.378 INFO:teuthology.orchestra.run.smithi120.stderr:/var/log/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/ceph-client.ceph-exporter.smithi120.log: gzip -5 --verbose -- /var/log/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/ceph-mon.smithi120.log 2024-04-23T00:02:15.378 INFO:teuthology.orchestra.run.smithi120.stderr: 81.9% -- replaced with /var/log/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/ceph.cephadm.log.gz 2024-04-23T00:02:15.378 INFO:teuthology.orchestra.run.smithi120.stderr: 30.9% -- replaced with /var/log/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/ceph-client.ceph-exporter.smithi120.log.gz 2024-04-23T00:02:15.378 INFO:teuthology.orchestra.run.smithi120.stderr:/var/log/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/ceph.log: gzip -5 --verbose -- /var/log/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/ceph.audit.log 2024-04-23T00:02:15.378 INFO:teuthology.orchestra.run.smithi120.stderr:/var/log/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/ceph-mon.smithi120.log: gzip -5 --verbose -- /var/log/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/ceph-mgr.smithi120.lvpbmt.log 2024-04-23T00:02:15.378 INFO:teuthology.orchestra.run.smithi120.stderr:/var/log/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/ceph.audit.log: /var/log/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/ceph-mgr.smithi120.lvpbmt.log: 91.0% -- replaced with /var/log/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/ceph.audit.log.gz 2024-04-23T00:02:15.378 INFO:teuthology.orchestra.run.smithi120.stderr: 89.0% -- replaced with /var/log/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/ceph.log.gz 2024-04-23T00:02:15.378 INFO:teuthology.orchestra.run.smithi120.stderr: 90.3% -- replaced with /var/log/ceph/cephadm.log.gz 2024-04-23T00:02:15.381 INFO:teuthology.orchestra.run.smithi120.stderr: 92.8% -- replaced with /var/log/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/ceph-mgr.smithi120.lvpbmt.log.gz 2024-04-23T00:02:15.397 INFO:teuthology.orchestra.run.smithi046.stderr: 92.0% -- replaced with /var/log/ceph/cephadm.log.gz 2024-04-23T00:02:15.488 INFO:teuthology.orchestra.run.smithi120.stderr: 93.5% -- replaced with /var/log/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/ceph-mon.smithi120.log.gz 2024-04-23T00:02:15.489 INFO:teuthology.orchestra.run.smithi120.stderr: 2024-04-23T00:02:15.489 INFO:teuthology.orchestra.run.smithi120.stderr:real 0m0.131s 2024-04-23T00:02:15.489 INFO:teuthology.orchestra.run.smithi120.stderr:user 0m0.131s 2024-04-23T00:02:15.489 INFO:teuthology.orchestra.run.smithi120.stderr:sys 0m0.019s 2024-04-23T00:02:15.527 INFO:teuthology.orchestra.run.smithi046.stderr: 92.1% -- replaced with /var/log/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/ceph-mgr.smithi046.eiolnw.log.gz 2024-04-23T00:02:15.772 INFO:teuthology.orchestra.run.smithi046.stderr: 90.2% -- replaced with /var/log/ceph/e2b7ae0a-0101-11ef-bc93-c7b262605968/ceph-mon.smithi046.log.gz 2024-04-23T00:02:15.772 INFO:teuthology.orchestra.run.smithi046.stderr: 2024-04-23T00:02:15.773 INFO:teuthology.orchestra.run.smithi046.stderr:real 0m0.417s 2024-04-23T00:02:15.773 INFO:teuthology.orchestra.run.smithi046.stderr:user 0m0.588s 2024-04-23T00:02:15.773 INFO:teuthology.orchestra.run.smithi046.stderr:sys 0m0.031s 2024-04-23T00:02:15.774 INFO:tasks.cephadm:Archiving logs... 2024-04-23T00:02:15.774 DEBUG:teuthology.misc:Transferring archived files from smithi046:/var/log/ceph to /home/teuthworker/archive/adking-2024-04-22_22:45:33-orch:cephadm-wip-adk-testing-2024-04-22-1618-distro-default-smithi/7669246/remote/smithi046/log 2024-04-23T00:02:15.775 DEBUG:teuthology.orchestra.run.smithi046:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-23T00:02:15.929 DEBUG:teuthology.misc:Transferring archived files from smithi120:/var/log/ceph to /home/teuthworker/archive/adking-2024-04-22_22:45:33-orch:cephadm-wip-adk-testing-2024-04-22-1618-distro-default-smithi/7669246/remote/smithi120/log 2024-04-23T00:02:15.930 DEBUG:teuthology.orchestra.run.smithi120:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-23T00:02:15.995 INFO:tasks.cephadm:Removing cluster... 2024-04-23T00:02:15.995 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid e2b7ae0a-0101-11ef-bc93-c7b262605968 --force 2024-04-23T00:02:16.169 INFO:teuthology.orchestra.run.smithi046.stdout:Deleting cluster with fsid: e2b7ae0a-0101-11ef-bc93-c7b262605968 2024-04-23T00:02:17.304 DEBUG:teuthology.orchestra.run.smithi120:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid e2b7ae0a-0101-11ef-bc93-c7b262605968 --force 2024-04-23T00:02:17.469 INFO:teuthology.orchestra.run.smithi120.stdout:Deleting cluster with fsid: e2b7ae0a-0101-11ef-bc93-c7b262605968 2024-04-23T00:02:18.587 INFO:tasks.cephadm:Removing cephadm ... 2024-04-23T00:02:18.587 DEBUG:teuthology.orchestra.run.smithi046:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-23T00:02:18.593 DEBUG:teuthology.orchestra.run.smithi120:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-23T00:02:18.599 INFO:tasks.cephadm:Teardown complete 2024-04-23T00:02:18.599 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_43be020184947e53516056c9931e1ac5bdbbb1a5/qa/tasks/cephadm.py", line 2210, 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_43be020184947e53516056c9931e1ac5bdbbb1a5/qa/tasks/cephadm.py", line 1839, 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_43be020184947e53516056c9931e1ac5bdbbb1a5/qa/tasks/cephadm.py", line 1123, 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-23T00:02:18.817 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=e217f7d1dfbe4374aa2cfd6f8b6e713d 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_43be020184947e53516056c9931e1ac5bdbbb1a5/qa/tasks/cephadm.py", line 2210, 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_43be020184947e53516056c9931e1ac5bdbbb1a5/qa/tasks/cephadm.py", line 1839, 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_43be020184947e53516056c9931e1ac5bdbbb1a5/qa/tasks/cephadm.py", line 1123, 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-23T00:02:18.820 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-04-23T00:02:18.856 DEBUG:teuthology.run_tasks:Unwinding manager nvme_loop 2024-04-23T00:02:18.924 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi046:/dev/vg_nvme/lv_1... 2024-04-23T00:02:18.924 DEBUG:teuthology.orchestra.run.smithi046:> sudo nvme disconnect -n lv_1 2024-04-23T00:02:19.184 INFO:teuthology.orchestra.run.smithi046.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-04-23T00:02:19.186 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-23T00:02:19.186 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi046:/dev/vg_nvme/lv_2... 2024-04-23T00:02:19.187 DEBUG:teuthology.orchestra.run.smithi046:> sudo nvme disconnect -n lv_2 2024-04-23T00:02:19.465 INFO:teuthology.orchestra.run.smithi046.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-04-23T00:02:19.466 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-23T00:02:19.466 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi046:/dev/vg_nvme/lv_3... 2024-04-23T00:02:19.466 DEBUG:teuthology.orchestra.run.smithi046:> sudo nvme disconnect -n lv_3 2024-04-23T00:02:19.716 INFO:teuthology.orchestra.run.smithi046.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-04-23T00:02:19.718 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-23T00:02:19.718 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi046:/dev/vg_nvme/lv_4... 2024-04-23T00:02:19.718 DEBUG:teuthology.orchestra.run.smithi046:> sudo nvme disconnect -n lv_4 2024-04-23T00:02:19.952 INFO:teuthology.orchestra.run.smithi046.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-04-23T00:02:19.953 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-23T00:02:19.954 DEBUG:teuthology.orchestra.run.smithi046:> set -ex 2024-04-23T00:02:19.954 DEBUG:teuthology.orchestra.run.smithi046:> sudo dd of=/scratch_devs 2024-04-23T00:02:19.967 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi120:/dev/vg_nvme/lv_1... 2024-04-23T00:02:19.967 DEBUG:teuthology.orchestra.run.smithi120:> sudo nvme disconnect -n lv_1 2024-04-23T00:02:20.208 INFO:teuthology.orchestra.run.smithi120.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-04-23T00:02:20.209 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-23T00:02:20.209 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi120:/dev/vg_nvme/lv_2... 2024-04-23T00:02:20.210 DEBUG:teuthology.orchestra.run.smithi120:> sudo nvme disconnect -n lv_2 2024-04-23T00:02:20.468 INFO:teuthology.orchestra.run.smithi120.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-04-23T00:02:20.470 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-23T00:02:20.470 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi120:/dev/vg_nvme/lv_3... 2024-04-23T00:02:20.470 DEBUG:teuthology.orchestra.run.smithi120:> sudo nvme disconnect -n lv_3 2024-04-23T00:02:20.760 INFO:teuthology.orchestra.run.smithi120.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-04-23T00:02:20.761 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-23T00:02:20.761 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi120:/dev/vg_nvme/lv_4... 2024-04-23T00:02:20.762 DEBUG:teuthology.orchestra.run.smithi120:> sudo nvme disconnect -n lv_4 2024-04-23T00:02:20.996 INFO:teuthology.orchestra.run.smithi120.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-04-23T00:02:20.997 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-23T00:02:20.998 DEBUG:teuthology.orchestra.run.smithi120:> set -ex 2024-04-23T00:02:20.998 DEBUG:teuthology.orchestra.run.smithi120:> sudo dd of=/scratch_devs 2024-04-23T00:02:21.011 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-04-23T00:02:21.128 INFO:teuthology.task.clock:Checking final clock skew... 2024-04-23T00:02:21.129 DEBUG:teuthology.orchestra.run.smithi046:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-23T00:02:21.131 DEBUG:teuthology.orchestra.run.smithi120:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-23T00:02:21.144 INFO:teuthology.orchestra.run.smithi046.stdout: remote refid st t when poll reach delay offset jitter 2024-04-23T00:02:21.144 INFO:teuthology.orchestra.run.smithi046.stdout:============================================================================== 2024-04-23T00:02:21.144 INFO:teuthology.orchestra.run.smithi046.stdout:*hv01.front.sepi 44.4.53.2 2 u 61 64 377 0.077 -1.501 0.157 2024-04-23T00:02:21.144 INFO:teuthology.orchestra.run.smithi046.stdout:+hv02.front.sepi 63.231.80.2 3 u 64 64 377 0.092 -0.671 0.116 2024-04-23T00:02:21.144 INFO:teuthology.orchestra.run.smithi046.stdout:+hv03.front.sepi 74.6.168.72 3 u 58 64 377 0.084 -1.059 0.067 2024-04-23T00:02:21.144 INFO:teuthology.orchestra.run.smithi046.stdout: hv04.front.sepi .INIT. 16 u - 512 0 0.000 +0.000 0.000 2024-04-23T00:02:21.145 INFO:teuthology.orchestra.run.smithi120.stdout: remote refid st t when poll reach delay offset jitter 2024-04-23T00:02:21.145 INFO:teuthology.orchestra.run.smithi120.stdout:============================================================================== 2024-04-23T00:02:21.145 INFO:teuthology.orchestra.run.smithi120.stdout:*hv01.front.sepi 44.4.53.2 2 u 62 64 377 0.092 -7.233 1.465 2024-04-23T00:02:21.145 INFO:teuthology.orchestra.run.smithi120.stdout:+hv02.front.sepi 63.231.80.2 3 u 59 64 377 0.100 -4.697 1.350 2024-04-23T00:02:21.145 INFO:teuthology.orchestra.run.smithi120.stdout:+hv03.front.sepi 74.6.168.72 3 u 62 64 377 0.091 -6.923 1.441 2024-04-23T00:02:21.146 INFO:teuthology.orchestra.run.smithi120.stdout: hv04.front.sepi .INIT. 16 u - 512 0 0.000 +0.000 0.000 2024-04-23T00:02:21.147 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-04-23T00:02:21.167 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-04-23T00:02:21.168 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-04-23T00:02:21.203 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-04-23T00:02:21.237 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-04-23T00:02:21.272 INFO:teuthology.task.internal:Duration was 1669.280284 seconds 2024-04-23T00:02:21.272 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-04-23T00:02:21.304 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-04-23T00:02:21.305 DEBUG:teuthology.orchestra.run.smithi046:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-23T00:02:21.307 DEBUG:teuthology.orchestra.run.smithi120:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-23T00:02:21.347 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-04-23T00:02:21.348 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi046.front.sepia.ceph.com 2024-04-23T00:02:21.348 DEBUG:teuthology.orchestra.run.smithi046:> 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-23T00:02:21.401 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi120.front.sepia.ceph.com 2024-04-23T00:02:21.401 DEBUG:teuthology.orchestra.run.smithi120:> 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-23T00:02:21.411 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-04-23T00:02:21.411 DEBUG:teuthology.orchestra.run.smithi046:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-23T00:02:21.445 DEBUG:teuthology.orchestra.run.smithi120:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-23T00:02:21.488 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-04-23T00:02:21.489 DEBUG:teuthology.orchestra.run.smithi046:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-23T00:02:21.490 DEBUG:teuthology.orchestra.run.smithi120:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-23T00:02:21.611 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-04-23T00:02:21.620 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-04-23T00:02:21.620 DEBUG:teuthology.orchestra.run.smithi046:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-23T00:02:21.633 DEBUG:teuthology.orchestra.run.smithi120:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-23T00:02:21.644 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-04-23T00:02:21.654 DEBUG:teuthology.orchestra.run.smithi046:> 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-23T00:02:21.677 DEBUG:teuthology.orchestra.run.smithi120:> 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-23T00:02:21.688 INFO:teuthology.orchestra.run.smithi046.stdout:kernel.core_pattern = core 2024-04-23T00:02:21.701 INFO:teuthology.orchestra.run.smithi120.stdout:kernel.core_pattern = core 2024-04-23T00:02:21.726 DEBUG:teuthology.orchestra.run.smithi046:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-23T00:02:21.759 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-23T00:02:21.760 DEBUG:teuthology.orchestra.run.smithi120:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-23T00:02:21.771 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-23T00:02:21.771 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-04-23T00:02:21.779 INFO:teuthology.task.internal:Transferring archived files... 2024-04-23T00:02:21.780 DEBUG:teuthology.misc:Transferring archived files from smithi046:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2024-04-22_22:45:33-orch:cephadm-wip-adk-testing-2024-04-22-1618-distro-default-smithi/7669246/remote/smithi046 2024-04-23T00:02:21.780 DEBUG:teuthology.orchestra.run.smithi046:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-23T00:02:21.826 DEBUG:teuthology.misc:Transferring archived files from smithi120:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2024-04-22_22:45:33-orch:cephadm-wip-adk-testing-2024-04-22-1618-distro-default-smithi/7669246/remote/smithi120 2024-04-23T00:02:21.827 DEBUG:teuthology.orchestra.run.smithi120:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-23T00:02:21.846 INFO:teuthology.task.internal:Removing archive directory... 2024-04-23T00:02:21.847 DEBUG:teuthology.orchestra.run.smithi046:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-23T00:02:21.865 DEBUG:teuthology.orchestra.run.smithi120:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-23T00:02:21.892 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-04-23T00:02:21.925 INFO:teuthology.task.internal:Not uploading archives. 2024-04-23T00:02:21.925 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-04-23T00:02:21.982 INFO:teuthology.task.internal:Tidying up after the test... 2024-04-23T00:02:21.983 DEBUG:teuthology.orchestra.run.smithi046:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-23T00:02:21.985 DEBUG:teuthology.orchestra.run.smithi120:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-23T00:02:21.989 INFO:teuthology.orchestra.run.smithi046.stdout: 658639 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 23 00:02 /home/ubuntu/cephtest 2024-04-23T00:02:21.991 INFO:teuthology.orchestra.run.smithi120.stdout: 658460 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 23 00:02 /home/ubuntu/cephtest 2024-04-23T00:02:21.993 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-04-23T00:02:22.029 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-04-23T00:02:22.095 INFO:teuthology.nuke:Checking targets against current locks 2024-04-23T00:02:22.131 DEBUG:teuthology.nuke:shortname: smithi046 2024-04-23T00:02:22.131 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-23T00:02:22.175 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi046.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-04-22_22:45:33-orch:cephadm-wip-adk-testing-2024-04-22-1618-distro-default-smithi/7669246', '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-22 23:24:01.293737', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBK1MTIynKUSjjAvtfDWQmMoS9pRHex40K55khAaT0xha+JZ4o1KiC+OS27X2jg2fXdyOsKNUFjtGGm7ktL/PNOc='} 2024-04-23T00:02:22.188 DEBUG:teuthology.nuke:shortname: smithi120 2024-04-23T00:02:22.188 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-23T00:02:22.233 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi120.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-04-22_22:45:33-orch:cephadm-wip-adk-testing-2024-04-22-1618-distro-default-smithi/7669246', '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-22 23:24:01.294928', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBC3J1Hd3qZJb0R+RWxi81gCl7OkPGyarWGs3ak3kGXjV3Xsz10SIfTO324Mpa8mdRh3kVJf4ocTrIufmHiml8WI='} 2024-04-23T00:02:22.272 INFO:teuthology.orchestra.console.smithi046:Power off 2024-04-23T00:02:22.272 DEBUG:teuthology.orchestra.console.smithi046:pexpect command: ipmitool -H smithi046.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-23T00:02:22.326 INFO:teuthology.orchestra.console.smithi120:Power off 2024-04-23T00:02:22.326 DEBUG:teuthology.orchestra.console.smithi120:pexpect command: ipmitool -H smithi120.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-23T00:02:22.336 DEBUG:teuthology.orchestra.console.smithi046:power off output: Chassis Power Control: Down/Off 2024-04-23T00:02:22.336 DEBUG:teuthology.orchestra.console.smithi046:pexpect command: ipmitool -H smithi046.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-23T00:02:22.377 DEBUG:teuthology.orchestra.console.smithi120:power off output: Chassis Power Control: Down/Off 2024-04-23T00:02:22.377 DEBUG:teuthology.orchestra.console.smithi120:pexpect command: ipmitool -H smithi120.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-23T00:02:22.388 DEBUG:teuthology.orchestra.console.smithi046:check power output: Chassis Power is on 2024-04-23T00:02:22.426 DEBUG:teuthology.orchestra.console.smithi120:check power output: Chassis Power is on 2024-04-23T00:02:26.389 DEBUG:teuthology.orchestra.console.smithi046:pexpect command: ipmitool -H smithi046.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-23T00:02:26.427 DEBUG:teuthology.orchestra.console.smithi120:pexpect command: ipmitool -H smithi120.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-23T00:02:26.501 DEBUG:teuthology.orchestra.console.smithi046:check power output: Chassis Power is on 2024-04-23T00:02:26.538 DEBUG:teuthology.orchestra.console.smithi120:check power output: Chassis Power is on 2024-04-23T00:02:30.506 DEBUG:teuthology.orchestra.console.smithi046:pexpect command: ipmitool -H smithi046.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-23T00:02:30.538 DEBUG:teuthology.orchestra.console.smithi120:pexpect command: ipmitool -H smithi120.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-23T00:02:30.618 DEBUG:teuthology.orchestra.console.smithi046:check power output: Chassis Power is off 2024-04-23T00:02:30.649 DEBUG:teuthology.orchestra.console.smithi120:check power output: Chassis Power is off 2024-04-23T00:02:30.719 INFO:teuthology.orchestra.console.smithi046:Power off completed 2024-04-23T00:02:30.750 INFO:teuthology.orchestra.console.smithi120:Power off completed 2024-04-23T00:02:30.855 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: 1669.280283689499 failure_reason: '"2024-04-22T23:44:34.768270+0000 mon.smithi046 (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=e217f7d1dfbe4374aa2cfd6f8b6e713d status: fail success: false 2024-04-23T00:02:30.855 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-23T00:02:30.938 INFO:teuthology.run:FAIL