2023-09-07T07:13:15.852 INFO:root:teuthology version: 0.0.1.dev194+g54e62bc 2023-09-07T07:13:15.853 DEBUG:teuthology.run:Teuthology command: teuthology --description orch:cephadm/smoke-roleless/{0-distro/ubuntu_20.04 0-nvme-loop 1-start 2-services/nfs-ingress 3-final} --owner scheduled_gabrioux@teuthology --verbose --name gabrioux-2023-09-07_07:03:32-orch:cephadm-wip-guits-testing-2-2023-09-05-1426-distro-default-smithi --archive /home/teuthworker/archive/gabrioux-2023-09-07_07:03:32-orch:cephadm-wip-guits-testing-2-2023-09-05-1426-distro-default-smithi/7390769 -- /home/teuthworker/archive/gabrioux-2023-09-07_07:03:32-orch:cephadm-wip-guits-testing-2-2023-09-05-1426-distro-default-smithi/7390769/orig.config.yaml 2023-09-07T07:13:15.886 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-09-07T07:13:15.965 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/gabrioux-2023-09-07_07:03:32-orch:cephadm-wip-guits-testing-2-2023-09-05-1426-distro-default-smithi/7390769 branch: wip-guits-testing-2-2023-09-05-1426 description: orch:cephadm/smoke-roleless/{0-distro/ubuntu_20.04 0-nvme-loop 1-start 2-services/nfs-ingress 3-final} email: gabrioux@redhat.com first_in_suite: false job_id: '7390769' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: gabrioux-2023-09-07_07:03:32-orch:cephadm-wip-guits-testing-2-2023-09-05-1426-distro-default-smithi no_nested_subset: false nuke-on-error: true openstack: - volumes: count: 4 size: 10 os_type: ubuntu os_version: '20.04' overrides: admin_socket: branch: wip-guits-testing-2-2023-09-05-1426 ceph: conf: mgr: debug mgr: 20 debug ms: 1 mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 osd shutdown pgref assert: true flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) sha1: 68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb kernel: hwe: true workunit: branch: wip-guits-testing-2-2023-09-05-1426 sha1: 68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb owner: scheduled_gabrioux@teuthology priority: 30 repo: https://git.ceph.com/ceph-ci.git roles: - - host.a - client.0 - - host.b - client.1 seed: 4231 sha1: 68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb sleep_before_teardown: 0 subset: 1/8 suite: orch:cephadm suite_branch: wip-guits-testing-2-2023-09-05-1426 suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: 68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb targets: smithi037.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFyT/r7xuKfmg50w0OdQebr4A/ptJo1Zk6DyZNZNZM/q5rW+sznh+wvHqeT3e4YtCdZLaXyvMms8o8u8H5nXOYM= smithi110.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFyT/r7xuKfmg50w0OdQebr4A/ptJo1Zk6DyZNZNZM/q5rW+sznh+wvHqeT3e4YtCdZLaXyvMms8o8u8H5nXOYM= tasks: - nvme_loop: null - cephadm: roleless: true - cephadm.shell: host.a: - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - vip: null - cephadm.shell: host.a: - ceph orch device ls --refresh - vip.exec: all-hosts: - systemctl stop nfs-server - cephadm.shell: host.a: - ceph fs volume create foofs - cephadm.apply: specs: - placement: count: 2 service_id: foo service_type: nfs spec: port: 12049 - service_id: nfs.foo service_type: ingress spec: backend_service: nfs.foo frontend_port: 2049 monitor_port: 9002 virtual_ip: '{{VIP0}}/{{VIPPREFIXLEN}}' - cephadm.wait_for_service: service: nfs.foo - cephadm.wait_for_service: service: ingress.nfs.foo - cephadm.shell: host.a: - ceph nfs export create cephfs --fsname foofs --cluster-id foo --pseudo-path /fake - vip.exec: host.a: - mkdir /mnt/foo - sleep 5 - mount -t nfs {{VIP0}}:/fake /mnt/foo - 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 - 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: 54e62bcbac4e53d9685e08328b790d3b20d71cae timestamp: 2023-09-07_07:03:32 tube: smithi user: gabrioux verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.1394 2023-09-07T07:13:15.965 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph-c_68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb/qa; will attempt to use it 2023-09-07T07:13:15.966 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb/qa/tasks 2023-09-07T07:13:15.966 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-09-07T07:13:15.968 INFO:teuthology.task.internal:Checking packages... 2023-09-07T07:13:15.990 INFO:teuthology.task.internal:Checking packages for os_type 'ubuntu', flavor 'default' and ceph hash '68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb' 2023-09-07T07:13:15.991 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-09-07T07:13:15.991 INFO:teuthology.packaging:ref: None 2023-09-07T07:13:15.991 INFO:teuthology.packaging:tag: None 2023-09-07T07:13:15.992 INFO:teuthology.packaging:branch: wip-guits-testing-2-2023-09-05-1426 2023-09-07T07:13:15.992 INFO:teuthology.packaging:sha1: 68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb 2023-09-07T07:13:15.992 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F20.04%2Fx86_64&ref=wip-guits-testing-2-2023-09-05-1426 2023-09-07T07:13:16.208 INFO:teuthology.task.internal:Found packages for ceph version 18.2.0-387-g68b7f2b3-1focal 2023-09-07T07:13:16.209 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-09-07T07:13:16.216 INFO:teuthology.task.internal:no buildpackages task found 2023-09-07T07:13:16.216 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-09-07T07:13:16.222 INFO:teuthology.task.internal:Saving configuration 2023-09-07T07:13:16.235 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-09-07T07:13:16.242 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-09-07T07:13:16.267 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi037.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2023-09-07_07:03:32-orch:cephadm-wip-guits-testing-2-2023-09-05-1426-distro-default-smithi/7390769', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '20.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-09-07 07:07:22.278994', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGETOy3xONfbx7kUFCNiUtRLNfkcrcEsWzPdq6Np/6Bw'} 2023-09-07T07:13:16.285 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi110.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2023-09-07_07:03:32-orch:cephadm-wip-guits-testing-2-2023-09-05-1426-distro-default-smithi/7390769', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '20.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-09-07 07:07:22.280581', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGETOy3xONfbx7kUFCNiUtRLNfkcrcEsWzPdq6Np/6Bw'} 2023-09-07T07:13:16.285 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-09-07T07:13:16.291 INFO:teuthology.task.internal:roles: ubuntu@smithi037.front.sepia.ceph.com - ['host.a', 'client.0'] 2023-09-07T07:13:16.291 INFO:teuthology.task.internal:roles: ubuntu@smithi110.front.sepia.ceph.com - ['host.b', 'client.1'] 2023-09-07T07:13:16.291 INFO:teuthology.run_tasks:Running task console_log... 2023-09-07T07:13:16.364 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f83ffeff9d0>, signals=[15]) 2023-09-07T07:13:16.365 INFO:teuthology.run_tasks:Running task internal.connect... 2023-09-07T07:13:16.376 INFO:teuthology.task.internal:Opening connections... 2023-09-07T07:13:16.376 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi037.front.sepia.ceph.com 2023-09-07T07:13:16.378 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi037.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-09-07T07:13:16.427 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi110.front.sepia.ceph.com 2023-09-07T07:13:16.428 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi110.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-09-07T07:13:16.474 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-09-07T07:13:16.480 DEBUG:teuthology.orchestra.run.smithi037:> uname -m 2023-09-07T07:13:16.513 INFO:teuthology.orchestra.run.smithi037.stdout:x86_64 2023-09-07T07:13:16.513 DEBUG:teuthology.orchestra.run.smithi037:> cat /etc/os-release 2023-09-07T07:13:16.561 INFO:teuthology.orchestra.run.smithi037.stdout:NAME="Ubuntu" 2023-09-07T07:13:16.561 INFO:teuthology.orchestra.run.smithi037.stdout:VERSION="20.04.4 LTS (Focal Fossa)" 2023-09-07T07:13:16.561 INFO:teuthology.orchestra.run.smithi037.stdout:ID=ubuntu 2023-09-07T07:13:16.561 INFO:teuthology.orchestra.run.smithi037.stdout:ID_LIKE=debian 2023-09-07T07:13:16.562 INFO:teuthology.orchestra.run.smithi037.stdout:PRETTY_NAME="Ubuntu 20.04.4 LTS" 2023-09-07T07:13:16.562 INFO:teuthology.orchestra.run.smithi037.stdout:VERSION_ID="20.04" 2023-09-07T07:13:16.562 INFO:teuthology.orchestra.run.smithi037.stdout:HOME_URL="https://www.ubuntu.com/" 2023-09-07T07:13:16.562 INFO:teuthology.orchestra.run.smithi037.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2023-09-07T07:13:16.562 INFO:teuthology.orchestra.run.smithi037.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2023-09-07T07:13:16.563 INFO:teuthology.orchestra.run.smithi037.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2023-09-07T07:13:16.563 INFO:teuthology.orchestra.run.smithi037.stdout:VERSION_CODENAME=focal 2023-09-07T07:13:16.563 INFO:teuthology.orchestra.run.smithi037.stdout:UBUNTU_CODENAME=focal 2023-09-07T07:13:16.564 INFO:teuthology.lock.ops:Updating smithi037.front.sepia.ceph.com on lock server 2023-09-07T07:13:16.582 DEBUG:teuthology.orchestra.run.smithi110:> uname -m 2023-09-07T07:13:16.589 INFO:teuthology.orchestra.run.smithi110.stdout:x86_64 2023-09-07T07:13:16.589 DEBUG:teuthology.orchestra.run.smithi110:> cat /etc/os-release 2023-09-07T07:13:16.638 INFO:teuthology.orchestra.run.smithi110.stdout:NAME="Ubuntu" 2023-09-07T07:13:16.638 INFO:teuthology.orchestra.run.smithi110.stdout:VERSION="20.04.4 LTS (Focal Fossa)" 2023-09-07T07:13:16.638 INFO:teuthology.orchestra.run.smithi110.stdout:ID=ubuntu 2023-09-07T07:13:16.639 INFO:teuthology.orchestra.run.smithi110.stdout:ID_LIKE=debian 2023-09-07T07:13:16.639 INFO:teuthology.orchestra.run.smithi110.stdout:PRETTY_NAME="Ubuntu 20.04.4 LTS" 2023-09-07T07:13:16.639 INFO:teuthology.orchestra.run.smithi110.stdout:VERSION_ID="20.04" 2023-09-07T07:13:16.639 INFO:teuthology.orchestra.run.smithi110.stdout:HOME_URL="https://www.ubuntu.com/" 2023-09-07T07:13:16.639 INFO:teuthology.orchestra.run.smithi110.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2023-09-07T07:13:16.640 INFO:teuthology.orchestra.run.smithi110.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2023-09-07T07:13:16.640 INFO:teuthology.orchestra.run.smithi110.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2023-09-07T07:13:16.640 INFO:teuthology.orchestra.run.smithi110.stdout:VERSION_CODENAME=focal 2023-09-07T07:13:16.640 INFO:teuthology.orchestra.run.smithi110.stdout:UBUNTU_CODENAME=focal 2023-09-07T07:13:16.640 INFO:teuthology.lock.ops:Updating smithi110.front.sepia.ceph.com on lock server 2023-09-07T07:13:16.665 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-09-07T07:13:16.674 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-09-07T07:13:16.698 INFO:teuthology.task.internal:Checking for old test directory... 2023-09-07T07:13:16.699 DEBUG:teuthology.orchestra.run.smithi037:> test '!' -e /home/ubuntu/cephtest 2023-09-07T07:13:16.701 DEBUG:teuthology.orchestra.run.smithi110:> test '!' -e /home/ubuntu/cephtest 2023-09-07T07:13:16.707 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-09-07T07:13:16.713 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-09-07T07:13:16.713 DEBUG:teuthology.orchestra.run.smithi037:> test -z $(ls -A /var/lib/ceph) 2023-09-07T07:13:16.716 DEBUG:teuthology.orchestra.run.smithi110:> test -z $(ls -A /var/lib/ceph) 2023-09-07T07:13:16.734 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-09-07T07:13:16.788 INFO:teuthology.run_tasks:Running task kernel... 2023-09-07T07:13:16.802 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-09-07T07:13:16.803 INFO:teuthology.task.kernel:normalize config orig: {'hwe': True} 2023-09-07T07:13:16.803 DEBUG:teuthology.task.kernel:normalized overrides {'host.a': {'hwe': True}, 'client.0': {'hwe': True}, 'host.b': {'hwe': True}, 'client.1': {'hwe': True}} 2023-09-07T07:13:16.803 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro', 'hwe': True}, 'host.b': {'kdb': True, 'sha1': 'distro', 'hwe': True}}, timeout 300 2023-09-07T07:13:16.804 DEBUG:teuthology.orchestra.run.smithi037:> test -f /run/.containerenv -o -f /.dockerenv 2023-09-07T07:13:16.805 DEBUG:teuthology.orchestra.run.smithi110:> test -f /run/.containerenv -o -f /.dockerenv 2023-09-07T07:13:16.810 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-09-07T07:13:16.810 DEBUG:teuthology.orchestra.run.smithi037:> uname -r 2023-09-07T07:13:16.811 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-09-07T07:13:16.812 DEBUG:teuthology.orchestra.run.smithi110:> uname -r 2023-09-07T07:13:16.818 INFO:teuthology.orchestra.run.smithi037.stdout:5.4.0-124-generic 2023-09-07T07:13:16.818 INFO:teuthology.task.kernel:Running kernel on smithi037: 5.4.0-124-generic 2023-09-07T07:13:16.818 DEBUG:teuthology.orchestra.run.smithi037:> sudo apt-get clean 2023-09-07T07:13:16.820 INFO:teuthology.orchestra.run.smithi110.stdout:5.4.0-124-generic 2023-09-07T07:13:16.820 INFO:teuthology.task.kernel:Running kernel on smithi110: 5.4.0-124-generic 2023-09-07T07:13:16.820 DEBUG:teuthology.orchestra.run.smithi110:> sudo apt-get clean 2023-09-07T07:13:16.921 DEBUG:teuthology.orchestra.run.smithi110:> sudo apt-get update 2023-09-07T07:13:16.967 DEBUG:teuthology.orchestra.run.smithi037:> sudo apt-get update 2023-09-07T07:13:17.071 INFO:teuthology.orchestra.run.smithi110.stdout:Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease 2023-09-07T07:13:17.081 INFO:teuthology.orchestra.run.smithi110.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB] 2023-09-07T07:13:17.082 INFO:teuthology.orchestra.run.smithi110.stdout:Get:3 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB] 2023-09-07T07:13:17.135 INFO:teuthology.orchestra.run.smithi037.stdout:Get:1 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB] 2023-09-07T07:13:17.141 INFO:teuthology.orchestra.run.smithi110.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease [108 kB] 2023-09-07T07:13:17.247 INFO:teuthology.orchestra.run.smithi037.stdout:Hit:2 http://archive.ubuntu.com/ubuntu focal InRelease 2023-09-07T07:13:17.329 INFO:teuthology.orchestra.run.smithi037.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB] 2023-09-07T07:13:17.423 INFO:teuthology.orchestra.run.smithi037.stdout:Get:4 http://security.ubuntu.com/ubuntu focal-security/main i386 Packages [645 kB] 2023-09-07T07:13:17.457 INFO:teuthology.orchestra.run.smithi110.stdout:Get:5 http://archive.ubuntu.com/ubuntu focal-updates/main i386 Packages [877 kB] 2023-09-07T07:13:17.519 INFO:teuthology.orchestra.run.smithi037.stdout:Get:5 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [2,427 kB] 2023-09-07T07:13:17.542 INFO:teuthology.orchestra.run.smithi110.stdout:Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [2,815 kB] 2023-09-07T07:13:17.559 INFO:teuthology.orchestra.run.smithi037.stdout:Get:6 http://security.ubuntu.com/ubuntu focal-security/main Translation-en [380 kB] 2023-09-07T07:13:17.562 INFO:teuthology.orchestra.run.smithi037.stdout:Get:7 http://security.ubuntu.com/ubuntu focal-security/main amd64 c-n-f Metadata [13.1 kB] 2023-09-07T07:13:17.563 INFO:teuthology.orchestra.run.smithi037.stdout:Get:8 http://security.ubuntu.com/ubuntu focal-security/restricted i386 Packages [32.3 kB] 2023-09-07T07:13:17.563 INFO:teuthology.orchestra.run.smithi037.stdout:Get:9 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [2,166 kB] 2023-09-07T07:13:17.578 INFO:teuthology.orchestra.run.smithi037.stdout:Get:10 http://security.ubuntu.com/ubuntu focal-security/restricted Translation-en [302 kB] 2023-09-07T07:13:17.579 INFO:teuthology.orchestra.run.smithi110.stdout:Get:7 http://archive.ubuntu.com/ubuntu focal-updates/main Translation-en [464 kB] 2023-09-07T07:13:17.580 INFO:teuthology.orchestra.run.smithi037.stdout:Get:11 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 c-n-f Metadata [580 B] 2023-09-07T07:13:17.580 INFO:teuthology.orchestra.run.smithi037.stdout:Get:12 http://security.ubuntu.com/ubuntu focal-security/universe i386 Packages [613 kB] 2023-09-07T07:13:17.582 INFO:teuthology.orchestra.run.smithi110.stdout:Get:8 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 c-n-f Metadata [17.0 kB] 2023-09-07T07:13:17.582 INFO:teuthology.orchestra.run.smithi110.stdout:Get:9 http://archive.ubuntu.com/ubuntu focal-updates/restricted i386 Packages [33.7 kB] 2023-09-07T07:13:17.583 INFO:teuthology.orchestra.run.smithi110.stdout:Get:10 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [2,283 kB] 2023-09-07T07:13:17.584 INFO:teuthology.orchestra.run.smithi037.stdout:Get:13 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [876 kB] 2023-09-07T07:13:17.590 INFO:teuthology.orchestra.run.smithi037.stdout:Get:14 http://security.ubuntu.com/ubuntu focal-security/universe Translation-en [183 kB] 2023-09-07T07:13:17.591 INFO:teuthology.orchestra.run.smithi110.stdout:Get:11 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [2,427 kB] 2023-09-07T07:13:17.592 INFO:teuthology.orchestra.run.smithi037.stdout:Get:15 http://security.ubuntu.com/ubuntu focal-security/universe amd64 c-n-f Metadata [19.1 kB] 2023-09-07T07:13:17.597 INFO:teuthology.orchestra.run.smithi037.stdout:Get:16 http://security.ubuntu.com/ubuntu focal-security/multiverse i386 Packages [7,196 B] 2023-09-07T07:13:17.597 INFO:teuthology.orchestra.run.smithi037.stdout:Get:17 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [23.6 kB] 2023-09-07T07:13:17.598 INFO:teuthology.orchestra.run.smithi037.stdout:Get:18 http://security.ubuntu.com/ubuntu focal-security/multiverse Translation-en [5,504 B] 2023-09-07T07:13:17.598 INFO:teuthology.orchestra.run.smithi037.stdout:Get:19 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 c-n-f Metadata [548 B] 2023-09-07T07:13:17.600 INFO:teuthology.orchestra.run.smithi110.stdout:Get:12 http://archive.ubuntu.com/ubuntu focal-updates/restricted Translation-en [319 kB] 2023-09-07T07:13:17.602 INFO:teuthology.orchestra.run.smithi110.stdout:Get:13 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 c-n-f Metadata [576 B] 2023-09-07T07:13:17.603 INFO:teuthology.orchestra.run.smithi110.stdout:Get:14 http://archive.ubuntu.com/ubuntu focal-updates/universe i386 Packages [746 kB] 2023-09-07T07:13:17.609 INFO:teuthology.orchestra.run.smithi110.stdout:Get:15 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1,107 kB] 2023-09-07T07:13:17.617 INFO:teuthology.orchestra.run.smithi110.stdout:Get:16 http://archive.ubuntu.com/ubuntu focal-updates/universe Translation-en [265 kB] 2023-09-07T07:13:17.619 INFO:teuthology.orchestra.run.smithi110.stdout:Get:17 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 c-n-f Metadata [25.5 kB] 2023-09-07T07:13:17.619 INFO:teuthology.orchestra.run.smithi110.stdout:Get:18 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [25.8 kB] 2023-09-07T07:13:17.620 INFO:teuthology.orchestra.run.smithi110.stdout:Get:19 http://archive.ubuntu.com/ubuntu focal-updates/multiverse i386 Packages [8,436 B] 2023-09-07T07:13:17.620 INFO:teuthology.orchestra.run.smithi110.stdout:Get:20 http://archive.ubuntu.com/ubuntu focal-updates/multiverse Translation-en [7,484 B] 2023-09-07T07:13:17.629 INFO:teuthology.orchestra.run.smithi110.stdout:Get:21 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 c-n-f Metadata [620 B] 2023-09-07T07:13:17.674 INFO:teuthology.orchestra.run.smithi037.stdout:Get:20 http://archive.ubuntu.com/ubuntu focal-backports InRelease [108 kB] 2023-09-07T07:13:17.695 INFO:teuthology.orchestra.run.smithi110.stdout:Get:22 http://security.ubuntu.com/ubuntu focal-security/main i386 Packages [645 kB] 2023-09-07T07:13:17.702 INFO:teuthology.orchestra.run.smithi110.stdout:Get:23 http://security.ubuntu.com/ubuntu focal-security/main Translation-en [380 kB] 2023-09-07T07:13:17.702 INFO:teuthology.orchestra.run.smithi110.stdout:Get:24 http://archive.ubuntu.com/ubuntu focal-backports/main i386 Packages [36.1 kB] 2023-09-07T07:13:17.707 INFO:teuthology.orchestra.run.smithi110.stdout:Get:25 http://security.ubuntu.com/ubuntu focal-security/main amd64 c-n-f Metadata [13.1 kB] 2023-09-07T07:13:17.707 INFO:teuthology.orchestra.run.smithi110.stdout:Get:26 http://security.ubuntu.com/ubuntu focal-security/restricted i386 Packages [32.3 kB] 2023-09-07T07:13:17.707 INFO:teuthology.orchestra.run.smithi110.stdout:Get:27 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [2,166 kB] 2023-09-07T07:13:17.721 INFO:teuthology.orchestra.run.smithi110.stdout:Get:28 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 Packages [45.7 kB] 2023-09-07T07:13:17.722 INFO:teuthology.orchestra.run.smithi110.stdout:Get:29 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 c-n-f Metadata [1,420 B] 2023-09-07T07:13:17.722 INFO:teuthology.orchestra.run.smithi110.stdout:Get:30 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [25.0 kB] 2023-09-07T07:13:17.723 INFO:teuthology.orchestra.run.smithi110.stdout:Get:31 http://archive.ubuntu.com/ubuntu focal-backports/universe i386 Packages [13.8 kB] 2023-09-07T07:13:17.723 INFO:teuthology.orchestra.run.smithi110.stdout:Get:32 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 c-n-f Metadata [880 B] 2023-09-07T07:13:17.724 INFO:teuthology.orchestra.run.smithi110.stdout:Get:33 http://security.ubuntu.com/ubuntu focal-security/restricted Translation-en [302 kB] 2023-09-07T07:13:17.726 INFO:teuthology.orchestra.run.smithi110.stdout:Get:34 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 c-n-f Metadata [580 B] 2023-09-07T07:13:17.727 INFO:teuthology.orchestra.run.smithi110.stdout:Get:35 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [876 kB] 2023-09-07T07:13:17.732 INFO:teuthology.orchestra.run.smithi110.stdout:Get:36 http://security.ubuntu.com/ubuntu focal-security/universe i386 Packages [613 kB] 2023-09-07T07:13:17.736 INFO:teuthology.orchestra.run.smithi110.stdout:Get:37 http://security.ubuntu.com/ubuntu focal-security/universe Translation-en [183 kB] 2023-09-07T07:13:17.737 INFO:teuthology.orchestra.run.smithi110.stdout:Get:38 http://security.ubuntu.com/ubuntu focal-security/universe amd64 c-n-f Metadata [19.1 kB] 2023-09-07T07:13:17.738 INFO:teuthology.orchestra.run.smithi110.stdout:Get:39 http://security.ubuntu.com/ubuntu focal-security/multiverse i386 Packages [7,196 B] 2023-09-07T07:13:17.738 INFO:teuthology.orchestra.run.smithi110.stdout:Get:40 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [23.6 kB] 2023-09-07T07:13:17.738 INFO:teuthology.orchestra.run.smithi110.stdout:Get:41 http://security.ubuntu.com/ubuntu focal-security/multiverse Translation-en [5,504 B] 2023-09-07T07:13:17.755 INFO:teuthology.orchestra.run.smithi110.stdout:Get:42 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 c-n-f Metadata [548 B] 2023-09-07T07:13:17.816 INFO:teuthology.orchestra.run.smithi037.stdout:Get:21 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [2,815 kB] 2023-09-07T07:13:18.194 INFO:teuthology.orchestra.run.smithi037.stdout:Get:22 http://archive.ubuntu.com/ubuntu focal-updates/main i386 Packages [877 kB] 2023-09-07T07:13:18.224 INFO:teuthology.orchestra.run.smithi037.stdout:Get:23 http://archive.ubuntu.com/ubuntu focal-updates/main Translation-en [464 kB] 2023-09-07T07:13:18.237 INFO:teuthology.orchestra.run.smithi037.stdout:Get:24 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 c-n-f Metadata [17.0 kB] 2023-09-07T07:13:18.237 INFO:teuthology.orchestra.run.smithi037.stdout:Get:25 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [2,283 kB] 2023-09-07T07:13:18.294 INFO:teuthology.orchestra.run.smithi037.stdout:Get:26 http://archive.ubuntu.com/ubuntu focal-updates/restricted i386 Packages [33.7 kB] 2023-09-07T07:13:18.295 INFO:teuthology.orchestra.run.smithi037.stdout:Get:27 http://archive.ubuntu.com/ubuntu focal-updates/restricted Translation-en [319 kB] 2023-09-07T07:13:18.304 INFO:teuthology.orchestra.run.smithi037.stdout:Get:28 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 c-n-f Metadata [576 B] 2023-09-07T07:13:18.468 INFO:teuthology.orchestra.run.smithi037.stdout:Get:29 http://archive.ubuntu.com/ubuntu focal-updates/universe i386 Packages [746 kB] 2023-09-07T07:13:19.055 INFO:teuthology.orchestra.run.smithi037.stdout:Get:30 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1,107 kB] 2023-09-07T07:13:19.163 INFO:teuthology.orchestra.run.smithi037.stdout:Get:31 http://archive.ubuntu.com/ubuntu focal-updates/universe Translation-en [265 kB] 2023-09-07T07:13:19.184 INFO:teuthology.orchestra.run.smithi037.stdout:Get:32 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 c-n-f Metadata [25.5 kB] 2023-09-07T07:13:19.186 INFO:teuthology.orchestra.run.smithi037.stdout:Get:33 http://archive.ubuntu.com/ubuntu focal-updates/multiverse i386 Packages [8,436 B] 2023-09-07T07:13:19.186 INFO:teuthology.orchestra.run.smithi037.stdout:Get:34 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [25.8 kB] 2023-09-07T07:13:19.188 INFO:teuthology.orchestra.run.smithi037.stdout:Get:35 http://archive.ubuntu.com/ubuntu focal-updates/multiverse Translation-en [7,484 B] 2023-09-07T07:13:19.189 INFO:teuthology.orchestra.run.smithi037.stdout:Get:36 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 c-n-f Metadata [620 B] 2023-09-07T07:13:19.189 INFO:teuthology.orchestra.run.smithi037.stdout:Get:37 http://archive.ubuntu.com/ubuntu focal-backports/main i386 Packages [36.1 kB] 2023-09-07T07:13:19.191 INFO:teuthology.orchestra.run.smithi037.stdout:Get:38 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 Packages [45.7 kB] 2023-09-07T07:13:19.194 INFO:teuthology.orchestra.run.smithi037.stdout:Get:39 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 c-n-f Metadata [1,420 B] 2023-09-07T07:13:19.358 INFO:teuthology.orchestra.run.smithi037.stdout:Get:40 http://archive.ubuntu.com/ubuntu focal-backports/universe i386 Packages [13.8 kB] 2023-09-07T07:13:19.522 INFO:teuthology.orchestra.run.smithi037.stdout:Get:41 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [25.0 kB] 2023-09-07T07:13:19.573 INFO:teuthology.orchestra.run.smithi037.stdout:Get:42 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 c-n-f Metadata [880 B] 2023-09-07T07:13:21.287 INFO:teuthology.orchestra.run.smithi110.stdout:Fetched 17.1 MB in 2s (7,046 kB/s) 2023-09-07T07:13:21.460 INFO:teuthology.orchestra.run.smithi037.stdout:Fetched 17.1 MB in 3s (6,790 kB/s) 2023-09-07T07:13:22.763 INFO:teuthology.orchestra.run.smithi110.stdout:Reading package lists... 2023-09-07T07:13:22.790 DEBUG:teuthology.orchestra.run.smithi110:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic-hwe-20.04 2023-09-07T07:13:22.868 INFO:teuthology.orchestra.run.smithi037.stdout:Reading package lists... 2023-09-07T07:13:22.868 INFO:teuthology.orchestra.run.smithi110.stdout:Reading package lists... 2023-09-07T07:13:22.892 DEBUG:teuthology.orchestra.run.smithi037:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic-hwe-20.04 2023-09-07T07:13:22.960 INFO:teuthology.orchestra.run.smithi037.stdout:Reading package lists... 2023-09-07T07:13:23.070 INFO:teuthology.orchestra.run.smithi110.stdout:Building dependency tree... 2023-09-07T07:13:23.070 INFO:teuthology.orchestra.run.smithi110.stdout:Reading state information... 2023-09-07T07:13:23.164 INFO:teuthology.orchestra.run.smithi037.stdout:Building dependency tree... 2023-09-07T07:13:23.165 INFO:teuthology.orchestra.run.smithi037.stdout:Reading state information... 2023-09-07T07:13:23.247 INFO:teuthology.orchestra.run.smithi110.stdout:The following additional packages will be installed: 2023-09-07T07:13:23.248 INFO:teuthology.orchestra.run.smithi110.stdout: libdbus-glib-1-2 libevdev2 libimobiledevice6 libplist3 libupower-glib3 2023-09-07T07:13:23.248 INFO:teuthology.orchestra.run.smithi110.stdout: libusbmuxd6 linux-image-5.15.0-83-generic linux-modules-5.15.0-83-generic 2023-09-07T07:13:23.248 INFO:teuthology.orchestra.run.smithi110.stdout: linux-modules-extra-5.15.0-83-generic thermald upower usbmuxd 2023-09-07T07:13:23.249 INFO:teuthology.orchestra.run.smithi110.stdout:Suggested packages: 2023-09-07T07:13:23.249 INFO:teuthology.orchestra.run.smithi110.stdout: libusbmuxd-tools fdutils linux-doc | linux-hwe-5.15-source-5.15.0 2023-09-07T07:13:23.249 INFO:teuthology.orchestra.run.smithi110.stdout: linux-hwe-5.15-tools linux-headers-5.15.0-83-generic 2023-09-07T07:13:23.306 INFO:teuthology.orchestra.run.smithi110.stdout:The following NEW packages will be installed: 2023-09-07T07:13:23.307 INFO:teuthology.orchestra.run.smithi110.stdout: libdbus-glib-1-2 libevdev2 libimobiledevice6 libplist3 libupower-glib3 2023-09-07T07:13:23.307 INFO:teuthology.orchestra.run.smithi110.stdout: libusbmuxd6 linux-image-5.15.0-83-generic linux-image-generic-hwe-20.04 2023-09-07T07:13:23.307 INFO:teuthology.orchestra.run.smithi110.stdout: linux-modules-5.15.0-83-generic linux-modules-extra-5.15.0-83-generic 2023-09-07T07:13:23.308 INFO:teuthology.orchestra.run.smithi110.stdout: thermald upower usbmuxd 2023-09-07T07:13:23.347 INFO:teuthology.orchestra.run.smithi037.stdout:The following additional packages will be installed: 2023-09-07T07:13:23.347 INFO:teuthology.orchestra.run.smithi037.stdout: libdbus-glib-1-2 libevdev2 libimobiledevice6 libplist3 libupower-glib3 2023-09-07T07:13:23.347 INFO:teuthology.orchestra.run.smithi037.stdout: libusbmuxd6 linux-image-5.15.0-83-generic linux-modules-5.15.0-83-generic 2023-09-07T07:13:23.348 INFO:teuthology.orchestra.run.smithi037.stdout: linux-modules-extra-5.15.0-83-generic thermald upower usbmuxd 2023-09-07T07:13:23.348 INFO:teuthology.orchestra.run.smithi037.stdout:Suggested packages: 2023-09-07T07:13:23.348 INFO:teuthology.orchestra.run.smithi037.stdout: libusbmuxd-tools fdutils linux-doc | linux-hwe-5.15-source-5.15.0 2023-09-07T07:13:23.349 INFO:teuthology.orchestra.run.smithi037.stdout: linux-hwe-5.15-tools linux-headers-5.15.0-83-generic 2023-09-07T07:13:23.395 INFO:teuthology.orchestra.run.smithi037.stdout:The following NEW packages will be installed: 2023-09-07T07:13:23.395 INFO:teuthology.orchestra.run.smithi037.stdout: libdbus-glib-1-2 libevdev2 libimobiledevice6 libplist3 libupower-glib3 2023-09-07T07:13:23.395 INFO:teuthology.orchestra.run.smithi037.stdout: libusbmuxd6 linux-image-5.15.0-83-generic linux-image-generic-hwe-20.04 2023-09-07T07:13:23.396 INFO:teuthology.orchestra.run.smithi037.stdout: linux-modules-5.15.0-83-generic linux-modules-extra-5.15.0-83-generic 2023-09-07T07:13:23.396 INFO:teuthology.orchestra.run.smithi037.stdout: thermald upower usbmuxd 2023-09-07T07:13:23.450 INFO:teuthology.orchestra.run.smithi037.stdout:0 upgraded, 13 newly installed, 0 to remove and 265 not upgraded. 2023-09-07T07:13:23.450 INFO:teuthology.orchestra.run.smithi037.stdout:Need to get 90.9 MB of archives. 2023-09-07T07:13:23.451 INFO:teuthology.orchestra.run.smithi037.stdout:After this operation, 497 MB of additional disk space will be used. 2023-09-07T07:13:23.451 INFO:teuthology.orchestra.run.smithi037.stdout:Get:1 http://archive.ubuntu.com/ubuntu focal/main amd64 libdbus-glib-1-2 amd64 0.110-5fakssync1 [59.1 kB] 2023-09-07T07:13:23.492 INFO:teuthology.orchestra.run.smithi110.stdout:0 upgraded, 13 newly installed, 0 to remove and 265 not upgraded. 2023-09-07T07:13:23.492 INFO:teuthology.orchestra.run.smithi110.stdout:Need to get 90.9 MB of archives. 2023-09-07T07:13:23.492 INFO:teuthology.orchestra.run.smithi110.stdout:After this operation, 497 MB of additional disk space will be used. 2023-09-07T07:13:23.492 INFO:teuthology.orchestra.run.smithi110.stdout:Get:1 http://archive.ubuntu.com/ubuntu focal/main amd64 libdbus-glib-1-2 amd64 0.110-5fakssync1 [59.1 kB] 2023-09-07T07:13:23.510 INFO:teuthology.orchestra.run.smithi037.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal/main amd64 libplist3 amd64 2.1.0-4build2 [31.6 kB] 2023-09-07T07:13:23.516 INFO:teuthology.orchestra.run.smithi037.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal/main amd64 libusbmuxd6 amd64 2.0.1-2 [19.1 kB] 2023-09-07T07:13:23.520 INFO:teuthology.orchestra.run.smithi037.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal/main amd64 libimobiledevice6 amd64 1.2.1~git20191129.9f79242-1build1 [65.2 kB] 2023-09-07T07:13:23.536 INFO:teuthology.orchestra.run.smithi037.stdout:Get:5 http://archive.ubuntu.com/ubuntu focal/main amd64 libupower-glib3 amd64 0.99.11-1build2 [43.2 kB] 2023-09-07T07:13:23.543 INFO:teuthology.orchestra.run.smithi037.stdout:Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-modules-5.15.0-83-generic amd64 5.15.0-83.92~20.04.1 [20.9 MB] 2023-09-07T07:13:23.764 INFO:teuthology.orchestra.run.smithi110.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal/main amd64 libplist3 amd64 2.1.0-4build2 [31.6 kB] 2023-09-07T07:13:23.794 INFO:teuthology.orchestra.run.smithi110.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal/main amd64 libusbmuxd6 amd64 2.0.1-2 [19.1 kB] 2023-09-07T07:13:23.813 INFO:teuthology.orchestra.run.smithi110.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal/main amd64 libimobiledevice6 amd64 1.2.1~git20191129.9f79242-1build1 [65.2 kB] 2023-09-07T07:13:23.841 INFO:teuthology.orchestra.run.smithi037.stdout:Get:7 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-image-5.15.0-83-generic amd64 5.15.0-83.92~20.04.1 [11.4 MB] 2023-09-07T07:13:23.886 INFO:teuthology.orchestra.run.smithi110.stdout:Get:5 http://archive.ubuntu.com/ubuntu focal/main amd64 libupower-glib3 amd64 0.99.11-1build2 [43.2 kB] 2023-09-07T07:13:23.922 INFO:teuthology.orchestra.run.smithi110.stdout:Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-modules-5.15.0-83-generic amd64 5.15.0-83.92~20.04.1 [20.9 MB] 2023-09-07T07:13:23.943 INFO:teuthology.orchestra.run.smithi037.stdout:Get:8 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-modules-extra-5.15.0-83-generic amd64 5.15.0-83.92~20.04.1 [58.0 MB] 2023-09-07T07:13:24.694 INFO:teuthology.orchestra.run.smithi037.stdout:Get:9 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-image-generic-hwe-20.04 amd64 5.15.0.83.92~20.04.41 [2,684 B] 2023-09-07T07:13:24.694 INFO:teuthology.orchestra.run.smithi037.stdout:Get:10 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libevdev2 amd64 1.9.0+dfsg-1ubuntu0.2 [31.6 kB] 2023-09-07T07:13:24.695 INFO:teuthology.orchestra.run.smithi037.stdout:Get:11 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 thermald amd64 1.9.1-1ubuntu0.6 [233 kB] 2023-09-07T07:13:24.701 INFO:teuthology.orchestra.run.smithi037.stdout:Get:12 http://archive.ubuntu.com/ubuntu focal/main amd64 upower amd64 0.99.11-1build2 [104 kB] 2023-09-07T07:13:24.703 INFO:teuthology.orchestra.run.smithi037.stdout:Get:13 http://archive.ubuntu.com/ubuntu focal/main amd64 usbmuxd amd64 1.1.1~git20191130.9af2b12-1 [38.4 kB] 2023-09-07T07:13:24.777 INFO:teuthology.orchestra.run.smithi110.stdout:Get:7 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-image-5.15.0-83-generic amd64 5.15.0-83.92~20.04.1 [11.4 MB] 2023-09-07T07:13:25.108 INFO:teuthology.orchestra.run.smithi110.stdout:Get:8 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-modules-extra-5.15.0-83-generic amd64 5.15.0-83.92~20.04.1 [58.0 MB] 2023-09-07T07:13:25.393 INFO:teuthology.orchestra.run.smithi037.stdout:Fetched 90.9 MB in 1s (69.9 MB/s) 2023-09-07T07:13:25.629 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package libdbus-glib-1-2:amd64. 2023-09-07T07:13:26.956 INFO:teuthology.orchestra.run.smithi110.stdout:Get:9 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-image-generic-hwe-20.04 amd64 5.15.0.83.92~20.04.41 [2,684 B] 2023-09-07T07:13:27.036 INFO:teuthology.orchestra.run.smithi110.stdout:Get:10 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libevdev2 amd64 1.9.0+dfsg-1ubuntu0.2 [31.6 kB] 2023-09-07T07:13:27.037 INFO:teuthology.orchestra.run.smithi110.stdout:Get:11 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 thermald amd64 1.9.1-1ubuntu0.6 [233 kB] 2023-09-07T07:13:27.206 INFO:teuthology.orchestra.run.smithi110.stdout:Get:12 http://archive.ubuntu.com/ubuntu focal/main amd64 upower amd64 0.99.11-1build2 [104 kB] 2023-09-07T07:13:27.520 INFO:teuthology.orchestra.run.smithi037.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 104373 files and directories currently installed.) 2023-09-07T07:13:27.526 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../00-libdbus-glib-1-2_0.110-5fakssync1_amd64.deb ... 2023-09-07T07:13:27.549 INFO:teuthology.orchestra.run.smithi110.stdout:Get:13 http://archive.ubuntu.com/ubuntu focal/main amd64 usbmuxd amd64 1.1.1~git20191130.9af2b12-1 [38.4 kB] 2023-09-07T07:13:27.708 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking libdbus-glib-1-2:amd64 (0.110-5fakssync1) ... 2023-09-07T07:13:28.052 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package libplist3:amd64. 2023-09-07T07:13:28.065 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../01-libplist3_2.1.0-4build2_amd64.deb ... 2023-09-07T07:13:28.094 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking libplist3:amd64 (2.1.0-4build2) ... 2023-09-07T07:13:28.277 INFO:teuthology.orchestra.run.smithi110.stdout:Fetched 90.9 MB in 4s (21.4 MB/s) 2023-09-07T07:13:28.422 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package libusbmuxd6:amd64. 2023-09-07T07:13:28.547 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package libdbus-glib-1-2:amd64. 2023-09-07T07:13:28.547 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../02-libusbmuxd6_2.0.1-2_amd64.deb ... 2023-09-07T07:13:28.548 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking libusbmuxd6:amd64 (2.0.1-2) ... 2023-09-07T07:13:28.842 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package libimobiledevice6:amd64. 2023-09-07T07:13:28.855 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../03-libimobiledevice6_1.2.1~git20191129.9f79242-1build1_amd64.deb ... 2023-09-07T07:13:28.900 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking libimobiledevice6:amd64 (1.2.1~git20191129.9f79242-1build1) ... 2023-09-07T07:13:29.244 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package libupower-glib3:amd64. 2023-09-07T07:13:29.257 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../04-libupower-glib3_0.99.11-1build2_amd64.deb ... 2023-09-07T07:13:29.294 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking libupower-glib3:amd64 (0.99.11-1build2) ... 2023-09-07T07:13:29.597 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package linux-modules-5.15.0-83-generic. 2023-09-07T07:13:29.613 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../05-linux-modules-5.15.0-83-generic_5.15.0-83.92~20.04.1_amd64.deb ... 2023-09-07T07:13:29.655 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking linux-modules-5.15.0-83-generic (5.15.0-83.92~20.04.1) ... 2023-09-07T07:13:30.299 INFO:teuthology.orchestra.run.smithi110.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 104373 files and directories currently installed.) 2023-09-07T07:13:30.304 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../00-libdbus-glib-1-2_0.110-5fakssync1_amd64.deb ... 2023-09-07T07:13:30.482 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking libdbus-glib-1-2:amd64 (0.110-5fakssync1) ... 2023-09-07T07:13:30.843 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package libplist3:amd64. 2023-09-07T07:13:30.857 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../01-libplist3_2.1.0-4build2_amd64.deb ... 2023-09-07T07:13:30.918 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking libplist3:amd64 (2.1.0-4build2) ... 2023-09-07T07:13:31.254 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package libusbmuxd6:amd64. 2023-09-07T07:13:31.267 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../02-libusbmuxd6_2.0.1-2_amd64.deb ... 2023-09-07T07:13:31.330 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking libusbmuxd6:amd64 (2.0.1-2) ... 2023-09-07T07:13:31.591 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package libimobiledevice6:amd64. 2023-09-07T07:13:31.605 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../03-libimobiledevice6_1.2.1~git20191129.9f79242-1build1_amd64.deb ... 2023-09-07T07:13:31.641 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking libimobiledevice6:amd64 (1.2.1~git20191129.9f79242-1build1) ... 2023-09-07T07:13:31.985 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package libupower-glib3:amd64. 2023-09-07T07:13:32.001 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../04-libupower-glib3_0.99.11-1build2_amd64.deb ... 2023-09-07T07:13:32.043 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking libupower-glib3:amd64 (0.99.11-1build2) ... 2023-09-07T07:13:32.073 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package linux-image-5.15.0-83-generic. 2023-09-07T07:13:32.088 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../06-linux-image-5.15.0-83-generic_5.15.0-83.92~20.04.1_amd64.deb ... 2023-09-07T07:13:32.201 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking linux-image-5.15.0-83-generic (5.15.0-83.92~20.04.1) ... 2023-09-07T07:13:32.371 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package linux-modules-5.15.0-83-generic. 2023-09-07T07:13:32.383 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../05-linux-modules-5.15.0-83-generic_5.15.0-83.92~20.04.1_amd64.deb ... 2023-09-07T07:13:32.421 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking linux-modules-5.15.0-83-generic (5.15.0-83.92~20.04.1) ... 2023-09-07T07:13:32.734 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-83-generic. 2023-09-07T07:13:32.750 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../07-linux-modules-extra-5.15.0-83-generic_5.15.0-83.92~20.04.1_amd64.deb ... 2023-09-07T07:13:32.792 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking linux-modules-extra-5.15.0-83-generic (5.15.0-83.92~20.04.1) ... 2023-09-07T07:13:34.880 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package linux-image-5.15.0-83-generic. 2023-09-07T07:13:34.894 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../06-linux-image-5.15.0-83-generic_5.15.0-83.92~20.04.1_amd64.deb ... 2023-09-07T07:13:34.994 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking linux-image-5.15.0-83-generic (5.15.0-83.92~20.04.1) ... 2023-09-07T07:13:35.541 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-83-generic. 2023-09-07T07:13:35.554 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../07-linux-modules-extra-5.15.0-83-generic_5.15.0-83.92~20.04.1_amd64.deb ... 2023-09-07T07:13:35.591 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking linux-modules-extra-5.15.0-83-generic (5.15.0-83.92~20.04.1) ... 2023-09-07T07:13:39.294 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package linux-image-generic-hwe-20.04. 2023-09-07T07:13:39.312 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../08-linux-image-generic-hwe-20.04_5.15.0.83.92~20.04.41_amd64.deb ... 2023-09-07T07:13:39.352 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking linux-image-generic-hwe-20.04 (5.15.0.83.92~20.04.41) ... 2023-09-07T07:13:39.655 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package libevdev2:amd64. 2023-09-07T07:13:39.671 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../09-libevdev2_1.9.0+dfsg-1ubuntu0.2_amd64.deb ... 2023-09-07T07:13:39.713 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking libevdev2:amd64 (1.9.0+dfsg-1ubuntu0.2) ... 2023-09-07T07:13:40.091 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package thermald. 2023-09-07T07:13:40.105 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../10-thermald_1.9.1-1ubuntu0.6_amd64.deb ... 2023-09-07T07:13:40.165 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking thermald (1.9.1-1ubuntu0.6) ... 2023-09-07T07:13:40.679 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package upower. 2023-09-07T07:13:40.693 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../11-upower_0.99.11-1build2_amd64.deb ... 2023-09-07T07:13:40.751 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking upower (0.99.11-1build2) ... 2023-09-07T07:13:41.167 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package usbmuxd. 2023-09-07T07:13:41.181 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../12-usbmuxd_1.1.1~git20191130.9af2b12-1_amd64.deb ... 2023-09-07T07:13:41.225 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking usbmuxd (1.1.1~git20191130.9af2b12-1) ... 2023-09-07T07:13:41.506 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up libplist3:amd64 (2.1.0-4build2) ... 2023-09-07T07:13:41.629 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up libdbus-glib-1-2:amd64 (0.110-5fakssync1) ... 2023-09-07T07:13:41.755 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up libusbmuxd6:amd64 (2.0.1-2) ... 2023-09-07T07:13:41.881 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up libupower-glib3:amd64 (0.99.11-1build2) ... 2023-09-07T07:13:42.007 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up libimobiledevice6:amd64 (1.2.1~git20191129.9f79242-1build1) ... 2023-09-07T07:13:42.158 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up libevdev2:amd64 (1.9.0+dfsg-1ubuntu0.2) ... 2023-09-07T07:13:42.284 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up upower (0.99.11-1build2) ... 2023-09-07T07:13:42.833 INFO:teuthology.orchestra.run.smithi037.stdout:upower.service is a disabled or a static unit, not starting it. 2023-09-07T07:13:42.871 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package linux-image-generic-hwe-20.04. 2023-09-07T07:13:42.880 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up usbmuxd (1.1.1~git20191130.9af2b12-1) ... 2023-09-07T07:13:42.890 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../08-linux-image-generic-hwe-20.04_5.15.0.83.92~20.04.41_amd64.deb ... 2023-09-07T07:13:42.921 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking linux-image-generic-hwe-20.04 (5.15.0.83.92~20.04.41) ... 2023-09-07T07:13:43.078 INFO:teuthology.orchestra.run.smithi037.stdout:Warning: The home dir /var/lib/usbmux you specified can't be accessed: No such file or directory 2023-09-07T07:13:43.097 INFO:teuthology.orchestra.run.smithi037.stdout:Adding system user `usbmux' (UID 114) ... 2023-09-07T07:13:43.097 INFO:teuthology.orchestra.run.smithi037.stdout:Adding new user `usbmux' (UID 114) with group `plugdev' ... 2023-09-07T07:13:43.266 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package libevdev2:amd64. 2023-09-07T07:13:43.281 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../09-libevdev2_1.9.0+dfsg-1ubuntu0.2_amd64.deb ... 2023-09-07T07:13:43.324 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking libevdev2:amd64 (1.9.0+dfsg-1ubuntu0.2) ... 2023-09-07T07:13:43.580 INFO:teuthology.orchestra.run.smithi037.stdout:Not creating home directory `/var/lib/usbmux'. 2023-09-07T07:13:43.719 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package thermald. 2023-09-07T07:13:43.732 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../10-thermald_1.9.1-1ubuntu0.6_amd64.deb ... 2023-09-07T07:13:43.777 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking thermald (1.9.1-1ubuntu0.6) ... 2023-09-07T07:13:43.797 INFO:teuthology.orchestra.run.smithi037.stdout:usbmuxd.service is a disabled or a static unit, not starting it. 2023-09-07T07:13:43.843 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up thermald (1.9.1-1ubuntu0.6) ... 2023-09-07T07:13:44.155 INFO:teuthology.orchestra.run.smithi037.stdout:Created symlink /etc/systemd/system/dbus-org.freedesktop.thermald.service -> /lib/systemd/system/thermald.service. 2023-09-07T07:13:44.155 INFO:teuthology.orchestra.run.smithi037.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/thermald.service -> /lib/systemd/system/thermald.service. 2023-09-07T07:13:44.332 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package upower. 2023-09-07T07:13:44.346 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../11-upower_0.99.11-1build2_amd64.deb ... 2023-09-07T07:13:44.435 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking upower (0.99.11-1build2) ... 2023-09-07T07:13:44.605 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up linux-modules-5.15.0-83-generic (5.15.0-83.92~20.04.1) ... 2023-09-07T07:13:44.870 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package usbmuxd. 2023-09-07T07:13:44.883 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../12-usbmuxd_1.1.1~git20191130.9af2b12-1_amd64.deb ... 2023-09-07T07:13:44.920 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking usbmuxd (1.1.1~git20191130.9af2b12-1) ... 2023-09-07T07:13:45.295 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up libplist3:amd64 (2.1.0-4build2) ... 2023-09-07T07:13:45.417 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up libdbus-glib-1-2:amd64 (0.110-5fakssync1) ... 2023-09-07T07:13:45.543 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up libusbmuxd6:amd64 (2.0.1-2) ... 2023-09-07T07:13:45.694 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up libupower-glib3:amd64 (0.99.11-1build2) ... 2023-09-07T07:13:45.820 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up libimobiledevice6:amd64 (1.2.1~git20191129.9f79242-1build1) ... 2023-09-07T07:13:45.946 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up libevdev2:amd64 (1.9.0+dfsg-1ubuntu0.2) ... 2023-09-07T07:13:46.066 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up linux-image-5.15.0-83-generic (5.15.0-83.92~20.04.1) ... 2023-09-07T07:13:46.097 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up upower (0.99.11-1build2) ... 2023-09-07T07:13:46.698 INFO:teuthology.orchestra.run.smithi110.stdout:upower.service is a disabled or a static unit, not starting it. 2023-09-07T07:13:46.752 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up usbmuxd (1.1.1~git20191130.9af2b12-1) ... 2023-09-07T07:13:46.944 INFO:teuthology.orchestra.run.smithi110.stdout:Warning: The home dir /var/lib/usbmux you specified can't be accessed: No such file or directory 2023-09-07T07:13:46.954 INFO:teuthology.orchestra.run.smithi110.stdout:Adding system user `usbmux' (UID 114) ... 2023-09-07T07:13:46.954 INFO:teuthology.orchestra.run.smithi110.stdout:Adding new user `usbmux' (UID 114) with group `plugdev' ... 2023-09-07T07:13:47.461 INFO:teuthology.orchestra.run.smithi110.stdout:Not creating home directory `/var/lib/usbmux'. 2023-09-07T07:13:47.485 INFO:teuthology.orchestra.run.smithi037.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-83-generic 2023-09-07T07:13:47.485 INFO:teuthology.orchestra.run.smithi037.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-83-generic 2023-09-07T07:13:47.618 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up linux-modules-extra-5.15.0-83-generic (5.15.0-83.92~20.04.1) ... 2023-09-07T07:13:47.665 INFO:teuthology.orchestra.run.smithi110.stdout:usbmuxd.service is a disabled or a static unit, not starting it. 2023-09-07T07:13:47.740 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up thermald (1.9.1-1ubuntu0.6) ... 2023-09-07T07:13:48.052 INFO:teuthology.orchestra.run.smithi110.stdout:Created symlink /etc/systemd/system/dbus-org.freedesktop.thermald.service -> /lib/systemd/system/thermald.service. 2023-09-07T07:13:48.052 INFO:teuthology.orchestra.run.smithi110.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/thermald.service -> /lib/systemd/system/thermald.service. 2023-09-07T07:13:48.486 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up linux-modules-5.15.0-83-generic (5.15.0-83.92~20.04.1) ... 2023-09-07T07:13:49.027 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up linux-image-generic-hwe-20.04 (5.15.0.83.92~20.04.41) ... 2023-09-07T07:13:49.153 INFO:teuthology.orchestra.run.smithi037.stdout:Processing triggers for libc-bin (2.31-0ubuntu9.9) ... 2023-09-07T07:13:49.433 INFO:teuthology.orchestra.run.smithi037.stdout:Processing triggers for man-db (2.9.1-1) ... 2023-09-07T07:13:49.931 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up linux-image-5.15.0-83-generic (5.15.0-83.92~20.04.1) ... 2023-09-07T07:13:50.294 INFO:teuthology.orchestra.run.smithi037.stdout:Processing triggers for dbus (1.12.16-2ubuntu2.2) ... 2023-09-07T07:13:50.386 INFO:teuthology.orchestra.run.smithi037.stdout:Processing triggers for linux-image-5.15.0-83-generic (5.15.0-83.92~20.04.1) ... 2023-09-07T07:13:50.459 INFO:teuthology.orchestra.run.smithi037.stdout:/etc/kernel/postinst.d/initramfs-tools: 2023-09-07T07:13:50.459 INFO:teuthology.orchestra.run.smithi037.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-83-generic 2023-09-07T07:13:51.634 INFO:teuthology.orchestra.run.smithi110.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-83-generic 2023-09-07T07:13:51.634 INFO:teuthology.orchestra.run.smithi110.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-83-generic 2023-09-07T07:13:51.775 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up linux-modules-extra-5.15.0-83-generic (5.15.0-83.92~20.04.1) ... 2023-09-07T07:13:53.201 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up linux-image-generic-hwe-20.04 (5.15.0.83.92~20.04.41) ... 2023-09-07T07:13:53.327 INFO:teuthology.orchestra.run.smithi110.stdout:Processing triggers for libc-bin (2.31-0ubuntu9.9) ... 2023-09-07T07:13:53.624 INFO:teuthology.orchestra.run.smithi110.stdout:Processing triggers for man-db (2.9.1-1) ... 2023-09-07T07:13:54.378 INFO:teuthology.orchestra.run.smithi110.stdout:Processing triggers for dbus (1.12.16-2ubuntu2.2) ... 2023-09-07T07:13:54.503 INFO:teuthology.orchestra.run.smithi110.stdout:Processing triggers for linux-image-5.15.0-83-generic (5.15.0-83.92~20.04.1) ... 2023-09-07T07:13:54.577 INFO:teuthology.orchestra.run.smithi110.stdout:/etc/kernel/postinst.d/initramfs-tools: 2023-09-07T07:13:54.577 INFO:teuthology.orchestra.run.smithi110.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-83-generic 2023-09-07T07:14:17.191 INFO:teuthology.orchestra.run.smithi037.stdout:/etc/kernel/postinst.d/zz-update-grub: 2023-09-07T07:14:17.192 INFO:teuthology.orchestra.run.smithi037.stdout:Sourcing file `/etc/default/grub' 2023-09-07T07:14:17.211 INFO:teuthology.orchestra.run.smithi037.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2023-09-07T07:14:17.238 INFO:teuthology.orchestra.run.smithi037.stdout:Generating grub configuration file ... 2023-09-07T07:14:17.554 INFO:teuthology.orchestra.run.smithi037.stdout:Found linux image: /boot/vmlinuz-5.15.0-83-generic 2023-09-07T07:14:17.575 INFO:teuthology.orchestra.run.smithi037.stdout:Found initrd image: /boot/initrd.img-5.15.0-83-generic 2023-09-07T07:14:17.969 INFO:teuthology.orchestra.run.smithi037.stdout:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2023-09-07T07:14:17.981 INFO:teuthology.orchestra.run.smithi037.stdout:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2023-09-07T07:14:19.888 INFO:teuthology.orchestra.run.smithi037.stdout:done 2023-09-07T07:14:20.033 INFO:teuthology.orchestra.run.smithi110.stdout:/etc/kernel/postinst.d/zz-update-grub: 2023-09-07T07:14:20.033 INFO:teuthology.orchestra.run.smithi110.stdout:Sourcing file `/etc/default/grub' 2023-09-07T07:14:20.052 INFO:teuthology.orchestra.run.smithi110.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2023-09-07T07:14:20.109 INFO:teuthology.orchestra.run.smithi110.stdout:Generating grub configuration file ... 2023-09-07T07:14:20.318 DEBUG:teuthology.orchestra.run.smithi037:> dpkg -s linux-image-generic-hwe-20.04 2023-09-07T07:14:20.367 INFO:teuthology.orchestra.run.smithi037.stdout:Package: linux-image-generic-hwe-20.04 2023-09-07T07:14:20.367 INFO:teuthology.orchestra.run.smithi037.stdout:Status: install ok installed 2023-09-07T07:14:20.368 INFO:teuthology.orchestra.run.smithi037.stdout:Priority: optional 2023-09-07T07:14:20.368 INFO:teuthology.orchestra.run.smithi037.stdout:Section: kernel 2023-09-07T07:14:20.368 INFO:teuthology.orchestra.run.smithi037.stdout:Installed-Size: 20 2023-09-07T07:14:20.368 INFO:teuthology.orchestra.run.smithi037.stdout:Maintainer: Ubuntu Kernel Team 2023-09-07T07:14:20.369 INFO:teuthology.orchestra.run.smithi037.stdout:Architecture: amd64 2023-09-07T07:14:20.369 INFO:teuthology.orchestra.run.smithi037.stdout:Source: linux-meta-hwe-5.15 2023-09-07T07:14:20.369 INFO:teuthology.orchestra.run.smithi037.stdout:Version: 5.15.0.83.92~20.04.41 2023-09-07T07:14:20.370 INFO:teuthology.orchestra.run.smithi037.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.1), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-83), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.1) 2023-09-07T07:14:20.370 INFO:teuthology.orchestra.run.smithi037.stdout:Depends: linux-image-5.15.0-83-generic, linux-modules-extra-5.15.0-83-generic, linux-firmware, intel-microcode, amd64-microcode 2023-09-07T07:14:20.370 INFO:teuthology.orchestra.run.smithi037.stdout:Recommends: thermald 2023-09-07T07:14:20.370 INFO:teuthology.orchestra.run.smithi037.stdout:Description: Generic Linux kernel image 2023-09-07T07:14:20.371 INFO:teuthology.orchestra.run.smithi037.stdout: This package will always depend on the latest generic kernel image 2023-09-07T07:14:20.371 INFO:teuthology.orchestra.run.smithi037.stdout: available. 2023-09-07T07:14:20.371 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.4.0-124-generic Expected: 5.15.0-83-generic 2023-09-07T07:14:20.372 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-09-07T07:14:20.372 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-09-07T07:14:20.372 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2023-09-07T07:14:20.373 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi037.front.sepia.ceph.com, path=None, version=distro) 2023-09-07T07:14:20.373 DEBUG:teuthology.orchestra.run.smithi037:> sudo apt-get clean 2023-09-07T07:14:20.447 DEBUG:teuthology.orchestra.run.smithi037:> sudo apt-get update 2023-09-07T07:14:20.467 INFO:teuthology.orchestra.run.smithi110.stdout:Found linux image: /boot/vmlinuz-5.15.0-83-generic 2023-09-07T07:14:20.492 INFO:teuthology.orchestra.run.smithi110.stdout:Found initrd image: /boot/initrd.img-5.15.0-83-generic 2023-09-07T07:14:20.582 INFO:teuthology.orchestra.run.smithi037.stdout:Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease 2023-09-07T07:14:20.582 INFO:teuthology.orchestra.run.smithi037.stdout:Hit:2 http://security.ubuntu.com/ubuntu focal-security InRelease 2023-09-07T07:14:20.588 INFO:teuthology.orchestra.run.smithi037.stdout:Hit:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease 2023-09-07T07:14:20.606 INFO:teuthology.orchestra.run.smithi037.stdout:Hit:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease 2023-09-07T07:14:20.981 INFO:teuthology.orchestra.run.smithi110.stdout:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2023-09-07T07:14:20.993 INFO:teuthology.orchestra.run.smithi110.stdout:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2023-09-07T07:14:22.377 INFO:teuthology.orchestra.run.smithi037.stdout:Reading package lists... 2023-09-07T07:14:22.404 DEBUG:teuthology.orchestra.run.smithi037:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic-hwe-20.04 2023-09-07T07:14:22.466 INFO:teuthology.orchestra.run.smithi037.stdout:Reading package lists... 2023-09-07T07:14:22.649 INFO:teuthology.orchestra.run.smithi037.stdout:Building dependency tree... 2023-09-07T07:14:22.650 INFO:teuthology.orchestra.run.smithi037.stdout:Reading state information... 2023-09-07T07:14:22.863 INFO:teuthology.orchestra.run.smithi037.stdout:linux-image-generic-hwe-20.04 is already the newest version (5.15.0.83.92~20.04.41). 2023-09-07T07:14:22.863 INFO:teuthology.orchestra.run.smithi037.stdout:0 upgraded, 0 newly installed, 0 to remove and 265 not upgraded. 2023-09-07T07:14:22.865 DEBUG:teuthology.orchestra.run.smithi037:> dpkg -s linux-image-generic-hwe-20.04 2023-09-07T07:14:22.886 INFO:teuthology.orchestra.run.smithi037.stdout:Package: linux-image-generic-hwe-20.04 2023-09-07T07:14:22.886 INFO:teuthology.orchestra.run.smithi037.stdout:Status: install ok installed 2023-09-07T07:14:22.887 INFO:teuthology.orchestra.run.smithi037.stdout:Priority: optional 2023-09-07T07:14:22.887 INFO:teuthology.orchestra.run.smithi037.stdout:Section: kernel 2023-09-07T07:14:22.887 INFO:teuthology.orchestra.run.smithi037.stdout:Installed-Size: 20 2023-09-07T07:14:22.887 INFO:teuthology.orchestra.run.smithi037.stdout:Maintainer: Ubuntu Kernel Team 2023-09-07T07:14:22.887 INFO:teuthology.orchestra.run.smithi037.stdout:Architecture: amd64 2023-09-07T07:14:22.888 INFO:teuthology.orchestra.run.smithi037.stdout:Source: linux-meta-hwe-5.15 2023-09-07T07:14:22.888 INFO:teuthology.orchestra.run.smithi037.stdout:Version: 5.15.0.83.92~20.04.41 2023-09-07T07:14:22.888 INFO:teuthology.orchestra.run.smithi037.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.1), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-83), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.1) 2023-09-07T07:14:22.888 INFO:teuthology.orchestra.run.smithi037.stdout:Depends: linux-image-5.15.0-83-generic, linux-modules-extra-5.15.0-83-generic, linux-firmware, intel-microcode, amd64-microcode 2023-09-07T07:14:22.889 INFO:teuthology.orchestra.run.smithi037.stdout:Recommends: thermald 2023-09-07T07:14:22.889 INFO:teuthology.orchestra.run.smithi037.stdout:Description: Generic Linux kernel image 2023-09-07T07:14:22.889 INFO:teuthology.orchestra.run.smithi037.stdout: This package will always depend on the latest generic kernel image 2023-09-07T07:14:22.889 INFO:teuthology.orchestra.run.smithi037.stdout: available. 2023-09-07T07:14:22.890 DEBUG:teuthology.orchestra.run.smithi037:> mktemp 2023-09-07T07:14:22.896 INFO:teuthology.orchestra.run.smithi037.stdout:/tmp/tmp.wufhi9rCrE 2023-09-07T07:14:22.896 DEBUG:teuthology.orchestra.run.smithi037:> sudo cp /boot/grub/grub.cfg /tmp/tmp.wufhi9rCrE 2023-09-07T07:14:22.907 DEBUG:teuthology.orchestra.run.smithi037:> sudo chmod 0666 /tmp/tmp.wufhi9rCrE 2023-09-07T07:14:22.908 INFO:teuthology.orchestra.run.smithi110.stdout:done 2023-09-07T07:14:22.985 DEBUG:teuthology.orchestra.remote:smithi037:/tmp/tmp.wufhi9rCrE is 9KB 2023-09-07T07:14:22.999 DEBUG:teuthology.orchestra.run.smithi037:> rm -fr /tmp/tmp.wufhi9rCrE 2023-09-07T07:14:23.005 DEBUG:teuthology.orchestra.run.smithi037:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2023-09-07T07:14:23.062 DEBUG:teuthology.orchestra.run.smithi037:> set -ex 2023-09-07T07:14:23.063 DEBUG:teuthology.orchestra.run.smithi037:> sudo dd of=/etc/grub.d/01_ceph_kernel 2023-09-07T07:14:23.063 DEBUG:teuthology.orchestra.run.smithi037:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2023-09-07T07:14:23.092 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-83-generic 2023-09-07T07:14:23.092 DEBUG:teuthology.orchestra.run.smithi037:> sudo update-grub 2023-09-07T07:14:23.396 DEBUG:teuthology.orchestra.run.smithi110:> dpkg -s linux-image-generic-hwe-20.04 2023-09-07T07:14:23.453 INFO:teuthology.orchestra.run.smithi110.stdout:Package: linux-image-generic-hwe-20.04 2023-09-07T07:14:23.454 INFO:teuthology.orchestra.run.smithi110.stdout:Status: install ok installed 2023-09-07T07:14:23.454 INFO:teuthology.orchestra.run.smithi110.stdout:Priority: optional 2023-09-07T07:14:23.454 INFO:teuthology.orchestra.run.smithi110.stdout:Section: kernel 2023-09-07T07:14:23.454 INFO:teuthology.orchestra.run.smithi110.stdout:Installed-Size: 20 2023-09-07T07:14:23.455 INFO:teuthology.orchestra.run.smithi110.stdout:Maintainer: Ubuntu Kernel Team 2023-09-07T07:14:23.455 INFO:teuthology.orchestra.run.smithi110.stdout:Architecture: amd64 2023-09-07T07:14:23.455 INFO:teuthology.orchestra.run.smithi110.stdout:Source: linux-meta-hwe-5.15 2023-09-07T07:14:23.455 INFO:teuthology.orchestra.run.smithi110.stdout:Version: 5.15.0.83.92~20.04.41 2023-09-07T07:14:23.455 INFO:teuthology.orchestra.run.smithi110.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.1), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-83), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.1) 2023-09-07T07:14:23.456 INFO:teuthology.orchestra.run.smithi110.stdout:Depends: linux-image-5.15.0-83-generic, linux-modules-extra-5.15.0-83-generic, linux-firmware, intel-microcode, amd64-microcode 2023-09-07T07:14:23.456 INFO:teuthology.orchestra.run.smithi110.stdout:Recommends: thermald 2023-09-07T07:14:23.456 INFO:teuthology.orchestra.run.smithi110.stdout:Description: Generic Linux kernel image 2023-09-07T07:14:23.456 INFO:teuthology.orchestra.run.smithi110.stdout: This package will always depend on the latest generic kernel image 2023-09-07T07:14:23.456 INFO:teuthology.orchestra.run.smithi110.stdout: available. 2023-09-07T07:14:23.457 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.4.0-124-generic Expected: 5.15.0-83-generic 2023-09-07T07:14:23.457 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-09-07T07:14:23.457 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-09-07T07:14:23.457 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2023-09-07T07:14:23.458 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi110.front.sepia.ceph.com, path=None, version=distro) 2023-09-07T07:14:23.458 DEBUG:teuthology.orchestra.run.smithi110:> sudo apt-get clean 2023-09-07T07:14:23.552 DEBUG:teuthology.orchestra.run.smithi110:> sudo apt-get update 2023-09-07T07:14:23.693 INFO:teuthology.orchestra.run.smithi110.stdout:Hit:1 http://security.ubuntu.com/ubuntu focal-security InRelease 2023-09-07T07:14:23.811 INFO:teuthology.orchestra.run.smithi110.stdout:Hit:2 http://archive.ubuntu.com/ubuntu focal InRelease 2023-09-07T07:14:23.892 INFO:teuthology.orchestra.run.smithi110.stdout:Hit:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease 2023-09-07T07:14:23.978 INFO:teuthology.orchestra.run.smithi110.stdout:Hit:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease 2023-09-07T07:14:24.389 INFO:teuthology.orchestra.run.smithi037.stderr:Sourcing file `/etc/default/grub' 2023-09-07T07:14:24.393 INFO:teuthology.orchestra.run.smithi037.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2023-09-07T07:14:24.403 INFO:teuthology.orchestra.run.smithi037.stderr:Generating grub configuration file ... 2023-09-07T07:14:24.642 INFO:teuthology.orchestra.run.smithi037.stderr:Found linux image: /boot/vmlinuz-5.15.0-83-generic 2023-09-07T07:14:24.653 INFO:teuthology.orchestra.run.smithi037.stderr:Found initrd image: /boot/initrd.img-5.15.0-83-generic 2023-09-07T07:14:24.989 INFO:teuthology.orchestra.run.smithi037.stderr:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2023-09-07T07:14:25.001 INFO:teuthology.orchestra.run.smithi037.stderr:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2023-09-07T07:14:25.427 INFO:teuthology.orchestra.run.smithi110.stdout:Reading package lists... 2023-09-07T07:14:25.452 DEBUG:teuthology.orchestra.run.smithi110:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic-hwe-20.04 2023-09-07T07:14:25.517 INFO:teuthology.orchestra.run.smithi110.stdout:Reading package lists... 2023-09-07T07:14:25.727 INFO:teuthology.orchestra.run.smithi110.stdout:Building dependency tree... 2023-09-07T07:14:25.728 INFO:teuthology.orchestra.run.smithi110.stdout:Reading state information... 2023-09-07T07:14:25.827 INFO:teuthology.orchestra.run.smithi037.stderr:done 2023-09-07T07:14:25.829 DEBUG:teuthology.orchestra.run.smithi037:> sudo shutdown -r now 2023-09-07T07:14:25.938 INFO:teuthology.orchestra.run.smithi110.stdout:linux-image-generic-hwe-20.04 is already the newest version (5.15.0.83.92~20.04.41). 2023-09-07T07:14:25.938 INFO:teuthology.orchestra.run.smithi110.stdout:0 upgraded, 0 newly installed, 0 to remove and 265 not upgraded. 2023-09-07T07:14:25.940 DEBUG:teuthology.orchestra.run.smithi110:> dpkg -s linux-image-generic-hwe-20.04 2023-09-07T07:14:25.961 INFO:teuthology.orchestra.run.smithi110.stdout:Package: linux-image-generic-hwe-20.04 2023-09-07T07:14:25.962 INFO:teuthology.orchestra.run.smithi110.stdout:Status: install ok installed 2023-09-07T07:14:25.962 INFO:teuthology.orchestra.run.smithi110.stdout:Priority: optional 2023-09-07T07:14:25.962 INFO:teuthology.orchestra.run.smithi110.stdout:Section: kernel 2023-09-07T07:14:25.962 INFO:teuthology.orchestra.run.smithi110.stdout:Installed-Size: 20 2023-09-07T07:14:25.962 INFO:teuthology.orchestra.run.smithi110.stdout:Maintainer: Ubuntu Kernel Team 2023-09-07T07:14:25.963 INFO:teuthology.orchestra.run.smithi110.stdout:Architecture: amd64 2023-09-07T07:14:25.963 INFO:teuthology.orchestra.run.smithi110.stdout:Source: linux-meta-hwe-5.15 2023-09-07T07:14:25.963 INFO:teuthology.orchestra.run.smithi110.stdout:Version: 5.15.0.83.92~20.04.41 2023-09-07T07:14:25.963 INFO:teuthology.orchestra.run.smithi110.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.1), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-83), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.1) 2023-09-07T07:14:25.964 INFO:teuthology.orchestra.run.smithi110.stdout:Depends: linux-image-5.15.0-83-generic, linux-modules-extra-5.15.0-83-generic, linux-firmware, intel-microcode, amd64-microcode 2023-09-07T07:14:25.964 INFO:teuthology.orchestra.run.smithi110.stdout:Recommends: thermald 2023-09-07T07:14:25.964 INFO:teuthology.orchestra.run.smithi110.stdout:Description: Generic Linux kernel image 2023-09-07T07:14:25.964 INFO:teuthology.orchestra.run.smithi110.stdout: This package will always depend on the latest generic kernel image 2023-09-07T07:14:25.964 INFO:teuthology.orchestra.run.smithi110.stdout: available. 2023-09-07T07:14:25.965 DEBUG:teuthology.orchestra.run.smithi110:> mktemp 2023-09-07T07:14:25.969 INFO:teuthology.orchestra.run.smithi110.stdout:/tmp/tmp.EdoTFB3xVM 2023-09-07T07:14:25.969 DEBUG:teuthology.orchestra.run.smithi110:> sudo cp /boot/grub/grub.cfg /tmp/tmp.EdoTFB3xVM 2023-09-07T07:14:25.978 DEBUG:teuthology.orchestra.run.smithi110:> sudo chmod 0666 /tmp/tmp.EdoTFB3xVM 2023-09-07T07:14:26.079 DEBUG:teuthology.orchestra.remote:smithi110:/tmp/tmp.EdoTFB3xVM is 9KB 2023-09-07T07:14:26.093 DEBUG:teuthology.orchestra.run.smithi110:> rm -fr /tmp/tmp.EdoTFB3xVM 2023-09-07T07:14:26.100 DEBUG:teuthology.orchestra.run.smithi110:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2023-09-07T07:14:26.156 DEBUG:teuthology.orchestra.run.smithi110:> set -ex 2023-09-07T07:14:26.157 DEBUG:teuthology.orchestra.run.smithi110:> sudo dd of=/etc/grub.d/01_ceph_kernel 2023-09-07T07:14:26.157 DEBUG:teuthology.orchestra.run.smithi110:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2023-09-07T07:14:26.181 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-83-generic 2023-09-07T07:14:26.182 DEBUG:teuthology.orchestra.run.smithi110:> sudo update-grub 2023-09-07T07:14:27.514 INFO:teuthology.orchestra.run.smithi110.stderr:Sourcing file `/etc/default/grub' 2023-09-07T07:14:27.524 INFO:teuthology.orchestra.run.smithi110.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2023-09-07T07:14:27.538 INFO:teuthology.orchestra.run.smithi110.stderr:Generating grub configuration file ... 2023-09-07T07:14:27.881 INFO:teuthology.orchestra.run.smithi110.stderr:Found linux image: /boot/vmlinuz-5.15.0-83-generic 2023-09-07T07:14:27.892 INFO:teuthology.orchestra.run.smithi110.stderr:Found initrd image: /boot/initrd.img-5.15.0-83-generic 2023-09-07T07:14:28.332 INFO:teuthology.orchestra.run.smithi110.stderr:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2023-09-07T07:14:28.344 INFO:teuthology.orchestra.run.smithi110.stderr:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2023-09-07T07:14:29.171 INFO:teuthology.orchestra.run.smithi110.stderr:done 2023-09-07T07:14:29.173 DEBUG:teuthology.orchestra.run.smithi110:> sudo shutdown -r now 2023-09-07T07:14:55.858 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2023-09-07T07:14:55.859 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi037.front.sepia.ceph.com' 2023-09-07T07:14:55.859 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi037.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-09-07T07:14:59.178 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2023-09-07T07:14:59.178 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi110.front.sepia.ceph.com' 2023-09-07T07:14:59.179 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi110.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-09-07T07:15:55.918 DEBUG:teuthology.orchestra.remote:timed out 2023-09-07T07:15:59.182 DEBUG:teuthology.orchestra.remote:timed out 2023-09-07T07:16:04.926 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi037.front.sepia.ceph.com' 2023-09-07T07:16:04.927 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi037.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-09-07T07:16:05.168 DEBUG:teuthology.orchestra.run.smithi037:> true 2023-09-07T07:16:05.716 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi037.front.sepia.ceph.com' 2023-09-07T07:16:05.716 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.15.0-83-generic"... 2023-09-07T07:16:05.716 DEBUG:teuthology.orchestra.run.smithi037:> uname -r 2023-09-07T07:16:05.763 INFO:teuthology.orchestra.run.smithi037.stdout:5.15.0-83-generic 2023-09-07T07:16:05.763 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-83-generic vs 5.15.0-83-generic 2023-09-07T07:16:05.763 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-09-07T07:16:05.763 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2023-09-07T07:16:06.764 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2023-09-07T07:16:06.765 DEBUG:teuthology.orchestra.run.smithi037:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-09-07T07:16:06.858 INFO:teuthology.orchestra.run.smithi037.stdout:ttyS1 2023-09-07T07:16:06.881 DEBUG:teuthology.parallel:result is None 2023-09-07T07:16:08.183 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi110.front.sepia.ceph.com' 2023-09-07T07:16:08.184 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi110.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-09-07T07:16:08.429 DEBUG:teuthology.orchestra.run.smithi110:> true 2023-09-07T07:16:08.973 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi110.front.sepia.ceph.com' 2023-09-07T07:16:08.974 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.15.0-83-generic"... 2023-09-07T07:16:08.974 DEBUG:teuthology.orchestra.run.smithi110:> uname -r 2023-09-07T07:16:09.023 INFO:teuthology.orchestra.run.smithi110.stdout:5.15.0-83-generic 2023-09-07T07:16:09.024 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-83-generic vs 5.15.0-83-generic 2023-09-07T07:16:09.024 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-09-07T07:16:09.024 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2023-09-07T07:16:10.025 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2023-09-07T07:16:10.026 DEBUG:teuthology.orchestra.run.smithi110:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-09-07T07:16:10.371 INFO:teuthology.orchestra.run.smithi110.stdout:ttyS1 2023-09-07T07:16:10.395 DEBUG:teuthology.parallel:result is None 2023-09-07T07:16:10.395 INFO:teuthology.run_tasks:Running task internal.base... 2023-09-07T07:16:10.402 INFO:teuthology.task.internal:Creating test directory... 2023-09-07T07:16:10.403 DEBUG:teuthology.orchestra.run.smithi037:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-09-07T07:16:10.405 DEBUG:teuthology.orchestra.run.smithi110:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-09-07T07:16:10.412 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-09-07T07:16:10.419 INFO:teuthology.run_tasks:Running task internal.archive... 2023-09-07T07:16:10.426 INFO:teuthology.task.internal:Creating archive directory... 2023-09-07T07:16:10.427 DEBUG:teuthology.orchestra.run.smithi037:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-09-07T07:16:10.454 DEBUG:teuthology.orchestra.run.smithi110:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-09-07T07:16:10.473 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-09-07T07:16:10.480 INFO:teuthology.task.internal:Enabling coredump saving... 2023-09-07T07:16:10.481 DEBUG:teuthology.orchestra.run.smithi037:> 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 2023-09-07T07:16:10.506 DEBUG:teuthology.orchestra.run.smithi110:> 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 2023-09-07T07:16:10.528 INFO:teuthology.orchestra.run.smithi110.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-09-07T07:16:10.530 INFO:teuthology.orchestra.run.smithi037.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-09-07T07:16:10.536 INFO:teuthology.orchestra.run.smithi037.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-09-07T07:16:10.539 INFO:teuthology.orchestra.run.smithi110.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-09-07T07:16:10.540 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-09-07T07:16:10.548 INFO:teuthology.task.internal:Configuring sudo... 2023-09-07T07:16:10.549 DEBUG:teuthology.orchestra.run.smithi037:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-09-07T07:16:10.582 DEBUG:teuthology.orchestra.run.smithi110:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-09-07T07:16:10.600 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-09-07T07:16:10.610 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-09-07T07:16:10.610 DEBUG:teuthology.orchestra.run.smithi037:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-09-07T07:16:10.643 DEBUG:teuthology.orchestra.run.smithi110:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-09-07T07:16:10.655 DEBUG:teuthology.orchestra.run.smithi037:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-09-07T07:16:10.695 DEBUG:teuthology.orchestra.run.smithi037:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-09-07T07:16:10.743 DEBUG:teuthology.orchestra.run.smithi037:> set -ex 2023-09-07T07:16:10.744 DEBUG:teuthology.orchestra.run.smithi037:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-09-07T07:16:10.803 DEBUG:teuthology.orchestra.run.smithi110:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-09-07T07:16:10.811 DEBUG:teuthology.orchestra.run.smithi110:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-09-07T07:16:10.859 DEBUG:teuthology.orchestra.run.smithi110:> set -ex 2023-09-07T07:16:10.860 DEBUG:teuthology.orchestra.run.smithi110:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-09-07T07:16:10.927 DEBUG:teuthology.orchestra.run.smithi037:> sudo service rsyslog restart 2023-09-07T07:16:10.930 DEBUG:teuthology.orchestra.run.smithi110:> sudo service rsyslog restart 2023-09-07T07:16:11.019 INFO:teuthology.run_tasks:Running task internal.timer... 2023-09-07T07:16:11.027 INFO:teuthology.task.internal:Starting timer... 2023-09-07T07:16:11.027 INFO:teuthology.run_tasks:Running task pcp... 2023-09-07T07:16:11.037 INFO:teuthology.run_tasks:Running task selinux... 2023-09-07T07:16:11.046 DEBUG:teuthology.task.selinux:Excluding smithi037: OS 'ubuntu' does not support SELinux 2023-09-07T07:16:11.047 DEBUG:teuthology.task.selinux:Excluding smithi110: OS 'ubuntu' does not support SELinux 2023-09-07T07:16:11.047 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-09-07T07:16:11.048 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2023-09-07T07:16:11.048 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-09-07T07:16:11.048 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-09-07T07:16:11.056 INFO:teuthology.repo_utils:/home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main was just updated or references a specific commit; assuming it is current 2023-09-07T07:16:11.057 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-09-07T07:16:11.074 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'}]}] 2023-09-07T07:16:11.076 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi037.front.sepia.ceph.com,smithi110.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-09-07T07:21:50.822 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi037.front.sepia.ceph.com'), Remote(name='ubuntu@smithi110.front.sepia.ceph.com')] 2023-09-07T07:21:50.823 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi037.front.sepia.ceph.com' 2023-09-07T07:21:50.824 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi037.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-09-07T07:21:50.960 DEBUG:teuthology.orchestra.run.smithi037:> true 2023-09-07T07:21:51.087 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi037.front.sepia.ceph.com' 2023-09-07T07:21:51.088 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi110.front.sepia.ceph.com' 2023-09-07T07:21:51.089 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi110.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-09-07T07:21:51.175 DEBUG:teuthology.orchestra.run.smithi110:> true 2023-09-07T07:21:51.299 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi110.front.sepia.ceph.com' 2023-09-07T07:21:51.300 INFO:teuthology.run_tasks:Running task clock... 2023-09-07T07:21:51.311 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-09-07T07:21:51.312 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-09-07T07:21:51.313 DEBUG:teuthology.orchestra.run.smithi037:> 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 2023-09-07T07:21:51.316 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-09-07T07:21:51.316 DEBUG:teuthology.orchestra.run.smithi110:> 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 2023-09-07T07:21:51.349 INFO:teuthology.orchestra.run.smithi037.stdout: 7 Sep 07:21:51 ntpd[22523]: ntpd 4.2.8p12@1.3728-o (1): Starting 2023-09-07T07:21:51.349 INFO:teuthology.orchestra.run.smithi037.stdout: 7 Sep 07:21:51 ntpd[22523]: Command line: ntpd -gq 2023-09-07T07:21:51.350 INFO:teuthology.orchestra.run.smithi037.stdout: 7 Sep 07:21:51 ntpd[22523]: proto: precision = 0.068 usec (-24) 2023-09-07T07:21:51.350 INFO:teuthology.orchestra.run.smithi037.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2023-09-07T07:21:51.351 INFO:teuthology.orchestra.run.smithi037.stdout: 7 Sep 07:21:51 ntpd[22523]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2023-09-07T07:21:51.351 INFO:teuthology.orchestra.run.smithi037.stdout: 7 Sep 07:21:51 ntpd[22523]: restrict ::: KOD does nothing without LIMITED. 2023-09-07T07:21:51.351 INFO:teuthology.orchestra.run.smithi037.stderr:restrict ::: KOD does nothing without LIMITED. 2023-09-07T07:21:51.352 INFO:teuthology.orchestra.run.smithi037.stdout: 7 Sep 07:21:51 ntpd[22523]: Listen and drop on 0 v6wildcard [::]:123 2023-09-07T07:21:51.353 INFO:teuthology.orchestra.run.smithi037.stdout: 7 Sep 07:21:51 ntpd[22523]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2023-09-07T07:21:51.353 INFO:teuthology.orchestra.run.smithi037.stdout: 7 Sep 07:21:51 ntpd[22523]: Listen normally on 2 lo 127.0.0.1:123 2023-09-07T07:21:51.353 INFO:teuthology.orchestra.run.smithi037.stdout: 7 Sep 07:21:51 ntpd[22523]: Listen normally on 3 ens1f0 172.21.15.37:123 2023-09-07T07:21:51.353 INFO:teuthology.orchestra.run.smithi037.stdout: 7 Sep 07:21:51 ntpd[22523]: Listen normally on 4 lo [::1]:123 2023-09-07T07:21:51.354 INFO:teuthology.orchestra.run.smithi037.stdout: 7 Sep 07:21:51 ntpd[22523]: Listen normally on 5 ens1f0 [fe80::ec4:7aff:fe88:7794%4]:123 2023-09-07T07:21:51.354 INFO:teuthology.orchestra.run.smithi037.stdout: 7 Sep 07:21:51 ntpd[22523]: Listening on routing socket on fd #22 for interface updates 2023-09-07T07:21:51.373 INFO:teuthology.orchestra.run.smithi110.stdout: 7 Sep 07:21:51 ntpd[22547]: ntpd 4.2.8p12@1.3728-o (1): Starting 2023-09-07T07:21:51.373 INFO:teuthology.orchestra.run.smithi110.stdout: 7 Sep 07:21:51 ntpd[22547]: Command line: ntpd -gq 2023-09-07T07:21:51.374 INFO:teuthology.orchestra.run.smithi110.stdout: 7 Sep 07:21:51 ntpd[22547]: proto: precision = 0.064 usec (-24) 2023-09-07T07:21:51.374 INFO:teuthology.orchestra.run.smithi110.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2023-09-07T07:21:51.375 INFO:teuthology.orchestra.run.smithi110.stdout: 7 Sep 07:21:51 ntpd[22547]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2023-09-07T07:21:51.375 INFO:teuthology.orchestra.run.smithi110.stdout: 7 Sep 07:21:51 ntpd[22547]: restrict ::: KOD does nothing without LIMITED. 2023-09-07T07:21:51.375 INFO:teuthology.orchestra.run.smithi110.stderr:restrict ::: KOD does nothing without LIMITED. 2023-09-07T07:21:51.377 INFO:teuthology.orchestra.run.smithi110.stdout: 7 Sep 07:21:51 ntpd[22547]: Listen and drop on 0 v6wildcard [::]:123 2023-09-07T07:21:51.377 INFO:teuthology.orchestra.run.smithi110.stdout: 7 Sep 07:21:51 ntpd[22547]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2023-09-07T07:21:51.377 INFO:teuthology.orchestra.run.smithi110.stdout: 7 Sep 07:21:51 ntpd[22547]: Listen normally on 2 lo 127.0.0.1:123 2023-09-07T07:21:51.377 INFO:teuthology.orchestra.run.smithi110.stdout: 7 Sep 07:21:51 ntpd[22547]: Listen normally on 3 enp3s0f1 172.21.15.110:123 2023-09-07T07:21:51.378 INFO:teuthology.orchestra.run.smithi110.stdout: 7 Sep 07:21:51 ntpd[22547]: Listen normally on 4 lo [::1]:123 2023-09-07T07:21:51.378 INFO:teuthology.orchestra.run.smithi110.stdout: 7 Sep 07:21:51 ntpd[22547]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe8f:cc35%5]:123 2023-09-07T07:21:51.378 INFO:teuthology.orchestra.run.smithi110.stdout: 7 Sep 07:21:51 ntpd[22547]: Listening on routing socket on fd #22 for interface updates 2023-09-07T07:21:53.374 INFO:teuthology.orchestra.run.smithi110.stderr: 7 Sep 07:21:53 ntpd[22547]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-09-07T07:21:53.377 INFO:teuthology.orchestra.run.smithi110.stderr: 7 Sep 07:21:53 ntpd[22547]: can't open /var/log/ntpstats/rawstats.20230907: Permission denied 2023-09-07T07:21:53.377 INFO:teuthology.orchestra.run.smithi110.stderr: 7 Sep 07:21:53 ntpd[22547]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-09-07T07:21:53.377 INFO:teuthology.orchestra.run.smithi110.stderr: 7 Sep 07:21:53 ntpd[22547]: can't open /var/log/ntpstats/rawstats.20230907: Permission denied 2023-09-07T07:21:53.377 INFO:teuthology.orchestra.run.smithi110.stderr: 7 Sep 07:21:53 ntpd[22547]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-09-07T07:21:53.378 INFO:teuthology.orchestra.run.smithi110.stderr: 7 Sep 07:21:53 ntpd[22547]: can't open /var/log/ntpstats/rawstats.20230907: Permission denied 2023-09-07T07:21:53.378 INFO:teuthology.orchestra.run.smithi110.stderr: 7 Sep 07:21:53 ntpd[22547]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-09-07T07:21:53.378 INFO:teuthology.orchestra.run.smithi110.stderr: 7 Sep 07:21:53 ntpd[22547]: can't open /var/log/ntpstats/peerstats.20230907: Permission denied 2023-09-07T07:21:54.374 INFO:teuthology.orchestra.run.smithi110.stderr: 7 Sep 07:21:54 ntpd[22547]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-09-07T07:21:54.374 INFO:teuthology.orchestra.run.smithi110.stderr: 7 Sep 07:21:54 ntpd[22547]: can't open /var/log/ntpstats/rawstats.20230907: Permission denied 2023-09-07T07:21:54.374 INFO:teuthology.orchestra.run.smithi110.stderr: 7 Sep 07:21:54 ntpd[22547]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-09-07T07:21:54.375 INFO:teuthology.orchestra.run.smithi110.stderr: 7 Sep 07:21:54 ntpd[22547]: can't open /var/log/ntpstats/rawstats.20230907: Permission denied 2023-09-07T07:21:54.375 INFO:teuthology.orchestra.run.smithi110.stderr: 7 Sep 07:21:54 ntpd[22547]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-09-07T07:21:54.375 INFO:teuthology.orchestra.run.smithi110.stderr: 7 Sep 07:21:54 ntpd[22547]: can't open /var/log/ntpstats/rawstats.20230907: Permission denied 2023-09-07T07:21:54.375 INFO:teuthology.orchestra.run.smithi110.stderr: 7 Sep 07:21:54 ntpd[22547]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-09-07T07:21:54.375 INFO:teuthology.orchestra.run.smithi110.stderr: 7 Sep 07:21:54 ntpd[22547]: can't open /var/log/ntpstats/peerstats.20230907: Permission denied 2023-09-07T07:21:54.376 INFO:teuthology.orchestra.run.smithi110.stderr: 7 Sep 07:21:54 ntpd[22547]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-09-07T07:21:54.376 INFO:teuthology.orchestra.run.smithi110.stderr: 7 Sep 07:21:54 ntpd[22547]: can't open /var/log/ntpstats/rawstats.20230907: Permission denied 2023-09-07T07:21:54.376 INFO:teuthology.orchestra.run.smithi110.stderr: 7 Sep 07:21:54 ntpd[22547]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-09-07T07:21:54.376 INFO:teuthology.orchestra.run.smithi110.stderr: 7 Sep 07:21:54 ntpd[22547]: can't open /var/log/ntpstats/peerstats.20230907: Permission denied 2023-09-07T07:21:55.350 INFO:teuthology.orchestra.run.smithi037.stderr: 7 Sep 07:21:55 ntpd[22523]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-09-07T07:21:55.350 INFO:teuthology.orchestra.run.smithi037.stderr: 7 Sep 07:21:55 ntpd[22523]: can't open /var/log/ntpstats/rawstats.20230907: Permission denied 2023-09-07T07:21:55.350 INFO:teuthology.orchestra.run.smithi037.stderr: 7 Sep 07:21:55 ntpd[22523]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-09-07T07:21:55.351 INFO:teuthology.orchestra.run.smithi037.stderr: 7 Sep 07:21:55 ntpd[22523]: can't open /var/log/ntpstats/rawstats.20230907: Permission denied 2023-09-07T07:21:55.351 INFO:teuthology.orchestra.run.smithi037.stderr: 7 Sep 07:21:55 ntpd[22523]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-09-07T07:21:55.351 INFO:teuthology.orchestra.run.smithi037.stderr: 7 Sep 07:21:55 ntpd[22523]: can't open /var/log/ntpstats/rawstats.20230907: Permission denied 2023-09-07T07:21:55.351 INFO:teuthology.orchestra.run.smithi037.stderr: 7 Sep 07:21:55 ntpd[22523]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-09-07T07:21:55.351 INFO:teuthology.orchestra.run.smithi037.stderr: 7 Sep 07:21:55 ntpd[22523]: can't open /var/log/ntpstats/peerstats.20230907: Permission denied 2023-09-07T07:21:55.352 INFO:teuthology.orchestra.run.smithi037.stderr: 7 Sep 07:21:55 ntpd[22523]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-09-07T07:21:55.352 INFO:teuthology.orchestra.run.smithi037.stderr: 7 Sep 07:21:55 ntpd[22523]: can't open /var/log/ntpstats/rawstats.20230907: Permission denied 2023-09-07T07:21:55.352 INFO:teuthology.orchestra.run.smithi037.stderr: 7 Sep 07:21:55 ntpd[22523]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-09-07T07:21:55.352 INFO:teuthology.orchestra.run.smithi037.stderr: 7 Sep 07:21:55 ntpd[22523]: can't open /var/log/ntpstats/peerstats.20230907: Permission denied 2023-09-07T07:21:55.373 INFO:teuthology.orchestra.run.smithi110.stderr: 7 Sep 07:21:55 ntpd[22547]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-09-07T07:21:55.374 INFO:teuthology.orchestra.run.smithi110.stderr: 7 Sep 07:21:55 ntpd[22547]: can't open /var/log/ntpstats/rawstats.20230907: Permission denied 2023-09-07T07:21:55.374 INFO:teuthology.orchestra.run.smithi110.stderr: 7 Sep 07:21:55 ntpd[22547]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-09-07T07:21:55.374 INFO:teuthology.orchestra.run.smithi110.stderr: 7 Sep 07:21:55 ntpd[22547]: can't open /var/log/ntpstats/rawstats.20230907: Permission denied 2023-09-07T07:21:55.374 INFO:teuthology.orchestra.run.smithi110.stderr: 7 Sep 07:21:55 ntpd[22547]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-09-07T07:21:55.375 INFO:teuthology.orchestra.run.smithi110.stderr: 7 Sep 07:21:55 ntpd[22547]: can't open /var/log/ntpstats/peerstats.20230907: Permission denied 2023-09-07T07:21:56.350 INFO:teuthology.orchestra.run.smithi037.stderr: 7 Sep 07:21:56 ntpd[22523]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-09-07T07:21:56.350 INFO:teuthology.orchestra.run.smithi037.stderr: 7 Sep 07:21:56 ntpd[22523]: can't open /var/log/ntpstats/rawstats.20230907: Permission denied 2023-09-07T07:21:56.350 INFO:teuthology.orchestra.run.smithi037.stderr: 7 Sep 07:21:56 ntpd[22523]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-09-07T07:21:56.350 INFO:teuthology.orchestra.run.smithi037.stderr: 7 Sep 07:21:56 ntpd[22523]: can't open /var/log/ntpstats/rawstats.20230907: Permission denied 2023-09-07T07:21:56.351 INFO:teuthology.orchestra.run.smithi037.stderr: 7 Sep 07:21:56 ntpd[22523]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-09-07T07:21:56.351 INFO:teuthology.orchestra.run.smithi037.stderr: 7 Sep 07:21:56 ntpd[22523]: can't open /var/log/ntpstats/rawstats.20230907: Permission denied 2023-09-07T07:21:56.351 INFO:teuthology.orchestra.run.smithi037.stderr: 7 Sep 07:21:56 ntpd[22523]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-09-07T07:21:56.351 INFO:teuthology.orchestra.run.smithi037.stderr: 7 Sep 07:21:56 ntpd[22523]: can't open /var/log/ntpstats/peerstats.20230907: Permission denied 2023-09-07T07:21:56.374 INFO:teuthology.orchestra.run.smithi110.stderr: 7 Sep 07:21:56 ntpd[22547]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-09-07T07:21:56.374 INFO:teuthology.orchestra.run.smithi110.stderr: 7 Sep 07:21:56 ntpd[22547]: can't open /var/log/ntpstats/rawstats.20230907: Permission denied 2023-09-07T07:21:56.374 INFO:teuthology.orchestra.run.smithi110.stderr: 7 Sep 07:21:56 ntpd[22547]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-09-07T07:21:56.374 INFO:teuthology.orchestra.run.smithi110.stderr: 7 Sep 07:21:56 ntpd[22547]: can't open /var/log/ntpstats/rawstats.20230907: Permission denied 2023-09-07T07:21:56.375 INFO:teuthology.orchestra.run.smithi110.stderr: 7 Sep 07:21:56 ntpd[22547]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-09-07T07:21:56.375 INFO:teuthology.orchestra.run.smithi110.stderr: 7 Sep 07:21:56 ntpd[22547]: can't open /var/log/ntpstats/rawstats.20230907: Permission denied 2023-09-07T07:21:56.375 INFO:teuthology.orchestra.run.smithi110.stderr: 7 Sep 07:21:56 ntpd[22547]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-09-07T07:21:56.375 INFO:teuthology.orchestra.run.smithi110.stderr: 7 Sep 07:21:56 ntpd[22547]: can't open /var/log/ntpstats/peerstats.20230907: Permission denied 2023-09-07T07:21:56.375 INFO:teuthology.orchestra.run.smithi110.stderr: 7 Sep 07:21:56 ntpd[22547]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-09-07T07:21:56.376 INFO:teuthology.orchestra.run.smithi110.stderr: 7 Sep 07:21:56 ntpd[22547]: can't open /var/log/ntpstats/rawstats.20230907: Permission denied 2023-09-07T07:21:56.376 INFO:teuthology.orchestra.run.smithi110.stderr: 7 Sep 07:21:56 ntpd[22547]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-09-07T07:21:56.376 INFO:teuthology.orchestra.run.smithi110.stderr: 7 Sep 07:21:56 ntpd[22547]: can't open /var/log/ntpstats/peerstats.20230907: Permission denied 2023-09-07T07:21:57.350 INFO:teuthology.orchestra.run.smithi037.stderr: 7 Sep 07:21:57 ntpd[22523]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-09-07T07:21:57.350 INFO:teuthology.orchestra.run.smithi037.stderr: 7 Sep 07:21:57 ntpd[22523]: can't open /var/log/ntpstats/rawstats.20230907: Permission denied 2023-09-07T07:21:57.350 INFO:teuthology.orchestra.run.smithi037.stderr: 7 Sep 07:21:57 ntpd[22523]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-09-07T07:21:57.351 INFO:teuthology.orchestra.run.smithi037.stderr: 7 Sep 07:21:57 ntpd[22523]: can't open /var/log/ntpstats/rawstats.20230907: Permission denied 2023-09-07T07:21:57.351 INFO:teuthology.orchestra.run.smithi037.stderr: 7 Sep 07:21:57 ntpd[22523]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-09-07T07:21:57.351 INFO:teuthology.orchestra.run.smithi037.stderr: 7 Sep 07:21:57 ntpd[22523]: can't open /var/log/ntpstats/rawstats.20230907: Permission denied 2023-09-07T07:21:57.351 INFO:teuthology.orchestra.run.smithi037.stderr: 7 Sep 07:21:57 ntpd[22523]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-09-07T07:21:57.351 INFO:teuthology.orchestra.run.smithi037.stderr: 7 Sep 07:21:57 ntpd[22523]: can't open /var/log/ntpstats/peerstats.20230907: Permission denied 2023-09-07T07:21:57.352 INFO:teuthology.orchestra.run.smithi037.stderr: 7 Sep 07:21:57 ntpd[22523]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-09-07T07:21:57.352 INFO:teuthology.orchestra.run.smithi037.stderr: 7 Sep 07:21:57 ntpd[22523]: can't open /var/log/ntpstats/rawstats.20230907: Permission denied 2023-09-07T07:21:57.352 INFO:teuthology.orchestra.run.smithi037.stderr: 7 Sep 07:21:57 ntpd[22523]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-09-07T07:21:57.352 INFO:teuthology.orchestra.run.smithi037.stderr: 7 Sep 07:21:57 ntpd[22523]: can't open /var/log/ntpstats/peerstats.20230907: Permission denied 2023-09-07T07:21:57.373 INFO:teuthology.orchestra.run.smithi110.stderr: 7 Sep 07:21:57 ntpd[22547]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-09-07T07:21:57.374 INFO:teuthology.orchestra.run.smithi110.stderr: 7 Sep 07:21:57 ntpd[22547]: can't open /var/log/ntpstats/rawstats.20230907: Permission denied 2023-09-07T07:21:57.374 INFO:teuthology.orchestra.run.smithi110.stderr: 7 Sep 07:21:57 ntpd[22547]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-09-07T07:21:57.374 INFO:teuthology.orchestra.run.smithi110.stderr: 7 Sep 07:21:57 ntpd[22547]: can't open /var/log/ntpstats/rawstats.20230907: Permission denied 2023-09-07T07:21:57.374 INFO:teuthology.orchestra.run.smithi110.stderr: 7 Sep 07:21:57 ntpd[22547]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-09-07T07:21:57.375 INFO:teuthology.orchestra.run.smithi110.stderr: 7 Sep 07:21:57 ntpd[22547]: can't open /var/log/ntpstats/peerstats.20230907: Permission denied 2023-09-07T07:21:58.349 INFO:teuthology.orchestra.run.smithi037.stderr: 7 Sep 07:21:58 ntpd[22523]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-09-07T07:21:58.350 INFO:teuthology.orchestra.run.smithi037.stderr: 7 Sep 07:21:58 ntpd[22523]: can't open /var/log/ntpstats/rawstats.20230907: Permission denied 2023-09-07T07:21:58.350 INFO:teuthology.orchestra.run.smithi037.stderr: 7 Sep 07:21:58 ntpd[22523]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-09-07T07:21:58.350 INFO:teuthology.orchestra.run.smithi037.stderr: 7 Sep 07:21:58 ntpd[22523]: can't open /var/log/ntpstats/rawstats.20230907: Permission denied 2023-09-07T07:21:58.351 INFO:teuthology.orchestra.run.smithi037.stderr: 7 Sep 07:21:58 ntpd[22523]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-09-07T07:21:58.351 INFO:teuthology.orchestra.run.smithi037.stderr: 7 Sep 07:21:58 ntpd[22523]: can't open /var/log/ntpstats/peerstats.20230907: Permission denied 2023-09-07T07:21:58.374 INFO:teuthology.orchestra.run.smithi110.stderr: 7 Sep 07:21:58 ntpd[22547]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-09-07T07:21:58.375 INFO:teuthology.orchestra.run.smithi110.stderr: 7 Sep 07:21:58 ntpd[22547]: can't open /var/log/ntpstats/rawstats.20230907: Permission denied 2023-09-07T07:21:58.375 INFO:teuthology.orchestra.run.smithi110.stderr: 7 Sep 07:21:58 ntpd[22547]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-09-07T07:21:58.375 INFO:teuthology.orchestra.run.smithi110.stderr: 7 Sep 07:21:58 ntpd[22547]: can't open /var/log/ntpstats/rawstats.20230907: Permission denied 2023-09-07T07:21:58.375 INFO:teuthology.orchestra.run.smithi110.stderr: 7 Sep 07:21:58 ntpd[22547]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-09-07T07:21:58.376 INFO:teuthology.orchestra.run.smithi110.stderr: 7 Sep 07:21:58 ntpd[22547]: can't open /var/log/ntpstats/rawstats.20230907: Permission denied 2023-09-07T07:21:58.376 INFO:teuthology.orchestra.run.smithi110.stderr: 7 Sep 07:21:58 ntpd[22547]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-09-07T07:21:58.376 INFO:teuthology.orchestra.run.smithi110.stderr: 7 Sep 07:21:58 ntpd[22547]: can't open /var/log/ntpstats/peerstats.20230907: Permission denied 2023-09-07T07:21:58.376 INFO:teuthology.orchestra.run.smithi110.stderr: 7 Sep 07:21:58 ntpd[22547]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-09-07T07:21:58.377 INFO:teuthology.orchestra.run.smithi110.stderr: 7 Sep 07:21:58 ntpd[22547]: can't open /var/log/ntpstats/rawstats.20230907: Permission denied 2023-09-07T07:21:58.377 INFO:teuthology.orchestra.run.smithi110.stderr: 7 Sep 07:21:58 ntpd[22547]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-09-07T07:21:58.377 INFO:teuthology.orchestra.run.smithi110.stderr: 7 Sep 07:21:58 ntpd[22547]: can't open /var/log/ntpstats/peerstats.20230907: Permission denied 2023-09-07T07:21:59.350 INFO:teuthology.orchestra.run.smithi037.stderr: 7 Sep 07:21:59 ntpd[22523]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-09-07T07:21:59.350 INFO:teuthology.orchestra.run.smithi037.stderr: 7 Sep 07:21:59 ntpd[22523]: can't open /var/log/ntpstats/rawstats.20230907: Permission denied 2023-09-07T07:21:59.351 INFO:teuthology.orchestra.run.smithi037.stderr: 7 Sep 07:21:59 ntpd[22523]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-09-07T07:21:59.351 INFO:teuthology.orchestra.run.smithi037.stderr: 7 Sep 07:21:59 ntpd[22523]: can't open /var/log/ntpstats/rawstats.20230907: Permission denied 2023-09-07T07:21:59.351 INFO:teuthology.orchestra.run.smithi037.stderr: 7 Sep 07:21:59 ntpd[22523]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-09-07T07:21:59.351 INFO:teuthology.orchestra.run.smithi037.stderr: 7 Sep 07:21:59 ntpd[22523]: can't open /var/log/ntpstats/rawstats.20230907: Permission denied 2023-09-07T07:21:59.352 INFO:teuthology.orchestra.run.smithi037.stderr: 7 Sep 07:21:59 ntpd[22523]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-09-07T07:21:59.352 INFO:teuthology.orchestra.run.smithi037.stderr: 7 Sep 07:21:59 ntpd[22523]: can't open /var/log/ntpstats/peerstats.20230907: Permission denied 2023-09-07T07:21:59.352 INFO:teuthology.orchestra.run.smithi037.stderr: 7 Sep 07:21:59 ntpd[22523]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-09-07T07:21:59.353 INFO:teuthology.orchestra.run.smithi037.stderr: 7 Sep 07:21:59 ntpd[22523]: can't open /var/log/ntpstats/rawstats.20230907: Permission denied 2023-09-07T07:21:59.353 INFO:teuthology.orchestra.run.smithi037.stderr: 7 Sep 07:21:59 ntpd[22523]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-09-07T07:21:59.353 INFO:teuthology.orchestra.run.smithi037.stderr: 7 Sep 07:21:59 ntpd[22523]: can't open /var/log/ntpstats/peerstats.20230907: Permission denied 2023-09-07T07:21:59.374 INFO:teuthology.orchestra.run.smithi110.stderr: 7 Sep 07:21:59 ntpd[22547]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-09-07T07:21:59.374 INFO:teuthology.orchestra.run.smithi110.stderr: 7 Sep 07:21:59 ntpd[22547]: can't open /var/log/ntpstats/rawstats.20230907: Permission denied 2023-09-07T07:21:59.375 INFO:teuthology.orchestra.run.smithi110.stderr: 7 Sep 07:21:59 ntpd[22547]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-09-07T07:21:59.375 INFO:teuthology.orchestra.run.smithi110.stderr: 7 Sep 07:21:59 ntpd[22547]: can't open /var/log/ntpstats/rawstats.20230907: Permission denied 2023-09-07T07:21:59.376 INFO:teuthology.orchestra.run.smithi110.stderr: 7 Sep 07:21:59 ntpd[22547]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-09-07T07:21:59.376 INFO:teuthology.orchestra.run.smithi110.stderr: 7 Sep 07:21:59 ntpd[22547]: can't open /var/log/ntpstats/peerstats.20230907: Permission denied 2023-09-07T07:21:59.376 INFO:teuthology.orchestra.run.smithi110.stdout: 7 Sep 07:21:59 ntpd[22547]: ntpd: time slew +0.000520 s 2023-09-07T07:21:59.376 INFO:teuthology.orchestra.run.smithi110.stdout:ntpd: time slew +0.000520s 2023-09-07T07:21:59.377 INFO:teuthology.orchestra.run.smithi110.stderr: 7 Sep 07:21:59 ntpd[22547]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2023-09-07T07:21:59.377 INFO:teuthology.orchestra.run.smithi110.stderr: 7 Sep 07:21:59 ntpd[22547]: can't open /var/log/ntpstats/loopstats.20230907: Permission denied 2023-09-07T07:21:59.427 INFO:teuthology.orchestra.run.smithi110.stdout: remote refid st t when poll reach delay offset jitter 2023-09-07T07:21:59.427 INFO:teuthology.orchestra.run.smithi110.stdout:============================================================================== 2023-09-07T07:21:59.427 INFO:teuthology.orchestra.run.smithi110.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-09-07T07:21:59.427 INFO:teuthology.orchestra.run.smithi110.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-09-07T07:21:59.428 INFO:teuthology.orchestra.run.smithi110.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-09-07T07:21:59.428 INFO:teuthology.orchestra.run.smithi110.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-09-07T07:22:00.350 INFO:teuthology.orchestra.run.smithi037.stderr: 7 Sep 07:22:00 ntpd[22523]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-09-07T07:22:00.350 INFO:teuthology.orchestra.run.smithi037.stderr: 7 Sep 07:22:00 ntpd[22523]: can't open /var/log/ntpstats/rawstats.20230907: Permission denied 2023-09-07T07:22:00.350 INFO:teuthology.orchestra.run.smithi037.stderr: 7 Sep 07:22:00 ntpd[22523]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-09-07T07:22:00.350 INFO:teuthology.orchestra.run.smithi037.stderr: 7 Sep 07:22:00 ntpd[22523]: can't open /var/log/ntpstats/rawstats.20230907: Permission denied 2023-09-07T07:22:00.351 INFO:teuthology.orchestra.run.smithi037.stderr: 7 Sep 07:22:00 ntpd[22523]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-09-07T07:22:00.351 INFO:teuthology.orchestra.run.smithi037.stderr: 7 Sep 07:22:00 ntpd[22523]: can't open /var/log/ntpstats/peerstats.20230907: Permission denied 2023-09-07T07:22:01.353 INFO:teuthology.orchestra.run.smithi037.stderr: 7 Sep 07:22:01 ntpd[22523]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-09-07T07:22:01.353 INFO:teuthology.orchestra.run.smithi037.stderr: 7 Sep 07:22:01 ntpd[22523]: can't open /var/log/ntpstats/rawstats.20230907: Permission denied 2023-09-07T07:22:01.353 INFO:teuthology.orchestra.run.smithi037.stderr: 7 Sep 07:22:01 ntpd[22523]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-09-07T07:22:01.354 INFO:teuthology.orchestra.run.smithi037.stderr: 7 Sep 07:22:01 ntpd[22523]: can't open /var/log/ntpstats/rawstats.20230907: Permission denied 2023-09-07T07:22:01.354 INFO:teuthology.orchestra.run.smithi037.stderr: 7 Sep 07:22:01 ntpd[22523]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-09-07T07:22:01.354 INFO:teuthology.orchestra.run.smithi037.stderr: 7 Sep 07:22:01 ntpd[22523]: can't open /var/log/ntpstats/rawstats.20230907: Permission denied 2023-09-07T07:22:01.354 INFO:teuthology.orchestra.run.smithi037.stderr: 7 Sep 07:22:01 ntpd[22523]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-09-07T07:22:01.355 INFO:teuthology.orchestra.run.smithi037.stderr: 7 Sep 07:22:01 ntpd[22523]: can't open /var/log/ntpstats/peerstats.20230907: Permission denied 2023-09-07T07:22:01.355 INFO:teuthology.orchestra.run.smithi037.stdout: 7 Sep 07:22:01 ntpd[22523]: ntpd: time slew +0.001155 s 2023-09-07T07:22:01.356 INFO:teuthology.orchestra.run.smithi037.stdout:ntpd: time slew +0.001155s 2023-09-07T07:22:01.356 INFO:teuthology.orchestra.run.smithi037.stderr: 7 Sep 07:22:01 ntpd[22523]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2023-09-07T07:22:01.356 INFO:teuthology.orchestra.run.smithi037.stderr: 7 Sep 07:22:01 ntpd[22523]: can't open /var/log/ntpstats/loopstats.20230907: Permission denied 2023-09-07T07:22:01.410 INFO:teuthology.orchestra.run.smithi037.stdout: remote refid st t when poll reach delay offset jitter 2023-09-07T07:22:01.410 INFO:teuthology.orchestra.run.smithi037.stdout:============================================================================== 2023-09-07T07:22:01.411 INFO:teuthology.orchestra.run.smithi037.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-09-07T07:22:01.411 INFO:teuthology.orchestra.run.smithi037.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-09-07T07:22:01.411 INFO:teuthology.orchestra.run.smithi037.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-09-07T07:22:01.411 INFO:teuthology.orchestra.run.smithi037.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-09-07T07:22:01.412 INFO:teuthology.run_tasks:Running task nvme_loop... 2023-09-07T07:22:01.454 INFO:tasks.nvme_loop:Setting up nvme_loop on scratch devices... 2023-09-07T07:22:01.455 DEBUG:teuthology.orchestra.run.smithi037:> set -ex 2023-09-07T07:22:01.455 DEBUG:teuthology.orchestra.run.smithi037:> dd if=/scratch_devs of=/dev/stdout 2023-09-07T07:22:01.464 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2023-09-07T07:22:01.465 DEBUG:teuthology.orchestra.run.smithi037:> stat /dev/vg_nvme/lv_1 2023-09-07T07:22:01.515 INFO:teuthology.orchestra.run.smithi037.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-09-07T07:22:01.515 INFO:teuthology.orchestra.run.smithi037.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-09-07T07:22:01.516 INFO:teuthology.orchestra.run.smithi037.stdout:Device: 5h/5d Inode: 493 Links: 1 2023-09-07T07:22:01.516 INFO:teuthology.orchestra.run.smithi037.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-09-07T07:22:01.516 INFO:teuthology.orchestra.run.smithi037.stdout:Access: 2023-09-07 07:20:22.644190332 +0000 2023-09-07T07:22:01.516 INFO:teuthology.orchestra.run.smithi037.stdout:Modify: 2023-09-07 07:20:22.332197527 +0000 2023-09-07T07:22:01.516 INFO:teuthology.orchestra.run.smithi037.stdout:Change: 2023-09-07 07:20:22.332197527 +0000 2023-09-07T07:22:01.517 INFO:teuthology.orchestra.run.smithi037.stdout: Birth: - 2023-09-07T07:22:01.517 DEBUG:teuthology.orchestra.run.smithi037:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-09-07T07:22:01.570 INFO:teuthology.orchestra.run.smithi037.stderr:1+0 records in 2023-09-07T07:22:01.570 INFO:teuthology.orchestra.run.smithi037.stderr:1+0 records out 2023-09-07T07:22:01.570 INFO:teuthology.orchestra.run.smithi037.stderr:512 bytes copied, 0.000397962 s, 1.3 MB/s 2023-09-07T07:22:01.571 DEBUG:teuthology.orchestra.run.smithi037:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-09-07T07:22:01.624 DEBUG:teuthology.orchestra.run.smithi037:> stat /dev/vg_nvme/lv_2 2023-09-07T07:22:01.679 INFO:teuthology.orchestra.run.smithi037.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-09-07T07:22:01.679 INFO:teuthology.orchestra.run.smithi037.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-09-07T07:22:01.680 INFO:teuthology.orchestra.run.smithi037.stdout:Device: 5h/5d Inode: 499 Links: 1 2023-09-07T07:22:01.680 INFO:teuthology.orchestra.run.smithi037.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-09-07T07:22:01.680 INFO:teuthology.orchestra.run.smithi037.stdout:Access: 2023-09-07 07:20:23.196177603 +0000 2023-09-07T07:22:01.680 INFO:teuthology.orchestra.run.smithi037.stdout:Modify: 2023-09-07 07:20:22.868185167 +0000 2023-09-07T07:22:01.680 INFO:teuthology.orchestra.run.smithi037.stdout:Change: 2023-09-07 07:20:22.868185167 +0000 2023-09-07T07:22:01.681 INFO:teuthology.orchestra.run.smithi037.stdout: Birth: - 2023-09-07T07:22:01.681 DEBUG:teuthology.orchestra.run.smithi037:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-09-07T07:22:01.734 INFO:teuthology.orchestra.run.smithi037.stderr:1+0 records in 2023-09-07T07:22:01.735 INFO:teuthology.orchestra.run.smithi037.stderr:1+0 records out 2023-09-07T07:22:01.735 INFO:teuthology.orchestra.run.smithi037.stderr:512 bytes copied, 0.000394215 s, 1.3 MB/s 2023-09-07T07:22:01.736 DEBUG:teuthology.orchestra.run.smithi037:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-09-07T07:22:01.789 DEBUG:teuthology.orchestra.run.smithi037:> stat /dev/vg_nvme/lv_3 2023-09-07T07:22:01.839 INFO:teuthology.orchestra.run.smithi037.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-09-07T07:22:01.839 INFO:teuthology.orchestra.run.smithi037.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-09-07T07:22:01.839 INFO:teuthology.orchestra.run.smithi037.stdout:Device: 5h/5d Inode: 502 Links: 1 2023-09-07T07:22:01.840 INFO:teuthology.orchestra.run.smithi037.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-09-07T07:22:01.840 INFO:teuthology.orchestra.run.smithi037.stdout:Access: 2023-09-07 07:20:23.756164689 +0000 2023-09-07T07:22:01.840 INFO:teuthology.orchestra.run.smithi037.stdout:Modify: 2023-09-07 07:20:23.436172068 +0000 2023-09-07T07:22:01.841 INFO:teuthology.orchestra.run.smithi037.stdout:Change: 2023-09-07 07:20:23.436172068 +0000 2023-09-07T07:22:01.841 INFO:teuthology.orchestra.run.smithi037.stdout: Birth: - 2023-09-07T07:22:01.841 DEBUG:teuthology.orchestra.run.smithi037:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-09-07T07:22:01.894 INFO:teuthology.orchestra.run.smithi037.stderr:1+0 records in 2023-09-07T07:22:01.895 INFO:teuthology.orchestra.run.smithi037.stderr:1+0 records out 2023-09-07T07:22:01.895 INFO:teuthology.orchestra.run.smithi037.stderr:512 bytes copied, 0.000380938 s, 1.3 MB/s 2023-09-07T07:22:01.896 DEBUG:teuthology.orchestra.run.smithi037:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-09-07T07:22:01.948 DEBUG:teuthology.orchestra.run.smithi037:> stat /dev/vg_nvme/lv_4 2023-09-07T07:22:01.999 INFO:teuthology.orchestra.run.smithi037.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-09-07T07:22:01.999 INFO:teuthology.orchestra.run.smithi037.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-09-07T07:22:01.999 INFO:teuthology.orchestra.run.smithi037.stdout:Device: 5h/5d Inode: 510 Links: 1 2023-09-07T07:22:02.000 INFO:teuthology.orchestra.run.smithi037.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-09-07T07:22:02.000 INFO:teuthology.orchestra.run.smithi037.stdout:Access: 2023-09-07 07:20:24.304152051 +0000 2023-09-07T07:22:02.000 INFO:teuthology.orchestra.run.smithi037.stdout:Modify: 2023-09-07 07:20:23.988159338 +0000 2023-09-07T07:22:02.000 INFO:teuthology.orchestra.run.smithi037.stdout:Change: 2023-09-07 07:20:23.988159338 +0000 2023-09-07T07:22:02.000 INFO:teuthology.orchestra.run.smithi037.stdout: Birth: - 2023-09-07T07:22:02.001 DEBUG:teuthology.orchestra.run.smithi037:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-09-07T07:22:02.054 INFO:teuthology.orchestra.run.smithi037.stderr:1+0 records in 2023-09-07T07:22:02.055 INFO:teuthology.orchestra.run.smithi037.stderr:1+0 records out 2023-09-07T07:22:02.055 INFO:teuthology.orchestra.run.smithi037.stderr:512 bytes copied, 0.0004194 s, 1.2 MB/s 2023-09-07T07:22:02.056 DEBUG:teuthology.orchestra.run.smithi037:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-09-07T07:22:02.108 DEBUG:teuthology.orchestra.run.smithi037:> 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 2023-09-07T07:22:02.225 INFO:teuthology.orchestra.run.smithi037.stdout:loop 2023-09-07T07:22:02.226 INFO:tasks.nvme_loop:Connecting nvme_loop smithi037:/dev/vg_nvme/lv_1... 2023-09-07T07:22:02.226 DEBUG:teuthology.orchestra.run.smithi037:> 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 2023-09-07T07:22:02.247 INFO:teuthology.orchestra.run.smithi037.stdout:1 2023-09-07T07:22:02.273 INFO:teuthology.orchestra.run.smithi037.stdout:/dev/vg_nvme/lv_11 2023-09-07T07:22:02.299 INFO:tasks.nvme_loop:Connecting nvme_loop smithi037:/dev/vg_nvme/lv_2... 2023-09-07T07:22:02.299 DEBUG:teuthology.orchestra.run.smithi037:> 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 2023-09-07T07:22:02.369 INFO:teuthology.orchestra.run.smithi037.stdout:1 2023-09-07T07:22:02.399 INFO:teuthology.orchestra.run.smithi037.stdout:/dev/vg_nvme/lv_21 2023-09-07T07:22:02.420 INFO:tasks.nvme_loop:Connecting nvme_loop smithi037:/dev/vg_nvme/lv_3... 2023-09-07T07:22:02.420 DEBUG:teuthology.orchestra.run.smithi037:> 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 2023-09-07T07:22:02.486 INFO:teuthology.orchestra.run.smithi037.stdout:1 2023-09-07T07:22:02.512 INFO:teuthology.orchestra.run.smithi037.stdout:/dev/vg_nvme/lv_31 2023-09-07T07:22:02.536 INFO:tasks.nvme_loop:Connecting nvme_loop smithi037:/dev/vg_nvme/lv_4... 2023-09-07T07:22:02.537 DEBUG:teuthology.orchestra.run.smithi037:> 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 2023-09-07T07:22:02.606 INFO:teuthology.orchestra.run.smithi037.stdout:1 2023-09-07T07:22:02.633 INFO:teuthology.orchestra.run.smithi037.stdout:/dev/vg_nvme/lv_41 2023-09-07T07:22:02.659 DEBUG:teuthology.orchestra.run.smithi037:> set -ex 2023-09-07T07:22:02.659 DEBUG:teuthology.orchestra.run.smithi037:> dd if=/scratch_devs of=/dev/stdout 2023-09-07T07:22:02.710 DEBUG:teuthology.orchestra.run.smithi037:> sudo nvme list 2023-09-07T07:22:02.768 INFO:teuthology.orchestra.run.smithi037.stdout:Node SN Model Namespace Usage Format FW Rev 2023-09-07T07:22:02.768 INFO:teuthology.orchestra.run.smithi037.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2023-09-07T07:22:02.768 INFO:teuthology.orchestra.run.smithi037.stdout:/dev/nvme0n1 CVFT5331005T400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2023-09-07T07:22:02.768 INFO:teuthology.orchestra.run.smithi037.stdout:/dev/nvme1n1 37ea8e68c2e5ca3353c4 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-8 2023-09-07T07:22:02.769 INFO:teuthology.orchestra.run.smithi037.stdout:/dev/nvme2n1 12577a4cb11a61a44c78 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-8 2023-09-07T07:22:02.769 INFO:teuthology.orchestra.run.smithi037.stdout:/dev/nvme3n1 6aa05a72ddffab17826e Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-8 2023-09-07T07:22:02.769 INFO:teuthology.orchestra.run.smithi037.stdout:/dev/nvme4n1 ae731270c5c4fae9bd10 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-8 2023-09-07T07:22:02.769 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-09-07T07:22:02.770 DEBUG:teuthology.orchestra.run.smithi037:> set -ex 2023-09-07T07:22:02.770 DEBUG:teuthology.orchestra.run.smithi037:> sudo dd of=/scratch_devs 2023-09-07T07:22:02.825 DEBUG:teuthology.orchestra.run.smithi110:> set -ex 2023-09-07T07:22:02.826 DEBUG:teuthology.orchestra.run.smithi110:> dd if=/scratch_devs of=/dev/stdout 2023-09-07T07:22:02.834 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2023-09-07T07:22:02.834 DEBUG:teuthology.orchestra.run.smithi110:> stat /dev/vg_nvme/lv_1 2023-09-07T07:22:02.885 INFO:teuthology.orchestra.run.smithi110.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-09-07T07:22:02.885 INFO:teuthology.orchestra.run.smithi110.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-09-07T07:22:02.886 INFO:teuthology.orchestra.run.smithi110.stdout:Device: 5h/5d Inode: 493 Links: 1 2023-09-07T07:22:02.886 INFO:teuthology.orchestra.run.smithi110.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-09-07T07:22:02.886 INFO:teuthology.orchestra.run.smithi110.stdout:Access: 2023-09-07 07:20:22.670843707 +0000 2023-09-07T07:22:02.886 INFO:teuthology.orchestra.run.smithi110.stdout:Modify: 2023-09-07 07:20:22.346851178 +0000 2023-09-07T07:22:02.886 INFO:teuthology.orchestra.run.smithi110.stdout:Change: 2023-09-07 07:20:22.346851178 +0000 2023-09-07T07:22:02.887 INFO:teuthology.orchestra.run.smithi110.stdout: Birth: - 2023-09-07T07:22:02.887 DEBUG:teuthology.orchestra.run.smithi110:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-09-07T07:22:02.941 INFO:teuthology.orchestra.run.smithi110.stderr:1+0 records in 2023-09-07T07:22:02.941 INFO:teuthology.orchestra.run.smithi110.stderr:1+0 records out 2023-09-07T07:22:02.941 INFO:teuthology.orchestra.run.smithi110.stderr:512 bytes copied, 0.000298874 s, 1.7 MB/s 2023-09-07T07:22:02.942 DEBUG:teuthology.orchestra.run.smithi110:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-09-07T07:22:02.997 DEBUG:teuthology.orchestra.run.smithi110:> stat /dev/vg_nvme/lv_2 2023-09-07T07:22:03.045 INFO:teuthology.orchestra.run.smithi110.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-09-07T07:22:03.045 INFO:teuthology.orchestra.run.smithi110.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-09-07T07:22:03.045 INFO:teuthology.orchestra.run.smithi110.stdout:Device: 5h/5d Inode: 496 Links: 1 2023-09-07T07:22:03.046 INFO:teuthology.orchestra.run.smithi110.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-09-07T07:22:03.046 INFO:teuthology.orchestra.run.smithi110.stdout:Access: 2023-09-07 07:20:23.186831806 +0000 2023-09-07T07:22:03.046 INFO:teuthology.orchestra.run.smithi110.stdout:Modify: 2023-09-07 07:20:22.854839462 +0000 2023-09-07T07:22:03.046 INFO:teuthology.orchestra.run.smithi110.stdout:Change: 2023-09-07 07:20:22.854839462 +0000 2023-09-07T07:22:03.046 INFO:teuthology.orchestra.run.smithi110.stdout: Birth: - 2023-09-07T07:22:03.047 DEBUG:teuthology.orchestra.run.smithi110:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-09-07T07:22:03.099 INFO:teuthology.orchestra.run.smithi110.stderr:1+0 records in 2023-09-07T07:22:03.099 INFO:teuthology.orchestra.run.smithi110.stderr:1+0 records out 2023-09-07T07:22:03.099 INFO:teuthology.orchestra.run.smithi110.stderr:512 bytes copied, 0.000301723 s, 1.7 MB/s 2023-09-07T07:22:03.100 DEBUG:teuthology.orchestra.run.smithi110:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-09-07T07:22:03.155 DEBUG:teuthology.orchestra.run.smithi110:> stat /dev/vg_nvme/lv_3 2023-09-07T07:22:03.205 INFO:teuthology.orchestra.run.smithi110.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-09-07T07:22:03.205 INFO:teuthology.orchestra.run.smithi110.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-09-07T07:22:03.206 INFO:teuthology.orchestra.run.smithi110.stdout:Device: 5h/5d Inode: 504 Links: 1 2023-09-07T07:22:03.206 INFO:teuthology.orchestra.run.smithi110.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-09-07T07:22:03.206 INFO:teuthology.orchestra.run.smithi110.stdout:Access: 2023-09-07 07:20:23.726819353 +0000 2023-09-07T07:22:03.206 INFO:teuthology.orchestra.run.smithi110.stdout:Modify: 2023-09-07 07:20:23.390827102 +0000 2023-09-07T07:22:03.207 INFO:teuthology.orchestra.run.smithi110.stdout:Change: 2023-09-07 07:20:23.390827102 +0000 2023-09-07T07:22:03.207 INFO:teuthology.orchestra.run.smithi110.stdout: Birth: - 2023-09-07T07:22:03.207 DEBUG:teuthology.orchestra.run.smithi110:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-09-07T07:22:03.258 INFO:teuthology.orchestra.run.smithi110.stderr:1+0 records in 2023-09-07T07:22:03.258 INFO:teuthology.orchestra.run.smithi110.stderr:1+0 records out 2023-09-07T07:22:03.258 INFO:teuthology.orchestra.run.smithi110.stderr:512 bytes copied, 0.00018124 s, 2.8 MB/s 2023-09-07T07:22:03.260 DEBUG:teuthology.orchestra.run.smithi110:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-09-07T07:22:03.310 DEBUG:teuthology.orchestra.run.smithi110:> stat /dev/vg_nvme/lv_4 2023-09-07T07:22:03.365 INFO:teuthology.orchestra.run.smithi110.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-09-07T07:22:03.365 INFO:teuthology.orchestra.run.smithi110.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-09-07T07:22:03.366 INFO:teuthology.orchestra.run.smithi110.stdout:Device: 5h/5d Inode: 508 Links: 1 2023-09-07T07:22:03.366 INFO:teuthology.orchestra.run.smithi110.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-09-07T07:22:03.366 INFO:teuthology.orchestra.run.smithi110.stdout:Access: 2023-09-07 07:20:24.270806809 +0000 2023-09-07T07:22:03.367 INFO:teuthology.orchestra.run.smithi110.stdout:Modify: 2023-09-07 07:20:23.950814188 +0000 2023-09-07T07:22:03.367 INFO:teuthology.orchestra.run.smithi110.stdout:Change: 2023-09-07 07:20:23.950814188 +0000 2023-09-07T07:22:03.367 INFO:teuthology.orchestra.run.smithi110.stdout: Birth: - 2023-09-07T07:22:03.367 DEBUG:teuthology.orchestra.run.smithi110:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-09-07T07:22:03.419 INFO:teuthology.orchestra.run.smithi110.stderr:1+0 records in 2023-09-07T07:22:03.419 INFO:teuthology.orchestra.run.smithi110.stderr:1+0 records out 2023-09-07T07:22:03.419 INFO:teuthology.orchestra.run.smithi110.stderr:512 bytes copied, 0.00030214 s, 1.7 MB/s 2023-09-07T07:22:03.420 DEBUG:teuthology.orchestra.run.smithi110:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-09-07T07:22:03.471 DEBUG:teuthology.orchestra.run.smithi110:> 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 2023-09-07T07:22:03.598 INFO:teuthology.orchestra.run.smithi110.stdout:loop 2023-09-07T07:22:03.601 INFO:tasks.nvme_loop:Connecting nvme_loop smithi110:/dev/vg_nvme/lv_1... 2023-09-07T07:22:03.602 DEBUG:teuthology.orchestra.run.smithi110:> 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 2023-09-07T07:22:03.622 INFO:teuthology.orchestra.run.smithi110.stdout:1 2023-09-07T07:22:03.645 INFO:teuthology.orchestra.run.smithi110.stdout:/dev/vg_nvme/lv_11 2023-09-07T07:22:03.671 INFO:tasks.nvme_loop:Connecting nvme_loop smithi110:/dev/vg_nvme/lv_2... 2023-09-07T07:22:03.672 DEBUG:teuthology.orchestra.run.smithi110:> 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 2023-09-07T07:22:03.744 INFO:teuthology.orchestra.run.smithi110.stdout:1 2023-09-07T07:22:03.771 INFO:teuthology.orchestra.run.smithi110.stdout:/dev/vg_nvme/lv_21 2023-09-07T07:22:03.793 INFO:tasks.nvme_loop:Connecting nvme_loop smithi110:/dev/vg_nvme/lv_3... 2023-09-07T07:22:03.794 DEBUG:teuthology.orchestra.run.smithi110:> 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 2023-09-07T07:22:03.855 INFO:teuthology.orchestra.run.smithi110.stdout:1 2023-09-07T07:22:03.881 INFO:teuthology.orchestra.run.smithi110.stdout:/dev/vg_nvme/lv_31 2023-09-07T07:22:03.906 INFO:tasks.nvme_loop:Connecting nvme_loop smithi110:/dev/vg_nvme/lv_4... 2023-09-07T07:22:03.907 DEBUG:teuthology.orchestra.run.smithi110:> 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 2023-09-07T07:22:03.976 INFO:teuthology.orchestra.run.smithi110.stdout:1 2023-09-07T07:22:04.002 INFO:teuthology.orchestra.run.smithi110.stdout:/dev/vg_nvme/lv_41 2023-09-07T07:22:04.026 DEBUG:teuthology.orchestra.run.smithi110:> set -ex 2023-09-07T07:22:04.026 DEBUG:teuthology.orchestra.run.smithi110:> dd if=/scratch_devs of=/dev/stdout 2023-09-07T07:22:04.077 DEBUG:teuthology.orchestra.run.smithi110:> sudo nvme list 2023-09-07T07:22:04.133 INFO:teuthology.orchestra.run.smithi110.stdout:Node SN Model Namespace Usage Format FW Rev 2023-09-07T07:22:04.133 INFO:teuthology.orchestra.run.smithi110.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2023-09-07T07:22:04.133 INFO:teuthology.orchestra.run.smithi110.stdout:/dev/nvme0n1 PHMB7476002T480DGN INTEL SSDPED1D480GA 1 480.10 GB / 480.10 GB 512 B + 0 B E2010325 2023-09-07T07:22:04.133 INFO:teuthology.orchestra.run.smithi110.stdout:/dev/nvme1n1 70f41a1f0fa880bf2e77 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-8 2023-09-07T07:22:04.134 INFO:teuthology.orchestra.run.smithi110.stdout:/dev/nvme2n1 5b68e83db298c095f7bf Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-8 2023-09-07T07:22:04.134 INFO:teuthology.orchestra.run.smithi110.stdout:/dev/nvme3n1 312e6bf9f4020f815339 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-8 2023-09-07T07:22:04.134 INFO:teuthology.orchestra.run.smithi110.stdout:/dev/nvme4n1 ca7d2343d38bed27cbcc Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-8 2023-09-07T07:22:04.135 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-09-07T07:22:04.135 DEBUG:teuthology.orchestra.run.smithi110:> set -ex 2023-09-07T07:22:04.136 DEBUG:teuthology.orchestra.run.smithi110:> sudo dd of=/scratch_devs 2023-09-07T07:22:04.192 INFO:teuthology.run_tasks:Running task cephadm... 2023-09-07T07:22:04.284 INFO:tasks.cephadm:Config: {'roleless': True, 'conf': {'mgr': {'debug mgr': 20, 'debug ms': 1}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}, 'osd': {'debug ms': 1, 'debug osd': 20, 'osd shutdown pgref assert': True}}, 'flavor': 'default', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)'], 'sha1': '68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb'} 2023-09-07T07:22:04.284 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb 2023-09-07T07:22:04.285 INFO:tasks.cephadm:Cluster fsid is 3e964040-4d4f-11ee-9ab5-7b867c8bd7da 2023-09-07T07:22:04.285 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2023-09-07T07:22:04.286 INFO:tasks.cephadm:No mon roles; fabricating mons 2023-09-07T07:22:04.286 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi037': '172.21.15.37', 'mon.smithi110': '172.21.15.110'} 2023-09-07T07:22:04.286 INFO:tasks.cephadm:Normalizing hostnames... 2023-09-07T07:22:04.287 DEBUG:teuthology.orchestra.run.smithi037:> sudo hostname $(hostname -s) 2023-09-07T07:22:04.304 DEBUG:teuthology.orchestra.run.smithi110:> sudo hostname $(hostname -s) 2023-09-07T07:22:04.321 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2023-09-07T07:22:04.322 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F20.04%2Fx86_64&sha1=68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb 2023-09-07T07:22:04.567 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': '68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb', 'extra': {'build_url': 'https://jenkins.ceph.com/job/ceph-dev-new-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=focal,DIST=focal,MACHINE_SIZE=gigantic/72424/', 'root_build_cause': 'SCMTRIGGER', 'version': '18.2.0-387-g68b7f2b3', 'node_name': '172.21.2.3+braggi03', 'job_name': 'ceph-dev-new-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=focal,DIST=focal,MACHINE_SIZE=gigantic', 'package_manager_version': '18.2.0-387-g68b7f2b3-1focal'}, 'url': 'https://1.chacra.ceph.com/r/ceph/wip-guits-testing-2-2023-09-05-1426/68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb/ubuntu/focal/flavors/default/', 'distro_codename': 'focal', 'modified': '2023-09-05 17:42:07.854344', 'distro_version': '20.04', 'project': 'ceph', 'flavor': 'default', 'ref': 'wip-guits-testing-2-2023-09-05-1426', 'chacra_url': 'https://1.chacra.ceph.com/repos/ceph/wip-guits-testing-2-2023-09-05-1426/68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb/ubuntu/focal/flavors/default/', 'archs': ['x86_64'], 'distro': 'ubuntu'}] 2023-09-07T07:22:04.795 INFO:tasks.util.chacra:got chacra host 1.chacra.ceph.com, ref wip-guits-testing-2-2023-09-05-1426, sha1 68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb from https://shaman.ceph.com/api/search/?project=ceph&distros=ubuntu%2F20.04%2Fx86_64&flavor=default&sha1=68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb 2023-09-07T07:22:04.796 INFO:tasks.cephadm:Discovered cachra url: https://1.chacra.ceph.com/binaries/ceph/wip-guits-testing-2-2023-09-05-1426/68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb/ubuntu/focal/x86_64/flavors/default/cephadm 2023-09-07T07:22:04.796 DEBUG:teuthology.orchestra.run.smithi037:> curl --silent -L https://1.chacra.ceph.com/binaries/ceph/wip-guits-testing-2-2023-09-05-1426/68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb/ubuntu/focal/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-09-07T07:22:05.305 INFO:teuthology.orchestra.run.smithi037.stdout:-rw-rw-r-- 1 ubuntu ubuntu 209274 Sep 7 07:22 /home/ubuntu/cephtest/cephadm 2023-09-07T07:22:05.305 DEBUG:teuthology.orchestra.run.smithi110:> curl --silent -L https://1.chacra.ceph.com/binaries/ceph/wip-guits-testing-2-2023-09-05-1426/68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb/ubuntu/focal/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-09-07T07:22:05.807 INFO:teuthology.orchestra.run.smithi110.stdout:-rw-rw-r-- 1 ubuntu ubuntu 209274 Sep 7 07:22 /home/ubuntu/cephtest/cephadm 2023-09-07T07:22:05.808 DEBUG:teuthology.orchestra.run.smithi037:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-09-07T07:22:05.817 DEBUG:teuthology.orchestra.run.smithi110:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-09-07T07:22:05.834 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb on all hosts... 2023-09-07T07:22:05.835 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb pull 2023-09-07T07:22:05.860 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb pull 2023-09-07T07:22:06.079 INFO:teuthology.orchestra.run.smithi110.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb... 2023-09-07T07:22:06.094 INFO:teuthology.orchestra.run.smithi037.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb... 2023-09-07T07:23:03.915 INFO:teuthology.orchestra.run.smithi110.stdout:{ 2023-09-07T07:23:03.915 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph_version": "ceph version 18.2.0-387-g68b7f2b3 (68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb) reef (stable)", 2023-09-07T07:23:03.915 INFO:teuthology.orchestra.run.smithi110.stdout: "image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", 2023-09-07T07:23:03.916 INFO:teuthology.orchestra.run.smithi110.stdout: "repo_digests": [ 2023-09-07T07:23:03.916 INFO:teuthology.orchestra.run.smithi110.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0" 2023-09-07T07:23:03.916 INFO:teuthology.orchestra.run.smithi110.stdout: ] 2023-09-07T07:23:03.916 INFO:teuthology.orchestra.run.smithi110.stdout:} 2023-09-07T07:23:03.994 INFO:teuthology.orchestra.run.smithi037.stdout:{ 2023-09-07T07:23:03.994 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph_version": "ceph version 18.2.0-387-g68b7f2b3 (68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb) reef (stable)", 2023-09-07T07:23:03.994 INFO:teuthology.orchestra.run.smithi037.stdout: "image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", 2023-09-07T07:23:03.994 INFO:teuthology.orchestra.run.smithi037.stdout: "repo_digests": [ 2023-09-07T07:23:03.995 INFO:teuthology.orchestra.run.smithi037.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0" 2023-09-07T07:23:03.995 INFO:teuthology.orchestra.run.smithi037.stdout: ] 2023-09-07T07:23:03.995 INFO:teuthology.orchestra.run.smithi037.stdout:} 2023-09-07T07:23:04.019 DEBUG:teuthology.orchestra.run.smithi037:> sudo mkdir -p /etc/ceph 2023-09-07T07:23:04.034 DEBUG:teuthology.orchestra.run.smithi110:> sudo mkdir -p /etc/ceph 2023-09-07T07:23:04.050 DEBUG:teuthology.orchestra.run.smithi037:> sudo chmod 777 /etc/ceph 2023-09-07T07:23:04.091 DEBUG:teuthology.orchestra.run.smithi110:> sudo chmod 777 /etc/ceph 2023-09-07T07:23:04.106 INFO:tasks.cephadm:Writing seed config... 2023-09-07T07:23:04.108 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2023-09-07T07:23:04.108 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2023-09-07T07:23:04.108 INFO:tasks.cephadm: override: [mon] debug mon = 20 2023-09-07T07:23:04.109 INFO:tasks.cephadm: override: [mon] debug ms = 1 2023-09-07T07:23:04.109 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2023-09-07T07:23:04.109 INFO:tasks.cephadm: override: [osd] debug ms = 1 2023-09-07T07:23:04.109 INFO:tasks.cephadm: override: [osd] debug osd = 20 2023-09-07T07:23:04.110 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2023-09-07T07:23:04.111 DEBUG:teuthology.orchestra.run.smithi037:> set -ex 2023-09-07T07:23:04.111 DEBUG:teuthology.orchestra.run.smithi037:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2023-09-07T07:23:04.138 DEBUG:tasks.cephadm:Final config: [global] # make logging friendly to teuthology log_to_file = true log_to_stderr = false log to journald = false mon cluster log file level = debug mon clock drift allowed = 1.000 # replicate across OSDs, not hosts osd crush chooseleaf type = 0 #osd pool default size = 2 osd pool default erasure code profile = plugin=jerasure technique=reed_sol_van k=2 m=1 crush-failure-domain=osd # enable some debugging auth debug = true ms die on old message = true ms die on bug = true debug asserts on shutdown = true # adjust warnings mon max pg per osd = 10000# >= luminous mon pg warn max object skew = 0 mon osd allow primary affinity = true mon osd allow pg remap = true mon warn on legacy crush tunables = false mon warn on crush straw calc version zero = false mon warn on no sortbitwise = false mon warn on osd down out interval zero = false mon warn on too few osds = false mon_warn_on_pool_pg_num_not_power_of_two = false # disable pg_autoscaler by default for new pools osd_pool_default_pg_autoscale_mode = off # tests delete pools mon allow pool delete = true fsid = 3e964040-4d4f-11ee-9ab5-7b867c8bd7da [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 2023-09-07T07:23:04.138 DEBUG:teuthology.orchestra.run.smithi037:mon.smithi037> sudo journalctl -f -n 0 -u ceph-3e964040-4d4f-11ee-9ab5-7b867c8bd7da@mon.smithi037.service 2023-09-07T07:23:04.181 INFO:tasks.cephadm:Bootstrapping... 2023-09-07T07:23:04.181 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb -v bootstrap --fsid 3e964040-4d4f-11ee-9ab5-7b867c8bd7da --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.37 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2023-09-07T07:23:04.358 INFO:teuthology.orchestra.run.smithi037.stdout:-------------------------------------------------------------------------------- 2023-09-07T07:23:04.358 INFO:teuthology.orchestra.run.smithi037.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb', '-v', 'bootstrap', '--fsid', '3e964040-4d4f-11ee-9ab5-7b867c8bd7da', '--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.37', '--skip-admin-label'] 2023-09-07T07:23:04.358 INFO:teuthology.orchestra.run.smithi037.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2023-09-07T07:23:04.359 INFO:teuthology.orchestra.run.smithi037.stdout:Verifying podman|docker is present... 2023-09-07T07:23:04.359 INFO:teuthology.orchestra.run.smithi037.stdout:Verifying lvm2 is present... 2023-09-07T07:23:04.359 INFO:teuthology.orchestra.run.smithi037.stdout:Verifying time synchronization is in place... 2023-09-07T07:23:04.365 INFO:teuthology.orchestra.run.smithi037.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2023-09-07T07:23:04.365 INFO:teuthology.orchestra.run.smithi037.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2023-09-07T07:23:04.372 INFO:teuthology.orchestra.run.smithi037.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2023-09-07T07:23:04.372 INFO:teuthology.orchestra.run.smithi037.stdout:systemctl: stdout inactive 2023-09-07T07:23:04.379 INFO:teuthology.orchestra.run.smithi037.stdout:Non-zero exit code 1 from systemctl is-enabled chronyd.service 2023-09-07T07:23:04.379 INFO:teuthology.orchestra.run.smithi037.stdout:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2023-09-07T07:23:04.386 INFO:teuthology.orchestra.run.smithi037.stdout:Non-zero exit code 3 from systemctl is-active chronyd.service 2023-09-07T07:23:04.386 INFO:teuthology.orchestra.run.smithi037.stdout:systemctl: stdout inactive 2023-09-07T07:23:04.393 INFO:teuthology.orchestra.run.smithi037.stdout:Non-zero exit code 1 from systemctl is-enabled systemd-timesyncd.service 2023-09-07T07:23:04.393 INFO:teuthology.orchestra.run.smithi037.stdout:systemctl: stdout masked 2023-09-07T07:23:04.398 INFO:teuthology.orchestra.run.smithi037.stdout:Non-zero exit code 3 from systemctl is-active systemd-timesyncd.service 2023-09-07T07:23:04.398 INFO:teuthology.orchestra.run.smithi037.stdout:systemctl: stdout inactive 2023-09-07T07:23:04.404 INFO:teuthology.orchestra.run.smithi037.stdout:Non-zero exit code 1 from systemctl is-enabled ntpd.service 2023-09-07T07:23:04.404 INFO:teuthology.orchestra.run.smithi037.stdout:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2023-09-07T07:23:04.410 INFO:teuthology.orchestra.run.smithi037.stdout:Non-zero exit code 3 from systemctl is-active ntpd.service 2023-09-07T07:23:04.411 INFO:teuthology.orchestra.run.smithi037.stdout:systemctl: stdout inactive 2023-09-07T07:23:04.417 INFO:teuthology.orchestra.run.smithi037.stdout:systemctl: stdout enabled 2023-09-07T07:23:04.422 INFO:teuthology.orchestra.run.smithi037.stdout:systemctl: stdout active 2023-09-07T07:23:04.423 INFO:teuthology.orchestra.run.smithi037.stdout:Unit ntp.service is enabled and running 2023-09-07T07:23:04.423 INFO:teuthology.orchestra.run.smithi037.stdout:Repeating the final host check... 2023-09-07T07:23:04.423 INFO:teuthology.orchestra.run.smithi037.stdout:docker (/usr/bin/docker) is present 2023-09-07T07:23:04.423 INFO:teuthology.orchestra.run.smithi037.stdout:systemctl is present 2023-09-07T07:23:04.423 INFO:teuthology.orchestra.run.smithi037.stdout:lvcreate is present 2023-09-07T07:23:04.429 INFO:teuthology.orchestra.run.smithi037.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2023-09-07T07:23:04.429 INFO:teuthology.orchestra.run.smithi037.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2023-09-07T07:23:04.435 INFO:teuthology.orchestra.run.smithi037.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2023-09-07T07:23:04.436 INFO:teuthology.orchestra.run.smithi037.stdout:systemctl: stdout inactive 2023-09-07T07:23:04.442 INFO:teuthology.orchestra.run.smithi037.stdout:Non-zero exit code 1 from systemctl is-enabled chronyd.service 2023-09-07T07:23:04.442 INFO:teuthology.orchestra.run.smithi037.stdout:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2023-09-07T07:23:04.449 INFO:teuthology.orchestra.run.smithi037.stdout:Non-zero exit code 3 from systemctl is-active chronyd.service 2023-09-07T07:23:04.449 INFO:teuthology.orchestra.run.smithi037.stdout:systemctl: stdout inactive 2023-09-07T07:23:04.455 INFO:teuthology.orchestra.run.smithi037.stdout:Non-zero exit code 1 from systemctl is-enabled systemd-timesyncd.service 2023-09-07T07:23:04.456 INFO:teuthology.orchestra.run.smithi037.stdout:systemctl: stdout masked 2023-09-07T07:23:04.462 INFO:teuthology.orchestra.run.smithi037.stdout:Non-zero exit code 3 from systemctl is-active systemd-timesyncd.service 2023-09-07T07:23:04.462 INFO:teuthology.orchestra.run.smithi037.stdout:systemctl: stdout inactive 2023-09-07T07:23:04.468 INFO:teuthology.orchestra.run.smithi037.stdout:Non-zero exit code 1 from systemctl is-enabled ntpd.service 2023-09-07T07:23:04.468 INFO:teuthology.orchestra.run.smithi037.stdout:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2023-09-07T07:23:04.475 INFO:teuthology.orchestra.run.smithi037.stdout:Non-zero exit code 3 from systemctl is-active ntpd.service 2023-09-07T07:23:04.476 INFO:teuthology.orchestra.run.smithi037.stdout:systemctl: stdout inactive 2023-09-07T07:23:04.483 INFO:teuthology.orchestra.run.smithi037.stdout:systemctl: stdout enabled 2023-09-07T07:23:04.489 INFO:teuthology.orchestra.run.smithi037.stdout:systemctl: stdout active 2023-09-07T07:23:04.489 INFO:teuthology.orchestra.run.smithi037.stdout:Unit ntp.service is enabled and running 2023-09-07T07:23:04.489 INFO:teuthology.orchestra.run.smithi037.stdout:Host looks OK 2023-09-07T07:23:04.489 INFO:teuthology.orchestra.run.smithi037.stdout:Cluster fsid: 3e964040-4d4f-11ee-9ab5-7b867c8bd7da 2023-09-07T07:23:04.490 INFO:teuthology.orchestra.run.smithi037.stdout:Acquiring lock 140065003179648 on /run/cephadm/3e964040-4d4f-11ee-9ab5-7b867c8bd7da.lock 2023-09-07T07:23:04.490 INFO:teuthology.orchestra.run.smithi037.stdout:Lock 140065003179648 acquired on /run/cephadm/3e964040-4d4f-11ee-9ab5-7b867c8bd7da.lock 2023-09-07T07:23:04.491 INFO:teuthology.orchestra.run.smithi037.stdout:Verifying IP 172.21.15.37 port 3300 ... 2023-09-07T07:23:04.491 INFO:teuthology.orchestra.run.smithi037.stdout:Verifying IP 172.21.15.37 port 6789 ... 2023-09-07T07:23:04.491 INFO:teuthology.orchestra.run.smithi037.stdout:Base mon IP(s) is [172.21.15.37:3300, 172.21.15.37:6789], mon addrv is [v2:172.21.15.37:3300,v1:172.21.15.37:6789] 2023-09-07T07:23:04.495 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/sbin/ip: stdout default via 172.21.15.254 dev ens1f0 2023-09-07T07:23:04.496 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/sbin/ip: stdout 172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2023-09-07T07:23:04.496 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/sbin/ip: stdout 172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.37 2023-09-07T07:23:04.500 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2023-09-07T07:23:04.500 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/sbin/ip: stdout fe80::/64 dev ens1f0 proto kernel metric 256 pref medium 2023-09-07T07:23:04.500 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev ens1f0 proto ra metric 1024 expires 1799sec hoplimit 64 pref medium 2023-09-07T07:23:04.504 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2023-09-07T07:23:04.504 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/sbin/ip: stdout inet6 ::1/128 scope host 2023-09-07T07:23:04.504 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2023-09-07T07:23:04.504 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/sbin/ip: stdout 4: ens1f0: mtu 1500 state UP qlen 1000 2023-09-07T07:23:04.505 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/sbin/ip: stdout inet6 fe80::ec4:7aff:fe88:7794/64 scope link 2023-09-07T07:23:04.505 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2023-09-07T07:23:04.506 INFO:teuthology.orchestra.run.smithi037.stdout:Mon IP `172.21.15.37` is in CIDR network `172.21.0.0/20` 2023-09-07T07:23:04.506 INFO:teuthology.orchestra.run.smithi037.stdout:Mon IP `172.21.15.37` is in CIDR network `172.21.0.0/20` 2023-09-07T07:23:04.506 INFO:teuthology.orchestra.run.smithi037.stdout:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2023-09-07T07:23:04.506 INFO:teuthology.orchestra.run.smithi037.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2023-09-07T07:23:04.507 INFO:teuthology.orchestra.run.smithi037.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb... 2023-09-07T07:23:04.561 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-09-07T07:23:04.732 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/docker: stdout 68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb: Pulling from ceph-ci/ceph 2023-09-07T07:23:04.733 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/docker: stdout Digest: sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0 2023-09-07T07:23:04.733 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/docker: stdout Status: Image is up to date for quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb 2023-09-07T07:23:04.733 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/docker: stdout quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb 2023-09-07T07:23:06.111 INFO:teuthology.orchestra.run.smithi037.stdout:ceph: stdout ceph version 18.2.0-387-g68b7f2b3 (68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb) reef (stable) 2023-09-07T07:23:06.112 INFO:teuthology.orchestra.run.smithi037.stdout:Ceph version: ceph version 18.2.0-387-g68b7f2b3 (68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb) reef (stable) 2023-09-07T07:23:06.112 INFO:teuthology.orchestra.run.smithi037.stdout:Extracting ceph user uid/gid from container image... 2023-09-07T07:23:07.399 INFO:teuthology.orchestra.run.smithi037.stdout:stat: stdout 167 167 2023-09-07T07:23:07.400 INFO:teuthology.orchestra.run.smithi037.stdout:Creating initial keys... 2023-09-07T07:23:08.628 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-authtool: stdout AQBcevlkrCRjBhAA3Gm8S8TeE3aIVThHuF1BAA== 2023-09-07T07:23:09.883 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-authtool: stdout AQBdevlk4n7JFRAAmUbvPZoHH16QSb4ok2zfCg== 2023-09-07T07:23:11.144 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-authtool: stdout AQBeevlkEShEJxAAuqU31MtW/Ki0OM6qOPAUQA== 2023-09-07T07:23:11.145 INFO:teuthology.orchestra.run.smithi037.stdout:Creating initial monmap... 2023-09-07T07:23:12.442 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2023-09-07T07:23:12.443 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = pacific 2023-09-07T07:23:12.443 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to 3e964040-4d4f-11ee-9ab5-7b867c8bd7da 2023-09-07T07:23:12.443 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-09-07T07:23:12.443 INFO:teuthology.orchestra.run.smithi037.stdout:monmaptool for smithi037 [v2:172.21.15.37:3300,v1:172.21.15.37:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2023-09-07T07:23:12.443 INFO:teuthology.orchestra.run.smithi037.stdout:setting min_mon_release = pacific 2023-09-07T07:23:12.444 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/monmaptool: set fsid to 3e964040-4d4f-11ee-9ab5-7b867c8bd7da 2023-09-07T07:23:12.444 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-09-07T07:23:12.444 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-09-07T07:23:12.444 INFO:teuthology.orchestra.run.smithi037.stdout:Creating mon... 2023-09-07T07:23:13.651 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2023-09-07T07:23:13.177+0000 7f61cc402c80 0 set uid:gid to 167:167 (ceph:ceph) 2023-09-07T07:23:13.652 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2023-09-07T07:23:13.181+0000 7f61cc402c80 1 imported monmap: 2023-09-07T07:23:13.652 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr epoch 0 2023-09-07T07:23:13.652 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr fsid 3e964040-4d4f-11ee-9ab5-7b867c8bd7da 2023-09-07T07:23:13.652 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr last_changed 2023-09-07T07:23:11.894973+0000 2023-09-07T07:23:13.653 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr created 2023-09-07T07:23:11.894973+0000 2023-09-07T07:23:13.653 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr min_mon_release 16 (pacific) 2023-09-07T07:23:13.653 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr election_strategy: 1 2023-09-07T07:23:13.653 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr 0: [v2:172.21.15.37:3300/0,v1:172.21.15.37:6789/0] mon.smithi037 2023-09-07T07:23:13.653 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr 2023-09-07T07:23:13.654 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2023-09-07T07:23:13.181+0000 7f61cc402c80 0 /usr/bin/ceph-mon: set fsid to 3e964040-4d4f-11ee-9ab5-7b867c8bd7da 2023-09-07T07:23:13.654 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2023-09-07T07:23:13.181+0000 7f61cc402c80 4 rocksdb: RocksDB version: 7.9.2 2023-09-07T07:23:13.655 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr 2023-09-07T07:23:13.655 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2023-09-07T07:23:13.181+0000 7f61cc402c80 4 rocksdb: Git sha 0 2023-09-07T07:23:13.655 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2023-09-07T07:23:13.181+0000 7f61cc402c80 4 rocksdb: Compile date 2023-09-05 15:42:58 2023-09-07T07:23:13.656 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2023-09-07T07:23:13.181+0000 7f61cc402c80 4 rocksdb: DB SUMMARY 2023-09-07T07:23:13.656 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr 2023-09-07T07:23:13.656 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2023-09-07T07:23:13.181+0000 7f61cc402c80 4 rocksdb: DB Session ID: 0DDEVSFHBQWDNF96V1J6 2023-09-07T07:23:13.656 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr 2023-09-07T07:23:13.656 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2023-09-07T07:23:13.181+0000 7f61cc402c80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi037/store.db dir, Total Num: 0, files: 2023-09-07T07:23:13.657 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr 2023-09-07T07:23:13.657 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2023-09-07T07:23:13.181+0000 7f61cc402c80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi037/store.db: 2023-09-07T07:23:13.657 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr 2023-09-07T07:23:13.657 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2023-09-07T07:23:13.181+0000 7f61cc402c80 4 rocksdb: Options.error_if_exists: 0 2023-09-07T07:23:13.657 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2023-09-07T07:23:13.181+0000 7f61cc402c80 4 rocksdb: Options.create_if_missing: 1 2023-09-07T07:23:13.658 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2023-09-07T07:23:13.181+0000 7f61cc402c80 4 rocksdb: Options.paranoid_checks: 1 2023-09-07T07:23:13.658 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2023-09-07T07:23:13.181+0000 7f61cc402c80 4 rocksdb: Options.flush_verify_memtable_count: 1 2023-09-07T07:23:13.658 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2023-09-07T07:23:13.181+0000 7f61cc402c80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2023-09-07T07:23:13.658 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2023-09-07T07:23:13.181+0000 7f61cc402c80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2023-09-07T07:23:13.658 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2023-09-07T07:23:13.181+0000 7f61cc402c80 4 rocksdb: Options.env: 0x5633beec7720 2023-09-07T07:23:13.659 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2023-09-07T07:23:13.181+0000 7f61cc402c80 4 rocksdb: Options.fs: PosixFileSystem 2023-09-07T07:23:13.659 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2023-09-07T07:23:13.181+0000 7f61cc402c80 4 rocksdb: Options.info_log: 0x5633c23e8540 2023-09-07T07:23:13.659 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2023-09-07T07:23:13.181+0000 7f61cc402c80 4 rocksdb: Options.max_file_opening_threads: 16 2023-09-07T07:23:13.659 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2023-09-07T07:23:13.181+0000 7f61cc402c80 4 rocksdb: Options.statistics: (nil) 2023-09-07T07:23:13.659 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2023-09-07T07:23:13.181+0000 7f61cc402c80 4 rocksdb: Options.use_fsync: 0 2023-09-07T07:23:13.660 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2023-09-07T07:23:13.181+0000 7f61cc402c80 4 rocksdb: Options.max_log_file_size: 0 2023-09-07T07:23:13.660 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2023-09-07T07:23:13.181+0000 7f61cc402c80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-09-07T07:23:13.660 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2023-09-07T07:23:13.181+0000 7f61cc402c80 4 rocksdb: Options.log_file_time_to_roll: 0 2023-09-07T07:23:13.660 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2023-09-07T07:23:13.181+0000 7f61cc402c80 4 rocksdb: Options.keep_log_file_num: 1000 2023-09-07T07:23:13.660 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2023-09-07T07:23:13.181+0000 7f61cc402c80 4 rocksdb: Options.recycle_log_file_num: 0 2023-09-07T07:23:13.683 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2023-09-07T07:23:13.181+0000 7f61cc402c80 4 rocksdb: Options.allow_fallocate: 1 2023-09-07T07:23:13.684 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2023-09-07T07:23:13.181+0000 7f61cc402c80 4 rocksdb: Options.allow_mmap_reads: 0 2023-09-07T07:23:13.684 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2023-09-07T07:23:13.181+0000 7f61cc402c80 4 rocksdb: Options.allow_mmap_writes: 0 2023-09-07T07:23:13.684 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2023-09-07T07:23:13.181+0000 7f61cc402c80 4 rocksdb: Options.use_direct_reads: 0 2023-09-07T07:23:13.684 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2023-09-07T07:23:13.181+0000 7f61cc402c80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-09-07T07:23:13.684 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2023-09-07T07:23:13.181+0000 7f61cc402c80 4 rocksdb: Options.create_missing_column_families: 0 2023-09-07T07:23:13.685 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2023-09-07T07:23:13.181+0000 7f61cc402c80 4 rocksdb: Options.db_log_dir: 2023-09-07T07:23:13.685 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2023-09-07T07:23:13.181+0000 7f61cc402c80 4 rocksdb: Options.wal_dir: 2023-09-07T07:23:13.685 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2023-09-07T07:23:13.181+0000 7f61cc402c80 4 rocksdb: Options.table_cache_numshardbits: 6 2023-09-07T07:23:13.685 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2023-09-07T07:23:13.181+0000 7f61cc402c80 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-09-07T07:23:13.685 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2023-09-07T07:23:13.181+0000 7f61cc402c80 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-09-07T07:23:13.686 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2023-09-07T07:23:13.181+0000 7f61cc402c80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-09-07T07:23:13.686 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2023-09-07T07:23:13.181+0000 7f61cc402c80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-09-07T07:23:13.686 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2023-09-07T07:23:13.181+0000 7f61cc402c80 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-09-07T07:23:13.686 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2023-09-07T07:23:13.181+0000 7f61cc402c80 4 rocksdb: Options.advise_random_on_open: 1 2023-09-07T07:23:13.686 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2023-09-07T07:23:13.181+0000 7f61cc402c80 4 rocksdb: Options.db_write_buffer_size: 0 2023-09-07T07:23:13.687 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2023-09-07T07:23:13.181+0000 7f61cc402c80 4 rocksdb: Options.write_buffer_manager: 0x5633c1678d20 2023-09-07T07:23:13.687 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2023-09-07T07:23:13.181+0000 7f61cc402c80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-09-07T07:23:13.687 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2023-09-07T07:23:13.181+0000 7f61cc402c80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-09-07T07:23:13.687 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2023-09-07T07:23:13.181+0000 7f61cc402c80 4 rocksdb: Options.use_adaptive_mutex: 0 2023-09-07T07:23:13.687 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2023-09-07T07:23:13.181+0000 7f61cc402c80 4 rocksdb: Options.rate_limiter: (nil) 2023-09-07T07:23:13.688 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2023-09-07T07:23:13.181+0000 7f61cc402c80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-09-07T07:23:13.688 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2023-09-07T07:23:13.181+0000 7f61cc402c80 4 rocksdb: Options.wal_recovery_mode: 2 2023-09-07T07:23:13.688 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2023-09-07T07:23:13.181+0000 7f61cc402c80 4 rocksdb: Options.enable_thread_tracking: 0 2023-09-07T07:23:13.688 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2023-09-07T07:23:13.181+0000 7f61cc402c80 4 rocksdb: Options.enable_pipelined_write: 0 2023-09-07T07:23:13.688 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2023-09-07T07:23:13.181+0000 7f61cc402c80 4 rocksdb: Options.unordered_write: 0 2023-09-07T07:23:13.688 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2023-09-07T07:23:13.181+0000 7f61cc402c80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-09-07T07:23:13.689 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2023-09-07T07:23:13.181+0000 7f61cc402c80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-09-07T07:23:13.689 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2023-09-07T07:23:13.181+0000 7f61cc402c80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-09-07T07:23:13.689 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2023-09-07T07:23:13.181+0000 7f61cc402c80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-09-07T07:23:13.689 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2023-09-07T07:23:13.181+0000 7f61cc402c80 4 rocksdb: Options.row_cache: None 2023-09-07T07:23:13.689 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2023-09-07T07:23:13.181+0000 7f61cc402c80 4 rocksdb: Options.wal_filter: None 2023-09-07T07:23:13.690 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2023-09-07T07:23:13.181+0000 7f61cc402c80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-09-07T07:23:13.690 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2023-09-07T07:23:13.181+0000 7f61cc402c80 4 rocksdb: Options.allow_ingest_behind: 0 2023-09-07T07:23:13.690 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2023-09-07T07:23:13.181+0000 7f61cc402c80 4 rocksdb: Options.two_write_queues: 0 2023-09-07T07:23:13.690 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2023-09-07T07:23:13.181+0000 7f61cc402c80 4 rocksdb: Options.manual_wal_flush: 0 2023-09-07T07:23:13.690 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2023-09-07T07:23:13.181+0000 7f61cc402c80 4 rocksdb: Options.wal_compression: 0 2023-09-07T07:23:13.691 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2023-09-07T07:23:13.181+0000 7f61cc402c80 4 rocksdb: Options.atomic_flush: 0 2023-09-07T07:23:13.691 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2023-09-07T07:23:13.181+0000 7f61cc402c80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-09-07T07:23:13.691 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2023-09-07T07:23:13.181+0000 7f61cc402c80 4 rocksdb: Options.persist_stats_to_disk: 0 2023-09-07T07:23:13.691 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2023-09-07T07:23:13.181+0000 7f61cc402c80 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-09-07T07:23:13.691 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2023-09-07T07:23:13.181+0000 7f61cc402c80 4 rocksdb: Options.log_readahead_size: 0 2023-09-07T07:23:13.692 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2023-09-07T07:23:13.181+0000 7f61cc402c80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2023-09-07T07:23:13.692 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2023-09-07T07:23:13.181+0000 7f61cc402c80 4 rocksdb: Options.best_efforts_recovery: 0 2023-09-07T07:23:13.692 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2023-09-07T07:23:13.181+0000 7f61cc402c80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2023-09-07T07:23:13.692 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2023-09-07T07:23:13.181+0000 7f61cc402c80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2023-09-07T07:23:13.693 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2023-09-07T07:23:13.181+0000 7f61cc402c80 4 rocksdb: Options.allow_data_in_errors: 0 2023-09-07T07:23:13.693 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2023-09-07T07:23:13.181+0000 7f61cc402c80 4 rocksdb: Options.db_host_id: __hostname__ 2023-09-07T07:23:13.693 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2023-09-07T07:23:13.181+0000 7f61cc402c80 4 rocksdb: Options.enforce_single_del_contracts: true 2023-09-07T07:23:13.693 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2023-09-07T07:23:13.181+0000 7f61cc402c80 4 rocksdb: Options.max_background_jobs: 2 2023-09-07T07:23:13.693 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2023-09-07T07:23:13.181+0000 7f61cc402c80 4 rocksdb: Options.max_background_compactions: -1 2023-09-07T07:23:13.694 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2023-09-07T07:23:13.181+0000 7f61cc402c80 4 rocksdb: Options.max_subcompactions: 1 2023-09-07T07:23:13.694 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2023-09-07T07:23:13.181+0000 7f61cc402c80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-09-07T07:23:13.694 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2023-09-07T07:23:13.181+0000 7f61cc402c80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-09-07T07:23:13.694 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2023-09-07T07:23:13.181+0000 7f61cc402c80 4 rocksdb: Options.delayed_write_rate : 16777216 2023-09-07T07:23:13.694 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2023-09-07T07:23:13.181+0000 7f61cc402c80 4 rocksdb: Options.max_total_wal_size: 0 2023-09-07T07:23:13.695 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2023-09-07T07:23:13.181+0000 7f61cc402c80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-09-07T07:23:13.695 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2023-09-07T07:23:13.181+0000 7f61cc402c80 4 rocksdb: Options.stats_dump_period_sec: 600 2023-09-07T07:23:13.695 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2023-09-07T07:23:13.181+0000 7f61cc402c80 4 rocksdb: Options.stats_persist_period_sec: 600 2023-09-07T07:23:13.695 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2023-09-07T07:23:13.181+0000 7f61cc402c80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-09-07T07:23:13.695 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2023-09-07T07:23:13.181+0000 7f61cc402c80 4 rocksdb: Options.max_open_files: -1 2023-09-07T07:23:13.696 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2023-09-07T07:23:13.181+0000 7f61cc402c80 4 rocksdb: Options.bytes_per_sync: 0 2023-09-07T07:23:13.696 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2023-09-07T07:23:13.181+0000 7f61cc402c80 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-09-07T07:23:13.696 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2023-09-07T07:23:13.181+0000 7f61cc402c80 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-09-07T07:23:13.696 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2023-09-07T07:23:13.181+0000 7f61cc402c80 4 rocksdb: Options.compaction_readahead_size: 0 2023-09-07T07:23:13.696 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2023-09-07T07:23:13.181+0000 7f61cc402c80 4 rocksdb: Options.max_background_flushes: -1 2023-09-07T07:23:13.697 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2023-09-07T07:23:13.181+0000 7f61cc402c80 4 rocksdb: Compression algorithms supported: 2023-09-07T07:23:13.697 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2023-09-07T07:23:13.181+0000 7f61cc402c80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-09-07T07:23:13.697 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2023-09-07T07:23:13.181+0000 7f61cc402c80 4 rocksdb: kZSTD supported: 0 2023-09-07T07:23:13.697 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2023-09-07T07:23:13.181+0000 7f61cc402c80 4 rocksdb: kXpressCompression supported: 0 2023-09-07T07:23:13.697 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2023-09-07T07:23:13.181+0000 7f61cc402c80 4 rocksdb: kLZ4HCCompression supported: 1 2023-09-07T07:23:13.698 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2023-09-07T07:23:13.181+0000 7f61cc402c80 4 rocksdb: kZlibCompression supported: 1 2023-09-07T07:23:13.698 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2023-09-07T07:23:13.181+0000 7f61cc402c80 4 rocksdb: kSnappyCompression supported: 1 2023-09-07T07:23:13.698 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2023-09-07T07:23:13.181+0000 7f61cc402c80 4 rocksdb: kLZ4Compression supported: 1 2023-09-07T07:23:13.698 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2023-09-07T07:23:13.181+0000 7f61cc402c80 4 rocksdb: kBZip2Compression supported: 0 2023-09-07T07:23:13.698 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2023-09-07T07:23:13.181+0000 7f61cc402c80 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-09-07T07:23:13.699 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2023-09-07T07:23:13.181+0000 7f61cc402c80 4 rocksdb: DMutex implementation: pthread_mutex_t 2023-09-07T07:23:13.699 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2023-09-07T07:23:13.181+0000 7f61cc402c80 4 rocksdb: [db/db_impl/db_impl_open.cc:317] Creating manifest 1 2023-09-07T07:23:13.699 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr 2023-09-07T07:23:13.699 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2023-09-07T07:23:13.181+0000 7f61cc402c80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi037/store.db/MANIFEST-000001 2023-09-07T07:23:13.699 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr 2023-09-07T07:23:13.699 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2023-09-07T07:23:13.181+0000 7f61cc402c80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2023-09-07T07:23:13.700 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr 2023-09-07T07:23:13.700 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2023-09-07T07:23:13.181+0000 7f61cc402c80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-09-07T07:23:13.700 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2023-09-07T07:23:13.181+0000 7f61cc402c80 4 rocksdb: Options.merge_operator: 2023-09-07T07:23:13.700 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2023-09-07T07:23:13.181+0000 7f61cc402c80 4 rocksdb: Options.compaction_filter: None 2023-09-07T07:23:13.700 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2023-09-07T07:23:13.181+0000 7f61cc402c80 4 rocksdb: Options.compaction_filter_factory: None 2023-09-07T07:23:13.701 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2023-09-07T07:23:13.181+0000 7f61cc402c80 4 rocksdb: Options.sst_partitioner_factory: None 2023-09-07T07:23:13.701 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2023-09-07T07:23:13.181+0000 7f61cc402c80 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-09-07T07:23:13.701 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2023-09-07T07:23:13.181+0000 7f61cc402c80 4 rocksdb: Options.table_factory: BlockBasedTable 2023-09-07T07:23:13.701 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2023-09-07T07:23:13.181+0000 7f61cc402c80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5633c23e8640) 2023-09-07T07:23:13.701 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks: 1 2023-09-07T07:23:13.702 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks_with_high_priority: 0 2023-09-07T07:23:13.702 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr pin_l0_filter_and_index_blocks_in_cache: 0 2023-09-07T07:23:13.702 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr pin_top_level_index_and_filter: 1 2023-09-07T07:23:13.702 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr index_type: 0 2023-09-07T07:23:13.702 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr data_block_index_type: 0 2023-09-07T07:23:13.702 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr index_shortening: 1 2023-09-07T07:23:13.703 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr data_block_hash_table_util_ratio: 0.750000 2023-09-07T07:23:13.703 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr checksum: 4 2023-09-07T07:23:13.703 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr no_block_cache: 0 2023-09-07T07:23:13.703 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr block_cache: 0x5633c16f91f0 2023-09-07T07:23:13.703 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr block_cache_name: BinnedLRUCache 2023-09-07T07:23:13.704 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr block_cache_options: 2023-09-07T07:23:13.704 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr capacity : 536870912 2023-09-07T07:23:13.704 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr num_shard_bits : 4 2023-09-07T07:23:13.704 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr strict_capacity_limit : 0 2023-09-07T07:23:13.704 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr high_pri_pool_ratio: 0.000 2023-09-07T07:23:13.705 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr block_cache_compressed: (nil) 2023-09-07T07:23:13.705 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr persistent_cache: (nil) 2023-09-07T07:23:13.705 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr block_size: 4096 2023-09-07T07:23:13.705 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr block_size_deviation: 10 2023-09-07T07:23:13.705 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr block_restart_interval: 16 2023-09-07T07:23:13.706 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr index_block_restart_interval: 1 2023-09-07T07:23:13.706 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr metadata_block_size: 4096 2023-09-07T07:23:13.706 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr partition_filters: 0 2023-09-07T07:23:13.706 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr use_delta_encoding: 1 2023-09-07T07:23:13.706 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr filter_policy: bloomfilter 2023-09-07T07:23:13.707 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr whole_key_filtering: 1 2023-09-07T07:23:13.707 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr verify_compression: 0 2023-09-07T07:23:13.707 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr read_amp_bytes_per_bit: 0 2023-09-07T07:23:13.707 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr format_version: 5 2023-09-07T07:23:13.707 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr enable_index_compression: 1 2023-09-07T07:23:13.708 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr block_align: 0 2023-09-07T07:23:13.708 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr max_auto_readahead_size: 262144 2023-09-07T07:23:13.708 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr prepopulate_block_cache: 0 2023-09-07T07:23:13.708 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr initial_auto_readahead_size: 8192 2023-09-07T07:23:13.708 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr num_file_reads_for_auto_readahead: 2 2023-09-07T07:23:13.709 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr 2023-09-07T07:23:13.709 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2023-09-07T07:23:13.181+0000 7f61cc402c80 4 rocksdb: Options.write_buffer_size: 33554432 2023-09-07T07:23:13.709 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2023-09-07T07:23:13.181+0000 7f61cc402c80 4 rocksdb: Options.max_write_buffer_number: 2 2023-09-07T07:23:13.709 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2023-09-07T07:23:13.181+0000 7f61cc402c80 4 rocksdb: Options.compression: NoCompression 2023-09-07T07:23:13.709 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2023-09-07T07:23:13.181+0000 7f61cc402c80 4 rocksdb: Options.bottommost_compression: Disabled 2023-09-07T07:23:13.710 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2023-09-07T07:23:13.181+0000 7f61cc402c80 4 rocksdb: Options.prefix_extractor: nullptr 2023-09-07T07:23:13.710 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2023-09-07T07:23:13.181+0000 7f61cc402c80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-09-07T07:23:13.710 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2023-09-07T07:23:13.181+0000 7f61cc402c80 4 rocksdb: Options.num_levels: 7 2023-09-07T07:23:13.710 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2023-09-07T07:23:13.181+0000 7f61cc402c80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-09-07T07:23:13.710 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2023-09-07T07:23:13.181+0000 7f61cc402c80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-09-07T07:23:13.711 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2023-09-07T07:23:13.181+0000 7f61cc402c80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-09-07T07:23:13.711 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2023-09-07T07:23:13.181+0000 7f61cc402c80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-09-07T07:23:13.711 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2023-09-07T07:23:13.181+0000 7f61cc402c80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-09-07T07:23:13.711 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2023-09-07T07:23:13.181+0000 7f61cc402c80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-09-07T07:23:13.711 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2023-09-07T07:23:13.181+0000 7f61cc402c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-09-07T07:23:13.712 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2023-09-07T07:23:13.181+0000 7f61cc402c80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-09-07T07:23:13.712 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2023-09-07T07:23:13.181+0000 7f61cc402c80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2023-09-07T07:23:13.712 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2023-09-07T07:23:13.181+0000 7f61cc402c80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-09-07T07:23:13.712 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2023-09-07T07:23:13.181+0000 7f61cc402c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2023-09-07T07:23:13.712 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2023-09-07T07:23:13.181+0000 7f61cc402c80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2023-09-07T07:23:13.713 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2023-09-07T07:23:13.181+0000 7f61cc402c80 4 rocksdb: Options.compression_opts.window_bits: -14 2023-09-07T07:23:13.713 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2023-09-07T07:23:13.181+0000 7f61cc402c80 4 rocksdb: Options.compression_opts.level: 32767 2023-09-07T07:23:13.713 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2023-09-07T07:23:13.181+0000 7f61cc402c80 4 rocksdb: Options.compression_opts.strategy: 0 2023-09-07T07:23:13.713 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2023-09-07T07:23:13.181+0000 7f61cc402c80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-09-07T07:23:13.713 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2023-09-07T07:23:13.181+0000 7f61cc402c80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-09-07T07:23:13.713 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2023-09-07T07:23:13.181+0000 7f61cc402c80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2023-09-07T07:23:13.714 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2023-09-07T07:23:13.181+0000 7f61cc402c80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2023-09-07T07:23:13.714 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2023-09-07T07:23:13.181+0000 7f61cc402c80 4 rocksdb: Options.compression_opts.enabled: false 2023-09-07T07:23:13.714 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2023-09-07T07:23:13.181+0000 7f61cc402c80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2023-09-07T07:23:13.714 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2023-09-07T07:23:13.181+0000 7f61cc402c80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-09-07T07:23:13.714 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2023-09-07T07:23:13.181+0000 7f61cc402c80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-09-07T07:23:13.715 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2023-09-07T07:23:13.181+0000 7f61cc402c80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-09-07T07:23:13.715 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2023-09-07T07:23:13.181+0000 7f61cc402c80 4 rocksdb: Options.target_file_size_base: 67108864 2023-09-07T07:23:13.715 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2023-09-07T07:23:13.181+0000 7f61cc402c80 4 rocksdb: Options.target_file_size_multiplier: 1 2023-09-07T07:23:13.715 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2023-09-07T07:23:13.181+0000 7f61cc402c80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-09-07T07:23:13.715 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2023-09-07T07:23:13.181+0000 7f61cc402c80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-09-07T07:23:13.716 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2023-09-07T07:23:13.181+0000 7f61cc402c80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-09-07T07:23:13.716 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2023-09-07T07:23:13.181+0000 7f61cc402c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-09-07T07:23:13.716 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2023-09-07T07:23:13.181+0000 7f61cc402c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-09-07T07:23:13.716 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2023-09-07T07:23:13.181+0000 7f61cc402c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-09-07T07:23:13.716 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2023-09-07T07:23:13.181+0000 7f61cc402c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-09-07T07:23:13.716 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2023-09-07T07:23:13.181+0000 7f61cc402c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-09-07T07:23:13.717 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2023-09-07T07:23:13.181+0000 7f61cc402c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-09-07T07:23:13.717 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2023-09-07T07:23:13.181+0000 7f61cc402c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-09-07T07:23:13.717 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2023-09-07T07:23:13.181+0000 7f61cc402c80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-09-07T07:23:13.717 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2023-09-07T07:23:13.181+0000 7f61cc402c80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-09-07T07:23:13.717 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2023-09-07T07:23:13.181+0000 7f61cc402c80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2023-09-07T07:23:13.718 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2023-09-07T07:23:13.181+0000 7f61cc402c80 4 rocksdb: Options.arena_block_size: 1048576 2023-09-07T07:23:13.718 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2023-09-07T07:23:13.181+0000 7f61cc402c80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-09-07T07:23:13.718 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2023-09-07T07:23:13.181+0000 7f61cc402c80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-09-07T07:23:13.718 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2023-09-07T07:23:13.181+0000 7f61cc402c80 4 rocksdb: Options.disable_auto_compactions: 0 2023-09-07T07:23:13.718 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2023-09-07T07:23:13.181+0000 7f61cc402c80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-09-07T07:23:13.719 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2023-09-07T07:23:13.181+0000 7f61cc402c80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-09-07T07:23:13.719 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2023-09-07T07:23:13.181+0000 7f61cc402c80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-09-07T07:23:13.719 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2023-09-07T07:23:13.181+0000 7f61cc402c80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-09-07T07:23:13.719 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2023-09-07T07:23:13.181+0000 7f61cc402c80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-09-07T07:23:13.719 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2023-09-07T07:23:13.181+0000 7f61cc402c80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-09-07T07:23:13.720 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2023-09-07T07:23:13.181+0000 7f61cc402c80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-09-07T07:23:13.720 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2023-09-07T07:23:13.181+0000 7f61cc402c80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-09-07T07:23:13.720 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2023-09-07T07:23:13.181+0000 7f61cc402c80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-09-07T07:23:13.720 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2023-09-07T07:23:13.181+0000 7f61cc402c80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-09-07T07:23:13.720 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2023-09-07T07:23:13.181+0000 7f61cc402c80 4 rocksdb: Options.table_properties_collectors: 2023-09-07T07:23:13.720 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2023-09-07T07:23:13.181+0000 7f61cc402c80 4 rocksdb: Options.inplace_update_support: 0 2023-09-07T07:23:13.721 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2023-09-07T07:23:13.181+0000 7f61cc402c80 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-09-07T07:23:13.721 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2023-09-07T07:23:13.181+0000 7f61cc402c80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-09-07T07:23:13.721 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2023-09-07T07:23:13.181+0000 7f61cc402c80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-09-07T07:23:13.721 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2023-09-07T07:23:13.181+0000 7f61cc402c80 4 rocksdb: Options.memtable_huge_page_size: 0 2023-09-07T07:23:13.721 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2023-09-07T07:23:13.181+0000 7f61cc402c80 4 rocksdb: Options.bloom_locality: 0 2023-09-07T07:23:13.722 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2023-09-07T07:23:13.181+0000 7f61cc402c80 4 rocksdb: Options.max_successive_merges: 0 2023-09-07T07:23:13.722 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2023-09-07T07:23:13.181+0000 7f61cc402c80 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-09-07T07:23:13.722 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2023-09-07T07:23:13.181+0000 7f61cc402c80 4 rocksdb: Options.paranoid_file_checks: 0 2023-09-07T07:23:13.722 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2023-09-07T07:23:13.181+0000 7f61cc402c80 4 rocksdb: Options.force_consistency_checks: 1 2023-09-07T07:23:13.722 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2023-09-07T07:23:13.181+0000 7f61cc402c80 4 rocksdb: Options.report_bg_io_stats: 0 2023-09-07T07:23:13.723 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2023-09-07T07:23:13.181+0000 7f61cc402c80 4 rocksdb: Options.ttl: 2592000 2023-09-07T07:23:13.723 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2023-09-07T07:23:13.181+0000 7f61cc402c80 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-09-07T07:23:13.723 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2023-09-07T07:23:13.181+0000 7f61cc402c80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2023-09-07T07:23:13.723 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2023-09-07T07:23:13.181+0000 7f61cc402c80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2023-09-07T07:23:13.723 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2023-09-07T07:23:13.181+0000 7f61cc402c80 4 rocksdb: Options.enable_blob_files: false 2023-09-07T07:23:13.724 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2023-09-07T07:23:13.181+0000 7f61cc402c80 4 rocksdb: Options.min_blob_size: 0 2023-09-07T07:23:13.724 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2023-09-07T07:23:13.181+0000 7f61cc402c80 4 rocksdb: Options.blob_file_size: 268435456 2023-09-07T07:23:13.724 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2023-09-07T07:23:13.181+0000 7f61cc402c80 4 rocksdb: Options.blob_compression_type: NoCompression 2023-09-07T07:23:13.724 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2023-09-07T07:23:13.181+0000 7f61cc402c80 4 rocksdb: Options.enable_blob_garbage_collection: false 2023-09-07T07:23:13.725 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2023-09-07T07:23:13.181+0000 7f61cc402c80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2023-09-07T07:23:13.725 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2023-09-07T07:23:13.181+0000 7f61cc402c80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2023-09-07T07:23:13.725 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2023-09-07T07:23:13.181+0000 7f61cc402c80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2023-09-07T07:23:13.725 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2023-09-07T07:23:13.181+0000 7f61cc402c80 4 rocksdb: Options.blob_file_starting_level: 0 2023-09-07T07:23:13.725 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2023-09-07T07:23:13.181+0000 7f61cc402c80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2023-09-07T07:23:13.725 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2023-09-07T07:23:13.185+0000 7f61cc402c80 4 rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi037/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 2023-09-07T07:23:13.726 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr 2023-09-07T07:23:13.726 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2023-09-07T07:23:13.185+0000 7f61cc402c80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2023-09-07T07:23:13.726 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr 2023-09-07T07:23:13.726 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2023-09-07T07:23:13.185+0000 7f61cc402c80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: fb69b95f-0fc9-4d44-9319-acc52d02e96a 2023-09-07T07:23:13.726 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr 2023-09-07T07:23:13.727 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2023-09-07T07:23:13.185+0000 7f61cc402c80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 5 2023-09-07T07:23:13.727 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr 2023-09-07T07:23:13.727 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2023-09-07T07:23:13.185+0000 7f61cc402c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x5633c1770000 2023-09-07T07:23:13.727 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2023-09-07T07:23:13.185+0000 7f61cc402c80 4 rocksdb: DB pointer 0x5633c1762000 2023-09-07T07:23:13.727 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2023-09-07T07:23:13.185+0000 7f61bc618700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2023-09-07T07:23:13.728 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2023-09-07T07:23:13.185+0000 7f61bc618700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2023-09-07T07:23:13.728 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr ** DB Stats ** 2023-09-07T07:23:13.728 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2023-09-07T07:23:13.728 INFO:teuthology.orchestra.run.smithi037.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 2023-09-07T07:23:13.728 INFO:teuthology.orchestra.run.smithi037.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 2023-09-07T07:23:13.729 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-09-07T07:23:13.729 INFO:teuthology.orchestra.run.smithi037.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 2023-09-07T07:23:13.729 INFO:teuthology.orchestra.run.smithi037.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 2023-09-07T07:23:13.729 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-09-07T07:23:13.729 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr 2023-09-07T07:23:13.729 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2023-09-07T07:23:13.730 INFO:teuthology.orchestra.run.smithi037.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) 2023-09-07T07:23:13.730 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2023-09-07T07:23:13.730 INFO:teuthology.orchestra.run.smithi037.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 2023-09-07T07:23:13.730 INFO:teuthology.orchestra.run.smithi037.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 2023-09-07T07:23:13.730 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr 2023-09-07T07:23:13.731 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2023-09-07T07:23:13.731 INFO:teuthology.orchestra.run.smithi037.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) 2023-09-07T07:23:13.731 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-09-07T07:23:13.731 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr 2023-09-07T07:23:13.731 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2023-09-07T07:23:13.732 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr 2023-09-07T07:23:13.732 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2023-09-07T07:23:13.732 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr Flush(GB): cumulative 0.000, interval 0.000 2023-09-07T07:23:13.732 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr AddFile(GB): cumulative 0.000, interval 0.000 2023-09-07T07:23:13.732 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr AddFile(Total Files): cumulative 0, interval 0 2023-09-07T07:23:13.733 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr AddFile(L0 Files): cumulative 0, interval 0 2023-09-07T07:23:13.733 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr AddFile(Keys): cumulative 0, interval 0 2023-09-07T07:23:13.733 INFO:teuthology.orchestra.run.smithi037.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 2023-09-07T07:23:13.733 INFO:teuthology.orchestra.run.smithi037.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 2023-09-07T07:23:13.733 INFO:teuthology.orchestra.run.smithi037.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 2023-09-07T07:23:13.733 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr Block cache BinnedLRUCache@0x5633c16f91f0#7 capacity: 512.00 MB usage: 0.00 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 2.2e-05 secs_since: 0 2023-09-07T07:23:13.734 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr Block cache entry stats(count,size,portion): Misc(1,0.00 KB,0%) 2023-09-07T07:23:13.734 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr 2023-09-07T07:23:13.734 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr ** File Read Latency Histogram By Level [default] ** 2023-09-07T07:23:13.734 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr 2023-09-07T07:23:13.734 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2023-09-07T07:23:13.189+0000 7f61cc402c80 4 rocksdb: [db/db_impl/db_impl.cc:496] Shutdown: canceling all background work 2023-09-07T07:23:13.735 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2023-09-07T07:23:13.189+0000 7f61cc402c80 4 rocksdb: [db/db_impl/db_impl.cc:704] Shutdown complete 2023-09-07T07:23:13.735 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2023-09-07T07:23:13.189+0000 7f61cc402c80 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-smithi037 for mon.smithi037 2023-09-07T07:23:13.735 INFO:teuthology.orchestra.run.smithi037.stdout:create mon.smithi037 on 2023-09-07T07:23:14.117 INFO:teuthology.orchestra.run.smithi037.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /etc/systemd/system/ceph.target. 2023-09-07T07:23:14.351 INFO:teuthology.orchestra.run.smithi037.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-3e964040-4d4f-11ee-9ab5-7b867c8bd7da.target -> /etc/systemd/system/ceph-3e964040-4d4f-11ee-9ab5-7b867c8bd7da.target. 2023-09-07T07:23:14.351 INFO:teuthology.orchestra.run.smithi037.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-3e964040-4d4f-11ee-9ab5-7b867c8bd7da.target -> /etc/systemd/system/ceph-3e964040-4d4f-11ee-9ab5-7b867c8bd7da.target. 2023-09-07T07:23:14.652 INFO:teuthology.orchestra.run.smithi037.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-3e964040-4d4f-11ee-9ab5-7b867c8bd7da@mon.smithi037 2023-09-07T07:23:14.652 INFO:teuthology.orchestra.run.smithi037.stdout:systemctl: stderr Failed to reset failed state of unit ceph-3e964040-4d4f-11ee-9ab5-7b867c8bd7da@mon.smithi037.service: Unit ceph-3e964040-4d4f-11ee-9ab5-7b867c8bd7da@mon.smithi037.service not loaded. 2023-09-07T07:23:14.864 INFO:teuthology.orchestra.run.smithi037.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-3e964040-4d4f-11ee-9ab5-7b867c8bd7da.target.wants/ceph-3e964040-4d4f-11ee-9ab5-7b867c8bd7da@mon.smithi037.service -> /etc/systemd/system/ceph-3e964040-4d4f-11ee-9ab5-7b867c8bd7da@.service. 2023-09-07T07:23:14.876 INFO:teuthology.orchestra.run.smithi037.stdout:firewalld does not appear to be present 2023-09-07T07:23:14.876 INFO:teuthology.orchestra.run.smithi037.stdout:Not possible to enable service . firewalld.service is not available 2023-09-07T07:23:14.877 INFO:teuthology.orchestra.run.smithi037.stdout:Waiting for mon to start... 2023-09-07T07:23:14.877 INFO:teuthology.orchestra.run.smithi037.stdout:Waiting for mon... 2023-09-07T07:23:16.212 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:16 smithi037 bash[23599]: cluster 2023-09-07T07:23:16.121687+0000 mon.smithi037 (mon.0) 1 : cluster 1 mon.smithi037 is new leader, mons smithi037 in quorum (ranks 0) 2023-09-07T07:23:16.989 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout cluster: 2023-09-07T07:23:16.990 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout id: 3e964040-4d4f-11ee-9ab5-7b867c8bd7da 2023-09-07T07:23:16.990 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2023-09-07T07:23:16.990 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout 2023-09-07T07:23:16.990 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout services: 2023-09-07T07:23:16.991 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum smithi037 (age 0.257031s) 2023-09-07T07:23:16.991 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2023-09-07T07:23:16.991 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2023-09-07T07:23:16.991 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout 2023-09-07T07:23:16.991 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout data: 2023-09-07T07:23:16.992 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2023-09-07T07:23:16.992 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2023-09-07T07:23:16.992 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2023-09-07T07:23:16.992 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout pgs: 2023-09-07T07:23:16.992 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout 2023-09-07T07:23:16.993 INFO:teuthology.orchestra.run.smithi037.stdout:mon is available 2023-09-07T07:23:16.993 INFO:teuthology.orchestra.run.smithi037.stdout:Assimilating anything we can from ceph.conf... 2023-09-07T07:23:17.462 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:17 smithi037 bash[23599]: cluster 2023-09-07T07:23:16.133206+0000 mon.smithi037 (mon.0) 2 : cluster 1 mon.smithi037 is new leader, mons smithi037 in quorum (ranks 0) 2023-09-07T07:23:17.462 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:17 smithi037 bash[23599]: cluster 2023-09-07T07:23:16.133490+0000 mon.smithi037 (mon.0) 3 : cluster 0 monmap e1: 1 mons at {smithi037=[v2:172.21.15.37:3300/0,v1:172.21.15.37:6789/0]} removed_ranks: {} 2023-09-07T07:23:17.463 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:17 smithi037 bash[23599]: cluster 2023-09-07T07:23:16.136650+0000 mon.smithi037 (mon.0) 4 : cluster 0 fsmap 2023-09-07T07:23:17.463 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:17 smithi037 bash[23599]: cluster 2023-09-07T07:23:16.139806+0000 mon.smithi037 (mon.0) 5 : cluster 0 osdmap e1: 0 total, 0 up, 0 in 2023-09-07T07:23:17.463 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:17 smithi037 bash[23599]: cluster 2023-09-07T07:23:16.140440+0000 mon.smithi037 (mon.0) 6 : cluster 0 mgrmap e1: no daemons active 2023-09-07T07:23:17.463 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:17 smithi037 bash[23599]: audit 2023-09-07T07:23:16.390078+0000 mon.smithi037 (mon.0) 7 : audit 0 from='client.? 172.21.15.37:0/3815384563' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2023-09-07T07:23:18.462 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:18 smithi037 bash[23599]: audit 2023-09-07T07:23:17.987837+0000 mon.smithi037 (mon.0) 8 : audit 1 from='client.? 172.21.15.37:0/1086405554' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-09-07T07:23:18.462 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:18 smithi037 bash[23599]: audit 2023-09-07T07:23:17.991334+0000 mon.smithi037 (mon.0) 9 : audit 1 from='client.? 172.21.15.37:0/1086405554' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2023-09-07T07:23:18.567 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout 2023-09-07T07:23:18.567 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout [global] 2023-09-07T07:23:18.568 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout fsid = 3e964040-4d4f-11ee-9ab5-7b867c8bd7da 2023-09-07T07:23:18.568 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.37:3300,v1:172.21.15.37:6789] 2023-09-07T07:23:18.568 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2023-09-07T07:23:18.568 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2023-09-07T07:23:18.569 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2023-09-07T07:23:18.570 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2023-09-07T07:23:18.570 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout 2023-09-07T07:23:18.570 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout [mgr] 2023-09-07T07:23:18.570 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2023-09-07T07:23:18.570 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout 2023-09-07T07:23:18.571 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout [osd] 2023-09-07T07:23:18.571 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2023-09-07T07:23:18.571 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2023-09-07T07:23:18.571 INFO:teuthology.orchestra.run.smithi037.stdout:Generating new minimal ceph.conf... 2023-09-07T07:23:19.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:19 smithi037 bash[23599]: audit 2023-09-07T07:23:19.562404+0000 mon.smithi037 (mon.0) 10 : audit 0 from='client.? 172.21.15.37:0/2707187087' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:23:20.073 INFO:teuthology.orchestra.run.smithi037.stdout:Restarting the monitor... 2023-09-07T07:23:20.462 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:20 smithi037 systemd[1]: Stopping Ceph mon.smithi037 for 3e964040-4d4f-11ee-9ab5-7b867c8bd7da... 2023-09-07T07:23:20.463 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:20 smithi037 bash[23599]: debug 2023-09-07T07:23:20.221+0000 7fd127f26700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.smithi037 -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 2023-09-07T07:23:20.463 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:20 smithi037 bash[23599]: debug 2023-09-07T07:23:20.221+0000 7fd127f26700 -1 mon.smithi037@0(leader) e1 *** Got Signal Terminated *** 2023-09-07T07:23:20.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:20 smithi037 bash[24012]: ceph-3e964040-4d4f-11ee-9ab5-7b867c8bd7da-mon-smithi037 2023-09-07T07:23:21.040 INFO:teuthology.orchestra.run.smithi037.stdout:Setting public_network to 172.21.0.0/20 in mon config section 2023-09-07T07:23:21.103 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:21 smithi037 bash[24073]: Error response from daemon: No such container: ceph-3e964040-4d4f-11ee-9ab5-7b867c8bd7da-mon-smithi037 2023-09-07T07:23:21.103 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:21 smithi037 systemd[1]: ceph-3e964040-4d4f-11ee-9ab5-7b867c8bd7da@mon.smithi037.service: Succeeded. 2023-09-07T07:23:21.103 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:21 smithi037 systemd[1]: Stopped Ceph mon.smithi037 for 3e964040-4d4f-11ee-9ab5-7b867c8bd7da. 2023-09-07T07:23:21.103 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:21 smithi037 systemd[1]: Started Ceph mon.smithi037 for 3e964040-4d4f-11ee-9ab5-7b867c8bd7da. 2023-09-07T07:23:22.463 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.141+0000 7f490dacbc80 0 set uid:gid to 167:167 (ceph:ceph) 2023-09-07T07:23:22.463 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.141+0000 7f490dacbc80 0 ceph version 18.2.0-387-g68b7f2b3 (68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb) reef (stable), process ceph-mon, pid 7 2023-09-07T07:23:22.463 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.141+0000 7f490dacbc80 0 pidfile_write: ignore empty --pid-file 2023-09-07T07:23:22.463 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.145+0000 7f490dacbc80 0 load: jerasure load: lrc 2023-09-07T07:23:22.464 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.149+0000 7f490dacbc80 4 rocksdb: RocksDB version: 7.9.2 2023-09-07T07:23:22.464 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.149+0000 7f490dacbc80 4 rocksdb: Git sha 0 2023-09-07T07:23:22.464 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.149+0000 7f490dacbc80 4 rocksdb: Compile date 2023-09-05 15:42:58 2023-09-07T07:23:22.464 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.149+0000 7f490dacbc80 4 rocksdb: DB SUMMARY 2023-09-07T07:23:22.464 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.149+0000 7f490dacbc80 4 rocksdb: DB Session ID: 5L09TQLM4I9PPFPBOTZS 2023-09-07T07:23:22.465 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.149+0000 7f490dacbc80 4 rocksdb: CURRENT file: CURRENT 2023-09-07T07:23:22.465 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.149+0000 7f490dacbc80 4 rocksdb: IDENTITY file: IDENTITY 2023-09-07T07:23:22.465 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.149+0000 7f490dacbc80 4 rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2023-09-07T07:23:22.465 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.149+0000 7f490dacbc80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi037/store.db dir, Total Num: 1, files: 000008.sst 2023-09-07T07:23:22.465 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.149+0000 7f490dacbc80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi037/store.db: 000009.log size: 83714 ; 2023-09-07T07:23:22.466 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.149+0000 7f490dacbc80 4 rocksdb: Options.error_if_exists: 0 2023-09-07T07:23:22.466 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.149+0000 7f490dacbc80 4 rocksdb: Options.create_if_missing: 0 2023-09-07T07:23:22.466 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.149+0000 7f490dacbc80 4 rocksdb: Options.paranoid_checks: 1 2023-09-07T07:23:22.466 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.149+0000 7f490dacbc80 4 rocksdb: Options.flush_verify_memtable_count: 1 2023-09-07T07:23:22.466 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.149+0000 7f490dacbc80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2023-09-07T07:23:22.467 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.149+0000 7f490dacbc80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2023-09-07T07:23:22.467 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.149+0000 7f490dacbc80 4 rocksdb: Options.env: 0x558a577ec720 2023-09-07T07:23:22.467 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.149+0000 7f490dacbc80 4 rocksdb: Options.fs: PosixFileSystem 2023-09-07T07:23:22.467 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.149+0000 7f490dacbc80 4 rocksdb: Options.info_log: 0x558a5993b2c0 2023-09-07T07:23:22.467 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.149+0000 7f490dacbc80 4 rocksdb: Options.max_file_opening_threads: 16 2023-09-07T07:23:22.468 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.149+0000 7f490dacbc80 4 rocksdb: Options.statistics: (nil) 2023-09-07T07:23:22.468 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.149+0000 7f490dacbc80 4 rocksdb: Options.use_fsync: 0 2023-09-07T07:23:22.468 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.149+0000 7f490dacbc80 4 rocksdb: Options.max_log_file_size: 0 2023-09-07T07:23:22.469 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.149+0000 7f490dacbc80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-09-07T07:23:22.470 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.149+0000 7f490dacbc80 4 rocksdb: Options.log_file_time_to_roll: 0 2023-09-07T07:23:22.470 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.149+0000 7f490dacbc80 4 rocksdb: Options.keep_log_file_num: 1000 2023-09-07T07:23:22.470 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.149+0000 7f490dacbc80 4 rocksdb: Options.recycle_log_file_num: 0 2023-09-07T07:23:22.470 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.149+0000 7f490dacbc80 4 rocksdb: Options.allow_fallocate: 1 2023-09-07T07:23:22.471 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.149+0000 7f490dacbc80 4 rocksdb: Options.allow_mmap_reads: 0 2023-09-07T07:23:22.471 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.149+0000 7f490dacbc80 4 rocksdb: Options.allow_mmap_writes: 0 2023-09-07T07:23:22.471 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.149+0000 7f490dacbc80 4 rocksdb: Options.use_direct_reads: 0 2023-09-07T07:23:22.472 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.149+0000 7f490dacbc80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-09-07T07:23:22.472 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.149+0000 7f490dacbc80 4 rocksdb: Options.create_missing_column_families: 0 2023-09-07T07:23:22.472 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.149+0000 7f490dacbc80 4 rocksdb: Options.db_log_dir: 2023-09-07T07:23:22.472 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.149+0000 7f490dacbc80 4 rocksdb: Options.wal_dir: 2023-09-07T07:23:22.472 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.149+0000 7f490dacbc80 4 rocksdb: Options.table_cache_numshardbits: 6 2023-09-07T07:23:22.473 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.149+0000 7f490dacbc80 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-09-07T07:23:22.473 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.149+0000 7f490dacbc80 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-09-07T07:23:22.473 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.149+0000 7f490dacbc80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-09-07T07:23:22.473 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.149+0000 7f490dacbc80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-09-07T07:23:22.473 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.149+0000 7f490dacbc80 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-09-07T07:23:22.474 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.149+0000 7f490dacbc80 4 rocksdb: Options.advise_random_on_open: 1 2023-09-07T07:23:22.474 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.149+0000 7f490dacbc80 4 rocksdb: Options.db_write_buffer_size: 0 2023-09-07T07:23:22.474 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.149+0000 7f490dacbc80 4 rocksdb: Options.write_buffer_manager: 0x558a58bc85a0 2023-09-07T07:23:22.474 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.149+0000 7f490dacbc80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-09-07T07:23:22.474 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.149+0000 7f490dacbc80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-09-07T07:23:22.475 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.149+0000 7f490dacbc80 4 rocksdb: Options.use_adaptive_mutex: 0 2023-09-07T07:23:22.475 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.149+0000 7f490dacbc80 4 rocksdb: Options.rate_limiter: (nil) 2023-09-07T07:23:22.475 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.149+0000 7f490dacbc80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-09-07T07:23:22.475 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.149+0000 7f490dacbc80 4 rocksdb: Options.wal_recovery_mode: 2 2023-09-07T07:23:22.475 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.149+0000 7f490dacbc80 4 rocksdb: Options.enable_thread_tracking: 0 2023-09-07T07:23:22.476 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.149+0000 7f490dacbc80 4 rocksdb: Options.enable_pipelined_write: 0 2023-09-07T07:23:22.476 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.149+0000 7f490dacbc80 4 rocksdb: Options.unordered_write: 0 2023-09-07T07:23:22.476 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.149+0000 7f490dacbc80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-09-07T07:23:22.476 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.149+0000 7f490dacbc80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-09-07T07:23:22.476 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.149+0000 7f490dacbc80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-09-07T07:23:22.477 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.149+0000 7f490dacbc80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-09-07T07:23:22.477 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.149+0000 7f490dacbc80 4 rocksdb: Options.row_cache: None 2023-09-07T07:23:22.477 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.149+0000 7f490dacbc80 4 rocksdb: Options.wal_filter: None 2023-09-07T07:23:22.477 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.149+0000 7f490dacbc80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-09-07T07:23:22.477 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.149+0000 7f490dacbc80 4 rocksdb: Options.allow_ingest_behind: 0 2023-09-07T07:23:22.477 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.149+0000 7f490dacbc80 4 rocksdb: Options.two_write_queues: 0 2023-09-07T07:23:22.478 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.149+0000 7f490dacbc80 4 rocksdb: Options.manual_wal_flush: 0 2023-09-07T07:23:22.478 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.149+0000 7f490dacbc80 4 rocksdb: Options.wal_compression: 0 2023-09-07T07:23:22.478 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.149+0000 7f490dacbc80 4 rocksdb: Options.atomic_flush: 0 2023-09-07T07:23:22.478 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.149+0000 7f490dacbc80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-09-07T07:23:22.478 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.149+0000 7f490dacbc80 4 rocksdb: Options.persist_stats_to_disk: 0 2023-09-07T07:23:22.479 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.149+0000 7f490dacbc80 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-09-07T07:23:22.479 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.149+0000 7f490dacbc80 4 rocksdb: Options.log_readahead_size: 0 2023-09-07T07:23:22.479 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.149+0000 7f490dacbc80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2023-09-07T07:23:22.479 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.149+0000 7f490dacbc80 4 rocksdb: Options.best_efforts_recovery: 0 2023-09-07T07:23:22.479 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.149+0000 7f490dacbc80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2023-09-07T07:23:22.480 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.149+0000 7f490dacbc80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2023-09-07T07:23:22.480 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.149+0000 7f490dacbc80 4 rocksdb: Options.allow_data_in_errors: 0 2023-09-07T07:23:22.480 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.149+0000 7f490dacbc80 4 rocksdb: Options.db_host_id: __hostname__ 2023-09-07T07:23:22.480 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.149+0000 7f490dacbc80 4 rocksdb: Options.enforce_single_del_contracts: true 2023-09-07T07:23:22.480 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.149+0000 7f490dacbc80 4 rocksdb: Options.max_background_jobs: 2 2023-09-07T07:23:22.480 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.149+0000 7f490dacbc80 4 rocksdb: Options.max_background_compactions: -1 2023-09-07T07:23:22.481 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.149+0000 7f490dacbc80 4 rocksdb: Options.max_subcompactions: 1 2023-09-07T07:23:22.481 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.149+0000 7f490dacbc80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-09-07T07:23:22.481 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.149+0000 7f490dacbc80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-09-07T07:23:22.481 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.149+0000 7f490dacbc80 4 rocksdb: Options.delayed_write_rate : 16777216 2023-09-07T07:23:22.482 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.149+0000 7f490dacbc80 4 rocksdb: Options.max_total_wal_size: 0 2023-09-07T07:23:22.482 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.149+0000 7f490dacbc80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-09-07T07:23:22.482 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.149+0000 7f490dacbc80 4 rocksdb: Options.stats_dump_period_sec: 600 2023-09-07T07:23:22.483 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.149+0000 7f490dacbc80 4 rocksdb: Options.stats_persist_period_sec: 600 2023-09-07T07:23:22.483 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.149+0000 7f490dacbc80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-09-07T07:23:22.483 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.149+0000 7f490dacbc80 4 rocksdb: Options.max_open_files: -1 2023-09-07T07:23:22.483 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.149+0000 7f490dacbc80 4 rocksdb: Options.bytes_per_sync: 0 2023-09-07T07:23:22.483 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.149+0000 7f490dacbc80 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-09-07T07:23:22.484 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.149+0000 7f490dacbc80 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-09-07T07:23:22.484 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.149+0000 7f490dacbc80 4 rocksdb: Options.compaction_readahead_size: 0 2023-09-07T07:23:22.484 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.149+0000 7f490dacbc80 4 rocksdb: Options.max_background_flushes: -1 2023-09-07T07:23:22.484 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.149+0000 7f490dacbc80 4 rocksdb: Compression algorithms supported: 2023-09-07T07:23:22.484 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.149+0000 7f490dacbc80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-09-07T07:23:22.484 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.149+0000 7f490dacbc80 4 rocksdb: kZSTD supported: 0 2023-09-07T07:23:22.485 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.149+0000 7f490dacbc80 4 rocksdb: kXpressCompression supported: 0 2023-09-07T07:23:22.485 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.149+0000 7f490dacbc80 4 rocksdb: kLZ4HCCompression supported: 1 2023-09-07T07:23:22.485 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.149+0000 7f490dacbc80 4 rocksdb: kZlibCompression supported: 1 2023-09-07T07:23:22.485 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.149+0000 7f490dacbc80 4 rocksdb: kSnappyCompression supported: 1 2023-09-07T07:23:22.485 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.149+0000 7f490dacbc80 4 rocksdb: kLZ4Compression supported: 1 2023-09-07T07:23:22.486 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.149+0000 7f490dacbc80 4 rocksdb: kBZip2Compression supported: 0 2023-09-07T07:23:22.486 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.149+0000 7f490dacbc80 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-09-07T07:23:22.486 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.149+0000 7f490dacbc80 4 rocksdb: DMutex implementation: pthread_mutex_t 2023-09-07T07:23:22.486 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.149+0000 7f490dacbc80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi037/store.db/MANIFEST-000010 2023-09-07T07:23:22.486 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.149+0000 7f490dacbc80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2023-09-07T07:23:22.487 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.149+0000 7f490dacbc80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-09-07T07:23:22.487 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.149+0000 7f490dacbc80 4 rocksdb: Options.merge_operator: 2023-09-07T07:23:22.487 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.149+0000 7f490dacbc80 4 rocksdb: Options.compaction_filter: None 2023-09-07T07:23:22.487 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.149+0000 7f490dacbc80 4 rocksdb: Options.compaction_filter_factory: None 2023-09-07T07:23:22.487 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.149+0000 7f490dacbc80 4 rocksdb: Options.sst_partitioner_factory: None 2023-09-07T07:23:22.488 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.149+0000 7f490dacbc80 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-09-07T07:23:22.488 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.149+0000 7f490dacbc80 4 rocksdb: Options.table_factory: BlockBasedTable 2023-09-07T07:23:22.488 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.149+0000 7f490dacbc80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x558a5993b3c0) 2023-09-07T07:23:22.488 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: cache_index_and_filter_blocks: 1 2023-09-07T07:23:22.488 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: cache_index_and_filter_blocks_with_high_priority: 0 2023-09-07T07:23:22.489 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: pin_l0_filter_and_index_blocks_in_cache: 0 2023-09-07T07:23:22.489 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: pin_top_level_index_and_filter: 1 2023-09-07T07:23:22.489 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: index_type: 0 2023-09-07T07:23:22.489 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: data_block_index_type: 0 2023-09-07T07:23:22.489 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: index_shortening: 1 2023-09-07T07:23:22.490 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: data_block_hash_table_util_ratio: 0.750000 2023-09-07T07:23:22.490 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: checksum: 4 2023-09-07T07:23:22.490 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: no_block_cache: 0 2023-09-07T07:23:22.490 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: block_cache: 0x558a58c4b1f0 2023-09-07T07:23:22.490 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: block_cache_name: BinnedLRUCache 2023-09-07T07:23:22.491 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: block_cache_options: 2023-09-07T07:23:22.491 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: capacity : 536870912 2023-09-07T07:23:22.491 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: num_shard_bits : 4 2023-09-07T07:23:22.491 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: strict_capacity_limit : 0 2023-09-07T07:23:22.491 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: high_pri_pool_ratio: 0.000 2023-09-07T07:23:22.491 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: block_cache_compressed: (nil) 2023-09-07T07:23:22.492 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: persistent_cache: (nil) 2023-09-07T07:23:22.492 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: block_size: 4096 2023-09-07T07:23:22.492 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: block_size_deviation: 10 2023-09-07T07:23:22.492 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: block_restart_interval: 16 2023-09-07T07:23:22.492 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: index_block_restart_interval: 1 2023-09-07T07:23:22.493 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: metadata_block_size: 4096 2023-09-07T07:23:22.493 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: partition_filters: 0 2023-09-07T07:23:22.493 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: use_delta_encoding: 1 2023-09-07T07:23:22.493 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: filter_policy: bloomfilter 2023-09-07T07:23:22.493 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: whole_key_filtering: 1 2023-09-07T07:23:22.494 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: verify_compression: 0 2023-09-07T07:23:22.494 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: read_amp_bytes_per_bit: 0 2023-09-07T07:23:22.494 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: format_version: 5 2023-09-07T07:23:22.494 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: enable_index_compression: 1 2023-09-07T07:23:22.494 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: block_align: 0 2023-09-07T07:23:22.495 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: max_auto_readahead_size: 262144 2023-09-07T07:23:22.495 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: prepopulate_block_cache: 0 2023-09-07T07:23:22.495 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: initial_auto_readahead_size: 8192 2023-09-07T07:23:22.495 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: num_file_reads_for_auto_readahead: 2 2023-09-07T07:23:22.495 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.149+0000 7f490dacbc80 4 rocksdb: Options.write_buffer_size: 33554432 2023-09-07T07:23:22.495 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.149+0000 7f490dacbc80 4 rocksdb: Options.max_write_buffer_number: 2 2023-09-07T07:23:22.496 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.149+0000 7f490dacbc80 4 rocksdb: Options.compression: NoCompression 2023-09-07T07:23:22.496 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.149+0000 7f490dacbc80 4 rocksdb: Options.bottommost_compression: Disabled 2023-09-07T07:23:22.496 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.149+0000 7f490dacbc80 4 rocksdb: Options.prefix_extractor: nullptr 2023-09-07T07:23:22.496 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.149+0000 7f490dacbc80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-09-07T07:23:22.497 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.149+0000 7f490dacbc80 4 rocksdb: Options.num_levels: 7 2023-09-07T07:23:22.497 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.149+0000 7f490dacbc80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-09-07T07:23:22.497 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.149+0000 7f490dacbc80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-09-07T07:23:22.497 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.149+0000 7f490dacbc80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-09-07T07:23:22.497 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.149+0000 7f490dacbc80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-09-07T07:23:22.497 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.149+0000 7f490dacbc80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-09-07T07:23:22.498 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.149+0000 7f490dacbc80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-09-07T07:23:22.498 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.149+0000 7f490dacbc80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-09-07T07:23:22.498 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.149+0000 7f490dacbc80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-09-07T07:23:22.498 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.149+0000 7f490dacbc80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2023-09-07T07:23:22.498 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.149+0000 7f490dacbc80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-09-07T07:23:22.499 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.149+0000 7f490dacbc80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2023-09-07T07:23:22.499 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.149+0000 7f490dacbc80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2023-09-07T07:23:22.499 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.149+0000 7f490dacbc80 4 rocksdb: Options.compression_opts.window_bits: -14 2023-09-07T07:23:22.499 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.149+0000 7f490dacbc80 4 rocksdb: Options.compression_opts.level: 32767 2023-09-07T07:23:22.500 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.149+0000 7f490dacbc80 4 rocksdb: Options.compression_opts.strategy: 0 2023-09-07T07:23:22.500 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.149+0000 7f490dacbc80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-09-07T07:23:22.500 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.149+0000 7f490dacbc80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-09-07T07:23:22.500 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.149+0000 7f490dacbc80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2023-09-07T07:23:22.500 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.149+0000 7f490dacbc80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2023-09-07T07:23:22.500 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.149+0000 7f490dacbc80 4 rocksdb: Options.compression_opts.enabled: false 2023-09-07T07:23:22.501 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.149+0000 7f490dacbc80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2023-09-07T07:23:22.501 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.149+0000 7f490dacbc80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-09-07T07:23:22.501 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.149+0000 7f490dacbc80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-09-07T07:23:22.501 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.149+0000 7f490dacbc80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-09-07T07:23:22.501 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.149+0000 7f490dacbc80 4 rocksdb: Options.target_file_size_base: 67108864 2023-09-07T07:23:22.502 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.149+0000 7f490dacbc80 4 rocksdb: Options.target_file_size_multiplier: 1 2023-09-07T07:23:22.502 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.149+0000 7f490dacbc80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-09-07T07:23:22.502 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.149+0000 7f490dacbc80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-09-07T07:23:22.502 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.149+0000 7f490dacbc80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-09-07T07:23:22.502 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.149+0000 7f490dacbc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-09-07T07:23:22.503 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.149+0000 7f490dacbc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-09-07T07:23:22.503 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.149+0000 7f490dacbc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-09-07T07:23:22.503 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.149+0000 7f490dacbc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-09-07T07:23:22.503 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.149+0000 7f490dacbc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-09-07T07:23:22.503 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.149+0000 7f490dacbc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-09-07T07:23:22.504 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.149+0000 7f490dacbc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-09-07T07:23:22.504 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.149+0000 7f490dacbc80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-09-07T07:23:22.504 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.149+0000 7f490dacbc80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-09-07T07:23:22.504 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.149+0000 7f490dacbc80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2023-09-07T07:23:22.504 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.149+0000 7f490dacbc80 4 rocksdb: Options.arena_block_size: 1048576 2023-09-07T07:23:22.505 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.149+0000 7f490dacbc80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-09-07T07:23:22.505 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.149+0000 7f490dacbc80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-09-07T07:23:22.505 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.149+0000 7f490dacbc80 4 rocksdb: Options.disable_auto_compactions: 0 2023-09-07T07:23:22.505 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.149+0000 7f490dacbc80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-09-07T07:23:22.505 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.149+0000 7f490dacbc80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-09-07T07:23:22.505 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.149+0000 7f490dacbc80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-09-07T07:23:22.506 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.149+0000 7f490dacbc80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-09-07T07:23:22.506 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.149+0000 7f490dacbc80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-09-07T07:23:22.506 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.149+0000 7f490dacbc80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-09-07T07:23:22.506 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.149+0000 7f490dacbc80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-09-07T07:23:22.506 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.149+0000 7f490dacbc80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-09-07T07:23:22.507 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.149+0000 7f490dacbc80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-09-07T07:23:22.507 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.149+0000 7f490dacbc80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-09-07T07:23:22.507 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.149+0000 7f490dacbc80 4 rocksdb: Options.table_properties_collectors: 2023-09-07T07:23:22.507 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.149+0000 7f490dacbc80 4 rocksdb: Options.inplace_update_support: 0 2023-09-07T07:23:22.507 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.149+0000 7f490dacbc80 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-09-07T07:23:22.508 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.149+0000 7f490dacbc80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-09-07T07:23:22.508 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.149+0000 7f490dacbc80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-09-07T07:23:22.508 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.149+0000 7f490dacbc80 4 rocksdb: Options.memtable_huge_page_size: 0 2023-09-07T07:23:22.508 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.149+0000 7f490dacbc80 4 rocksdb: Options.bloom_locality: 0 2023-09-07T07:23:22.508 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.149+0000 7f490dacbc80 4 rocksdb: Options.max_successive_merges: 0 2023-09-07T07:23:22.509 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.149+0000 7f490dacbc80 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-09-07T07:23:22.509 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.149+0000 7f490dacbc80 4 rocksdb: Options.paranoid_file_checks: 0 2023-09-07T07:23:22.509 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.149+0000 7f490dacbc80 4 rocksdb: Options.force_consistency_checks: 1 2023-09-07T07:23:22.509 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.149+0000 7f490dacbc80 4 rocksdb: Options.report_bg_io_stats: 0 2023-09-07T07:23:22.509 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.149+0000 7f490dacbc80 4 rocksdb: Options.ttl: 2592000 2023-09-07T07:23:22.509 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.149+0000 7f490dacbc80 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-09-07T07:23:22.510 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.149+0000 7f490dacbc80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2023-09-07T07:23:22.510 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.149+0000 7f490dacbc80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2023-09-07T07:23:22.510 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.149+0000 7f490dacbc80 4 rocksdb: Options.enable_blob_files: false 2023-09-07T07:23:22.510 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.149+0000 7f490dacbc80 4 rocksdb: Options.min_blob_size: 0 2023-09-07T07:23:22.510 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.149+0000 7f490dacbc80 4 rocksdb: Options.blob_file_size: 268435456 2023-09-07T07:23:22.511 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.149+0000 7f490dacbc80 4 rocksdb: Options.blob_compression_type: NoCompression 2023-09-07T07:23:22.511 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.149+0000 7f490dacbc80 4 rocksdb: Options.enable_blob_garbage_collection: false 2023-09-07T07:23:22.511 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.149+0000 7f490dacbc80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2023-09-07T07:23:22.511 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.149+0000 7f490dacbc80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2023-09-07T07:23:22.511 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.149+0000 7f490dacbc80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2023-09-07T07:23:22.512 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.149+0000 7f490dacbc80 4 rocksdb: Options.blob_file_starting_level: 0 2023-09-07T07:23:22.512 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.149+0000 7f490dacbc80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2023-09-07T07:23:22.512 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.149+0000 7f490dacbc80 4 rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi037/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 2023-09-07T07:23:22.512 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.149+0000 7f490dacbc80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2023-09-07T07:23:22.512 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.149+0000 7f490dacbc80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: fb69b95f-0fc9-4d44-9319-acc52d02e96a 2023-09-07T07:23:22.512 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.149+0000 7f490dacbc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1694071402152631, "job": 1, "event": "recovery_started", "wal_files": [9]} 2023-09-07T07:23:22.513 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.149+0000 7f490dacbc80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2023-09-07T07:23:22.513 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.149+0000 7f490dacbc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1694071402153735, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 80486, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 248, "table_properties": {"data_size": 78669, "index_size": 227, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 581, "raw_key_size": 9753, "raw_average_key_size": 47, "raw_value_size": 73089, "raw_average_value_size": 353, "num_data_blocks": 10, "num_entries": 207, "num_filter_entries": 207, "num_deletions": 3, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "bloomfilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; max_dict_buffer_bytes=0; use_zstd_dict_trainer=1; ", "creation_time": 1694071402, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "fb69b95f-0fc9-4d44-9319-acc52d02e96a", "db_session_id": "5L09TQLM4I9PPFPBOTZS", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2023-09-07T07:23:22.513 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.149+0000 7f490dacbc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1694071402153833, "job": 1, "event": "recovery_finished"} 2023-09-07T07:23:22.513 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.149+0000 7f490dacbc80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 15 2023-09-07T07:23:22.513 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.153+0000 7f490dacbc80 4 rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-smithi037/store.db/000009.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2023-09-07T07:23:22.514 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.153+0000 7f490dacbc80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x558a58cec000 2023-09-07T07:23:22.515 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.153+0000 7f490dacbc80 4 rocksdb: DB pointer 0x558a58cda000 2023-09-07T07:23:22.515 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.153+0000 7f48fc2db700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2023-09-07T07:23:22.515 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.153+0000 7f48fc2db700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2023-09-07T07:23:22.515 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: ** DB Stats ** 2023-09-07T07:23:22.515 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: Uptime(secs): 0.0 total, 0.0 interval 2023-09-07T07:23:22.516 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2023-09-07T07:23:22.516 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-09-07T07:23:22.516 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-09-07T07:23:22.516 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2023-09-07T07:23:22.516 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-09-07T07:23:22.516 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-09-07T07:23:22.517 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: ** Compaction Stats [default] ** 2023-09-07T07:23:22.517 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: 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) 2023-09-07T07:23:22.517 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2023-09-07T07:23:22.517 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: L0 2/0 80.47 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 124.0 0.00 0.00 1 0.001 0 0 0.0 0.0 2023-09-07T07:23:22.517 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: Sum 2/0 80.47 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 124.0 0.00 0.00 1 0.001 0 0 0.0 0.0 2023-09-07T07:23:22.518 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 124.0 0.00 0.00 1 0.001 0 0 0.0 0.0 2023-09-07T07:23:22.518 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: ** Compaction Stats [default] ** 2023-09-07T07:23:22.518 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: 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) 2023-09-07T07:23:22.518 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-09-07T07:23:22.518 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 124.0 0.00 0.00 1 0.001 0 0 0.0 0.0 2023-09-07T07:23:22.519 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2023-09-07T07:23:22.519 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: Uptime(secs): 0.0 total, 0.0 interval 2023-09-07T07:23:22.519 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: Flush(GB): cumulative 0.000, interval 0.000 2023-09-07T07:23:22.519 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: AddFile(GB): cumulative 0.000, interval 0.000 2023-09-07T07:23:22.519 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: AddFile(Total Files): cumulative 0, interval 0 2023-09-07T07:23:22.520 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: AddFile(L0 Files): cumulative 0, interval 0 2023-09-07T07:23:22.520 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: AddFile(Keys): cumulative 0, interval 0 2023-09-07T07:23:22.520 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: Cumulative compaction: 0.00 GB write, 17.73 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-09-07T07:23:22.520 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: Interval compaction: 0.00 GB write, 17.73 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-09-07T07:23:22.520 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: 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 2023-09-07T07:23:22.520 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: Block cache BinnedLRUCache@0x558a58c4b1f0#7 capacity: 512.00 MB usage: 1.19 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.3e-05 secs_since: 0 2023-09-07T07:23:22.521 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: Block cache entry stats(count,size,portion): FilterBlock(2,0.77 KB,0.000146031%) IndexBlock(2,0.42 KB,8.04663e-05%) Misc(1,0.00 KB,0%) 2023-09-07T07:23:22.521 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: ** File Read Latency Histogram By Level [default] ** 2023-09-07T07:23:22.521 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.153+0000 7f490dacbc80 0 starting mon.smithi037 rank 0 at public addrs [v2:172.21.15.37:3300/0,v1:172.21.15.37:6789/0] at bind addrs [v2:172.21.15.37:3300/0,v1:172.21.15.37:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi037 fsid 3e964040-4d4f-11ee-9ab5-7b867c8bd7da 2023-09-07T07:23:22.521 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.153+0000 7f490dacbc80 1 mon.smithi037@-1(???) e1 preinit fsid 3e964040-4d4f-11ee-9ab5-7b867c8bd7da 2023-09-07T07:23:22.521 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.153+0000 7f490dacbc80 0 mon.smithi037@-1(???).mds e1 new map 2023-09-07T07:23:22.522 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.153+0000 7f490dacbc80 0 mon.smithi037@-1(???).mds e1 print_map 2023-09-07T07:23:22.522 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: e1 2023-09-07T07:23:22.522 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: enable_multiple, ever_enabled_multiple: 1,1 2023-09-07T07:23:22.522 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: 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} 2023-09-07T07:23:22.522 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: legacy client fscid: -1 2023-09-07T07:23:22.523 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: 2023-09-07T07:23:22.523 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: No filesystems configured 2023-09-07T07:23:22.523 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.153+0000 7f490dacbc80 0 mon.smithi037@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2023-09-07T07:23:22.523 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.153+0000 7f490dacbc80 0 mon.smithi037@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-09-07T07:23:22.523 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.153+0000 7f490dacbc80 0 mon.smithi037@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-09-07T07:23:22.523 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.153+0000 7f490dacbc80 0 mon.smithi037@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-09-07T07:23:22.524 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.157+0000 7f490dacbc80 1 mon.smithi037@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2023-09-07T07:23:22.524 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.157+0000 7f490dacbc80 20 expand_channel_meta expand map: {default=false} 2023-09-07T07:23:22.524 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.157+0000 7f490dacbc80 20 expand_channel_meta from 'false' to 'false' 2023-09-07T07:23:22.524 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.157+0000 7f490dacbc80 20 expand_channel_meta expanded map: {default=false} 2023-09-07T07:23:22.524 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.157+0000 7f490dacbc80 20 expand_channel_meta expand map: {default=info} 2023-09-07T07:23:22.525 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.157+0000 7f490dacbc80 20 expand_channel_meta from 'info' to 'info' 2023-09-07T07:23:22.525 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.157+0000 7f490dacbc80 20 expand_channel_meta expanded map: {default=info} 2023-09-07T07:23:22.525 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.157+0000 7f490dacbc80 20 expand_channel_meta expand map: {default=daemon} 2023-09-07T07:23:22.525 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.157+0000 7f490dacbc80 20 expand_channel_meta from 'daemon' to 'daemon' 2023-09-07T07:23:22.525 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.157+0000 7f490dacbc80 20 expand_channel_meta expanded map: {default=daemon} 2023-09-07T07:23:22.526 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.157+0000 7f490dacbc80 20 expand_channel_meta expand map: {default=debug} 2023-09-07T07:23:22.526 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.157+0000 7f490dacbc80 20 expand_channel_meta from 'debug' to 'debug' 2023-09-07T07:23:22.526 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: debug 2023-09-07T07:23:22.157+0000 7f490dacbc80 20 expand_channel_meta expanded map: {default=debug} 2023-09-07T07:23:22.526 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: cluster 2023-09-07T07:23:22.162055+0000 mon.smithi037 (mon.0) 1 : cluster 1 mon.smithi037 is new leader, mons smithi037 in quorum (ranks 0) 2023-09-07T07:23:22.526 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: cluster 2023-09-07T07:23:22.162150+0000 mon.smithi037 (mon.0) 2 : cluster 0 monmap e1: 1 mons at {smithi037=[v2:172.21.15.37:3300/0,v1:172.21.15.37:6789/0]} removed_ranks: {} 2023-09-07T07:23:22.527 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: cluster 2023-09-07T07:23:22.186597+0000 mon.smithi037 (mon.0) 3 : cluster 0 fsmap 2023-09-07T07:23:22.527 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: cluster 2023-09-07T07:23:22.186649+0000 mon.smithi037 (mon.0) 4 : cluster 0 osdmap e1: 0 total, 0 up, 0 in 2023-09-07T07:23:22.527 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:22 smithi037 bash[24115]: cluster 2023-09-07T07:23:22.187107+0000 mon.smithi037 (mon.0) 5 : cluster 0 mgrmap e1: no daemons active 2023-09-07T07:23:22.982 INFO:teuthology.orchestra.run.smithi037.stdout:Wrote config to /etc/ceph/ceph.conf 2023-09-07T07:23:23.009 INFO:teuthology.orchestra.run.smithi037.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2023-09-07T07:23:23.009 INFO:teuthology.orchestra.run.smithi037.stdout:Creating mgr... 2023-09-07T07:23:23.009 INFO:teuthology.orchestra.run.smithi037.stdout:Verifying port 0.0.0.0:9283 ... 2023-09-07T07:23:23.010 INFO:teuthology.orchestra.run.smithi037.stdout:Verifying port 0.0.0.0:8765 ... 2023-09-07T07:23:23.010 INFO:teuthology.orchestra.run.smithi037.stdout:Verifying port 0.0.0.0:8443 ... 2023-09-07T07:23:23.303 INFO:teuthology.orchestra.run.smithi037.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-3e964040-4d4f-11ee-9ab5-7b867c8bd7da@mgr.smithi037.ampdkg 2023-09-07T07:23:23.304 INFO:teuthology.orchestra.run.smithi037.stdout:systemctl: stderr Failed to reset failed state of unit ceph-3e964040-4d4f-11ee-9ab5-7b867c8bd7da@mgr.smithi037.ampdkg.service: Unit ceph-3e964040-4d4f-11ee-9ab5-7b867c8bd7da@mgr.smithi037.ampdkg.service not loaded. 2023-09-07T07:23:23.521 INFO:teuthology.orchestra.run.smithi037.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-3e964040-4d4f-11ee-9ab5-7b867c8bd7da.target.wants/ceph-3e964040-4d4f-11ee-9ab5-7b867c8bd7da@mgr.smithi037.ampdkg.service -> /etc/systemd/system/ceph-3e964040-4d4f-11ee-9ab5-7b867c8bd7da@.service. 2023-09-07T07:23:23.533 INFO:teuthology.orchestra.run.smithi037.stdout:firewalld does not appear to be present 2023-09-07T07:23:23.533 INFO:teuthology.orchestra.run.smithi037.stdout:Not possible to enable service . firewalld.service is not available 2023-09-07T07:23:23.534 INFO:teuthology.orchestra.run.smithi037.stdout:firewalld does not appear to be present 2023-09-07T07:23:23.534 INFO:teuthology.orchestra.run.smithi037.stdout:Not possible to open ports <[9283, 8765, 8443]>. firewalld.service is not available 2023-09-07T07:23:23.534 INFO:teuthology.orchestra.run.smithi037.stdout:Waiting for mgr to start... 2023-09-07T07:23:23.534 INFO:teuthology.orchestra.run.smithi037.stdout:Waiting for mgr... 2023-09-07T07:23:23.712 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:23 smithi037 bash[24115]: audit 2023-09-07T07:23:22.418842+0000 mon.smithi037 (mon.0) 6 : audit 1 from='client.? 172.21.15.37:0/2492893199' entity='client.admin' 2023-09-07T07:23:25.212 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:24 smithi037 bash[24115]: audit 2023-09-07T07:23:24.908259+0000 mon.smithi037 (mon.0) 7 : audit 0 from='client.? 172.21.15.37:0/3169450619' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-09-07T07:23:25.542 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout 2023-09-07T07:23:25.543 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout { 2023-09-07T07:23:25.543 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "fsid": "3e964040-4d4f-11ee-9ab5-7b867c8bd7da", 2023-09-07T07:23:25.543 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "health": { 2023-09-07T07:23:25.543 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2023-09-07T07:23:25.544 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "checks": {}, 2023-09-07T07:23:25.544 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "mutes": [] 2023-09-07T07:23:25.544 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout }, 2023-09-07T07:23:25.544 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2023-09-07T07:23:25.544 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "quorum": [ 2023-09-07T07:23:25.545 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout 0 2023-09-07T07:23:25.545 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout ], 2023-09-07T07:23:25.545 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2023-09-07T07:23:25.545 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "smithi037" 2023-09-07T07:23:25.545 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout ], 2023-09-07T07:23:25.546 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "quorum_age": 2, 2023-09-07T07:23:25.546 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "monmap": { 2023-09-07T07:23:25.546 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-09-07T07:23:25.546 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "reef", 2023-09-07T07:23:25.546 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "num_mons": 1 2023-09-07T07:23:25.547 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout }, 2023-09-07T07:23:25.547 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "osdmap": { 2023-09-07T07:23:25.547 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-09-07T07:23:25.547 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2023-09-07T07:23:25.547 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2023-09-07T07:23:25.547 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2023-09-07T07:23:25.548 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2023-09-07T07:23:25.551 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2023-09-07T07:23:25.551 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2023-09-07T07:23:25.551 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout }, 2023-09-07T07:23:25.552 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "pgmap": { 2023-09-07T07:23:25.553 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2023-09-07T07:23:25.553 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2023-09-07T07:23:25.553 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2023-09-07T07:23:25.553 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2023-09-07T07:23:25.553 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2023-09-07T07:23:25.553 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2023-09-07T07:23:25.554 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2023-09-07T07:23:25.554 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2023-09-07T07:23:25.554 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout }, 2023-09-07T07:23:25.554 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "fsmap": { 2023-09-07T07:23:25.554 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-09-07T07:23:25.555 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "by_rank": [], 2023-09-07T07:23:25.555 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "up:standby": 0 2023-09-07T07:23:25.555 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout }, 2023-09-07T07:23:25.555 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "mgrmap": { 2023-09-07T07:23:25.555 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "available": false, 2023-09-07T07:23:25.555 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2023-09-07T07:23:25.556 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "modules": [ 2023-09-07T07:23:25.556 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "iostat", 2023-09-07T07:23:25.556 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "nfs", 2023-09-07T07:23:25.556 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "restful" 2023-09-07T07:23:25.556 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout ], 2023-09-07T07:23:25.557 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "services": {} 2023-09-07T07:23:25.557 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout }, 2023-09-07T07:23:25.557 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "servicemap": { 2023-09-07T07:23:25.557 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-09-07T07:23:25.557 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "modified": "2023-09-07T07:23:16.135226+0000", 2023-09-07T07:23:25.557 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "services": {} 2023-09-07T07:23:25.558 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout }, 2023-09-07T07:23:25.558 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "progress_events": {} 2023-09-07T07:23:25.558 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout } 2023-09-07T07:23:25.558 INFO:teuthology.orchestra.run.smithi037.stdout:mgr not available, waiting (1/15)... 2023-09-07T07:23:28.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:28 smithi037 bash[24115]: audit 2023-09-07T07:23:28.608213+0000 mon.smithi037 (mon.0) 8 : audit 0 from='client.? 172.21.15.37:0/1049578538' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-09-07T07:23:29.139 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout 2023-09-07T07:23:29.139 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout { 2023-09-07T07:23:29.139 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "fsid": "3e964040-4d4f-11ee-9ab5-7b867c8bd7da", 2023-09-07T07:23:29.140 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "health": { 2023-09-07T07:23:29.140 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2023-09-07T07:23:29.140 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "checks": {}, 2023-09-07T07:23:29.140 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "mutes": [] 2023-09-07T07:23:29.141 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout }, 2023-09-07T07:23:29.141 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2023-09-07T07:23:29.141 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "quorum": [ 2023-09-07T07:23:29.141 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout 0 2023-09-07T07:23:29.142 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout ], 2023-09-07T07:23:29.142 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2023-09-07T07:23:29.142 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "smithi037" 2023-09-07T07:23:29.142 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout ], 2023-09-07T07:23:29.142 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "quorum_age": 6, 2023-09-07T07:23:29.143 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "monmap": { 2023-09-07T07:23:29.143 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-09-07T07:23:29.143 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "reef", 2023-09-07T07:23:29.143 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "num_mons": 1 2023-09-07T07:23:29.144 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout }, 2023-09-07T07:23:29.144 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "osdmap": { 2023-09-07T07:23:29.144 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-09-07T07:23:29.144 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2023-09-07T07:23:29.144 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2023-09-07T07:23:29.145 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2023-09-07T07:23:29.145 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2023-09-07T07:23:29.148 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2023-09-07T07:23:29.149 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2023-09-07T07:23:29.149 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout }, 2023-09-07T07:23:29.149 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "pgmap": { 2023-09-07T07:23:29.149 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2023-09-07T07:23:29.149 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2023-09-07T07:23:29.150 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2023-09-07T07:23:29.150 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2023-09-07T07:23:29.150 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2023-09-07T07:23:29.150 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2023-09-07T07:23:29.150 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2023-09-07T07:23:29.151 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2023-09-07T07:23:29.151 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout }, 2023-09-07T07:23:29.151 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "fsmap": { 2023-09-07T07:23:29.151 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-09-07T07:23:29.151 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "by_rank": [], 2023-09-07T07:23:29.152 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "up:standby": 0 2023-09-07T07:23:29.152 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout }, 2023-09-07T07:23:29.152 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "mgrmap": { 2023-09-07T07:23:29.152 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "available": false, 2023-09-07T07:23:29.152 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2023-09-07T07:23:29.152 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "modules": [ 2023-09-07T07:23:29.153 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "iostat", 2023-09-07T07:23:29.153 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "nfs", 2023-09-07T07:23:29.153 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "restful" 2023-09-07T07:23:29.153 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout ], 2023-09-07T07:23:29.153 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "services": {} 2023-09-07T07:23:29.154 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout }, 2023-09-07T07:23:29.154 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "servicemap": { 2023-09-07T07:23:29.154 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-09-07T07:23:29.154 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "modified": "2023-09-07T07:23:16.135226+0000", 2023-09-07T07:23:29.154 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "services": {} 2023-09-07T07:23:29.155 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout }, 2023-09-07T07:23:29.155 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "progress_events": {} 2023-09-07T07:23:29.155 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout } 2023-09-07T07:23:29.155 INFO:teuthology.orchestra.run.smithi037.stdout:mgr not available, waiting (2/15)... 2023-09-07T07:23:32.862 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout 2023-09-07T07:23:32.862 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout { 2023-09-07T07:23:32.862 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "fsid": "3e964040-4d4f-11ee-9ab5-7b867c8bd7da", 2023-09-07T07:23:32.863 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "health": { 2023-09-07T07:23:32.863 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2023-09-07T07:23:32.863 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "checks": {}, 2023-09-07T07:23:32.863 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "mutes": [] 2023-09-07T07:23:32.863 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout }, 2023-09-07T07:23:32.864 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2023-09-07T07:23:32.864 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "quorum": [ 2023-09-07T07:23:32.864 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout 0 2023-09-07T07:23:32.864 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout ], 2023-09-07T07:23:32.865 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2023-09-07T07:23:32.865 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "smithi037" 2023-09-07T07:23:32.865 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout ], 2023-09-07T07:23:32.865 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "quorum_age": 10, 2023-09-07T07:23:32.865 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "monmap": { 2023-09-07T07:23:32.866 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-09-07T07:23:32.866 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "reef", 2023-09-07T07:23:32.866 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "num_mons": 1 2023-09-07T07:23:32.867 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout }, 2023-09-07T07:23:32.867 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "osdmap": { 2023-09-07T07:23:32.867 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-09-07T07:23:32.867 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2023-09-07T07:23:32.867 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2023-09-07T07:23:32.868 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2023-09-07T07:23:32.868 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2023-09-07T07:23:32.871 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2023-09-07T07:23:32.871 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2023-09-07T07:23:32.871 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout }, 2023-09-07T07:23:32.872 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "pgmap": { 2023-09-07T07:23:32.872 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2023-09-07T07:23:32.872 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2023-09-07T07:23:32.872 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2023-09-07T07:23:32.872 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2023-09-07T07:23:32.873 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2023-09-07T07:23:32.873 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2023-09-07T07:23:32.873 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2023-09-07T07:23:32.873 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2023-09-07T07:23:32.873 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout }, 2023-09-07T07:23:32.873 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "fsmap": { 2023-09-07T07:23:32.874 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-09-07T07:23:32.874 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "by_rank": [], 2023-09-07T07:23:32.874 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "up:standby": 0 2023-09-07T07:23:32.874 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout }, 2023-09-07T07:23:32.874 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "mgrmap": { 2023-09-07T07:23:32.875 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "available": false, 2023-09-07T07:23:32.875 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2023-09-07T07:23:32.875 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "modules": [ 2023-09-07T07:23:32.875 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "iostat", 2023-09-07T07:23:32.875 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "nfs", 2023-09-07T07:23:32.876 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "restful" 2023-09-07T07:23:32.876 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout ], 2023-09-07T07:23:32.876 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "services": {} 2023-09-07T07:23:32.876 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout }, 2023-09-07T07:23:32.877 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "servicemap": { 2023-09-07T07:23:32.877 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-09-07T07:23:32.877 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "modified": "2023-09-07T07:23:16.135226+0000", 2023-09-07T07:23:32.877 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "services": {} 2023-09-07T07:23:32.877 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout }, 2023-09-07T07:23:32.878 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "progress_events": {} 2023-09-07T07:23:32.878 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout } 2023-09-07T07:23:32.878 INFO:teuthology.orchestra.run.smithi037.stdout:mgr not available, waiting (3/15)... 2023-09-07T07:23:33.462 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:33 smithi037 bash[24115]: audit 2023-09-07T07:23:32.249885+0000 mon.smithi037 (mon.0) 9 : audit 0 from='client.? 172.21.15.37:0/3618360177' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-09-07T07:23:34.464 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:34 smithi037 bash[24115]: cluster 2023-09-07T07:23:33.309125+0000 mon.smithi037 (mon.0) 10 : cluster 1 Activating manager daemon smithi037.ampdkg 2023-09-07T07:23:34.465 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:34 smithi037 bash[24115]: cluster 2023-09-07T07:23:33.316082+0000 mon.smithi037 (mon.0) 11 : cluster 0 mgrmap e2: smithi037.ampdkg(active, starting, since 0.00748639s) 2023-09-07T07:23:34.465 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:34 smithi037 bash[24115]: audit 2023-09-07T07:23:33.317350+0000 mon.smithi037 (mon.0) 12 : audit 0 from='mgr.14100 172.21.15.37:0/245906251' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-09-07T07:23:34.465 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:34 smithi037 bash[24115]: audit 2023-09-07T07:23:33.317598+0000 mon.smithi037 (mon.0) 13 : audit 0 from='mgr.14100 172.21.15.37:0/245906251' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-09-07T07:23:34.465 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:34 smithi037 bash[24115]: audit 2023-09-07T07:23:33.317796+0000 mon.smithi037 (mon.0) 14 : audit 0 from='mgr.14100 172.21.15.37:0/245906251' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-09-07T07:23:34.466 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:34 smithi037 bash[24115]: audit 2023-09-07T07:23:33.318007+0000 mon.smithi037 (mon.0) 15 : audit 0 from='mgr.14100 172.21.15.37:0/245906251' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "mon metadata", "id": "smithi037"}]: dispatch 2023-09-07T07:23:34.466 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:34 smithi037 bash[24115]: audit 2023-09-07T07:23:33.319163+0000 mon.smithi037 (mon.0) 16 : audit 0 from='mgr.14100 172.21.15.37:0/245906251' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "mgr metadata", "who": "smithi037.ampdkg", "id": "smithi037.ampdkg"}]: dispatch 2023-09-07T07:23:34.466 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:34 smithi037 bash[24115]: cluster 2023-09-07T07:23:33.347393+0000 mon.smithi037 (mon.0) 17 : cluster 1 Manager daemon smithi037.ampdkg is now available 2023-09-07T07:23:34.466 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:34 smithi037 bash[24115]: audit 2023-09-07T07:23:33.369865+0000 mon.smithi037 (mon.0) 18 : audit 1 from='mgr.14100 172.21.15.37:0/245906251' entity='mgr.smithi037.ampdkg' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi037.ampdkg/mirror_snapshot_schedule"}]: dispatch 2023-09-07T07:23:34.466 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:34 smithi037 bash[24115]: audit 2023-09-07T07:23:33.374951+0000 mon.smithi037 (mon.0) 19 : audit 1 from='mgr.14100 172.21.15.37:0/245906251' entity='mgr.smithi037.ampdkg' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi037.ampdkg/trash_purge_schedule"}]: dispatch 2023-09-07T07:23:34.467 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:34 smithi037 bash[24115]: audit 2023-09-07T07:23:33.379678+0000 mon.smithi037 (mon.0) 20 : audit 1 from='mgr.14100 172.21.15.37:0/245906251' entity='mgr.smithi037.ampdkg' 2023-09-07T07:23:34.467 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:34 smithi037 bash[24115]: audit 2023-09-07T07:23:33.383813+0000 mon.smithi037 (mon.0) 21 : audit 1 from='mgr.14100 172.21.15.37:0/245906251' entity='mgr.smithi037.ampdkg' 2023-09-07T07:23:34.467 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:34 smithi037 bash[24115]: audit 2023-09-07T07:23:33.388187+0000 mon.smithi037 (mon.0) 22 : audit 1 from='mgr.14100 172.21.15.37:0/245906251' entity='mgr.smithi037.ampdkg' 2023-09-07T07:23:35.594 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:35 smithi037 bash[24115]: cluster 2023-09-07T07:23:34.324045+0000 mon.smithi037 (mon.0) 23 : cluster 0 mgrmap e3: smithi037.ampdkg(active, since 1.01545s) 2023-09-07T07:23:36.992 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout 2023-09-07T07:23:36.992 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout { 2023-09-07T07:23:36.992 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "fsid": "3e964040-4d4f-11ee-9ab5-7b867c8bd7da", 2023-09-07T07:23:36.993 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "health": { 2023-09-07T07:23:36.993 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2023-09-07T07:23:36.993 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "checks": {}, 2023-09-07T07:23:36.993 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "mutes": [] 2023-09-07T07:23:36.993 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout }, 2023-09-07T07:23:36.994 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2023-09-07T07:23:36.994 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "quorum": [ 2023-09-07T07:23:36.994 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout 0 2023-09-07T07:23:36.994 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout ], 2023-09-07T07:23:36.994 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2023-09-07T07:23:36.995 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "smithi037" 2023-09-07T07:23:36.995 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout ], 2023-09-07T07:23:36.995 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "quorum_age": 14, 2023-09-07T07:23:36.995 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "monmap": { 2023-09-07T07:23:36.995 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-09-07T07:23:36.996 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "reef", 2023-09-07T07:23:36.996 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "num_mons": 1 2023-09-07T07:23:36.996 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout }, 2023-09-07T07:23:36.996 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "osdmap": { 2023-09-07T07:23:36.997 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-09-07T07:23:36.997 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2023-09-07T07:23:36.997 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2023-09-07T07:23:36.997 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2023-09-07T07:23:36.998 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2023-09-07T07:23:37.001 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2023-09-07T07:23:37.001 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2023-09-07T07:23:37.001 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout }, 2023-09-07T07:23:37.001 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "pgmap": { 2023-09-07T07:23:37.002 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2023-09-07T07:23:37.002 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2023-09-07T07:23:37.002 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2023-09-07T07:23:37.002 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2023-09-07T07:23:37.003 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2023-09-07T07:23:37.003 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2023-09-07T07:23:37.003 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2023-09-07T07:23:37.003 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2023-09-07T07:23:37.003 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout }, 2023-09-07T07:23:37.004 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "fsmap": { 2023-09-07T07:23:37.004 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-09-07T07:23:37.004 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "by_rank": [], 2023-09-07T07:23:37.004 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "up:standby": 0 2023-09-07T07:23:37.004 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout }, 2023-09-07T07:23:37.004 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "mgrmap": { 2023-09-07T07:23:37.005 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "available": true, 2023-09-07T07:23:37.005 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2023-09-07T07:23:37.005 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "modules": [ 2023-09-07T07:23:37.005 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "iostat", 2023-09-07T07:23:37.005 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "nfs", 2023-09-07T07:23:37.006 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "restful" 2023-09-07T07:23:37.006 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout ], 2023-09-07T07:23:37.006 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "services": {} 2023-09-07T07:23:37.006 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout }, 2023-09-07T07:23:37.006 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "servicemap": { 2023-09-07T07:23:37.007 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-09-07T07:23:37.007 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "modified": "2023-09-07T07:23:16.135226+0000", 2023-09-07T07:23:37.007 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "services": {} 2023-09-07T07:23:37.007 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout }, 2023-09-07T07:23:37.007 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "progress_events": {} 2023-09-07T07:23:37.008 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout } 2023-09-07T07:23:37.008 INFO:teuthology.orchestra.run.smithi037.stdout:mgr is available 2023-09-07T07:23:37.586 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:37 smithi037 bash[24115]: cluster 2023-09-07T07:23:36.323845+0000 mon.smithi037 (mon.0) 24 : cluster 0 mgrmap e4: smithi037.ampdkg(active, since 3s) 2023-09-07T07:23:37.587 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:37 smithi037 bash[24115]: audit 2023-09-07T07:23:36.390614+0000 mon.smithi037 (mon.0) 25 : audit 0 from='client.? 172.21.15.37:0/3894291833' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-09-07T07:23:38.712 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:38 smithi037 bash[24115]: audit 2023-09-07T07:23:38.207608+0000 mon.smithi037 (mon.0) 26 : audit 1 from='client.? 172.21.15.37:0/1837609507' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-09-07T07:23:38.821 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout 2023-09-07T07:23:38.821 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout [global] 2023-09-07T07:23:38.822 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout fsid = 3e964040-4d4f-11ee-9ab5-7b867c8bd7da 2023-09-07T07:23:38.822 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2023-09-07T07:23:38.822 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2023-09-07T07:23:38.822 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2023-09-07T07:23:38.822 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2023-09-07T07:23:38.823 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout 2023-09-07T07:23:38.823 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout [mgr] 2023-09-07T07:23:38.823 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2023-09-07T07:23:38.824 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout 2023-09-07T07:23:38.824 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout [osd] 2023-09-07T07:23:38.824 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2023-09-07T07:23:38.825 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2023-09-07T07:23:38.825 INFO:teuthology.orchestra.run.smithi037.stdout:Enabling cephadm module... 2023-09-07T07:23:40.712 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:40 smithi037 bash[24115]: audit 2023-09-07T07:23:40.202310+0000 mon.smithi037 (mon.0) 27 : audit 1 from='client.? 172.21.15.37:0/3744103450' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2023-09-07T07:23:41.531 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:41 smithi037 bash[24115]: audit 2023-09-07T07:23:40.260998+0000 mon.smithi037 (mon.0) 28 : audit 1 from='client.? 172.21.15.37:0/3744103450' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2023-09-07T07:23:41.531 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:41 smithi037 bash[24115]: cluster 2023-09-07T07:23:40.261166+0000 mon.smithi037 (mon.0) 29 : cluster 0 mgrmap e5: smithi037.ampdkg(active, since 6s) 2023-09-07T07:23:42.807 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout { 2023-09-07T07:23:42.808 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "epoch": 5, 2023-09-07T07:23:42.808 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "available": true, 2023-09-07T07:23:42.808 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "active_name": "smithi037.ampdkg", 2023-09-07T07:23:42.808 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "num_standby": 0 2023-09-07T07:23:42.809 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout } 2023-09-07T07:23:42.809 INFO:teuthology.orchestra.run.smithi037.stdout:Waiting for the mgr to restart... 2023-09-07T07:23:42.809 INFO:teuthology.orchestra.run.smithi037.stdout:Waiting for mgr epoch 5... 2023-09-07T07:23:43.443 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:43 smithi037 bash[24115]: audit 2023-09-07T07:23:42.222555+0000 mon.smithi037 (mon.0) 30 : audit 0 from='client.? 172.21.15.37:0/2886484849' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-09-07T07:23:49.213 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:48 smithi037 bash[24115]: cluster 2023-09-07T07:23:48.916234+0000 mon.smithi037 (mon.0) 31 : cluster 1 Active manager daemon smithi037.ampdkg restarted 2023-09-07T07:23:49.213 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:48 smithi037 bash[24115]: cluster 2023-09-07T07:23:48.916694+0000 mon.smithi037 (mon.0) 32 : cluster 1 Activating manager daemon smithi037.ampdkg 2023-09-07T07:23:49.214 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:48 smithi037 bash[24115]: cluster 2023-09-07T07:23:48.926027+0000 mon.smithi037 (mon.0) 33 : cluster 0 osdmap e2: 0 total, 0 up, 0 in 2023-09-07T07:23:49.214 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:48 smithi037 bash[24115]: cluster 2023-09-07T07:23:48.926315+0000 mon.smithi037 (mon.0) 34 : cluster 0 mgrmap e6: smithi037.ampdkg(active, starting, since 0.00980695s) 2023-09-07T07:23:49.214 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:48 smithi037 bash[24115]: audit 2023-09-07T07:23:48.928745+0000 mon.smithi037 (mon.0) 35 : audit 0 from='mgr.14120 172.21.15.37:0/1998159540' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "mon metadata", "id": "smithi037"}]: dispatch 2023-09-07T07:23:49.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:48 smithi037 bash[24115]: audit 2023-09-07T07:23:48.930096+0000 mon.smithi037 (mon.0) 36 : audit 0 from='mgr.14120 172.21.15.37:0/1998159540' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "mgr metadata", "who": "smithi037.ampdkg", "id": "smithi037.ampdkg"}]: dispatch 2023-09-07T07:23:49.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:48 smithi037 bash[24115]: audit 2023-09-07T07:23:48.931151+0000 mon.smithi037 (mon.0) 37 : audit 0 from='mgr.14120 172.21.15.37:0/1998159540' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-09-07T07:23:49.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:48 smithi037 bash[24115]: audit 2023-09-07T07:23:48.931617+0000 mon.smithi037 (mon.0) 38 : audit 0 from='mgr.14120 172.21.15.37:0/1998159540' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-09-07T07:23:49.216 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:48 smithi037 bash[24115]: audit 2023-09-07T07:23:48.932074+0000 mon.smithi037 (mon.0) 39 : audit 0 from='mgr.14120 172.21.15.37:0/1998159540' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-09-07T07:23:49.216 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:48 smithi037 bash[24115]: cluster 2023-09-07T07:23:48.967203+0000 mon.smithi037 (mon.0) 40 : cluster 1 Manager daemon smithi037.ampdkg is now available 2023-09-07T07:23:50.462 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:50 smithi037 bash[24115]: cephadm 2023-09-07T07:23:48.989380+0000 mgr.smithi037.ampdkg (mgr.14120) 1 : cephadm 1 Found migration_current of "None". Setting to last migration. 2023-09-07T07:23:50.463 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:50 smithi037 bash[24115]: audit 2023-09-07T07:23:48.996313+0000 mon.smithi037 (mon.0) 41 : audit 1 from='mgr.14120 172.21.15.37:0/1998159540' entity='mgr.smithi037.ampdkg' 2023-09-07T07:23:50.463 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:50 smithi037 bash[24115]: audit 2023-09-07T07:23:49.003862+0000 mon.smithi037 (mon.0) 42 : audit 1 from='mgr.14120 172.21.15.37:0/1998159540' entity='mgr.smithi037.ampdkg' 2023-09-07T07:23:50.463 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:50 smithi037 bash[24115]: audit 2023-09-07T07:23:49.012646+0000 mon.smithi037 (mon.0) 43 : audit 0 from='mgr.14120 172.21.15.37:0/1998159540' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:23:50.463 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:50 smithi037 bash[24115]: audit 2023-09-07T07:23:49.016406+0000 mon.smithi037 (mon.0) 44 : audit 0 from='mgr.14120 172.21.15.37:0/1998159540' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:23:50.464 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:50 smithi037 bash[24115]: audit 2023-09-07T07:23:49.023211+0000 mon.smithi037 (mon.0) 45 : audit 0 from='mgr.14120 172.21.15.37:0/1998159540' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:23:50.464 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:50 smithi037 bash[24115]: audit 2023-09-07T07:23:49.034325+0000 mon.smithi037 (mon.0) 46 : audit 1 from='mgr.14120 172.21.15.37:0/1998159540' entity='mgr.smithi037.ampdkg' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi037.ampdkg/mirror_snapshot_schedule"}]: dispatch 2023-09-07T07:23:50.464 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:50 smithi037 bash[24115]: audit 2023-09-07T07:23:49.039802+0000 mon.smithi037 (mon.0) 47 : audit 1 from='mgr.14120 172.21.15.37:0/1998159540' entity='mgr.smithi037.ampdkg' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi037.ampdkg/trash_purge_schedule"}]: dispatch 2023-09-07T07:23:50.464 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:50 smithi037 bash[24115]: cluster 2023-09-07T07:23:49.927642+0000 mon.smithi037 (mon.0) 48 : cluster 0 mgrmap e7: smithi037.ampdkg(active, since 1.01114s) 2023-09-07T07:23:50.563 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout { 2023-09-07T07:23:50.563 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2023-09-07T07:23:50.563 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "initialized": true 2023-09-07T07:23:50.563 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout } 2023-09-07T07:23:50.563 INFO:teuthology.orchestra.run.smithi037.stdout:mgr epoch 5 is available 2023-09-07T07:23:50.564 INFO:teuthology.orchestra.run.smithi037.stdout:Setting orchestrator backend to cephadm... 2023-09-07T07:23:51.281 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:51 smithi037 bash[24115]: audit 2023-09-07T07:23:49.926087+0000 mgr.smithi037.ampdkg (mgr.14120) 2 : audit 0 from='client.14124 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-09-07T07:23:51.282 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:51 smithi037 bash[24115]: audit 2023-09-07T07:23:49.940609+0000 mgr.smithi037.ampdkg (mgr.14120) 3 : audit 0 from='client.14124 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-09-07T07:23:51.282 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:51 smithi037 bash[24115]: audit 2023-09-07T07:23:49.998013+0000 mon.smithi037 (mon.0) 49 : audit 1 from='mgr.14120 172.21.15.37:0/1998159540' entity='mgr.smithi037.ampdkg' 2023-09-07T07:23:51.282 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:51 smithi037 bash[24115]: audit 2023-09-07T07:23:50.007537+0000 mon.smithi037 (mon.0) 50 : audit 1 from='mgr.14120 172.21.15.37:0/1998159540' entity='mgr.smithi037.ampdkg' 2023-09-07T07:23:51.282 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:51 smithi037 bash[24115]: audit 2023-09-07T07:23:50.746332+0000 mon.smithi037 (mon.0) 51 : audit 0 from='mgr.14120 172.21.15.37:0/1998159540' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:23:52.462 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:52 smithi037 bash[24115]: cephadm 2023-09-07T07:23:50.482494+0000 mgr.smithi037.ampdkg (mgr.14120) 4 : cephadm 1 [07/Sep/2023:07:23:50] ENGINE Bus STARTING 2023-09-07T07:23:52.463 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:52 smithi037 bash[24115]: cephadm 2023-09-07T07:23:50.584874+0000 mgr.smithi037.ampdkg (mgr.14120) 5 : cephadm 1 [07/Sep/2023:07:23:50] ENGINE Serving on http://172.21.15.37:8765 2023-09-07T07:23:52.463 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:52 smithi037 bash[24115]: cephadm 2023-09-07T07:23:50.711640+0000 mgr.smithi037.ampdkg (mgr.14120) 6 : cephadm 1 [07/Sep/2023:07:23:50] ENGINE Serving on https://172.21.15.37:7150 2023-09-07T07:23:52.463 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:52 smithi037 bash[24115]: cephadm 2023-09-07T07:23:50.711793+0000 mgr.smithi037.ampdkg (mgr.14120) 7 : cephadm 1 [07/Sep/2023:07:23:50] ENGINE Bus STARTED 2023-09-07T07:23:52.463 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:52 smithi037 bash[24115]: cluster 2023-09-07T07:23:51.010533+0000 mon.smithi037 (mon.0) 52 : cluster 0 mgrmap e8: smithi037.ampdkg(active, since 2s) 2023-09-07T07:23:52.464 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:52 smithi037 bash[24115]: audit 2023-09-07T07:23:51.931094+0000 mon.smithi037 (mon.0) 53 : audit 1 from='mgr.14120 172.21.15.37:0/1998159540' entity='mgr.smithi037.ampdkg' 2023-09-07T07:23:52.464 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:52 smithi037 bash[24115]: audit 2023-09-07T07:23:51.966672+0000 mon.smithi037 (mon.0) 54 : audit 0 from='mgr.14120 172.21.15.37:0/1998159540' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:23:53.462 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:53 smithi037 bash[24115]: audit 2023-09-07T07:23:51.923807+0000 mgr.smithi037.ampdkg (mgr.14120) 8 : audit 0 from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:23:54.408 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout value unchanged 2023-09-07T07:23:54.408 INFO:teuthology.orchestra.run.smithi037.stdout:Generating ssh key... 2023-09-07T07:23:54.712 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:54 smithi037 bash[24115]: audit 2023-09-07T07:23:53.820206+0000 mgr.smithi037.ampdkg (mgr.14120) 9 : audit 0 from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:23:57.192 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:56 smithi037 bash[24115]: audit 2023-09-07T07:23:55.711732+0000 mgr.smithi037.ampdkg (mgr.14120) 10 : audit 0 from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:23:57.193 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:56 smithi037 bash[24115]: cephadm 2023-09-07T07:23:55.712131+0000 mgr.smithi037.ampdkg (mgr.14120) 11 : cephadm 1 Generating ssh key... 2023-09-07T07:23:57.193 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:56 smithi037 bash[24115]: audit 2023-09-07T07:23:55.860763+0000 mon.smithi037 (mon.0) 55 : audit 1 from='mgr.14120 172.21.15.37:0/1998159540' entity='mgr.smithi037.ampdkg' 2023-09-07T07:23:57.193 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:56 smithi037 bash[24115]: audit 2023-09-07T07:23:55.864797+0000 mon.smithi037 (mon.0) 56 : audit 1 from='mgr.14120 172.21.15.37:0/1998159540' entity='mgr.smithi037.ampdkg' 2023-09-07T07:23:58.452 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDDkHiVVBuVBPSrhpu1HlrdePtQmnEF6DrZwbA6/rp8OktbWDrnWmjOM81yAb80k/jxLJOHc6MLAh5SisL8213IOnX2c4vImf104Ngm7iBWGjBygQUUEzx8ypqLcPa3RCNAr6V4ODfaKk5jIuSHqH/HtK4WbAe3GluD6ooVbLYNhjDVQcJl4QpCZWQgTieYwlpIoaUiM3LXQxchqw2cyVF3xyG70+JAXdpNoYrNakXyIADTxoGJx54DIZwSjXmiCkUaGtGBW3L2sNRf2l1TxpQR+8fl3QMev7DWAouIUBxbE19ZlNO220jc4eEA26+dE9BYcgpBpnka+TPpkZ2CC1lEFMmxU40DJ4DkrcyQxY4YM4Ysxlh/PsfYNJicBAH5H6wFE4cWJMUtmOGZse5+ROBkzZBv/MpostOT29p3YSuh0RBhPHr5wiF5FpQYQkWFsqriLczy6Z8MJt5sfRdfUF6OgEHB8A9yz4/3c4dgObZ4p7q/WjIliYmOxkHternFx40= ceph-3e964040-4d4f-11ee-9ab5-7b867c8bd7da 2023-09-07T07:23:58.452 INFO:teuthology.orchestra.run.smithi037.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2023-09-07T07:23:58.452 INFO:teuthology.orchestra.run.smithi037.stdout:Adding key to root@localhost authorized_keys... 2023-09-07T07:23:58.453 INFO:teuthology.orchestra.run.smithi037.stdout:Adding host smithi037... 2023-09-07T07:23:58.713 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:23:58 smithi037 bash[24115]: audit 2023-09-07T07:23:57.846066+0000 mgr.smithi037.ampdkg (mgr.14120) 12 : audit 0 from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:24:00.447 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:24:00 smithi037 bash[24115]: audit 2023-09-07T07:23:59.814186+0000 mgr.smithi037.ampdkg (mgr.14120) 13 : audit 0 from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi037", "addr": "172.21.15.37", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:24:01.712 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:24:01 smithi037 bash[24115]: cephadm 2023-09-07T07:24:00.616273+0000 mgr.smithi037.ampdkg (mgr.14120) 14 : cephadm 1 Deploying cephadm binary to smithi037 2023-09-07T07:24:04.418 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout Added host 'smithi037' with addr '172.21.15.37' 2023-09-07T07:24:04.419 INFO:teuthology.orchestra.run.smithi037.stdout:Deploying mon service with default placement... 2023-09-07T07:24:04.712 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:24:04 smithi037 bash[24115]: audit 2023-09-07T07:24:03.506721+0000 mon.smithi037 (mon.0) 57 : audit 1 from='mgr.14120 172.21.15.37:0/1998159540' entity='mgr.smithi037.ampdkg' 2023-09-07T07:24:04.713 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:24:04 smithi037 bash[24115]: cephadm 2023-09-07T07:24:03.507465+0000 mgr.smithi037.ampdkg (mgr.14120) 15 : cephadm 1 Added host smithi037 2023-09-07T07:24:04.713 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:24:04 smithi037 bash[24115]: audit 2023-09-07T07:24:03.553307+0000 mon.smithi037 (mon.0) 58 : audit 0 from='mgr.14120 172.21.15.37:0/1998159540' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:24:06.946 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2023-09-07T07:24:06.946 INFO:teuthology.orchestra.run.smithi037.stdout:Deploying mgr service with default placement... 2023-09-07T07:24:07.462 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:24:07 smithi037 bash[24115]: audit 2023-09-07T07:24:06.182661+0000 mon.smithi037 (mon.0) 59 : audit 1 from='mgr.14120 172.21.15.37:0/1998159540' entity='mgr.smithi037.ampdkg' 2023-09-07T07:24:07.463 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:24:07 smithi037 bash[24115]: audit 2023-09-07T07:24:06.340270+0000 mon.smithi037 (mon.0) 60 : audit 1 from='mgr.14120 172.21.15.37:0/1998159540' entity='mgr.smithi037.ampdkg' 2023-09-07T07:24:07.463 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:24:07 smithi037 bash[24115]: audit 2023-09-07T07:24:06.559958+0000 mon.smithi037 (mon.0) 61 : audit 1 from='mgr.14120 172.21.15.37:0/1998159540' entity='mgr.smithi037.ampdkg' 2023-09-07T07:24:08.462 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:24:08 smithi037 bash[24115]: audit 2023-09-07T07:24:06.330934+0000 mgr.smithi037.ampdkg (mgr.14120) 16 : audit 0 from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:24:08.463 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:24:08 smithi037 bash[24115]: cephadm 2023-09-07T07:24:06.333853+0000 mgr.smithi037.ampdkg (mgr.14120) 17 : cephadm 1 Saving service mon spec with placement count:5 2023-09-07T07:24:08.891 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2023-09-07T07:24:08.891 INFO:teuthology.orchestra.run.smithi037.stdout:Deploying crash service with default placement... 2023-09-07T07:24:09.612 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:24:09 smithi037 bash[24115]: audit 2023-09-07T07:24:08.305014+0000 mgr.smithi037.ampdkg (mgr.14120) 18 : audit 0 from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:24:09.612 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:24:09 smithi037 bash[24115]: cephadm 2023-09-07T07:24:08.307136+0000 mgr.smithi037.ampdkg (mgr.14120) 19 : cephadm 1 Saving service mgr spec with placement count:2 2023-09-07T07:24:09.612 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:24:09 smithi037 bash[24115]: audit 2023-09-07T07:24:08.314084+0000 mon.smithi037 (mon.0) 62 : audit 1 from='mgr.14120 172.21.15.37:0/1998159540' entity='mgr.smithi037.ampdkg' 2023-09-07T07:24:10.712 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:24:10 smithi037 bash[24115]: cluster 2023-09-07T07:24:08.932918+0000 mgr.smithi037.ampdkg (mgr.14120) 20 : cluster 0 pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:24:10.965 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout Scheduled crash update... 2023-09-07T07:24:10.965 INFO:teuthology.orchestra.run.smithi037.stdout:Deploying ceph-exporter service with default placement... 2023-09-07T07:24:11.613 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:24:11 smithi037 bash[24115]: audit 2023-09-07T07:24:10.312894+0000 mgr.smithi037.ampdkg (mgr.14120) 21 : audit 0 from='client.14146 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:24:11.614 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:24:11 smithi037 bash[24115]: cephadm 2023-09-07T07:24:10.314189+0000 mgr.smithi037.ampdkg (mgr.14120) 22 : cephadm 1 Saving service crash spec with placement * 2023-09-07T07:24:11.614 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:24:11 smithi037 bash[24115]: audit 2023-09-07T07:24:10.317349+0000 mon.smithi037 (mon.0) 63 : audit 1 from='mgr.14120 172.21.15.37:0/1998159540' entity='mgr.smithi037.ampdkg' 2023-09-07T07:24:12.712 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:24:12 smithi037 bash[24115]: cluster 2023-09-07T07:24:10.933380+0000 mgr.smithi037.ampdkg (mgr.14120) 23 : cluster 0 pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:24:12.713 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:24:12 smithi037 bash[24115]: audit 2023-09-07T07:24:11.791636+0000 mon.smithi037 (mon.0) 64 : audit 1 from='mgr.14120 172.21.15.37:0/1998159540' entity='mgr.smithi037.ampdkg' 2023-09-07T07:24:13.093 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout Scheduled ceph-exporter update... 2023-09-07T07:24:13.093 INFO:teuthology.orchestra.run.smithi037.stdout:Deploying prometheus service with default placement... 2023-09-07T07:24:13.462 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:24:13 smithi037 bash[24115]: audit 2023-09-07T07:24:12.324039+0000 mgr.smithi037.ampdkg (mgr.14120) 24 : audit 0 from='client.14148 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "ceph-exporter", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:24:13.463 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:24:13 smithi037 bash[24115]: cephadm 2023-09-07T07:24:12.326567+0000 mgr.smithi037.ampdkg (mgr.14120) 25 : cephadm 1 Saving service ceph-exporter spec with placement * 2023-09-07T07:24:13.463 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:24:13 smithi037 bash[24115]: audit 2023-09-07T07:24:12.331617+0000 mon.smithi037 (mon.0) 65 : audit 1 from='mgr.14120 172.21.15.37:0/1998159540' entity='mgr.smithi037.ampdkg' 2023-09-07T07:24:13.463 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:24:13 smithi037 bash[24115]: audit 2023-09-07T07:24:12.631788+0000 mon.smithi037 (mon.0) 66 : audit 1 from='mgr.14120 172.21.15.37:0/1998159540' entity='mgr.smithi037.ampdkg' 2023-09-07T07:24:13.463 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:24:13 smithi037 bash[24115]: cluster 2023-09-07T07:24:12.933835+0000 mgr.smithi037.ampdkg (mgr.14120) 26 : cluster 0 pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:24:15.143 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout Scheduled prometheus update... 2023-09-07T07:24:15.144 INFO:teuthology.orchestra.run.smithi037.stdout:Deploying grafana service with default placement... 2023-09-07T07:24:15.773 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:24:15 smithi037 bash[24115]: audit 2023-09-07T07:24:14.485122+0000 mgr.smithi037.ampdkg (mgr.14120) 27 : audit 0 from='client.14150 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:24:15.773 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:24:15 smithi037 bash[24115]: cephadm 2023-09-07T07:24:14.487797+0000 mgr.smithi037.ampdkg (mgr.14120) 28 : cephadm 1 Saving service prometheus spec with placement count:1 2023-09-07T07:24:15.773 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:24:15 smithi037 bash[24115]: audit 2023-09-07T07:24:14.492656+0000 mon.smithi037 (mon.0) 67 : audit 1 from='mgr.14120 172.21.15.37:0/1998159540' entity='mgr.smithi037.ampdkg' 2023-09-07T07:24:15.774 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:24:15 smithi037 bash[24115]: cluster 2023-09-07T07:24:14.934275+0000 mgr.smithi037.ampdkg (mgr.14120) 29 : cluster 0 pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:24:17.150 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout Scheduled grafana update... 2023-09-07T07:24:17.150 INFO:teuthology.orchestra.run.smithi037.stdout:Deploying node-exporter service with default placement... 2023-09-07T07:24:18.042 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:24:17 smithi037 bash[24115]: audit 2023-09-07T07:24:16.458067+0000 mgr.smithi037.ampdkg (mgr.14120) 30 : audit 0 from='client.14152 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:24:18.043 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:24:17 smithi037 bash[24115]: cephadm 2023-09-07T07:24:16.461011+0000 mgr.smithi037.ampdkg (mgr.14120) 31 : cephadm 1 Saving service grafana spec with placement count:1 2023-09-07T07:24:18.043 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:24:17 smithi037 bash[24115]: audit 2023-09-07T07:24:16.465960+0000 mon.smithi037 (mon.0) 68 : audit 1 from='mgr.14120 172.21.15.37:0/1998159540' entity='mgr.smithi037.ampdkg' 2023-09-07T07:24:18.043 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:24:17 smithi037 bash[24115]: cluster 2023-09-07T07:24:16.934711+0000 mgr.smithi037.ampdkg (mgr.14120) 32 : cluster 0 pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:24:19.864 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout Scheduled node-exporter update... 2023-09-07T07:24:19.864 INFO:teuthology.orchestra.run.smithi037.stdout:Deploying alertmanager service with default placement... 2023-09-07T07:24:20.213 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:24:19 smithi037 bash[24115]: cluster 2023-09-07T07:24:18.935103+0000 mgr.smithi037.ampdkg (mgr.14120) 33 : cluster 0 pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:24:20.213 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:24:19 smithi037 bash[24115]: audit 2023-09-07T07:24:18.965802+0000 mgr.smithi037.ampdkg (mgr.14120) 34 : audit 0 from='client.14154 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:24:20.213 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:24:19 smithi037 bash[24115]: cephadm 2023-09-07T07:24:18.967438+0000 mgr.smithi037.ampdkg (mgr.14120) 35 : cephadm 1 Saving service node-exporter spec with placement * 2023-09-07T07:24:20.213 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:24:19 smithi037 bash[24115]: audit 2023-09-07T07:24:18.970329+0000 mon.smithi037 (mon.0) 69 : audit 1 from='mgr.14120 172.21.15.37:0/1998159540' entity='mgr.smithi037.ampdkg' 2023-09-07T07:24:21.873 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout Scheduled alertmanager update... 2023-09-07T07:24:22.561 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:24:22 smithi037 bash[24115]: cluster 2023-09-07T07:24:20.935524+0000 mgr.smithi037.ampdkg (mgr.14120) 36 : cluster 0 pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:24:22.561 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:24:22 smithi037 bash[24115]: audit 2023-09-07T07:24:21.244380+0000 mgr.smithi037.ampdkg (mgr.14120) 37 : audit 0 from='client.14156 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:24:22.562 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:24:22 smithi037 bash[24115]: cephadm 2023-09-07T07:24:21.246698+0000 mgr.smithi037.ampdkg (mgr.14120) 38 : cephadm 1 Saving service alertmanager spec with placement count:1 2023-09-07T07:24:22.562 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:24:22 smithi037 bash[24115]: audit 2023-09-07T07:24:21.254219+0000 mon.smithi037 (mon.0) 70 : audit 1 from='mgr.14120 172.21.15.37:0/1998159540' entity='mgr.smithi037.ampdkg' 2023-09-07T07:24:24.438 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:24:24 smithi037 bash[24115]: cluster 2023-09-07T07:24:22.935974+0000 mgr.smithi037.ampdkg (mgr.14120) 39 : cluster 0 pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:24:24.439 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:24:24 smithi037 bash[24115]: audit 2023-09-07T07:24:23.146904+0000 mon.smithi037 (mon.0) 71 : audit 1 from='client.? 172.21.15.37:0/568764575' entity='client.admin' 2023-09-07T07:24:25.715 INFO:teuthology.orchestra.run.smithi037.stdout:Enabling the dashboard module... 2023-09-07T07:24:26.424 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:24:26 smithi037 bash[24115]: cluster 2023-09-07T07:24:24.936359+0000 mgr.smithi037.ampdkg (mgr.14120) 40 : cluster 0 pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:24:26.424 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:24:26 smithi037 bash[24115]: audit 2023-09-07T07:24:25.117305+0000 mon.smithi037 (mon.0) 72 : audit 1 from='client.? 172.21.15.37:0/4261230593' entity='client.admin' 2023-09-07T07:24:28.465 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:24:28 smithi037 bash[24115]: cluster 2023-09-07T07:24:26.936807+0000 mgr.smithi037.ampdkg (mgr.14120) 41 : cluster 0 pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:24:28.465 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:24:28 smithi037 bash[24115]: audit 2023-09-07T07:24:27.134920+0000 mon.smithi037 (mon.0) 73 : audit 1 from='client.? 172.21.15.37:0/90288674' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2023-09-07T07:24:29.427 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:24:29 smithi037 bash[24115]: audit 2023-09-07T07:24:28.125689+0000 mon.smithi037 (mon.0) 74 : audit 1 from='client.? 172.21.15.37:0/90288674' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2023-09-07T07:24:29.427 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:24:29 smithi037 bash[24115]: cluster 2023-09-07T07:24:28.125786+0000 mon.smithi037 (mon.0) 75 : cluster 0 mgrmap e9: smithi037.ampdkg(active, since 39s) 2023-09-07T07:24:30.460 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:24:30 smithi037 bash[24115]: audit 2023-09-07T07:24:30.236155+0000 mon.smithi037 (mon.0) 76 : audit 0 from='client.? 172.21.15.37:0/2284812070' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-09-07T07:24:30.896 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout { 2023-09-07T07:24:30.897 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "epoch": 9, 2023-09-07T07:24:30.897 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "available": true, 2023-09-07T07:24:30.897 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "active_name": "smithi037.ampdkg", 2023-09-07T07:24:30.897 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "num_standby": 0 2023-09-07T07:24:30.898 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout } 2023-09-07T07:24:30.898 INFO:teuthology.orchestra.run.smithi037.stdout:Waiting for the mgr to restart... 2023-09-07T07:24:30.898 INFO:teuthology.orchestra.run.smithi037.stdout:Waiting for mgr epoch 9... 2023-09-07T07:24:36.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:24:36 smithi037 bash[24115]: cluster 2023-09-07T07:24:36.728230+0000 mon.smithi037 (mon.0) 77 : cluster 1 Active manager daemon smithi037.ampdkg restarted 2023-09-07T07:24:36.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:24:36 smithi037 bash[24115]: cluster 2023-09-07T07:24:36.728662+0000 mon.smithi037 (mon.0) 78 : cluster 1 Activating manager daemon smithi037.ampdkg 2023-09-07T07:24:36.964 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:24:36 smithi037 bash[24115]: cluster 2023-09-07T07:24:36.734641+0000 mon.smithi037 (mon.0) 79 : cluster 0 osdmap e3: 0 total, 0 up, 0 in 2023-09-07T07:24:36.964 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:24:36 smithi037 bash[24115]: cluster 2023-09-07T07:24:36.734854+0000 mon.smithi037 (mon.0) 80 : cluster 0 mgrmap e10: smithi037.ampdkg(active, starting, since 0.00637097s) 2023-09-07T07:24:36.964 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:24:36 smithi037 bash[24115]: audit 2023-09-07T07:24:36.736758+0000 mon.smithi037 (mon.0) 81 : audit 0 from='mgr.14164 172.21.15.37:0/2261058688' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "mon metadata", "id": "smithi037"}]: dispatch 2023-09-07T07:24:36.964 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:24:36 smithi037 bash[24115]: audit 2023-09-07T07:24:36.738300+0000 mon.smithi037 (mon.0) 82 : audit 0 from='mgr.14164 172.21.15.37:0/2261058688' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "mgr metadata", "who": "smithi037.ampdkg", "id": "smithi037.ampdkg"}]: dispatch 2023-09-07T07:24:36.964 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:24:36 smithi037 bash[24115]: audit 2023-09-07T07:24:36.739187+0000 mon.smithi037 (mon.0) 83 : audit 0 from='mgr.14164 172.21.15.37:0/2261058688' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-09-07T07:24:36.965 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:24:36 smithi037 bash[24115]: audit 2023-09-07T07:24:36.739352+0000 mon.smithi037 (mon.0) 84 : audit 0 from='mgr.14164 172.21.15.37:0/2261058688' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-09-07T07:24:36.965 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:24:36 smithi037 bash[24115]: audit 2023-09-07T07:24:36.739518+0000 mon.smithi037 (mon.0) 85 : audit 0 from='mgr.14164 172.21.15.37:0/2261058688' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-09-07T07:24:36.965 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:24:36 smithi037 bash[24115]: cluster 2023-09-07T07:24:36.767077+0000 mon.smithi037 (mon.0) 86 : cluster 1 Manager daemon smithi037.ampdkg is now available 2023-09-07T07:24:38.213 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:24:37 smithi037 bash[24115]: audit 2023-09-07T07:24:36.795273+0000 mon.smithi037 (mon.0) 87 : audit 0 from='mgr.14164 172.21.15.37:0/2261058688' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:24:38.213 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:24:37 smithi037 bash[24115]: audit 2023-09-07T07:24:36.798584+0000 mon.smithi037 (mon.0) 88 : audit 0 from='mgr.14164 172.21.15.37:0/2261058688' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:24:38.214 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:24:37 smithi037 bash[24115]: audit 2023-09-07T07:24:36.825103+0000 mon.smithi037 (mon.0) 89 : audit 1 from='mgr.14164 172.21.15.37:0/2261058688' entity='mgr.smithi037.ampdkg' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi037.ampdkg/mirror_snapshot_schedule"}]: dispatch 2023-09-07T07:24:38.214 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:24:37 smithi037 bash[24115]: audit 2023-09-07T07:24:36.830381+0000 mon.smithi037 (mon.0) 90 : audit 1 from='mgr.14164 172.21.15.37:0/2261058688' entity='mgr.smithi037.ampdkg' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi037.ampdkg/trash_purge_schedule"}]: dispatch 2023-09-07T07:24:38.214 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:24:37 smithi037 bash[24115]: cluster 2023-09-07T07:24:37.740808+0000 mon.smithi037 (mon.0) 91 : cluster 0 mgrmap e11: smithi037.ampdkg(active, since 1.01233s) 2023-09-07T07:24:38.444 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout { 2023-09-07T07:24:38.444 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 11, 2023-09-07T07:24:38.444 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "initialized": true 2023-09-07T07:24:38.444 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout } 2023-09-07T07:24:38.445 INFO:teuthology.orchestra.run.smithi037.stdout:mgr epoch 9 is available 2023-09-07T07:24:38.445 INFO:teuthology.orchestra.run.smithi037.stdout:Generating a dashboard self-signed certificate... 2023-09-07T07:24:39.078 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:24:38 smithi037 bash[24115]: cephadm 2023-09-07T07:24:37.423528+0000 mgr.smithi037.ampdkg (mgr.14164) 1 : cephadm 1 [07/Sep/2023:07:24:37] ENGINE Bus STARTING 2023-09-07T07:24:39.079 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:24:38 smithi037 bash[24115]: cephadm 2023-09-07T07:24:37.548687+0000 mgr.smithi037.ampdkg (mgr.14164) 2 : cephadm 1 [07/Sep/2023:07:24:37] ENGINE Serving on https://172.21.15.37:7150 2023-09-07T07:24:39.079 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:24:38 smithi037 bash[24115]: cephadm 2023-09-07T07:24:37.650988+0000 mgr.smithi037.ampdkg (mgr.14164) 3 : cephadm 1 [07/Sep/2023:07:24:37] ENGINE Serving on http://172.21.15.37:8765 2023-09-07T07:24:39.079 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:24:38 smithi037 bash[24115]: cephadm 2023-09-07T07:24:37.651378+0000 mgr.smithi037.ampdkg (mgr.14164) 4 : cephadm 1 [07/Sep/2023:07:24:37] ENGINE Bus STARTED 2023-09-07T07:24:39.079 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:24:38 smithi037 bash[24115]: audit 2023-09-07T07:24:37.739853+0000 mgr.smithi037.ampdkg (mgr.14164) 5 : audit 0 from='client.14168 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-09-07T07:24:39.080 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:24:38 smithi037 bash[24115]: audit 2023-09-07T07:24:37.755279+0000 mgr.smithi037.ampdkg (mgr.14164) 6 : audit 0 from='client.14168 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-09-07T07:24:40.076 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:24:39 smithi037 bash[24115]: cluster 2023-09-07T07:24:38.791145+0000 mon.smithi037 (mon.0) 92 : cluster 0 mgrmap e12: smithi037.ampdkg(active, since 2s) 2023-09-07T07:24:40.477 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout Self-signed certificate created 2023-09-07T07:24:40.477 INFO:teuthology.orchestra.run.smithi037.stdout:Creating initial admin user... 2023-09-07T07:24:41.179 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:24:40 smithi037 bash[24115]: audit 2023-09-07T07:24:39.722180+0000 mgr.smithi037.ampdkg (mgr.14164) 7 : audit 0 from='client.14176 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:24:41.179 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:24:40 smithi037 bash[24115]: audit 2023-09-07T07:24:39.870418+0000 mon.smithi037 (mon.0) 93 : audit 1 from='mgr.14164 172.21.15.37:0/2261058688' entity='mgr.smithi037.ampdkg' 2023-09-07T07:24:41.179 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:24:40 smithi037 bash[24115]: audit 2023-09-07T07:24:39.874700+0000 mon.smithi037 (mon.0) 94 : audit 1 from='mgr.14164 172.21.15.37:0/2261058688' entity='mgr.smithi037.ampdkg' 2023-09-07T07:24:42.808 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$yyf46ogJWVGK0Z0E9f2K3.Rnnjhz7CUB2.jGI5.KAiN1xmmxGaKWa", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1694071482, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2023-09-07T07:24:42.809 INFO:teuthology.orchestra.run.smithi037.stdout:Fetching dashboard port number... 2023-09-07T07:24:43.463 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:24:43 smithi037 bash[24115]: audit 2023-09-07T07:24:41.910805+0000 mgr.smithi037.ampdkg (mgr.14164) 8 : audit 0 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 2023-09-07T07:24:43.463 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:24:43 smithi037 bash[24115]: audit 2023-09-07T07:24:42.181792+0000 mon.smithi037 (mon.0) 95 : audit 1 from='mgr.14164 172.21.15.37:0/2261058688' entity='mgr.smithi037.ampdkg' 2023-09-07T07:24:44.463 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:24:44 smithi037 bash[24115]: cluster 2023-09-07T07:24:43.189228+0000 mon.smithi037 (mon.0) 96 : cluster 0 mgrmap e13: smithi037.ampdkg(active, since 6s) 2023-09-07T07:24:44.463 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:24:44 smithi037 bash[24115]: audit 2023-09-07T07:24:43.871103+0000 mon.smithi037 (mon.0) 97 : audit 1 from='mgr.14164 172.21.15.37:0/2261058688' entity='mgr.smithi037.ampdkg' 2023-09-07T07:24:44.463 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:24:44 smithi037 bash[24115]: audit 2023-09-07T07:24:44.164569+0000 mon.smithi037 (mon.0) 98 : audit 0 from='client.? 172.21.15.37:0/948501417' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2023-09-07T07:24:44.838 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout 8443 2023-09-07T07:24:44.839 INFO:teuthology.orchestra.run.smithi037.stdout:firewalld does not appear to be present 2023-09-07T07:24:44.839 INFO:teuthology.orchestra.run.smithi037.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2023-09-07T07:24:44.842 INFO:teuthology.orchestra.run.smithi037.stdout:Ceph Dashboard is now available at: 2023-09-07T07:24:44.842 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-09-07T07:24:44.843 INFO:teuthology.orchestra.run.smithi037.stdout: URL: https://smithi037.front.sepia.ceph.com:8443/ 2023-09-07T07:24:44.843 INFO:teuthology.orchestra.run.smithi037.stdout: User: admin 2023-09-07T07:24:44.843 INFO:teuthology.orchestra.run.smithi037.stdout: Password: utysqney2h 2023-09-07T07:24:44.843 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-09-07T07:24:44.844 INFO:teuthology.orchestra.run.smithi037.stdout:Saving cluster configuration to /var/lib/ceph/3e964040-4d4f-11ee-9ab5-7b867c8bd7da/config directory 2023-09-07T07:24:44.844 INFO:teuthology.orchestra.run.smithi037.stdout:Enabling autotune for osd_memory_target 2023-09-07T07:24:45.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:24:45 smithi037 bash[24115]: audit 2023-09-07T07:24:44.663926+0000 mon.smithi037 (mon.0) 99 : audit 1 from='mgr.14164 172.21.15.37:0/2261058688' entity='mgr.smithi037.ampdkg' 2023-09-07T07:24:49.018 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2023-09-07T07:24:49.019 INFO:teuthology.orchestra.run.smithi037.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2023-09-07T07:24:49.019 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-09-07T07:24:49.019 INFO:teuthology.orchestra.run.smithi037.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid 3e964040-4d4f-11ee-9ab5-7b867c8bd7da -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2023-09-07T07:24:49.019 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-09-07T07:24:49.019 INFO:teuthology.orchestra.run.smithi037.stdout:Or, if you are only running a single cluster on this host: 2023-09-07T07:24:49.020 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-09-07T07:24:49.020 INFO:teuthology.orchestra.run.smithi037.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2023-09-07T07:24:49.020 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-09-07T07:24:49.020 INFO:teuthology.orchestra.run.smithi037.stdout:Please consider enabling telemetry to help improve Ceph: 2023-09-07T07:24:49.020 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-09-07T07:24:49.021 INFO:teuthology.orchestra.run.smithi037.stdout: ceph telemetry on 2023-09-07T07:24:49.021 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-09-07T07:24:49.021 INFO:teuthology.orchestra.run.smithi037.stdout:For more information see: 2023-09-07T07:24:49.021 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-09-07T07:24:49.021 INFO:teuthology.orchestra.run.smithi037.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2023-09-07T07:24:49.022 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-09-07T07:24:49.022 INFO:teuthology.orchestra.run.smithi037.stdout:Bootstrap complete. 2023-09-07T07:24:49.051 INFO:tasks.cephadm:Fetching config... 2023-09-07T07:24:49.052 DEBUG:teuthology.orchestra.run.smithi037:> set -ex 2023-09-07T07:24:49.052 DEBUG:teuthology.orchestra.run.smithi037:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2023-09-07T07:24:49.058 INFO:tasks.cephadm:Fetching client.admin keyring... 2023-09-07T07:24:49.059 DEBUG:teuthology.orchestra.run.smithi037:> set -ex 2023-09-07T07:24:49.059 DEBUG:teuthology.orchestra.run.smithi037:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2023-09-07T07:24:49.111 INFO:tasks.cephadm:Fetching mon keyring... 2023-09-07T07:24:49.111 DEBUG:teuthology.orchestra.run.smithi037:> set -ex 2023-09-07T07:24:49.112 DEBUG:teuthology.orchestra.run.smithi037:> sudo dd if=/var/lib/ceph/3e964040-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi037/keyring of=/dev/stdout 2023-09-07T07:24:49.163 INFO:tasks.cephadm:Fetching pub ssh key... 2023-09-07T07:24:49.163 DEBUG:teuthology.orchestra.run.smithi037:> set -ex 2023-09-07T07:24:49.164 DEBUG:teuthology.orchestra.run.smithi037:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2023-09-07T07:24:49.211 INFO:tasks.cephadm:Installing pub ssh key for root users... 2023-09-07T07:24:49.211 DEBUG:teuthology.orchestra.run.smithi037:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDDkHiVVBuVBPSrhpu1HlrdePtQmnEF6DrZwbA6/rp8OktbWDrnWmjOM81yAb80k/jxLJOHc6MLAh5SisL8213IOnX2c4vImf104Ngm7iBWGjBygQUUEzx8ypqLcPa3RCNAr6V4ODfaKk5jIuSHqH/HtK4WbAe3GluD6ooVbLYNhjDVQcJl4QpCZWQgTieYwlpIoaUiM3LXQxchqw2cyVF3xyG70+JAXdpNoYrNakXyIADTxoGJx54DIZwSjXmiCkUaGtGBW3L2sNRf2l1TxpQR+8fl3QMev7DWAouIUBxbE19ZlNO220jc4eEA26+dE9BYcgpBpnka+TPpkZ2CC1lEFMmxU40DJ4DkrcyQxY4YM4Ysxlh/PsfYNJicBAH5H6wFE4cWJMUtmOGZse5+ROBkzZBv/MpostOT29p3YSuh0RBhPHr5wiF5FpQYQkWFsqriLczy6Z8MJt5sfRdfUF6OgEHB8A9yz4/3c4dgObZ4p7q/WjIliYmOxkHternFx40= ceph-3e964040-4d4f-11ee-9ab5-7b867c8bd7da' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-09-07T07:24:49.273 INFO:teuthology.orchestra.run.smithi037.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDDkHiVVBuVBPSrhpu1HlrdePtQmnEF6DrZwbA6/rp8OktbWDrnWmjOM81yAb80k/jxLJOHc6MLAh5SisL8213IOnX2c4vImf104Ngm7iBWGjBygQUUEzx8ypqLcPa3RCNAr6V4ODfaKk5jIuSHqH/HtK4WbAe3GluD6ooVbLYNhjDVQcJl4QpCZWQgTieYwlpIoaUiM3LXQxchqw2cyVF3xyG70+JAXdpNoYrNakXyIADTxoGJx54DIZwSjXmiCkUaGtGBW3L2sNRf2l1TxpQR+8fl3QMev7DWAouIUBxbE19ZlNO220jc4eEA26+dE9BYcgpBpnka+TPpkZ2CC1lEFMmxU40DJ4DkrcyQxY4YM4Ysxlh/PsfYNJicBAH5H6wFE4cWJMUtmOGZse5+ROBkzZBv/MpostOT29p3YSuh0RBhPHr5wiF5FpQYQkWFsqriLczy6Z8MJt5sfRdfUF6OgEHB8A9yz4/3c4dgObZ4p7q/WjIliYmOxkHternFx40= ceph-3e964040-4d4f-11ee-9ab5-7b867c8bd7da 2023-09-07T07:24:49.284 DEBUG:teuthology.orchestra.run.smithi110:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDDkHiVVBuVBPSrhpu1HlrdePtQmnEF6DrZwbA6/rp8OktbWDrnWmjOM81yAb80k/jxLJOHc6MLAh5SisL8213IOnX2c4vImf104Ngm7iBWGjBygQUUEzx8ypqLcPa3RCNAr6V4ODfaKk5jIuSHqH/HtK4WbAe3GluD6ooVbLYNhjDVQcJl4QpCZWQgTieYwlpIoaUiM3LXQxchqw2cyVF3xyG70+JAXdpNoYrNakXyIADTxoGJx54DIZwSjXmiCkUaGtGBW3L2sNRf2l1TxpQR+8fl3QMev7DWAouIUBxbE19ZlNO220jc4eEA26+dE9BYcgpBpnka+TPpkZ2CC1lEFMmxU40DJ4DkrcyQxY4YM4Ysxlh/PsfYNJicBAH5H6wFE4cWJMUtmOGZse5+ROBkzZBv/MpostOT29p3YSuh0RBhPHr5wiF5FpQYQkWFsqriLczy6Z8MJt5sfRdfUF6OgEHB8A9yz4/3c4dgObZ4p7q/WjIliYmOxkHternFx40= ceph-3e964040-4d4f-11ee-9ab5-7b867c8bd7da' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-09-07T07:24:49.308 INFO:teuthology.orchestra.run.smithi110.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDDkHiVVBuVBPSrhpu1HlrdePtQmnEF6DrZwbA6/rp8OktbWDrnWmjOM81yAb80k/jxLJOHc6MLAh5SisL8213IOnX2c4vImf104Ngm7iBWGjBygQUUEzx8ypqLcPa3RCNAr6V4ODfaKk5jIuSHqH/HtK4WbAe3GluD6ooVbLYNhjDVQcJl4QpCZWQgTieYwlpIoaUiM3LXQxchqw2cyVF3xyG70+JAXdpNoYrNakXyIADTxoGJx54DIZwSjXmiCkUaGtGBW3L2sNRf2l1TxpQR+8fl3QMev7DWAouIUBxbE19ZlNO220jc4eEA26+dE9BYcgpBpnka+TPpkZ2CC1lEFMmxU40DJ4DkrcyQxY4YM4Ysxlh/PsfYNJicBAH5H6wFE4cWJMUtmOGZse5+ROBkzZBv/MpostOT29p3YSuh0RBhPHr5wiF5FpQYQkWFsqriLczy6Z8MJt5sfRdfUF6OgEHB8A9yz4/3c4dgObZ4p7q/WjIliYmOxkHternFx40= ceph-3e964040-4d4f-11ee-9ab5-7b867c8bd7da 2023-09-07T07:24:49.318 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e964040-4d4f-11ee-9ab5-7b867c8bd7da -- ceph config set mgr mgr/cephadm/allow_ptrace true 2023-09-07T07:24:49.463 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:24:49 smithi037 bash[24115]: audit 2023-09-07T07:24:48.364778+0000 mon.smithi037 (mon.0) 100 : audit 1 from='client.? 172.21.15.37:0/1578707176' entity='client.admin' 2023-09-07T07:24:55.725 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/3e964040-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi037/config 2023-09-07T07:24:58.224 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:24:57 smithi037 bash[24115]: cluster 2023-09-07T07:24:56.741079+0000 mgr.smithi037.ampdkg (mgr.14164) 9 : cluster 0 pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:24:58.224 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:24:57 smithi037 bash[24115]: audit 2023-09-07T07:24:56.914758+0000 mon.smithi037 (mon.0) 101 : audit 1 from='mgr.14164 172.21.15.37:0/2261058688' entity='mgr.smithi037.ampdkg' 2023-09-07T07:24:58.224 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:24:57 smithi037 bash[24115]: audit 2023-09-07T07:24:56.919444+0000 mon.smithi037 (mon.0) 102 : audit 1 from='mgr.14164 172.21.15.37:0/2261058688' entity='mgr.smithi037.ampdkg' 2023-09-07T07:24:58.225 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:24:57 smithi037 bash[24115]: audit 2023-09-07T07:24:56.921200+0000 mon.smithi037 (mon.0) 103 : audit 1 from='mgr.14164 172.21.15.37:0/2261058688' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "config rm", "who": "osd/host:smithi037", "name": "osd_memory_target"}]: dispatch 2023-09-07T07:24:58.225 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:24:57 smithi037 bash[24115]: audit 2023-09-07T07:24:56.928338+0000 mon.smithi037 (mon.0) 104 : audit 1 from='mgr.14164 172.21.15.37:0/2261058688' entity='mgr.smithi037.ampdkg' 2023-09-07T07:24:58.225 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:24:57 smithi037 bash[24115]: audit 2023-09-07T07:24:56.930778+0000 mon.smithi037 (mon.0) 105 : audit 1 from='mgr.14164 172.21.15.37:0/2261058688' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi037", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2023-09-07T07:24:58.225 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:24:57 smithi037 bash[24115]: audit 2023-09-07T07:24:56.933305+0000 mon.smithi037 (mon.0) 106 : audit 1 from='mgr.14164 172.21.15.37:0/2261058688' entity='mgr.smithi037.ampdkg' cmd='[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi037", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]': finished 2023-09-07T07:24:58.225 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:24:57 smithi037 bash[24115]: audit 2023-09-07T07:24:56.934474+0000 mon.smithi037 (mon.0) 107 : audit 0 from='mgr.14164 172.21.15.37:0/2261058688' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:24:58.225 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:24:57 smithi037 bash[24115]: cephadm 2023-09-07T07:24:56.935907+0000 mgr.smithi037.ampdkg (mgr.14164) 10 : cephadm 1 Deploying daemon ceph-exporter.smithi037 on smithi037 2023-09-07T07:24:59.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:24:59 smithi037 bash[24115]: cluster 2023-09-07T07:24:58.741594+0000 mgr.smithi037.ampdkg (mgr.14164) 11 : cluster 0 pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:24:59.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:24:59 smithi037 bash[24115]: audit 2023-09-07T07:24:59.640864+0000 mon.smithi037 (mon.0) 108 : audit 1 from='client.? 172.21.15.37:0/3724389814' entity='client.admin' 2023-09-07T07:25:00.446 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2023-09-07T07:25:00.446 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e964040-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch client-keyring set client.admin '*' --mode 0755 2023-09-07T07:25:01.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:25:01 smithi037 bash[24115]: audit 2023-09-07T07:25:00.666737+0000 mon.smithi037 (mon.0) 109 : audit 1 from='mgr.14164 172.21.15.37:0/2261058688' entity='mgr.smithi037.ampdkg' 2023-09-07T07:25:01.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:25:01 smithi037 bash[24115]: audit 2023-09-07T07:25:00.671259+0000 mon.smithi037 (mon.0) 110 : audit 1 from='mgr.14164 172.21.15.37:0/2261058688' entity='mgr.smithi037.ampdkg' 2023-09-07T07:25:01.964 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:25:01 smithi037 bash[24115]: audit 2023-09-07T07:25:00.713254+0000 mon.smithi037 (mon.0) 111 : audit 1 from='mgr.14164 172.21.15.37:0/2261058688' entity='mgr.smithi037.ampdkg' 2023-09-07T07:25:01.964 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:25:01 smithi037 bash[24115]: audit 2023-09-07T07:25:00.717035+0000 mon.smithi037 (mon.0) 112 : audit 1 from='mgr.14164 172.21.15.37:0/2261058688' entity='mgr.smithi037.ampdkg' 2023-09-07T07:25:01.964 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:25:01 smithi037 bash[24115]: audit 2023-09-07T07:25:00.719346+0000 mon.smithi037 (mon.0) 113 : audit 1 from='mgr.14164 172.21.15.37:0/2261058688' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi037", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-09-07T07:25:01.964 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:25:01 smithi037 bash[24115]: audit 2023-09-07T07:25:00.721237+0000 mon.smithi037 (mon.0) 114 : audit 1 from='mgr.14164 172.21.15.37:0/2261058688' entity='mgr.smithi037.ampdkg' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi037", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-09-07T07:25:01.964 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:25:01 smithi037 bash[24115]: audit 2023-09-07T07:25:00.722448+0000 mon.smithi037 (mon.0) 115 : audit 0 from='mgr.14164 172.21.15.37:0/2261058688' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:25:01.965 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:25:01 smithi037 bash[24115]: cephadm 2023-09-07T07:25:00.723756+0000 mgr.smithi037.ampdkg (mgr.14164) 12 : cephadm 1 Deploying daemon crash.smithi037 on smithi037 2023-09-07T07:25:01.965 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:25:01 smithi037 bash[24115]: cluster 2023-09-07T07:25:00.742010+0000 mgr.smithi037.ampdkg (mgr.14164) 13 : cluster 0 pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:25:03.153 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:25:02 smithi037 bash[24115]: audit 2023-09-07T07:25:01.826619+0000 mon.smithi037 (mon.0) 116 : audit 1 from='mgr.14164 172.21.15.37:0/2261058688' entity='mgr.smithi037.ampdkg' 2023-09-07T07:25:04.282 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:25:04 smithi037 bash[24115]: cluster 2023-09-07T07:25:02.742369+0000 mgr.smithi037.ampdkg (mgr.14164) 14 : cluster 0 pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:25:04.283 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:25:04 smithi037 bash[24115]: audit 2023-09-07T07:25:03.403554+0000 mon.smithi037 (mon.0) 117 : audit 1 from='mgr.14164 172.21.15.37:0/2261058688' entity='mgr.smithi037.ampdkg' 2023-09-07T07:25:04.283 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:25:04 smithi037 bash[24115]: audit 2023-09-07T07:25:03.407898+0000 mon.smithi037 (mon.0) 118 : audit 1 from='mgr.14164 172.21.15.37:0/2261058688' entity='mgr.smithi037.ampdkg' 2023-09-07T07:25:04.283 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:25:04 smithi037 bash[24115]: audit 2023-09-07T07:25:03.448564+0000 mon.smithi037 (mon.0) 119 : audit 1 from='mgr.14164 172.21.15.37:0/2261058688' entity='mgr.smithi037.ampdkg' 2023-09-07T07:25:04.284 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:25:04 smithi037 bash[24115]: audit 2023-09-07T07:25:03.451307+0000 mon.smithi037 (mon.0) 120 : audit 1 from='mgr.14164 172.21.15.37:0/2261058688' entity='mgr.smithi037.ampdkg' 2023-09-07T07:25:05.297 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:25:05 smithi037 bash[24115]: cephadm 2023-09-07T07:25:03.453192+0000 mgr.smithi037.ampdkg (mgr.14164) 15 : cephadm 1 Deploying daemon node-exporter.smithi037 on smithi037 2023-09-07T07:25:05.298 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:25:05 smithi037 bash[24115]: audit 2023-09-07T07:25:04.497195+0000 mon.smithi037 (mon.0) 121 : audit 1 from='mgr.14164 172.21.15.37:0/2261058688' entity='mgr.smithi037.ampdkg' 2023-09-07T07:25:05.298 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:25:05 smithi037 bash[24115]: audit 2023-09-07T07:25:04.503770+0000 mon.smithi037 (mon.0) 122 : audit 1 from='mgr.14164 172.21.15.37:0/2261058688' entity='mgr.smithi037.ampdkg' 2023-09-07T07:25:05.298 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:25:05 smithi037 bash[24115]: audit 2023-09-07T07:25:04.528225+0000 mon.smithi037 (mon.0) 123 : audit 1 from='mgr.14164 172.21.15.37:0/2261058688' entity='mgr.smithi037.ampdkg' 2023-09-07T07:25:05.299 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:25:05 smithi037 bash[24115]: audit 2023-09-07T07:25:04.534141+0000 mon.smithi037 (mon.0) 124 : audit 1 from='mgr.14164 172.21.15.37:0/2261058688' entity='mgr.smithi037.ampdkg' 2023-09-07T07:25:06.130 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/3e964040-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi037/config 2023-09-07T07:25:06.463 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:25:06 smithi037 bash[24115]: cephadm 2023-09-07T07:25:04.547341+0000 mgr.smithi037.ampdkg (mgr.14164) 16 : cephadm 1 Deploying daemon alertmanager.smithi037 on smithi037 2023-09-07T07:25:06.463 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:25:06 smithi037 bash[24115]: cluster 2023-09-07T07:25:04.742791+0000 mgr.smithi037.ampdkg (mgr.14164) 17 : cluster 0 pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:25:08.213 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:25:07 smithi037 bash[24115]: cluster 2023-09-07T07:25:06.743209+0000 mgr.smithi037.ampdkg (mgr.14164) 18 : cluster 0 pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:25:08.213 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:25:07 smithi037 bash[24115]: audit 2023-09-07T07:25:06.830433+0000 mon.smithi037 (mon.0) 125 : audit 1 from='mgr.14164 172.21.15.37:0/2261058688' entity='mgr.smithi037.ampdkg' 2023-09-07T07:25:10.213 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:25:09 smithi037 bash[24115]: cluster 2023-09-07T07:25:08.743586+0000 mgr.smithi037.ampdkg (mgr.14164) 19 : cluster 0 pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:25:12.127 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:25:11 smithi037 bash[24115]: cluster 2023-09-07T07:25:10.743997+0000 mgr.smithi037.ampdkg (mgr.14164) 20 : cluster 0 pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:25:13.868 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi110 2023-09-07T07:25:13.868 DEBUG:teuthology.orchestra.run.smithi110:> set -ex 2023-09-07T07:25:13.869 DEBUG:teuthology.orchestra.run.smithi110:> dd of=/etc/ceph/ceph.conf 2023-09-07T07:25:13.876 DEBUG:teuthology.orchestra.run.smithi110:> set -ex 2023-09-07T07:25:13.877 DEBUG:teuthology.orchestra.run.smithi110:> dd of=/etc/ceph/ceph.client.admin.keyring 2023-09-07T07:25:13.925 INFO:tasks.cephadm:Adding host smithi110 to orchestrator... 2023-09-07T07:25:13.926 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e964040-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch host add smithi110 2023-09-07T07:25:14.401 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:25:14 smithi037 bash[24115]: cluster 2023-09-07T07:25:12.744282+0000 mgr.smithi037.ampdkg (mgr.14164) 21 : cluster 0 pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:25:14.401 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:25:14 smithi037 bash[24115]: audit 2023-09-07T07:25:13.074897+0000 mgr.smithi037.ampdkg (mgr.14164) 22 : audit 0 from='client.14189 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:25:14.402 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:25:14 smithi037 bash[24115]: audit 2023-09-07T07:25:13.080455+0000 mon.smithi037 (mon.0) 126 : audit 1 from='mgr.14164 172.21.15.37:0/2261058688' entity='mgr.smithi037.ampdkg' 2023-09-07T07:25:16.463 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:25:16 smithi037 bash[24115]: cluster 2023-09-07T07:25:14.744697+0000 mgr.smithi037.ampdkg (mgr.14164) 23 : cluster 0 pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:25:18.213 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:25:17 smithi037 bash[24115]: cluster 2023-09-07T07:25:16.745084+0000 mgr.smithi037.ampdkg (mgr.14164) 24 : cluster 0 pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:25:18.214 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:25:17 smithi037 bash[24115]: audit 2023-09-07T07:25:16.799216+0000 mon.smithi037 (mon.0) 127 : audit 1 from='mgr.14164 172.21.15.37:0/2261058688' entity='mgr.smithi037.ampdkg' 2023-09-07T07:25:18.214 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:25:17 smithi037 bash[24115]: audit 2023-09-07T07:25:16.804766+0000 mon.smithi037 (mon.0) 128 : audit 1 from='mgr.14164 172.21.15.37:0/2261058688' entity='mgr.smithi037.ampdkg' 2023-09-07T07:25:18.214 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:25:17 smithi037 bash[24115]: audit 2023-09-07T07:25:16.845288+0000 mon.smithi037 (mon.0) 129 : audit 1 from='mgr.14164 172.21.15.37:0/2261058688' entity='mgr.smithi037.ampdkg' 2023-09-07T07:25:18.214 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:25:17 smithi037 bash[24115]: audit 2023-09-07T07:25:16.849536+0000 mon.smithi037 (mon.0) 130 : audit 1 from='mgr.14164 172.21.15.37:0/2261058688' entity='mgr.smithi037.ampdkg' 2023-09-07T07:25:18.214 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:25:17 smithi037 bash[24115]: audit 2023-09-07T07:25:16.854171+0000 mon.smithi037 (mon.0) 131 : audit 1 from='mgr.14164 172.21.15.37:0/2261058688' entity='mgr.smithi037.ampdkg' 2023-09-07T07:25:18.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:25:17 smithi037 bash[24115]: audit 2023-09-07T07:25:16.857166+0000 mon.smithi037 (mon.0) 132 : audit 1 from='mgr.14164 172.21.15.37:0/2261058688' entity='mgr.smithi037.ampdkg' 2023-09-07T07:25:18.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:25:17 smithi037 bash[24115]: cephadm 2023-09-07T07:25:16.870537+0000 mgr.smithi037.ampdkg (mgr.14164) 25 : cephadm 1 Regenerating cephadm self-signed grafana TLS certificates 2023-09-07T07:25:18.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:25:17 smithi037 bash[24115]: audit 2023-09-07T07:25:16.927857+0000 mon.smithi037 (mon.0) 133 : audit 1 from='mgr.14164 172.21.15.37:0/2261058688' entity='mgr.smithi037.ampdkg' 2023-09-07T07:25:18.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:25:17 smithi037 bash[24115]: audit 2023-09-07T07:25:16.931524+0000 mon.smithi037 (mon.0) 134 : audit 1 from='mgr.14164 172.21.15.37:0/2261058688' entity='mgr.smithi037.ampdkg' 2023-09-07T07:25:18.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:25:17 smithi037 bash[24115]: audit 2023-09-07T07:25:16.935387+0000 mon.smithi037 (mon.0) 135 : audit 1 from='mgr.14164 172.21.15.37:0/2261058688' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-09-07T07:25:18.216 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:25:17 smithi037 bash[24115]: audit 2023-09-07T07:25:16.935970+0000 mgr.smithi037.ampdkg (mgr.14164) 26 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-09-07T07:25:18.216 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:25:17 smithi037 bash[24115]: audit 2023-09-07T07:25:16.939314+0000 mon.smithi037 (mon.0) 136 : audit 1 from='mgr.14164 172.21.15.37:0/2261058688' entity='mgr.smithi037.ampdkg' 2023-09-07T07:25:18.216 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:25:17 smithi037 bash[24115]: cephadm 2023-09-07T07:25:16.942576+0000 mgr.smithi037.ampdkg (mgr.14164) 27 : cephadm 1 Deploying daemon grafana.smithi037 on smithi037 2023-09-07T07:25:19.630 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/3e964040-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi037/config 2023-09-07T07:25:19.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:25:19 smithi037 bash[24115]: cluster 2023-09-07T07:25:18.745458+0000 mgr.smithi037.ampdkg (mgr.14164) 28 : cluster 0 pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:25:22.133 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:25:21 smithi037 bash[24115]: cluster 2023-09-07T07:25:20.745904+0000 mgr.smithi037.ampdkg (mgr.14164) 29 : cluster 0 pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:25:23.212 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:25:22 smithi037 bash[24115]: audit 2023-09-07T07:25:21.837597+0000 mon.smithi037 (mon.0) 137 : audit 1 from='mgr.14164 172.21.15.37:0/2261058688' entity='mgr.smithi037.ampdkg' 2023-09-07T07:25:24.462 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:25:24 smithi037 bash[24115]: cluster 2023-09-07T07:25:22.746389+0000 mgr.smithi037.ampdkg (mgr.14164) 30 : cluster 0 pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:25:25.462 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:25:25 smithi037 bash[24115]: audit 2023-09-07T07:25:23.698936+0000 mgr.smithi037.ampdkg (mgr.14164) 31 : audit 0 from='client.14191 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi110", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:25:26.462 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:25:26 smithi037 bash[24115]: cephadm 2023-09-07T07:25:24.503011+0000 mgr.smithi037.ampdkg (mgr.14164) 32 : cephadm 1 Deploying cephadm binary to smithi110 2023-09-07T07:25:26.462 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:25:26 smithi037 bash[24115]: cluster 2023-09-07T07:25:24.746789+0000 mgr.smithi037.ampdkg (mgr.14164) 33 : cluster 0 pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:25:27.588 INFO:teuthology.orchestra.run.smithi037.stdout:Added host 'smithi110' with addr '172.21.15.110' 2023-09-07T07:25:28.462 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:25:28 smithi037 bash[24115]: cluster 2023-09-07T07:25:26.747069+0000 mgr.smithi037.ampdkg (mgr.14164) 34 : cluster 0 pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:25:28.462 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:25:28 smithi037 bash[24115]: audit 2023-09-07T07:25:27.584914+0000 mon.smithi037 (mon.0) 138 : audit 1 from='mgr.14164 172.21.15.37:0/2261058688' entity='mgr.smithi037.ampdkg' 2023-09-07T07:25:29.712 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:25:29 smithi037 bash[24115]: cephadm 2023-09-07T07:25:27.585635+0000 mgr.smithi037.ampdkg (mgr.14164) 35 : cephadm 1 Added host smithi110 2023-09-07T07:25:30.712 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:25:30 smithi037 bash[24115]: cluster 2023-09-07T07:25:28.747391+0000 mgr.smithi037.ampdkg (mgr.14164) 36 : cluster 0 pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:25:31.712 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:25:31 smithi037 bash[24115]: cluster 2023-09-07T07:25:30.747732+0000 mgr.smithi037.ampdkg (mgr.14164) 37 : cluster 0 pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:25:32.358 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e964040-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch host ls --format=json 2023-09-07T07:25:34.462 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:25:34 smithi037 bash[24115]: cluster 2023-09-07T07:25:32.748159+0000 mgr.smithi037.ampdkg (mgr.14164) 38 : cluster 0 pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:25:36.462 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:25:36 smithi037 bash[24115]: cluster 2023-09-07T07:25:34.748718+0000 mgr.smithi037.ampdkg (mgr.14164) 39 : cluster 0 pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:25:37.533 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/3e964040-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi037/config 2023-09-07T07:25:38.462 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:25:38 smithi037 bash[24115]: cluster 2023-09-07T07:25:36.749191+0000 mgr.smithi037.ampdkg (mgr.14164) 40 : cluster 0 pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:25:40.461 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:25:40 smithi037 bash[24115]: cluster 2023-09-07T07:25:38.749742+0000 mgr.smithi037.ampdkg (mgr.14164) 41 : cluster 0 pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:25:40.462 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:25:40 smithi037 bash[24115]: audit 2023-09-07T07:25:40.159128+0000 mon.smithi037 (mon.0) 139 : audit 1 from='mgr.14164 172.21.15.37:0/2261058688' entity='mgr.smithi037.ampdkg' 2023-09-07T07:25:40.462 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:25:40 smithi037 bash[24115]: audit 2023-09-07T07:25:40.164258+0000 mon.smithi037 (mon.0) 140 : audit 1 from='mgr.14164 172.21.15.37:0/2261058688' entity='mgr.smithi037.ampdkg' 2023-09-07T07:25:41.478 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:25:41 smithi037 bash[24115]: audit 2023-09-07T07:25:40.213757+0000 mon.smithi037 (mon.0) 141 : audit 1 from='mgr.14164 172.21.15.37:0/2261058688' entity='mgr.smithi037.ampdkg' 2023-09-07T07:25:41.478 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:25:41 smithi037 bash[24115]: audit 2023-09-07T07:25:40.216740+0000 mon.smithi037 (mon.0) 142 : audit 1 from='mgr.14164 172.21.15.37:0/2261058688' entity='mgr.smithi037.ampdkg' 2023-09-07T07:25:41.478 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:25:41 smithi037 bash[24115]: audit 2023-09-07T07:25:40.220054+0000 mon.smithi037 (mon.0) 143 : audit 1 from='mgr.14164 172.21.15.37:0/2261058688' entity='mgr.smithi037.ampdkg' 2023-09-07T07:25:41.479 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:25:41 smithi037 bash[24115]: audit 2023-09-07T07:25:40.223021+0000 mon.smithi037 (mon.0) 144 : audit 1 from='mgr.14164 172.21.15.37:0/2261058688' entity='mgr.smithi037.ampdkg' 2023-09-07T07:25:41.479 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:25:41 smithi037 bash[24115]: audit 2023-09-07T07:25:40.225899+0000 mon.smithi037 (mon.0) 145 : audit 1 from='mgr.14164 172.21.15.37:0/2261058688' entity='mgr.smithi037.ampdkg' 2023-09-07T07:25:41.479 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:25:41 smithi037 bash[24115]: audit 2023-09-07T07:25:40.227993+0000 mon.smithi037 (mon.0) 146 : audit 1 from='mgr.14164 172.21.15.37:0/2261058688' entity='mgr.smithi037.ampdkg' 2023-09-07T07:25:41.479 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:25:41 smithi037 bash[24115]: cephadm 2023-09-07T07:25:40.485791+0000 mgr.smithi037.ampdkg (mgr.14164) 42 : cephadm 1 Deploying daemon prometheus.smithi037 on smithi037 2023-09-07T07:25:41.480 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:25:41 smithi037 bash[24115]: cluster 2023-09-07T07:25:40.750130+0000 mgr.smithi037.ampdkg (mgr.14164) 43 : cluster 0 pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:25:41.919 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-09-07T07:25:41.919 INFO:teuthology.orchestra.run.smithi037.stdout:[{"addr": "172.21.15.37", "hostname": "smithi037", "labels": [], "status": ""}, {"addr": "172.21.15.110", "hostname": "smithi110", "labels": [], "status": ""}] 2023-09-07T07:25:42.961 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:25:42 smithi037 bash[24115]: audit 2023-09-07T07:25:41.842793+0000 mon.smithi037 (mon.0) 147 : audit 1 from='mgr.14164 172.21.15.37:0/2261058688' entity='mgr.smithi037.ampdkg' 2023-09-07T07:25:42.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:25:42 smithi037 bash[24115]: audit 2023-09-07T07:25:41.916591+0000 mgr.smithi037.ampdkg (mgr.14164) 44 : audit 0 from='client.14193 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:25:43.749 INFO:tasks.cephadm:Setting crush tunables to default 2023-09-07T07:25:43.750 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e964040-4d4f-11ee-9ab5-7b867c8bd7da -- ceph osd crush tunables default 2023-09-07T07:25:44.309 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:25:44 smithi037 bash[24115]: cluster 2023-09-07T07:25:42.750401+0000 mgr.smithi037.ampdkg (mgr.14164) 45 : cluster 0 pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:25:46.461 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:25:46 smithi037 bash[24115]: cluster 2023-09-07T07:25:44.750721+0000 mgr.smithi037.ampdkg (mgr.14164) 46 : cluster 0 pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:25:48.442 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/3e964040-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi037/config 2023-09-07T07:25:48.461 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:25:48 smithi037 bash[24115]: cluster 2023-09-07T07:25:46.751123+0000 mgr.smithi037.ampdkg (mgr.14164) 47 : cluster 0 pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:25:50.454 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:25:50 smithi037 bash[24115]: cluster 2023-09-07T07:25:48.751545+0000 mgr.smithi037.ampdkg (mgr.14164) 48 : cluster 0 pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:25:52.400 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:25:52 smithi037 bash[24115]: cluster 2023-09-07T07:25:50.752016+0000 mgr.smithi037.ampdkg (mgr.14164) 49 : cluster 0 pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:25:53.274 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:25:53 smithi037 bash[24115]: cluster 2023-09-07T07:25:52.752430+0000 mgr.smithi037.ampdkg (mgr.14164) 50 : cluster 0 pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:25:56.108 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:25:55 smithi037 bash[24115]: cluster 2023-09-07T07:25:54.752871+0000 mgr.smithi037.ampdkg (mgr.14164) 51 : cluster 0 pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:25:56.815 INFO:teuthology.orchestra.run.smithi037.stderr:adjusted tunables profile to default 2023-09-07T07:25:57.049 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:25:56 smithi037 bash[24115]: audit 2023-09-07T07:25:56.680831+0000 mon.smithi037 (mon.0) 148 : audit 1 from='client.? 172.21.15.37:0/3055045613' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2023-09-07T07:25:57.938 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:25:57 smithi037 bash[24115]: cluster 2023-09-07T07:25:56.753272+0000 mgr.smithi037.ampdkg (mgr.14164) 52 : cluster 0 pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:25:57.938 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:25:57 smithi037 bash[24115]: audit 2023-09-07T07:25:56.810922+0000 mon.smithi037 (mon.0) 149 : audit 1 from='client.? 172.21.15.37:0/3055045613' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2023-09-07T07:25:57.939 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:25:57 smithi037 bash[24115]: cluster 2023-09-07T07:25:56.810971+0000 mon.smithi037 (mon.0) 150 : cluster 0 osdmap e4: 0 total, 0 up, 0 in 2023-09-07T07:25:58.044 INFO:tasks.cephadm:Adding mon.smithi037 on smithi037 2023-09-07T07:25:58.045 INFO:tasks.cephadm:Adding mon.smithi110 on smithi110 2023-09-07T07:25:58.046 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e964040-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch apply mon '2;smithi037:172.21.15.37=smithi037;smithi110:172.21.15.110=smithi110' 2023-09-07T07:25:59.234 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /etc/ceph/ceph.conf 2023-09-07T07:25:59.733 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:25:59 smithi037 bash[24115]: audit 2023-09-07T07:25:58.543934+0000 mon.smithi037 (mon.0) 151 : audit 1 from='mgr.14164 172.21.15.37:0/2261058688' entity='mgr.smithi037.ampdkg' 2023-09-07T07:25:59.733 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:25:59 smithi037 bash[24115]: audit 2023-09-07T07:25:58.548718+0000 mon.smithi037 (mon.0) 152 : audit 1 from='mgr.14164 172.21.15.37:0/2261058688' entity='mgr.smithi037.ampdkg' 2023-09-07T07:25:59.734 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:25:59 smithi037 bash[24115]: audit 2023-09-07T07:25:58.601156+0000 mon.smithi037 (mon.0) 153 : audit 1 from='mgr.14164 172.21.15.37:0/2261058688' entity='mgr.smithi037.ampdkg' 2023-09-07T07:25:59.734 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:25:59 smithi037 bash[24115]: audit 2023-09-07T07:25:58.605946+0000 mon.smithi037 (mon.0) 154 : audit 1 from='mgr.14164 172.21.15.37:0/2261058688' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2023-09-07T07:25:59.734 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:25:59 smithi037 bash[24115]: cluster 2023-09-07T07:25:58.753639+0000 mgr.smithi037.ampdkg (mgr.14164) 53 : cluster 0 pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:26:00.294 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /etc/ceph/ceph.conf 2023-09-07T07:26:00.776 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:26:00 smithi037 bash[24115]: audit 2023-09-07T07:25:59.610048+0000 mon.smithi037 (mon.0) 155 : audit 1 from='mgr.14164 172.21.15.37:0/2261058688' entity='mgr.smithi037.ampdkg' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2023-09-07T07:26:00.777 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:26:00 smithi037 bash[24115]: cluster 2023-09-07T07:25:59.610244+0000 mon.smithi037 (mon.0) 156 : cluster 0 mgrmap e14: smithi037.ampdkg(active, since 82s) 2023-09-07T07:26:08.574 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:26:08 smithi037 bash[24115]: cluster 2023-09-07T07:26:08.259853+0000 mon.smithi037 (mon.0) 157 : cluster 1 Active manager daemon smithi037.ampdkg restarted 2023-09-07T07:26:08.574 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:26:08 smithi037 bash[24115]: cluster 2023-09-07T07:26:08.260483+0000 mon.smithi037 (mon.0) 158 : cluster 1 Activating manager daemon smithi037.ampdkg 2023-09-07T07:26:08.574 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:26:08 smithi037 bash[24115]: cluster 2023-09-07T07:26:08.267440+0000 mon.smithi037 (mon.0) 159 : cluster 0 osdmap e5: 0 total, 0 up, 0 in 2023-09-07T07:26:08.575 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:26:08 smithi037 bash[24115]: cluster 2023-09-07T07:26:08.267735+0000 mon.smithi037 (mon.0) 160 : cluster 0 mgrmap e15: smithi037.ampdkg(active, starting, since 0.00743775s) 2023-09-07T07:26:08.575 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:26:08 smithi037 bash[24115]: audit 2023-09-07T07:26:08.269010+0000 mon.smithi037 (mon.0) 161 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "mon metadata", "id": "smithi037"}]: dispatch 2023-09-07T07:26:08.575 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:26:08 smithi037 bash[24115]: audit 2023-09-07T07:26:08.270947+0000 mon.smithi037 (mon.0) 162 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "mgr metadata", "who": "smithi037.ampdkg", "id": "smithi037.ampdkg"}]: dispatch 2023-09-07T07:26:08.575 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:26:08 smithi037 bash[24115]: audit 2023-09-07T07:26:08.271824+0000 mon.smithi037 (mon.0) 163 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-09-07T07:26:08.575 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:26:08 smithi037 bash[24115]: audit 2023-09-07T07:26:08.272136+0000 mon.smithi037 (mon.0) 164 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-09-07T07:26:08.576 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:26:08 smithi037 bash[24115]: audit 2023-09-07T07:26:08.272413+0000 mon.smithi037 (mon.0) 165 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-09-07T07:26:08.576 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:26:08 smithi037 bash[24115]: cluster 2023-09-07T07:26:08.301740+0000 mon.smithi037 (mon.0) 166 : cluster 1 Manager daemon smithi037.ampdkg is now available 2023-09-07T07:26:09.283 INFO:teuthology.orchestra.run.smithi110.stdout:Scheduled mon update... 2023-09-07T07:26:09.381 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:26:09 smithi037 bash[24115]: audit 2023-09-07T07:26:08.328566+0000 mon.smithi037 (mon.0) 167 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:26:09.382 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:26:09 smithi037 bash[24115]: audit 2023-09-07T07:26:08.330476+0000 mon.smithi037 (mon.0) 168 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:26:09.382 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:26:09 smithi037 bash[24115]: audit 2023-09-07T07:26:08.351404+0000 mon.smithi037 (mon.0) 169 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:26:09.382 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:26:09 smithi037 bash[24115]: audit 2023-09-07T07:26:08.357204+0000 mon.smithi037 (mon.0) 170 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:26:09.382 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:26:09 smithi037 bash[24115]: audit 2023-09-07T07:26:08.368911+0000 mon.smithi037 (mon.0) 171 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi037.ampdkg/mirror_snapshot_schedule"}]: dispatch 2023-09-07T07:26:09.382 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:26:09 smithi037 bash[24115]: audit 2023-09-07T07:26:08.375535+0000 mon.smithi037 (mon.0) 172 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi037.ampdkg/trash_purge_schedule"}]: dispatch 2023-09-07T07:26:09.383 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:26:09 smithi037 bash[24115]: audit 2023-09-07T07:26:09.080915+0000 mon.smithi037 (mon.0) 173 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:26:09.383 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:26:09 smithi037 bash[24115]: cluster 2023-09-07T07:26:09.271796+0000 mon.smithi037 (mon.0) 174 : cluster 0 mgrmap e16: smithi037.ampdkg(active, since 1.0115s) 2023-09-07T07:26:09.383 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:26:09 smithi037 bash[24115]: audit 2023-09-07T07:26:09.281540+0000 mon.smithi037 (mon.0) 175 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:26:10.056 DEBUG:teuthology.orchestra.run.smithi110:mon.smithi110> sudo journalctl -f -n 0 -u ceph-3e964040-4d4f-11ee-9ab5-7b867c8bd7da@mon.smithi110.service 2023-09-07T07:26:10.059 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-09-07T07:26:10.059 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e964040-4d4f-11ee-9ab5-7b867c8bd7da -- ceph mon dump -f json 2023-09-07T07:26:10.364 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-09-07T07:26:10.585 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:26:10 smithi037 bash[24115]: cephadm 2023-09-07T07:26:08.762841+0000 mgr.smithi037.ampdkg (mgr.14197) 1 : cephadm 1 [07/Sep/2023:07:26:08] ENGINE Bus STARTING 2023-09-07T07:26:10.585 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:26:10 smithi037 bash[24115]: cephadm 2023-09-07T07:26:08.882699+0000 mgr.smithi037.ampdkg (mgr.14197) 2 : cephadm 1 [07/Sep/2023:07:26:08] ENGINE Serving on https://172.21.15.37:7150 2023-09-07T07:26:10.585 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:26:10 smithi037 bash[24115]: cephadm 2023-09-07T07:26:08.984220+0000 mgr.smithi037.ampdkg (mgr.14197) 3 : cephadm 1 [07/Sep/2023:07:26:08] ENGINE Serving on http://172.21.15.37:8765 2023-09-07T07:26:10.585 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:26:10 smithi037 bash[24115]: cephadm 2023-09-07T07:26:08.984484+0000 mgr.smithi037.ampdkg (mgr.14197) 4 : cephadm 1 [07/Sep/2023:07:26:08] ENGINE Bus STARTED 2023-09-07T07:26:10.586 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:26:10 smithi037 bash[24115]: audit 2023-09-07T07:26:09.272960+0000 mgr.smithi037.ampdkg (mgr.14197) 5 : audit 0 from='client.14199 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi037:172.21.15.37=smithi037;smithi110:172.21.15.110=smithi110", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:26:10.586 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:26:10 smithi037 bash[24115]: cephadm 2023-09-07T07:26:09.278059+0000 mgr.smithi037.ampdkg (mgr.14197) 6 : cephadm 1 Saving service mon spec with placement smithi037:172.21.15.37=smithi037;smithi110:172.21.15.110=smithi110;count:2 2023-09-07T07:26:11.292 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /etc/ceph/ceph.conf 2023-09-07T07:26:11.711 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:26:11 smithi037 bash[24115]: cluster 2023-09-07T07:26:10.318413+0000 mon.smithi037 (mon.0) 176 : cluster 0 mgrmap e17: smithi037.ampdkg(active, since 2s) 2023-09-07T07:26:11.711 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:26:11 smithi037 bash[24115]: audit 2023-09-07T07:26:11.104423+0000 mon.smithi037 (mon.0) 177 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:26:12.348 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /etc/ceph/ceph.conf 2023-09-07T07:26:13.211 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:26:12 smithi037 bash[24115]: audit 2023-09-07T07:26:11.951336+0000 mon.smithi037 (mon.0) 178 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:26:16.211 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:26:15 smithi037 bash[24115]: audit 2023-09-07T07:26:14.958779+0000 mon.smithi037 (mon.0) 179 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:26:16.212 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:26:15 smithi037 bash[24115]: audit 2023-09-07T07:26:14.964735+0000 mon.smithi037 (mon.0) 180 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:26:16.212 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:26:15 smithi037 bash[24115]: audit 2023-09-07T07:26:15.804613+0000 mon.smithi037 (mon.0) 181 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:26:16.212 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:26:15 smithi037 bash[24115]: audit 2023-09-07T07:26:15.810982+0000 mon.smithi037 (mon.0) 182 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:26:16.213 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:26:15 smithi037 bash[24115]: audit 2023-09-07T07:26:15.812791+0000 mon.smithi037 (mon.0) 183 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "config rm", "who": "osd/host:smithi037", "name": "osd_memory_target"}]: dispatch 2023-09-07T07:26:16.543 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-09-07T07:26:16.543 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"3e964040-4d4f-11ee-9ab5-7b867c8bd7da","modified":"2023-09-07T07:23:11.894973Z","created":"2023-09-07T07:23:11.894973Z","min_mon_release":18,"min_mon_release_name":"reef","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"],"optional":[]},"mons":[{"rank":0,"name":"smithi037","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:3300","nonce":0},{"type":"v1","addr":"172.21.15.37:6789","nonce":0}]},"addr":"172.21.15.37:6789/0","public_addr":"172.21.15.37:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-09-07T07:26:16.546 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2023-09-07T07:26:17.211 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:26:16 smithi037 bash[24115]: audit 2023-09-07T07:26:16.541225+0000 mon.smithi037 (mon.0) 184 : audit 0 from='client.? 172.21.15.110:0/2394912694' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-09-07T07:26:18.368 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-09-07T07:26:18.369 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e964040-4d4f-11ee-9ab5-7b867c8bd7da -- ceph mon dump -f json 2023-09-07T07:26:20.813 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /var/lib/ceph/3e964040-4d4f-11ee-9ab5-7b867c8bd7da/config/ceph.conf 2023-09-07T07:26:21.211 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:26:20 smithi037 bash[24115]: audit 2023-09-07T07:26:19.908611+0000 mon.smithi037 (mon.0) 185 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:26:21.212 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:26:20 smithi037 bash[24115]: audit 2023-09-07T07:26:19.914473+0000 mon.smithi037 (mon.0) 186 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:26:21.212 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:26:20 smithi037 bash[24115]: audit 2023-09-07T07:26:19.919788+0000 mon.smithi037 (mon.0) 187 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:26:21.212 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:26:20 smithi037 bash[24115]: audit 2023-09-07T07:26:19.923603+0000 mon.smithi037 (mon.0) 188 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:26:21.212 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:26:20 smithi037 bash[24115]: audit 2023-09-07T07:26:19.924759+0000 mon.smithi037 (mon.0) 189 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "config rm", "who": "osd/host:smithi110", "name": "osd_memory_target"}]: dispatch 2023-09-07T07:26:21.212 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:26:20 smithi037 bash[24115]: audit 2023-09-07T07:26:19.926468+0000 mon.smithi037 (mon.0) 190 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:26:21.213 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:26:20 smithi037 bash[24115]: audit 2023-09-07T07:26:19.927971+0000 mon.smithi037 (mon.0) 191 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-07T07:26:21.213 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:26:20 smithi037 bash[24115]: cephadm 2023-09-07T07:26:19.930223+0000 mgr.smithi037.ampdkg (mgr.14197) 7 : cephadm 1 Updating smithi037:/etc/ceph/ceph.conf 2023-09-07T07:26:21.213 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:26:20 smithi037 bash[24115]: cephadm 2023-09-07T07:26:19.930581+0000 mgr.smithi037.ampdkg (mgr.14197) 8 : cephadm 1 Updating smithi110:/etc/ceph/ceph.conf 2023-09-07T07:26:21.213 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:26:20 smithi037 bash[24115]: cephadm 2023-09-07T07:26:20.145327+0000 mgr.smithi037.ampdkg (mgr.14197) 9 : cephadm 1 Updating smithi037:/var/lib/ceph/3e964040-4d4f-11ee-9ab5-7b867c8bd7da/config/ceph.conf 2023-09-07T07:26:21.213 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:26:20 smithi037 bash[24115]: cephadm 2023-09-07T07:26:20.145770+0000 mgr.smithi037.ampdkg (mgr.14197) 10 : cephadm 1 Updating smithi110:/var/lib/ceph/3e964040-4d4f-11ee-9ab5-7b867c8bd7da/config/ceph.conf 2023-09-07T07:26:21.214 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:26:20 smithi037 bash[24115]: cephadm 2023-09-07T07:26:20.361446+0000 mgr.smithi037.ampdkg (mgr.14197) 11 : cephadm 1 Updating smithi037:/etc/ceph/ceph.client.admin.keyring 2023-09-07T07:26:21.214 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:26:20 smithi037 bash[24115]: cephadm 2023-09-07T07:26:20.362623+0000 mgr.smithi037.ampdkg (mgr.14197) 12 : cephadm 1 Updating smithi110:/etc/ceph/ceph.client.admin.keyring 2023-09-07T07:26:21.214 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:26:20 smithi037 bash[24115]: cephadm 2023-09-07T07:26:20.577237+0000 mgr.smithi037.ampdkg (mgr.14197) 13 : cephadm 1 Updating smithi037:/var/lib/ceph/3e964040-4d4f-11ee-9ab5-7b867c8bd7da/config/ceph.client.admin.keyring 2023-09-07T07:26:21.214 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:26:20 smithi037 bash[24115]: cephadm 2023-09-07T07:26:20.578726+0000 mgr.smithi037.ampdkg (mgr.14197) 14 : cephadm 1 Updating smithi110:/var/lib/ceph/3e964040-4d4f-11ee-9ab5-7b867c8bd7da/config/ceph.client.admin.keyring 2023-09-07T07:26:21.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:26:20 smithi037 bash[24115]: audit 2023-09-07T07:26:20.752473+0000 mon.smithi037 (mon.0) 192 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:26:21.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:26:20 smithi037 bash[24115]: audit 2023-09-07T07:26:20.756307+0000 mon.smithi037 (mon.0) 193 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:26:21.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:26:20 smithi037 bash[24115]: audit 2023-09-07T07:26:20.759648+0000 mon.smithi037 (mon.0) 194 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:26:21.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:26:20 smithi037 bash[24115]: audit 2023-09-07T07:26:20.763562+0000 mon.smithi037 (mon.0) 195 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:26:21.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:26:20 smithi037 bash[24115]: audit 2023-09-07T07:26:20.767800+0000 mon.smithi037 (mon.0) 196 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:26:21.216 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:26:20 smithi037 bash[24115]: audit 2023-09-07T07:26:20.769560+0000 mon.smithi037 (mon.0) 197 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi110", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2023-09-07T07:26:21.216 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:26:20 smithi037 bash[24115]: audit 2023-09-07T07:26:20.773002+0000 mon.smithi037 (mon.0) 198 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd='[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi110", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]': finished 2023-09-07T07:26:21.216 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:26:20 smithi037 bash[24115]: audit 2023-09-07T07:26:20.774200+0000 mon.smithi037 (mon.0) 199 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:26:22.211 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:26:21 smithi037 bash[24115]: cephadm 2023-09-07T07:26:20.775618+0000 mgr.smithi037.ampdkg (mgr.14197) 15 : cephadm 1 Deploying daemon ceph-exporter.smithi110 on smithi110 2023-09-07T07:26:23.711 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:26:23 smithi037 bash[24115]: audit 2023-09-07T07:26:23.357240+0000 mon.smithi037 (mon.0) 200 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:26:24.505 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-09-07T07:26:24.506 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"3e964040-4d4f-11ee-9ab5-7b867c8bd7da","modified":"2023-09-07T07:23:11.894973Z","created":"2023-09-07T07:23:11.894973Z","min_mon_release":18,"min_mon_release_name":"reef","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"],"optional":[]},"mons":[{"rank":0,"name":"smithi037","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:3300","nonce":0},{"type":"v1","addr":"172.21.15.37:6789","nonce":0}]},"addr":"172.21.15.37:6789/0","public_addr":"172.21.15.37:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-09-07T07:26:24.509 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2023-09-07T07:26:24.961 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:26:24 smithi037 bash[24115]: audit 2023-09-07T07:26:24.504388+0000 mon.smithi037 (mon.0) 201 : audit 0 from='client.? 172.21.15.110:0/1932792832' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-09-07T07:26:26.211 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:26:25 smithi037 bash[24115]: audit 2023-09-07T07:26:24.881551+0000 mon.smithi037 (mon.0) 202 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:26:26.211 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:26:25 smithi037 bash[24115]: audit 2023-09-07T07:26:24.888181+0000 mon.smithi037 (mon.0) 203 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:26:26.212 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:26:25 smithi037 bash[24115]: audit 2023-09-07T07:26:24.909045+0000 mon.smithi037 (mon.0) 204 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:26:26.212 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:26:25 smithi037 bash[24115]: audit 2023-09-07T07:26:24.915487+0000 mon.smithi037 (mon.0) 205 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:26:26.212 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:26:25 smithi037 bash[24115]: audit 2023-09-07T07:26:24.917918+0000 mon.smithi037 (mon.0) 206 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi110", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-09-07T07:26:26.212 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:26:25 smithi037 bash[24115]: audit 2023-09-07T07:26:24.923554+0000 mon.smithi037 (mon.0) 207 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi110", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-09-07T07:26:26.213 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:26:25 smithi037 bash[24115]: audit 2023-09-07T07:26:24.925080+0000 mon.smithi037 (mon.0) 208 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:26:26.213 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:26:25 smithi037 bash[24115]: cephadm 2023-09-07T07:26:24.926793+0000 mgr.smithi037.ampdkg (mgr.14197) 16 : cephadm 1 Deploying daemon crash.smithi110 on smithi110 2023-09-07T07:26:26.629 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-09-07T07:26:26.629 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e964040-4d4f-11ee-9ab5-7b867c8bd7da -- ceph mon dump -f json 2023-09-07T07:26:29.211 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:26:28 smithi037 bash[24115]: audit 2023-09-07T07:26:27.870576+0000 mon.smithi037 (mon.0) 209 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:26:29.211 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:26:28 smithi037 bash[24115]: audit 2023-09-07T07:26:27.877009+0000 mon.smithi037 (mon.0) 210 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:26:29.211 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:26:28 smithi037 bash[24115]: audit 2023-09-07T07:26:27.906679+0000 mon.smithi037 (mon.0) 211 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:26:29.212 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:26:28 smithi037 bash[24115]: audit 2023-09-07T07:26:27.912912+0000 mon.smithi037 (mon.0) 212 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:26:29.212 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:26:28 smithi037 bash[24115]: cephadm 2023-09-07T07:26:27.915482+0000 mgr.smithi037.ampdkg (mgr.14197) 17 : cephadm 1 Deploying daemon node-exporter.smithi110 on smithi110 2023-09-07T07:26:29.212 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:26:28 smithi037 bash[24115]: cluster 2023-09-07T07:26:28.273631+0000 mgr.smithi037.ampdkg (mgr.14197) 18 : cluster 0 pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:26:29.212 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:26:28 smithi037 bash[24115]: audit 2023-09-07T07:26:28.359281+0000 mon.smithi037 (mon.0) 213 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:26:30.211 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:26:29 smithi037 bash[24115]: audit 2023-09-07T07:26:28.909057+0000 mon.smithi037 (mon.0) 214 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:26:30.211 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:26:29 smithi037 bash[24115]: audit 2023-09-07T07:26:28.914863+0000 mon.smithi037 (mon.0) 215 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:26:30.211 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:26:29 smithi037 bash[24115]: audit 2023-09-07T07:26:28.936841+0000 mon.smithi037 (mon.0) 216 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:26:30.212 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:26:29 smithi037 bash[24115]: audit 2023-09-07T07:26:28.940916+0000 mon.smithi037 (mon.0) 217 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:26:30.212 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:26:29 smithi037 bash[24115]: audit 2023-09-07T07:26:28.943927+0000 mon.smithi037 (mon.0) 218 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi110.rxefwu", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-09-07T07:26:30.212 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:26:29 smithi037 bash[24115]: audit 2023-09-07T07:26:28.948236+0000 mon.smithi037 (mon.0) 219 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi110.rxefwu", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-09-07T07:26:30.212 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:26:29 smithi037 bash[24115]: audit 2023-09-07T07:26:28.949765+0000 mon.smithi037 (mon.0) 220 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "mgr services"}]: dispatch 2023-09-07T07:26:30.213 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:26:29 smithi037 bash[24115]: audit 2023-09-07T07:26:28.951581+0000 mon.smithi037 (mon.0) 221 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:26:30.213 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:26:29 smithi037 bash[24115]: cephadm 2023-09-07T07:26:28.953270+0000 mgr.smithi037.ampdkg (mgr.14197) 19 : cephadm 1 Deploying daemon mgr.smithi110.rxefwu on smithi110 2023-09-07T07:26:31.211 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:26:30 smithi037 bash[24115]: cluster 2023-09-07T07:26:30.274065+0000 mgr.smithi037.ampdkg (mgr.14197) 20 : cluster 0 pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:26:32.272 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /var/lib/ceph/3e964040-4d4f-11ee-9ab5-7b867c8bd7da/config/ceph.conf 2023-09-07T07:26:33.711 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:26:33 smithi037 bash[24115]: cluster 2023-09-07T07:26:32.274475+0000 mgr.smithi037.ampdkg (mgr.14197) 21 : cluster 0 pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:26:33.711 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:26:33 smithi037 bash[24115]: audit 2023-09-07T07:26:32.361922+0000 mon.smithi037 (mon.0) 222 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:26:33.711 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:26:33 smithi037 bash[24115]: audit 2023-09-07T07:26:32.366939+0000 mon.smithi037 (mon.0) 223 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:26:33.712 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:26:33 smithi037 bash[24115]: audit 2023-09-07T07:26:32.381239+0000 mon.smithi037 (mon.0) 224 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:26:33.712 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:26:33 smithi037 bash[24115]: audit 2023-09-07T07:26:32.386492+0000 mon.smithi037 (mon.0) 225 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:26:33.712 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:26:33 smithi037 bash[24115]: audit 2023-09-07T07:26:32.389233+0000 mon.smithi037 (mon.0) 226 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-09-07T07:26:33.712 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:26:33 smithi037 bash[24115]: audit 2023-09-07T07:26:32.390930+0000 mon.smithi037 (mon.0) 227 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:26:33.712 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:26:33 smithi037 bash[24115]: cephadm 2023-09-07T07:26:32.392541+0000 mgr.smithi037.ampdkg (mgr.14197) 22 : cephadm 1 Deploying daemon mon.smithi110 on smithi110 2023-09-07T07:26:34.711 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:26:34 smithi037 bash[24115]: audit 2023-09-07T07:26:33.367909+0000 mon.smithi037 (mon.0) 228 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:26:35.711 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:26:35 smithi037 bash[24115]: cluster 2023-09-07T07:26:34.274916+0000 mgr.smithi037.ampdkg (mgr.14197) 23 : cluster 0 pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:26:37.711 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:26:37 smithi037 bash[24115]: cluster 2023-09-07T07:26:36.275425+0000 mgr.smithi037.ampdkg (mgr.14197) 24 : cluster 0 pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:26:37.853 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-09-07T07:26:37.853 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"3e964040-4d4f-11ee-9ab5-7b867c8bd7da","modified":"2023-09-07T07:23:11.894973Z","created":"2023-09-07T07:23:11.894973Z","min_mon_release":18,"min_mon_release_name":"reef","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"],"optional":[]},"mons":[{"rank":0,"name":"smithi037","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:3300","nonce":0},{"type":"v1","addr":"172.21.15.37:6789","nonce":0}]},"addr":"172.21.15.37:6789/0","public_addr":"172.21.15.37:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-09-07T07:26:37.855 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2023-09-07T07:26:38.711 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:26:38 smithi037 bash[24115]: audit 2023-09-07T07:26:37.851738+0000 mon.smithi037 (mon.0) 229 : audit 0 from='client.? 172.21.15.110:0/542416331' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-09-07T07:26:38.711 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:26:38 smithi037 bash[24115]: audit 2023-09-07T07:26:38.357765+0000 mon.smithi037 (mon.0) 230 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:26:39.711 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:26:39 smithi037 bash[24115]: cluster 2023-09-07T07:26:38.275865+0000 mgr.smithi037.ampdkg (mgr.14197) 25 : cluster 0 pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:26:40.039 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-09-07T07:26:40.040 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e964040-4d4f-11ee-9ab5-7b867c8bd7da -- ceph mon dump -f json 2023-09-07T07:26:40.661 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:26:40 smithi110 bash[31897]: debug 2023-09-07T07:26:40.476+0000 7f0c0dd25700 10 mon.smithi110@-1(synchronizing) e1 handle_conf_change mon_allow_pool_delete 2023-09-07T07:26:40.711 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:26:40 smithi037 bash[24115]: audit 2023-09-07T07:26:39.454617+0000 mon.smithi037 (mon.0) 231 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:26:40.711 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:26:40 smithi037 bash[24115]: audit 2023-09-07T07:26:39.459647+0000 mon.smithi037 (mon.0) 232 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:26:40.711 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:26:40 smithi037 bash[24115]: audit 2023-09-07T07:26:39.479841+0000 mon.smithi037 (mon.0) 233 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:26:40.712 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:26:40 smithi037 bash[24115]: audit 2023-09-07T07:26:39.484380+0000 mon.smithi037 (mon.0) 234 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:26:40.712 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:26:40 smithi037 bash[24115]: audit 2023-09-07T07:26:39.491999+0000 mon.smithi037 (mon.0) 235 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:26:40.712 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:26:40 smithi037 bash[24115]: audit 2023-09-07T07:26:39.557559+0000 mon.smithi037 (mon.0) 236 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:26:44.380 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /var/lib/ceph/3e964040-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi110/config 2023-09-07T07:26:45.856 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:26:45 smithi110 bash[31897]: cluster 2023-09-07T07:26:40.276320+0000 mgr.smithi037.ampdkg (mgr.14197) 26 : cluster 0 pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:26:45.856 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:26:45 smithi110 bash[31897]: audit 2023-09-07T07:26:40.488206+0000 mon.smithi037 (mon.0) 238 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "mon metadata", "id": "smithi037"}]: dispatch 2023-09-07T07:26:45.856 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:26:45 smithi110 bash[31897]: audit 2023-09-07T07:26:40.488517+0000 mon.smithi037 (mon.0) 239 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "mon metadata", "id": "smithi110"}]: dispatch 2023-09-07T07:26:45.857 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:26:45 smithi110 bash[31897]: cluster 2023-09-07T07:26:40.488702+0000 mon.smithi037 (mon.0) 240 : cluster 1 mon.smithi037 calling monitor election 2023-09-07T07:26:45.857 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:26:45 smithi110 bash[31897]: audit 2023-09-07T07:26:41.483290+0000 mon.smithi037 (mon.0) 241 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "mon metadata", "id": "smithi110"}]: dispatch 2023-09-07T07:26:45.857 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:26:45 smithi110 bash[31897]: cluster 2023-09-07T07:26:42.276769+0000 mgr.smithi037.ampdkg (mgr.14197) 27 : cluster 0 pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:26:45.857 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:26:45 smithi110 bash[31897]: audit 2023-09-07T07:26:42.483397+0000 mon.smithi037 (mon.0) 242 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "mon metadata", "id": "smithi110"}]: dispatch 2023-09-07T07:26:45.857 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:26:45 smithi110 bash[31897]: cluster 2023-09-07T07:26:42.485005+0000 mon.smithi110 (mon.1) 1 : cluster 1 mon.smithi110 calling monitor election 2023-09-07T07:26:45.858 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:26:45 smithi110 bash[31897]: audit 2023-09-07T07:26:43.483439+0000 mon.smithi037 (mon.0) 243 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "mon metadata", "id": "smithi110"}]: dispatch 2023-09-07T07:26:45.858 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:26:45 smithi110 bash[31897]: audit 2023-09-07T07:26:43.520028+0000 mon.smithi037 (mon.0) 244 : audit 0 from='mgr.? 172.21.15.110:0/1899054777' entity='mgr.smithi110.rxefwu' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi110.rxefwu/crt"}]: dispatch 2023-09-07T07:26:45.858 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:26:45 smithi110 bash[31897]: cluster 2023-09-07T07:26:44.277217+0000 mgr.smithi037.ampdkg (mgr.14197) 28 : cluster 0 pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:26:45.858 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:26:45 smithi110 bash[31897]: audit 2023-09-07T07:26:44.483382+0000 mon.smithi037 (mon.0) 245 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "mon metadata", "id": "smithi110"}]: dispatch 2023-09-07T07:26:45.859 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:26:45 smithi110 bash[31897]: audit 2023-09-07T07:26:45.483516+0000 mon.smithi037 (mon.0) 246 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "mon metadata", "id": "smithi110"}]: dispatch 2023-09-07T07:26:45.859 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:26:45 smithi110 bash[31897]: cluster 2023-09-07T07:26:45.531684+0000 mon.smithi037 (mon.0) 247 : cluster 1 mon.smithi037 is new leader, mons smithi037,smithi110 in quorum (ranks 0,1) 2023-09-07T07:26:45.859 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:26:45 smithi110 bash[31897]: cluster 2023-09-07T07:26:45.536780+0000 mon.smithi037 (mon.0) 248 : cluster 0 monmap e2: 2 mons at {smithi037=[v2:172.21.15.37:3300/0,v1:172.21.15.37:6789/0],smithi110=[v2:172.21.15.110:3300/0,v1:172.21.15.110:6789/0]} removed_ranks: {} 2023-09-07T07:26:45.859 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:26:45 smithi110 bash[31897]: cluster 2023-09-07T07:26:45.554986+0000 mon.smithi037 (mon.0) 249 : cluster 0 fsmap 2023-09-07T07:26:45.859 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:26:45 smithi110 bash[31897]: cluster 2023-09-07T07:26:45.555047+0000 mon.smithi037 (mon.0) 250 : cluster 0 osdmap e5: 0 total, 0 up, 0 in 2023-09-07T07:26:45.860 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:26:45 smithi110 bash[31897]: cluster 2023-09-07T07:26:45.555338+0000 mon.smithi037 (mon.0) 251 : cluster 0 mgrmap e17: smithi037.ampdkg(active, since 37s) 2023-09-07T07:26:45.860 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:26:45 smithi110 bash[31897]: cluster 2023-09-07T07:26:45.557808+0000 mon.smithi037 (mon.0) 252 : cluster 0 Standby manager daemon smithi110.rxefwu started 2023-09-07T07:26:45.860 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:26:45 smithi110 bash[31897]: audit 2023-09-07T07:26:45.560184+0000 mon.smithi037 (mon.0) 253 : audit 0 from='mgr.? 172.21.15.110:0/1899054777' entity='mgr.smithi110.rxefwu' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-09-07T07:26:45.860 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:26:45 smithi110 bash[31897]: cluster 2023-09-07T07:26:45.563827+0000 mon.smithi037 (mon.0) 254 : cluster 1 overall HEALTH_OK 2023-09-07T07:26:45.860 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:26:45 smithi110 bash[31897]: audit 2023-09-07T07:26:45.564639+0000 mon.smithi037 (mon.0) 255 : audit 0 from='mgr.? 172.21.15.110:0/1899054777' entity='mgr.smithi110.rxefwu' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi110.rxefwu/key"}]: dispatch 2023-09-07T07:26:45.861 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:26:45 smithi110 bash[31897]: audit 2023-09-07T07:26:45.566882+0000 mon.smithi037 (mon.0) 256 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:26:45.861 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:26:45 smithi110 bash[31897]: audit 2023-09-07T07:26:45.567827+0000 mon.smithi037 (mon.0) 257 : audit 0 from='mgr.? 172.21.15.110:0/1899054777' entity='mgr.smithi110.rxefwu' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-09-07T07:26:45.861 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:26:45 smithi110 bash[31897]: audit 2023-09-07T07:26:45.570469+0000 mon.smithi037 (mon.0) 258 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:26:45.861 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:26:45 smithi110 bash[31897]: audit 2023-09-07T07:26:45.576379+0000 mon.smithi037 (mon.0) 259 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:26:45.861 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:26:45 smithi110 bash[31897]: audit 2023-09-07T07:26:45.577868+0000 mon.smithi037 (mon.0) 260 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:26:45.862 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:26:45 smithi110 bash[31897]: audit 2023-09-07T07:26:45.579344+0000 mon.smithi037 (mon.0) 261 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-07T07:26:45.961 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:26:45 smithi037 bash[24115]: cluster 2023-09-07T07:26:40.276320+0000 mgr.smithi037.ampdkg (mgr.14197) 26 : cluster 0 pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:26:45.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:26:45 smithi037 bash[24115]: audit 2023-09-07T07:26:40.488206+0000 mon.smithi037 (mon.0) 238 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "mon metadata", "id": "smithi037"}]: dispatch 2023-09-07T07:26:45.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:26:45 smithi037 bash[24115]: audit 2023-09-07T07:26:40.488517+0000 mon.smithi037 (mon.0) 239 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "mon metadata", "id": "smithi110"}]: dispatch 2023-09-07T07:26:45.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:26:45 smithi037 bash[24115]: cluster 2023-09-07T07:26:40.488702+0000 mon.smithi037 (mon.0) 240 : cluster 1 mon.smithi037 calling monitor election 2023-09-07T07:26:45.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:26:45 smithi037 bash[24115]: audit 2023-09-07T07:26:41.483290+0000 mon.smithi037 (mon.0) 241 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "mon metadata", "id": "smithi110"}]: dispatch 2023-09-07T07:26:45.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:26:45 smithi037 bash[24115]: cluster 2023-09-07T07:26:42.276769+0000 mgr.smithi037.ampdkg (mgr.14197) 27 : cluster 0 pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:26:45.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:26:45 smithi037 bash[24115]: audit 2023-09-07T07:26:42.483397+0000 mon.smithi037 (mon.0) 242 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "mon metadata", "id": "smithi110"}]: dispatch 2023-09-07T07:26:45.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:26:45 smithi037 bash[24115]: cluster 2023-09-07T07:26:42.485005+0000 mon.smithi110 (mon.1) 1 : cluster 1 mon.smithi110 calling monitor election 2023-09-07T07:26:45.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:26:45 smithi037 bash[24115]: audit 2023-09-07T07:26:43.483439+0000 mon.smithi037 (mon.0) 243 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "mon metadata", "id": "smithi110"}]: dispatch 2023-09-07T07:26:45.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:26:45 smithi037 bash[24115]: audit 2023-09-07T07:26:43.520028+0000 mon.smithi037 (mon.0) 244 : audit 0 from='mgr.? 172.21.15.110:0/1899054777' entity='mgr.smithi110.rxefwu' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi110.rxefwu/crt"}]: dispatch 2023-09-07T07:26:45.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:26:45 smithi037 bash[24115]: cluster 2023-09-07T07:26:44.277217+0000 mgr.smithi037.ampdkg (mgr.14197) 28 : cluster 0 pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:26:45.964 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:26:45 smithi037 bash[24115]: audit 2023-09-07T07:26:44.483382+0000 mon.smithi037 (mon.0) 245 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "mon metadata", "id": "smithi110"}]: dispatch 2023-09-07T07:26:45.964 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:26:45 smithi037 bash[24115]: audit 2023-09-07T07:26:45.483516+0000 mon.smithi037 (mon.0) 246 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "mon metadata", "id": "smithi110"}]: dispatch 2023-09-07T07:26:45.964 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:26:45 smithi037 bash[24115]: cluster 2023-09-07T07:26:45.531684+0000 mon.smithi037 (mon.0) 247 : cluster 1 mon.smithi037 is new leader, mons smithi037,smithi110 in quorum (ranks 0,1) 2023-09-07T07:26:45.964 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:26:45 smithi037 bash[24115]: cluster 2023-09-07T07:26:45.536780+0000 mon.smithi037 (mon.0) 248 : cluster 0 monmap e2: 2 mons at {smithi037=[v2:172.21.15.37:3300/0,v1:172.21.15.37:6789/0],smithi110=[v2:172.21.15.110:3300/0,v1:172.21.15.110:6789/0]} removed_ranks: {} 2023-09-07T07:26:45.964 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:26:45 smithi037 bash[24115]: cluster 2023-09-07T07:26:45.554986+0000 mon.smithi037 (mon.0) 249 : cluster 0 fsmap 2023-09-07T07:26:45.965 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:26:45 smithi037 bash[24115]: cluster 2023-09-07T07:26:45.555047+0000 mon.smithi037 (mon.0) 250 : cluster 0 osdmap e5: 0 total, 0 up, 0 in 2023-09-07T07:26:45.965 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:26:45 smithi037 bash[24115]: cluster 2023-09-07T07:26:45.555338+0000 mon.smithi037 (mon.0) 251 : cluster 0 mgrmap e17: smithi037.ampdkg(active, since 37s) 2023-09-07T07:26:45.965 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:26:45 smithi037 bash[24115]: cluster 2023-09-07T07:26:45.557808+0000 mon.smithi037 (mon.0) 252 : cluster 0 Standby manager daemon smithi110.rxefwu started 2023-09-07T07:26:45.965 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:26:45 smithi037 bash[24115]: audit 2023-09-07T07:26:45.560184+0000 mon.smithi037 (mon.0) 253 : audit 0 from='mgr.? 172.21.15.110:0/1899054777' entity='mgr.smithi110.rxefwu' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-09-07T07:26:45.965 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:26:45 smithi037 bash[24115]: cluster 2023-09-07T07:26:45.563827+0000 mon.smithi037 (mon.0) 254 : cluster 1 overall HEALTH_OK 2023-09-07T07:26:45.966 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:26:45 smithi037 bash[24115]: audit 2023-09-07T07:26:45.564639+0000 mon.smithi037 (mon.0) 255 : audit 0 from='mgr.? 172.21.15.110:0/1899054777' entity='mgr.smithi110.rxefwu' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi110.rxefwu/key"}]: dispatch 2023-09-07T07:26:45.966 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:26:45 smithi037 bash[24115]: audit 2023-09-07T07:26:45.566882+0000 mon.smithi037 (mon.0) 256 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:26:45.966 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:26:45 smithi037 bash[24115]: audit 2023-09-07T07:26:45.567827+0000 mon.smithi037 (mon.0) 257 : audit 0 from='mgr.? 172.21.15.110:0/1899054777' entity='mgr.smithi110.rxefwu' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-09-07T07:26:45.966 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:26:45 smithi037 bash[24115]: audit 2023-09-07T07:26:45.570469+0000 mon.smithi037 (mon.0) 258 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:26:45.966 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:26:45 smithi037 bash[24115]: audit 2023-09-07T07:26:45.576379+0000 mon.smithi037 (mon.0) 259 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:26:45.967 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:26:45 smithi037 bash[24115]: audit 2023-09-07T07:26:45.577868+0000 mon.smithi037 (mon.0) 260 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:26:45.967 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:26:45 smithi037 bash[24115]: audit 2023-09-07T07:26:45.579344+0000 mon.smithi037 (mon.0) 261 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-07T07:26:46.911 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:26:46 smithi110 bash[31897]: cephadm 2023-09-07T07:26:45.581480+0000 mgr.smithi037.ampdkg (mgr.14197) 29 : cephadm 1 Updating smithi037:/etc/ceph/ceph.conf 2023-09-07T07:26:46.911 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:26:46 smithi110 bash[31897]: cephadm 2023-09-07T07:26:45.581910+0000 mgr.smithi037.ampdkg (mgr.14197) 30 : cephadm 1 Updating smithi110:/etc/ceph/ceph.conf 2023-09-07T07:26:46.911 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:26:46 smithi110 bash[31897]: cluster 2023-09-07T07:26:45.623523+0000 mon.smithi037 (mon.0) 262 : cluster 0 mgrmap e18: smithi037.ampdkg(active, since 37s), standbys: smithi110.rxefwu 2023-09-07T07:26:46.912 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:26:46 smithi110 bash[31897]: audit 2023-09-07T07:26:45.623759+0000 mon.smithi037 (mon.0) 263 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "mgr metadata", "who": "smithi110.rxefwu", "id": "smithi110.rxefwu"}]: dispatch 2023-09-07T07:26:46.912 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:26:46 smithi110 bash[31897]: audit 2023-09-07T07:26:45.972489+0000 mon.smithi037 (mon.0) 264 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:26:46.912 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:26:46 smithi110 bash[31897]: audit 2023-09-07T07:26:45.979676+0000 mon.smithi037 (mon.0) 265 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:26:46.912 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:26:46 smithi110 bash[31897]: audit 2023-09-07T07:26:46.124986+0000 mon.smithi037 (mon.0) 266 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:26:46.912 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:26:46 smithi110 bash[31897]: audit 2023-09-07T07:26:46.131597+0000 mon.smithi037 (mon.0) 267 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:26:46.913 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:26:46 smithi110 bash[31897]: audit 2023-09-07T07:26:46.137766+0000 mon.smithi037 (mon.0) 268 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:26:46.913 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:26:46 smithi110 bash[31897]: audit 2023-09-07T07:26:46.210301+0000 mon.smithi037 (mon.0) 269 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-09-07T07:26:46.913 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:26:46 smithi110 bash[31897]: audit 2023-09-07T07:26:46.212189+0000 mon.smithi037 (mon.0) 270 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-09-07T07:26:46.913 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:26:46 smithi110 bash[31897]: audit 2023-09-07T07:26:46.213874+0000 mon.smithi037 (mon.0) 271 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:26:46.913 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:26:46 smithi110 bash[31897]: audit 2023-09-07T07:26:46.483839+0000 mon.smithi037 (mon.0) 272 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "mon metadata", "id": "smithi110"}]: dispatch 2023-09-07T07:26:46.961 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:26:46 smithi037 bash[24115]: cephadm 2023-09-07T07:26:45.581480+0000 mgr.smithi037.ampdkg (mgr.14197) 29 : cephadm 1 Updating smithi037:/etc/ceph/ceph.conf 2023-09-07T07:26:46.961 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:26:46 smithi037 bash[24115]: cephadm 2023-09-07T07:26:45.581910+0000 mgr.smithi037.ampdkg (mgr.14197) 30 : cephadm 1 Updating smithi110:/etc/ceph/ceph.conf 2023-09-07T07:26:46.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:26:46 smithi037 bash[24115]: cluster 2023-09-07T07:26:45.623523+0000 mon.smithi037 (mon.0) 262 : cluster 0 mgrmap e18: smithi037.ampdkg(active, since 37s), standbys: smithi110.rxefwu 2023-09-07T07:26:46.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:26:46 smithi037 bash[24115]: audit 2023-09-07T07:26:45.623759+0000 mon.smithi037 (mon.0) 263 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "mgr metadata", "who": "smithi110.rxefwu", "id": "smithi110.rxefwu"}]: dispatch 2023-09-07T07:26:46.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:26:46 smithi037 bash[24115]: audit 2023-09-07T07:26:45.972489+0000 mon.smithi037 (mon.0) 264 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:26:46.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:26:46 smithi037 bash[24115]: audit 2023-09-07T07:26:45.979676+0000 mon.smithi037 (mon.0) 265 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:26:46.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:26:46 smithi037 bash[24115]: audit 2023-09-07T07:26:46.124986+0000 mon.smithi037 (mon.0) 266 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:26:46.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:26:46 smithi037 bash[24115]: audit 2023-09-07T07:26:46.131597+0000 mon.smithi037 (mon.0) 267 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:26:46.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:26:46 smithi037 bash[24115]: audit 2023-09-07T07:26:46.137766+0000 mon.smithi037 (mon.0) 268 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:26:46.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:26:46 smithi037 bash[24115]: audit 2023-09-07T07:26:46.210301+0000 mon.smithi037 (mon.0) 269 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-09-07T07:26:46.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:26:46 smithi037 bash[24115]: audit 2023-09-07T07:26:46.212189+0000 mon.smithi037 (mon.0) 270 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-09-07T07:26:46.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:26:46 smithi037 bash[24115]: audit 2023-09-07T07:26:46.213874+0000 mon.smithi037 (mon.0) 271 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:26:46.964 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:26:46 smithi037 bash[24115]: audit 2023-09-07T07:26:46.483839+0000 mon.smithi037 (mon.0) 272 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "mon metadata", "id": "smithi110"}]: dispatch 2023-09-07T07:26:47.724 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-09-07T07:26:47.725 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":2,"fsid":"3e964040-4d4f-11ee-9ab5-7b867c8bd7da","modified":"2023-09-07T07:26:40.483186Z","created":"2023-09-07T07:23:11.894973Z","min_mon_release":18,"min_mon_release_name":"reef","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"],"optional":[]},"mons":[{"rank":0,"name":"smithi037","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:3300","nonce":0},{"type":"v1","addr":"172.21.15.37:6789","nonce":0}]},"addr":"172.21.15.37:6789/0","public_addr":"172.21.15.37:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"smithi110","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:3300","nonce":0},{"type":"v1","addr":"172.21.15.110:6789","nonce":0}]},"addr":"172.21.15.110:6789/0","public_addr":"172.21.15.110:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2023-09-07T07:26:47.730 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 2 2023-09-07T07:26:47.911 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:26:47 smithi110 bash[31897]: cephadm 2023-09-07T07:26:45.797460+0000 mgr.smithi037.ampdkg (mgr.14197) 31 : cephadm 1 Updating smithi037:/var/lib/ceph/3e964040-4d4f-11ee-9ab5-7b867c8bd7da/config/ceph.conf 2023-09-07T07:26:47.911 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:26:47 smithi110 bash[31897]: cephadm 2023-09-07T07:26:45.799236+0000 mgr.smithi037.ampdkg (mgr.14197) 32 : cephadm 1 Updating smithi110:/var/lib/ceph/3e964040-4d4f-11ee-9ab5-7b867c8bd7da/config/ceph.conf 2023-09-07T07:26:47.911 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:26:47 smithi110 bash[31897]: cephadm 2023-09-07T07:26:46.209527+0000 mgr.smithi037.ampdkg (mgr.14197) 33 : cephadm 1 Reconfiguring mon.smithi037 (unknown last config time)... 2023-09-07T07:26:47.911 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:26:47 smithi110 bash[31897]: cephadm 2023-09-07T07:26:46.215807+0000 mgr.smithi037.ampdkg (mgr.14197) 34 : cephadm 1 Reconfiguring daemon mon.smithi037 on smithi037 2023-09-07T07:26:47.911 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:26:47 smithi110 bash[31897]: cluster 2023-09-07T07:26:46.277625+0000 mgr.smithi037.ampdkg (mgr.14197) 35 : cluster 0 pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:26:47.961 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:26:47 smithi037 bash[24115]: cephadm 2023-09-07T07:26:45.797460+0000 mgr.smithi037.ampdkg (mgr.14197) 31 : cephadm 1 Updating smithi037:/var/lib/ceph/3e964040-4d4f-11ee-9ab5-7b867c8bd7da/config/ceph.conf 2023-09-07T07:26:47.961 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:26:47 smithi037 bash[24115]: cephadm 2023-09-07T07:26:45.799236+0000 mgr.smithi037.ampdkg (mgr.14197) 32 : cephadm 1 Updating smithi110:/var/lib/ceph/3e964040-4d4f-11ee-9ab5-7b867c8bd7da/config/ceph.conf 2023-09-07T07:26:47.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:26:47 smithi037 bash[24115]: cephadm 2023-09-07T07:26:46.209527+0000 mgr.smithi037.ampdkg (mgr.14197) 33 : cephadm 1 Reconfiguring mon.smithi037 (unknown last config time)... 2023-09-07T07:26:47.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:26:47 smithi037 bash[24115]: cephadm 2023-09-07T07:26:46.215807+0000 mgr.smithi037.ampdkg (mgr.14197) 34 : cephadm 1 Reconfiguring daemon mon.smithi037 on smithi037 2023-09-07T07:26:47.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:26:47 smithi037 bash[24115]: cluster 2023-09-07T07:26:46.277625+0000 mgr.smithi037.ampdkg (mgr.14197) 35 : cluster 0 pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:26:48.455 INFO:tasks.cephadm:Generating final ceph.conf file... 2023-09-07T07:26:48.456 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e964040-4d4f-11ee-9ab5-7b867c8bd7da -- ceph config generate-minimal-conf 2023-09-07T07:26:48.711 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:26:48 smithi037 bash[24115]: audit 2023-09-07T07:26:47.723494+0000 mon.smithi037 (mon.0) 273 : audit 0 from='client.? 172.21.15.110:0/3610624686' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-09-07T07:26:48.711 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:26:48 smithi037 bash[24115]: audit 2023-09-07T07:26:48.092820+0000 mon.smithi037 (mon.0) 274 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:26:48.711 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:26:48 smithi037 bash[24115]: audit 2023-09-07T07:26:48.101109+0000 mon.smithi037 (mon.0) 275 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:26:48.712 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:26:48 smithi037 bash[24115]: audit 2023-09-07T07:26:48.136589+0000 mon.smithi037 (mon.0) 276 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi037.ampdkg", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-09-07T07:26:48.712 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:26:48 smithi037 bash[24115]: audit 2023-09-07T07:26:48.138419+0000 mon.smithi037 (mon.0) 277 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "mgr services"}]: dispatch 2023-09-07T07:26:48.712 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:26:48 smithi037 bash[24115]: audit 2023-09-07T07:26:48.139874+0000 mon.smithi037 (mon.0) 278 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:26:48.911 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:26:48 smithi110 bash[31897]: audit 2023-09-07T07:26:47.723494+0000 mon.smithi037 (mon.0) 273 : audit 0 from='client.? 172.21.15.110:0/3610624686' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-09-07T07:26:48.911 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:26:48 smithi110 bash[31897]: audit 2023-09-07T07:26:48.092820+0000 mon.smithi037 (mon.0) 274 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:26:48.912 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:26:48 smithi110 bash[31897]: audit 2023-09-07T07:26:48.101109+0000 mon.smithi037 (mon.0) 275 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:26:48.912 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:26:48 smithi110 bash[31897]: audit 2023-09-07T07:26:48.136589+0000 mon.smithi037 (mon.0) 276 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi037.ampdkg", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-09-07T07:26:48.912 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:26:48 smithi110 bash[31897]: audit 2023-09-07T07:26:48.138419+0000 mon.smithi037 (mon.0) 277 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "mgr services"}]: dispatch 2023-09-07T07:26:48.913 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:26:48 smithi110 bash[31897]: audit 2023-09-07T07:26:48.139874+0000 mon.smithi037 (mon.0) 278 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:26:49.911 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:26:49 smithi110 bash[31897]: cephadm 2023-09-07T07:26:48.135918+0000 mgr.smithi037.ampdkg (mgr.14197) 36 : cephadm 1 Reconfiguring mgr.smithi037.ampdkg (unknown last config time)... 2023-09-07T07:26:49.911 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:26:49 smithi110 bash[31897]: cephadm 2023-09-07T07:26:48.141828+0000 mgr.smithi037.ampdkg (mgr.14197) 37 : cephadm 1 Reconfiguring daemon mgr.smithi037.ampdkg on smithi037 2023-09-07T07:26:49.911 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:26:49 smithi110 bash[31897]: cluster 2023-09-07T07:26:48.278055+0000 mgr.smithi037.ampdkg (mgr.14197) 38 : cluster 0 pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:26:49.961 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:26:49 smithi037 bash[24115]: cephadm 2023-09-07T07:26:48.135918+0000 mgr.smithi037.ampdkg (mgr.14197) 36 : cephadm 1 Reconfiguring mgr.smithi037.ampdkg (unknown last config time)... 2023-09-07T07:26:49.961 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:26:49 smithi037 bash[24115]: cephadm 2023-09-07T07:26:48.141828+0000 mgr.smithi037.ampdkg (mgr.14197) 37 : cephadm 1 Reconfiguring daemon mgr.smithi037.ampdkg on smithi037 2023-09-07T07:26:49.961 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:26:49 smithi037 bash[24115]: cluster 2023-09-07T07:26:48.278055+0000 mgr.smithi037.ampdkg (mgr.14197) 38 : cluster 0 pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:26:51.410 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:26:51 smithi110 bash[31897]: audit 2023-09-07T07:26:50.036474+0000 mon.smithi037 (mon.0) 279 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:26:51.411 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:26:51 smithi110 bash[31897]: audit 2023-09-07T07:26:50.043945+0000 mon.smithi037 (mon.0) 280 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:26:51.411 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:26:51 smithi110 bash[31897]: cephadm 2023-09-07T07:26:50.060245+0000 mgr.smithi037.ampdkg (mgr.14197) 39 : cephadm 1 Reconfiguring ceph-exporter.smithi037 (monmap changed)... 2023-09-07T07:26:51.411 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:26:51 smithi110 bash[31897]: audit 2023-09-07T07:26:50.060843+0000 mon.smithi037 (mon.0) 281 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi037", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2023-09-07T07:26:51.411 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:26:51 smithi110 bash[31897]: audit 2023-09-07T07:26:50.062630+0000 mon.smithi037 (mon.0) 282 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:26:51.411 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:26:51 smithi110 bash[31897]: cephadm 2023-09-07T07:26:50.064219+0000 mgr.smithi037.ampdkg (mgr.14197) 40 : cephadm 1 Reconfiguring daemon ceph-exporter.smithi037 on smithi037 2023-09-07T07:26:51.412 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:26:51 smithi110 bash[31897]: cluster 2023-09-07T07:26:50.278422+0000 mgr.smithi037.ampdkg (mgr.14197) 41 : cluster 0 pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:26:51.434 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:26:51 smithi037 bash[24115]: audit 2023-09-07T07:26:50.036474+0000 mon.smithi037 (mon.0) 279 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:26:51.435 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:26:51 smithi037 bash[24115]: audit 2023-09-07T07:26:50.043945+0000 mon.smithi037 (mon.0) 280 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:26:51.435 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:26:51 smithi037 bash[24115]: cephadm 2023-09-07T07:26:50.060245+0000 mgr.smithi037.ampdkg (mgr.14197) 39 : cephadm 1 Reconfiguring ceph-exporter.smithi037 (monmap changed)... 2023-09-07T07:26:51.435 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:26:51 smithi037 bash[24115]: audit 2023-09-07T07:26:50.060843+0000 mon.smithi037 (mon.0) 281 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi037", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2023-09-07T07:26:51.435 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:26:51 smithi037 bash[24115]: audit 2023-09-07T07:26:50.062630+0000 mon.smithi037 (mon.0) 282 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:26:51.436 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:26:51 smithi037 bash[24115]: cephadm 2023-09-07T07:26:50.064219+0000 mgr.smithi037.ampdkg (mgr.14197) 40 : cephadm 1 Reconfiguring daemon ceph-exporter.smithi037 on smithi037 2023-09-07T07:26:51.436 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:26:51 smithi037 bash[24115]: cluster 2023-09-07T07:26:50.278422+0000 mgr.smithi037.ampdkg (mgr.14197) 41 : cluster 0 pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:26:53.154 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/3e964040-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi037/config 2023-09-07T07:26:53.160 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:26:52 smithi110 bash[31897]: audit 2023-09-07T07:26:51.894876+0000 mon.smithi037 (mon.0) 283 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:26:53.161 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:26:52 smithi110 bash[31897]: audit 2023-09-07T07:26:51.901895+0000 mon.smithi037 (mon.0) 284 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:26:53.161 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:26:52 smithi110 bash[31897]: cephadm 2023-09-07T07:26:51.933947+0000 mgr.smithi037.ampdkg (mgr.14197) 42 : cephadm 1 Reconfiguring crash.smithi037 (monmap changed)... 2023-09-07T07:26:53.161 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:26:52 smithi110 bash[31897]: audit 2023-09-07T07:26:51.934568+0000 mon.smithi037 (mon.0) 285 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi037", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-09-07T07:26:53.161 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:26:52 smithi110 bash[31897]: audit 2023-09-07T07:26:51.936490+0000 mon.smithi037 (mon.0) 286 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:26:53.162 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:26:52 smithi110 bash[31897]: cephadm 2023-09-07T07:26:51.938354+0000 mgr.smithi037.ampdkg (mgr.14197) 43 : cephadm 1 Reconfiguring daemon crash.smithi037 on smithi037 2023-09-07T07:26:53.162 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:26:52 smithi110 bash[31897]: cluster 2023-09-07T07:26:52.278837+0000 mgr.smithi037.ampdkg (mgr.14197) 44 : cluster 0 pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:26:53.185 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:26:52 smithi037 bash[24115]: audit 2023-09-07T07:26:51.894876+0000 mon.smithi037 (mon.0) 283 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:26:53.185 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:26:52 smithi037 bash[24115]: audit 2023-09-07T07:26:51.901895+0000 mon.smithi037 (mon.0) 284 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:26:53.186 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:26:52 smithi037 bash[24115]: cephadm 2023-09-07T07:26:51.933947+0000 mgr.smithi037.ampdkg (mgr.14197) 42 : cephadm 1 Reconfiguring crash.smithi037 (monmap changed)... 2023-09-07T07:26:53.186 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:26:52 smithi037 bash[24115]: audit 2023-09-07T07:26:51.934568+0000 mon.smithi037 (mon.0) 285 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi037", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-09-07T07:26:53.187 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:26:52 smithi037 bash[24115]: audit 2023-09-07T07:26:51.936490+0000 mon.smithi037 (mon.0) 286 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:26:53.187 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:26:52 smithi037 bash[24115]: cephadm 2023-09-07T07:26:51.938354+0000 mgr.smithi037.ampdkg (mgr.14197) 43 : cephadm 1 Reconfiguring daemon crash.smithi037 on smithi037 2023-09-07T07:26:53.187 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:26:52 smithi037 bash[24115]: cluster 2023-09-07T07:26:52.278837+0000 mgr.smithi037.ampdkg (mgr.14197) 44 : cluster 0 pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:26:54.461 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:26:54 smithi037 bash[24115]: audit 2023-09-07T07:26:53.358106+0000 mon.smithi037 (mon.0) 287 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:26:54.461 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:26:54 smithi037 bash[24115]: audit 2023-09-07T07:26:53.948181+0000 mon.smithi037 (mon.0) 288 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:26:54.461 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:26:54 smithi037 bash[24115]: audit 2023-09-07T07:26:53.955951+0000 mon.smithi037 (mon.0) 289 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:26:54.661 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:26:54 smithi110 bash[31897]: audit 2023-09-07T07:26:53.358106+0000 mon.smithi037 (mon.0) 287 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:26:54.661 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:26:54 smithi110 bash[31897]: audit 2023-09-07T07:26:53.948181+0000 mon.smithi037 (mon.0) 288 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:26:54.661 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:26:54 smithi110 bash[31897]: audit 2023-09-07T07:26:53.955951+0000 mon.smithi037 (mon.0) 289 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:26:55.461 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:26:55 smithi037 bash[24115]: cephadm 2023-09-07T07:26:54.008095+0000 mgr.smithi037.ampdkg (mgr.14197) 45 : cephadm 1 Reconfiguring alertmanager.smithi037 (dependencies changed)... 2023-09-07T07:26:55.461 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:26:55 smithi037 bash[24115]: cephadm 2023-09-07T07:26:54.028674+0000 mgr.smithi037.ampdkg (mgr.14197) 46 : cephadm 1 Reconfiguring daemon alertmanager.smithi037 on smithi037 2023-09-07T07:26:55.461 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:26:55 smithi037 bash[24115]: cluster 2023-09-07T07:26:54.279147+0000 mgr.smithi037.ampdkg (mgr.14197) 47 : cluster 0 pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:26:55.660 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:26:55 smithi110 bash[31897]: cephadm 2023-09-07T07:26:54.008095+0000 mgr.smithi037.ampdkg (mgr.14197) 45 : cephadm 1 Reconfiguring alertmanager.smithi037 (dependencies changed)... 2023-09-07T07:26:55.661 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:26:55 smithi110 bash[31897]: cephadm 2023-09-07T07:26:54.028674+0000 mgr.smithi037.ampdkg (mgr.14197) 46 : cephadm 1 Reconfiguring daemon alertmanager.smithi037 on smithi037 2023-09-07T07:26:55.661 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:26:55 smithi110 bash[31897]: cluster 2023-09-07T07:26:54.279147+0000 mgr.smithi037.ampdkg (mgr.14197) 47 : cluster 0 pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:26:57.160 INFO:teuthology.orchestra.run.smithi037.stdout:# minimal ceph.conf for 3e964040-4d4f-11ee-9ab5-7b867c8bd7da 2023-09-07T07:26:57.160 INFO:teuthology.orchestra.run.smithi037.stdout:[global] 2023-09-07T07:26:57.161 INFO:teuthology.orchestra.run.smithi037.stdout: fsid = 3e964040-4d4f-11ee-9ab5-7b867c8bd7da 2023-09-07T07:26:57.161 INFO:teuthology.orchestra.run.smithi037.stdout: mon_host = [v2:172.21.15.37:3300/0,v1:172.21.15.37:6789/0] [v2:172.21.15.110:3300/0,v1:172.21.15.110:6789/0] 2023-09-07T07:26:57.461 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:26:57 smithi037 bash[24115]: cluster 2023-09-07T07:26:56.279589+0000 mgr.smithi037.ampdkg (mgr.14197) 48 : cluster 0 pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:26:57.461 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:26:57 smithi037 bash[24115]: audit 2023-09-07T07:26:57.158994+0000 mon.smithi037 (mon.0) 290 : audit 0 from='client.? 172.21.15.37:0/1281067276' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:26:57.660 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:26:57 smithi110 bash[31897]: cluster 2023-09-07T07:26:56.279589+0000 mgr.smithi037.ampdkg (mgr.14197) 48 : cluster 0 pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:26:57.661 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:26:57 smithi110 bash[31897]: audit 2023-09-07T07:26:57.158994+0000 mon.smithi037 (mon.0) 290 : audit 0 from='client.? 172.21.15.37:0/1281067276' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:26:58.322 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2023-09-07T07:26:58.323 DEBUG:teuthology.orchestra.run.smithi037:> set -ex 2023-09-07T07:26:58.323 DEBUG:teuthology.orchestra.run.smithi037:> sudo dd of=/etc/ceph/ceph.conf 2023-09-07T07:26:58.336 DEBUG:teuthology.orchestra.run.smithi037:> set -ex 2023-09-07T07:26:58.337 DEBUG:teuthology.orchestra.run.smithi037:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-09-07T07:26:58.389 DEBUG:teuthology.orchestra.run.smithi110:> set -ex 2023-09-07T07:26:58.389 DEBUG:teuthology.orchestra.run.smithi110:> sudo dd of=/etc/ceph/ceph.conf 2023-09-07T07:26:58.406 DEBUG:teuthology.orchestra.run.smithi110:> set -ex 2023-09-07T07:26:58.406 DEBUG:teuthology.orchestra.run.smithi110:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-09-07T07:26:58.465 INFO:tasks.cephadm:Deploying OSDs... 2023-09-07T07:26:58.465 DEBUG:teuthology.orchestra.run.smithi037:> set -ex 2023-09-07T07:26:58.466 DEBUG:teuthology.orchestra.run.smithi037:> dd if=/scratch_devs of=/dev/stdout 2023-09-07T07:26:58.474 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-09-07T07:26:58.474 DEBUG:teuthology.orchestra.run.smithi037:> stat /dev/nvme1n1 2023-09-07T07:26:58.521 INFO:teuthology.orchestra.run.smithi037.stdout: File: /dev/nvme1n1 2023-09-07T07:26:58.521 INFO:teuthology.orchestra.run.smithi037.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-09-07T07:26:58.522 INFO:teuthology.orchestra.run.smithi037.stdout:Device: 5h/5d Inode: 523 Links: 1 Device type: 103,2 2023-09-07T07:26:58.522 INFO:teuthology.orchestra.run.smithi037.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-09-07T07:26:58.522 INFO:teuthology.orchestra.run.smithi037.stdout:Access: 2023-09-07 07:24:51.375150651 +0000 2023-09-07T07:26:58.522 INFO:teuthology.orchestra.run.smithi037.stdout:Modify: 2023-09-07 07:22:02.298040009 +0000 2023-09-07T07:26:58.522 INFO:teuthology.orchestra.run.smithi037.stdout:Change: 2023-09-07 07:22:02.298040009 +0000 2023-09-07T07:26:58.523 INFO:teuthology.orchestra.run.smithi037.stdout: Birth: - 2023-09-07T07:26:58.523 DEBUG:teuthology.orchestra.run.smithi037:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2023-09-07T07:26:58.575 INFO:teuthology.orchestra.run.smithi037.stderr:1+0 records in 2023-09-07T07:26:58.576 INFO:teuthology.orchestra.run.smithi037.stderr:1+0 records out 2023-09-07T07:26:58.576 INFO:teuthology.orchestra.run.smithi037.stderr:512 bytes copied, 0.000348627 s, 1.5 MB/s 2023-09-07T07:26:58.577 DEBUG:teuthology.orchestra.run.smithi037:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2023-09-07T07:26:58.627 DEBUG:teuthology.orchestra.run.smithi037:> stat /dev/nvme2n1 2023-09-07T07:26:58.675 INFO:teuthology.orchestra.run.smithi037.stdout: File: /dev/nvme2n1 2023-09-07T07:26:58.676 INFO:teuthology.orchestra.run.smithi037.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-09-07T07:26:58.676 INFO:teuthology.orchestra.run.smithi037.stdout:Device: 5h/5d Inode: 531 Links: 1 Device type: 103,4 2023-09-07T07:26:58.676 INFO:teuthology.orchestra.run.smithi037.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-09-07T07:26:58.676 INFO:teuthology.orchestra.run.smithi037.stdout:Access: 2023-09-07 07:24:51.395150190 +0000 2023-09-07T07:26:58.677 INFO:teuthology.orchestra.run.smithi037.stdout:Modify: 2023-09-07 07:22:02.422099149 +0000 2023-09-07T07:26:58.677 INFO:teuthology.orchestra.run.smithi037.stdout:Change: 2023-09-07 07:22:02.422099149 +0000 2023-09-07T07:26:58.677 INFO:teuthology.orchestra.run.smithi037.stdout: Birth: - 2023-09-07T07:26:58.677 DEBUG:teuthology.orchestra.run.smithi037:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2023-09-07T07:26:58.733 INFO:teuthology.orchestra.run.smithi037.stderr:1+0 records in 2023-09-07T07:26:58.733 INFO:teuthology.orchestra.run.smithi037.stderr:1+0 records out 2023-09-07T07:26:58.733 INFO:teuthology.orchestra.run.smithi037.stderr:512 bytes copied, 0.000376262 s, 1.4 MB/s 2023-09-07T07:26:58.734 DEBUG:teuthology.orchestra.run.smithi037:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2023-09-07T07:26:58.789 DEBUG:teuthology.orchestra.run.smithi037:> stat /dev/nvme3n1 2023-09-07T07:26:58.835 INFO:teuthology.orchestra.run.smithi037.stdout: File: /dev/nvme3n1 2023-09-07T07:26:58.835 INFO:teuthology.orchestra.run.smithi037.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-09-07T07:26:58.835 INFO:teuthology.orchestra.run.smithi037.stdout:Device: 5h/5d Inode: 539 Links: 1 Device type: 103,6 2023-09-07T07:26:58.835 INFO:teuthology.orchestra.run.smithi037.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-09-07T07:26:58.836 INFO:teuthology.orchestra.run.smithi037.stdout:Access: 2023-09-07 07:24:51.415149729 +0000 2023-09-07T07:26:58.836 INFO:teuthology.orchestra.run.smithi037.stdout:Modify: 2023-09-07 07:22:02.534152569 +0000 2023-09-07T07:26:58.836 INFO:teuthology.orchestra.run.smithi037.stdout:Change: 2023-09-07 07:22:02.534152569 +0000 2023-09-07T07:26:58.836 INFO:teuthology.orchestra.run.smithi037.stdout: Birth: - 2023-09-07T07:26:58.837 DEBUG:teuthology.orchestra.run.smithi037:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2023-09-07T07:26:58.888 INFO:teuthology.orchestra.run.smithi037.stderr:1+0 records in 2023-09-07T07:26:58.889 INFO:teuthology.orchestra.run.smithi037.stderr:1+0 records out 2023-09-07T07:26:58.889 INFO:teuthology.orchestra.run.smithi037.stderr:512 bytes copied, 0.000474867 s, 1.1 MB/s 2023-09-07T07:26:58.890 DEBUG:teuthology.orchestra.run.smithi037:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2023-09-07T07:26:58.945 DEBUG:teuthology.orchestra.run.smithi037:> stat /dev/nvme4n1 2023-09-07T07:26:58.993 INFO:teuthology.orchestra.run.smithi037.stdout: File: /dev/nvme4n1 2023-09-07T07:26:58.994 INFO:teuthology.orchestra.run.smithi037.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-09-07T07:26:58.994 INFO:teuthology.orchestra.run.smithi037.stdout:Device: 5h/5d Inode: 547 Links: 1 Device type: 103,8 2023-09-07T07:26:58.994 INFO:teuthology.orchestra.run.smithi037.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-09-07T07:26:58.994 INFO:teuthology.orchestra.run.smithi037.stdout:Access: 2023-09-07 07:24:51.435149268 +0000 2023-09-07T07:26:58.995 INFO:teuthology.orchestra.run.smithi037.stdout:Modify: 2023-09-07 07:22:02.658211707 +0000 2023-09-07T07:26:58.995 INFO:teuthology.orchestra.run.smithi037.stdout:Change: 2023-09-07 07:22:02.658211707 +0000 2023-09-07T07:26:58.995 INFO:teuthology.orchestra.run.smithi037.stdout: Birth: - 2023-09-07T07:26:58.995 DEBUG:teuthology.orchestra.run.smithi037:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2023-09-07T07:26:59.047 INFO:teuthology.orchestra.run.smithi037.stderr:1+0 records in 2023-09-07T07:26:59.047 INFO:teuthology.orchestra.run.smithi037.stderr:1+0 records out 2023-09-07T07:26:59.048 INFO:teuthology.orchestra.run.smithi037.stderr:512 bytes copied, 0.000459888 s, 1.1 MB/s 2023-09-07T07:26:59.049 DEBUG:teuthology.orchestra.run.smithi037:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2023-09-07T07:26:59.102 DEBUG:teuthology.orchestra.run.smithi110:> set -ex 2023-09-07T07:26:59.103 DEBUG:teuthology.orchestra.run.smithi110:> dd if=/scratch_devs of=/dev/stdout 2023-09-07T07:26:59.110 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-09-07T07:26:59.111 DEBUG:teuthology.orchestra.run.smithi110:> stat /dev/nvme1n1 2023-09-07T07:26:59.164 INFO:teuthology.orchestra.run.smithi110.stdout: File: /dev/nvme1n1 2023-09-07T07:26:59.165 INFO:teuthology.orchestra.run.smithi110.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-09-07T07:26:59.165 INFO:teuthology.orchestra.run.smithi110.stdout:Device: 5h/5d Inode: 523 Links: 1 Device type: 103,2 2023-09-07T07:26:59.165 INFO:teuthology.orchestra.run.smithi110.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-09-07T07:26:59.165 INFO:teuthology.orchestra.run.smithi110.stdout:Access: 2023-09-07 07:26:17.960647706 +0000 2023-09-07T07:26:59.166 INFO:teuthology.orchestra.run.smithi110.stdout:Modify: 2023-09-07 07:22:03.673071872 +0000 2023-09-07T07:26:59.166 INFO:teuthology.orchestra.run.smithi110.stdout:Change: 2023-09-07 07:22:03.673071872 +0000 2023-09-07T07:26:59.166 INFO:teuthology.orchestra.run.smithi110.stdout: Birth: - 2023-09-07T07:26:59.166 DEBUG:teuthology.orchestra.run.smithi110:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2023-09-07T07:26:59.218 INFO:teuthology.orchestra.run.smithi110.stderr:1+0 records in 2023-09-07T07:26:59.219 INFO:teuthology.orchestra.run.smithi110.stderr:1+0 records out 2023-09-07T07:26:59.219 INFO:teuthology.orchestra.run.smithi110.stderr:512 bytes copied, 0.000384188 s, 1.3 MB/s 2023-09-07T07:26:59.220 DEBUG:teuthology.orchestra.run.smithi110:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2023-09-07T07:26:59.270 DEBUG:teuthology.orchestra.run.smithi110:> stat /dev/nvme2n1 2023-09-07T07:26:59.324 INFO:teuthology.orchestra.run.smithi110.stdout: File: /dev/nvme2n1 2023-09-07T07:26:59.325 INFO:teuthology.orchestra.run.smithi110.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-09-07T07:26:59.325 INFO:teuthology.orchestra.run.smithi110.stdout:Device: 5h/5d Inode: 531 Links: 1 Device type: 103,4 2023-09-07T07:26:59.325 INFO:teuthology.orchestra.run.smithi110.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-09-07T07:26:59.326 INFO:teuthology.orchestra.run.smithi110.stdout:Access: 2023-09-07 07:26:17.976647482 +0000 2023-09-07T07:26:59.326 INFO:teuthology.orchestra.run.smithi110.stdout:Modify: 2023-09-07 07:22:03.793069104 +0000 2023-09-07T07:26:59.326 INFO:teuthology.orchestra.run.smithi110.stdout:Change: 2023-09-07 07:22:03.793069104 +0000 2023-09-07T07:26:59.326 INFO:teuthology.orchestra.run.smithi110.stdout: Birth: - 2023-09-07T07:26:59.326 DEBUG:teuthology.orchestra.run.smithi110:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2023-09-07T07:26:59.379 INFO:teuthology.orchestra.run.smithi110.stderr:1+0 records in 2023-09-07T07:26:59.379 INFO:teuthology.orchestra.run.smithi110.stderr:1+0 records out 2023-09-07T07:26:59.379 INFO:teuthology.orchestra.run.smithi110.stderr:512 bytes copied, 0.000371035 s, 1.4 MB/s 2023-09-07T07:26:59.380 DEBUG:teuthology.orchestra.run.smithi110:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2023-09-07T07:26:59.430 DEBUG:teuthology.orchestra.run.smithi110:> stat /dev/nvme3n1 2023-09-07T07:26:59.484 INFO:teuthology.orchestra.run.smithi110.stdout: File: /dev/nvme3n1 2023-09-07T07:26:59.485 INFO:teuthology.orchestra.run.smithi110.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-09-07T07:26:59.485 INFO:teuthology.orchestra.run.smithi110.stdout:Device: 5h/5d Inode: 539 Links: 1 Device type: 103,6 2023-09-07T07:26:59.485 INFO:teuthology.orchestra.run.smithi110.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-09-07T07:26:59.486 INFO:teuthology.orchestra.run.smithi110.stdout:Access: 2023-09-07 07:26:17.996647200 +0000 2023-09-07T07:26:59.486 INFO:teuthology.orchestra.run.smithi110.stdout:Modify: 2023-09-07 07:22:03.905066522 +0000 2023-09-07T07:26:59.486 INFO:teuthology.orchestra.run.smithi110.stdout:Change: 2023-09-07 07:22:03.905066522 +0000 2023-09-07T07:26:59.486 INFO:teuthology.orchestra.run.smithi110.stdout: Birth: - 2023-09-07T07:26:59.486 DEBUG:teuthology.orchestra.run.smithi110:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2023-09-07T07:26:59.538 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:26:59 smithi110 bash[31897]: cluster 2023-09-07T07:26:58.280121+0000 mgr.smithi037.ampdkg (mgr.14197) 49 : cluster 0 pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:26:59.540 INFO:teuthology.orchestra.run.smithi110.stderr:1+0 records in 2023-09-07T07:26:59.540 INFO:teuthology.orchestra.run.smithi110.stderr:1+0 records out 2023-09-07T07:26:59.540 INFO:teuthology.orchestra.run.smithi110.stderr:512 bytes copied, 0.000302428 s, 1.7 MB/s 2023-09-07T07:26:59.542 DEBUG:teuthology.orchestra.run.smithi110:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2023-09-07T07:26:59.594 DEBUG:teuthology.orchestra.run.smithi110:> stat /dev/nvme4n1 2023-09-07T07:26:59.644 INFO:teuthology.orchestra.run.smithi110.stdout: File: /dev/nvme4n1 2023-09-07T07:26:59.645 INFO:teuthology.orchestra.run.smithi110.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-09-07T07:26:59.645 INFO:teuthology.orchestra.run.smithi110.stdout:Device: 5h/5d Inode: 547 Links: 1 Device type: 103,8 2023-09-07T07:26:59.645 INFO:teuthology.orchestra.run.smithi110.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-09-07T07:26:59.645 INFO:teuthology.orchestra.run.smithi110.stdout:Access: 2023-09-07 07:26:18.016646919 +0000 2023-09-07T07:26:59.646 INFO:teuthology.orchestra.run.smithi110.stdout:Modify: 2023-09-07 07:22:04.025063755 +0000 2023-09-07T07:26:59.646 INFO:teuthology.orchestra.run.smithi110.stdout:Change: 2023-09-07 07:22:04.025063755 +0000 2023-09-07T07:26:59.646 INFO:teuthology.orchestra.run.smithi110.stdout: Birth: - 2023-09-07T07:26:59.646 DEBUG:teuthology.orchestra.run.smithi110:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2023-09-07T07:26:59.650 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:26:59 smithi037 bash[24115]: cluster 2023-09-07T07:26:58.280121+0000 mgr.smithi037.ampdkg (mgr.14197) 49 : cluster 0 pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:26:59.698 INFO:teuthology.orchestra.run.smithi110.stderr:1+0 records in 2023-09-07T07:26:59.698 INFO:teuthology.orchestra.run.smithi110.stderr:1+0 records out 2023-09-07T07:26:59.698 INFO:teuthology.orchestra.run.smithi110.stderr:512 bytes copied, 0.000356675 s, 1.4 MB/s 2023-09-07T07:26:59.699 DEBUG:teuthology.orchestra.run.smithi110:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2023-09-07T07:26:59.750 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e964040-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch apply osd --all-available-devices 2023-09-07T07:27:01.461 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:27:01 smithi037 bash[24115]: audit 2023-09-07T07:27:00.171846+0000 mon.smithi037 (mon.0) 291 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:27:01.461 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:27:01 smithi037 bash[24115]: audit 2023-09-07T07:27:00.178693+0000 mon.smithi037 (mon.0) 292 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:27:01.461 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:27:01 smithi037 bash[24115]: cephadm 2023-09-07T07:27:00.208693+0000 mgr.smithi037.ampdkg (mgr.14197) 50 : cephadm 1 Reconfiguring grafana.smithi037 (dependencies changed)... 2023-09-07T07:27:01.462 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:27:01 smithi037 bash[24115]: cephadm 2023-09-07T07:27:00.224926+0000 mgr.smithi037.ampdkg (mgr.14197) 51 : cephadm 1 Reconfiguring daemon grafana.smithi037 on smithi037 2023-09-07T07:27:01.462 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:27:01 smithi037 bash[24115]: cluster 2023-09-07T07:27:00.280458+0000 mgr.smithi037.ampdkg (mgr.14197) 52 : cluster 0 pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:27:01.661 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:27:01 smithi110 bash[31897]: audit 2023-09-07T07:27:00.171846+0000 mon.smithi037 (mon.0) 291 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:27:01.661 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:27:01 smithi110 bash[31897]: audit 2023-09-07T07:27:00.178693+0000 mon.smithi037 (mon.0) 292 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:27:01.661 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:27:01 smithi110 bash[31897]: cephadm 2023-09-07T07:27:00.208693+0000 mgr.smithi037.ampdkg (mgr.14197) 50 : cephadm 1 Reconfiguring grafana.smithi037 (dependencies changed)... 2023-09-07T07:27:01.662 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:27:01 smithi110 bash[31897]: cephadm 2023-09-07T07:27:00.224926+0000 mgr.smithi037.ampdkg (mgr.14197) 51 : cephadm 1 Reconfiguring daemon grafana.smithi037 on smithi037 2023-09-07T07:27:01.662 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:27:01 smithi110 bash[31897]: cluster 2023-09-07T07:27:00.280458+0000 mgr.smithi037.ampdkg (mgr.14197) 52 : cluster 0 pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:27:03.461 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:27:03 smithi037 bash[24115]: cluster 2023-09-07T07:27:02.280855+0000 mgr.smithi037.ampdkg (mgr.14197) 53 : cluster 0 pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:27:03.660 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:27:03 smithi110 bash[31897]: cluster 2023-09-07T07:27:02.280855+0000 mgr.smithi037.ampdkg (mgr.14197) 53 : cluster 0 pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:27:04.492 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /var/lib/ceph/3e964040-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi110/config 2023-09-07T07:27:05.648 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:27:05 smithi110 bash[31897]: cluster 2023-09-07T07:27:04.281232+0000 mgr.smithi037.ampdkg (mgr.14197) 54 : cluster 0 pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:27:05.649 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:27:05 smithi110 bash[31897]: audit 2023-09-07T07:27:04.842291+0000 mon.smithi037 (mon.0) 293 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:27:05.649 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:27:05 smithi110 bash[31897]: audit 2023-09-07T07:27:04.849606+0000 mon.smithi037 (mon.0) 294 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:27:05.711 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:27:05 smithi037 bash[24115]: cluster 2023-09-07T07:27:04.281232+0000 mgr.smithi037.ampdkg (mgr.14197) 54 : cluster 0 pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:27:05.711 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:27:05 smithi037 bash[24115]: audit 2023-09-07T07:27:04.842291+0000 mon.smithi037 (mon.0) 293 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:27:05.711 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:27:05 smithi037 bash[24115]: audit 2023-09-07T07:27:04.849606+0000 mon.smithi037 (mon.0) 294 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:27:06.555 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:27:06 smithi037 bash[24115]: cephadm 2023-09-07T07:27:04.853089+0000 mgr.smithi037.ampdkg (mgr.14197) 55 : cephadm 1 Reconfiguring prometheus.smithi037 (dependencies changed)... 2023-09-07T07:27:06.555 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:27:06 smithi037 bash[24115]: cephadm 2023-09-07T07:27:05.114636+0000 mgr.smithi037.ampdkg (mgr.14197) 56 : cephadm 1 Reconfiguring daemon prometheus.smithi037 on smithi037 2023-09-07T07:27:06.660 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:27:06 smithi110 bash[31897]: cephadm 2023-09-07T07:27:04.853089+0000 mgr.smithi037.ampdkg (mgr.14197) 55 : cephadm 1 Reconfiguring prometheus.smithi037 (dependencies changed)... 2023-09-07T07:27:06.661 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:27:06 smithi110 bash[31897]: cephadm 2023-09-07T07:27:05.114636+0000 mgr.smithi037.ampdkg (mgr.14197) 56 : cephadm 1 Reconfiguring daemon prometheus.smithi037 on smithi037 2023-09-07T07:27:07.461 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:27:07 smithi037 bash[24115]: cluster 2023-09-07T07:27:06.281567+0000 mgr.smithi037.ampdkg (mgr.14197) 57 : cluster 0 pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:27:07.654 INFO:teuthology.orchestra.run.smithi110.stdout:Scheduled osd.all-available-devices update... 2023-09-07T07:27:07.660 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:27:07 smithi110 bash[31897]: cluster 2023-09-07T07:27:06.281567+0000 mgr.smithi037.ampdkg (mgr.14197) 57 : cluster 0 pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:27:08.407 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2023-09-07T07:27:08.408 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e964040-4d4f-11ee-9ab5-7b867c8bd7da -- ceph osd stat -f json 2023-09-07T07:27:08.660 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:27:08 smithi110 bash[31897]: audit 2023-09-07T07:27:07.644153+0000 mgr.smithi037.ampdkg (mgr.14197) 58 : audit 0 from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:27:08.661 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:27:08 smithi110 bash[31897]: cephadm 2023-09-07T07:27:07.646820+0000 mgr.smithi037.ampdkg (mgr.14197) 59 : cephadm 1 Marking host: smithi037 for OSDSpec preview refresh. 2023-09-07T07:27:08.661 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:27:08 smithi110 bash[31897]: cephadm 2023-09-07T07:27:07.646968+0000 mgr.smithi037.ampdkg (mgr.14197) 60 : cephadm 1 Marking host: smithi110 for OSDSpec preview refresh. 2023-09-07T07:27:08.661 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:27:08 smithi110 bash[31897]: cephadm 2023-09-07T07:27:07.647432+0000 mgr.smithi037.ampdkg (mgr.14197) 61 : cephadm 1 Saving service osd.all-available-devices spec with placement * 2023-09-07T07:27:08.661 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:27:08 smithi110 bash[31897]: audit 2023-09-07T07:27:07.652799+0000 mon.smithi037 (mon.0) 295 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:27:08.661 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:27:08 smithi110 bash[31897]: audit 2023-09-07T07:27:08.358430+0000 mon.smithi037 (mon.0) 296 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:27:08.711 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:27:08 smithi037 bash[24115]: audit 2023-09-07T07:27:07.644153+0000 mgr.smithi037.ampdkg (mgr.14197) 58 : audit 0 from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:27:08.711 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:27:08 smithi037 bash[24115]: cephadm 2023-09-07T07:27:07.646820+0000 mgr.smithi037.ampdkg (mgr.14197) 59 : cephadm 1 Marking host: smithi037 for OSDSpec preview refresh. 2023-09-07T07:27:08.711 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:27:08 smithi037 bash[24115]: cephadm 2023-09-07T07:27:07.646968+0000 mgr.smithi037.ampdkg (mgr.14197) 60 : cephadm 1 Marking host: smithi110 for OSDSpec preview refresh. 2023-09-07T07:27:08.712 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:27:08 smithi037 bash[24115]: cephadm 2023-09-07T07:27:07.647432+0000 mgr.smithi037.ampdkg (mgr.14197) 61 : cephadm 1 Saving service osd.all-available-devices spec with placement * 2023-09-07T07:27:08.712 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:27:08 smithi037 bash[24115]: audit 2023-09-07T07:27:07.652799+0000 mon.smithi037 (mon.0) 295 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:27:08.712 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:27:08 smithi037 bash[24115]: audit 2023-09-07T07:27:08.358430+0000 mon.smithi037 (mon.0) 296 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:27:09.748 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:27:09 smithi037 bash[24115]: cluster 2023-09-07T07:27:08.281906+0000 mgr.smithi037.ampdkg (mgr.14197) 62 : cluster 0 pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:27:10.043 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:27:09 smithi110 bash[31897]: cluster 2023-09-07T07:27:08.281906+0000 mgr.smithi037.ampdkg (mgr.14197) 62 : cluster 0 pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:27:10.961 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:27:10 smithi037 bash[24115]: audit 2023-09-07T07:27:09.724187+0000 mon.smithi037 (mon.0) 297 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:27:10.961 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:27:10 smithi037 bash[24115]: audit 2023-09-07T07:27:09.730887+0000 mon.smithi037 (mon.0) 298 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:27:10.961 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:27:10 smithi037 bash[24115]: cephadm 2023-09-07T07:27:09.745586+0000 mgr.smithi037.ampdkg (mgr.14197) 63 : cephadm 1 Reconfiguring ceph-exporter.smithi110 (monmap changed)... 2023-09-07T07:27:10.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:27:10 smithi037 bash[24115]: audit 2023-09-07T07:27:09.746455+0000 mon.smithi037 (mon.0) 299 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi110", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2023-09-07T07:27:10.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:27:10 smithi037 bash[24115]: audit 2023-09-07T07:27:09.748235+0000 mon.smithi037 (mon.0) 300 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:27:10.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:27:10 smithi037 bash[24115]: cephadm 2023-09-07T07:27:09.749804+0000 mgr.smithi037.ampdkg (mgr.14197) 64 : cephadm 1 Reconfiguring daemon ceph-exporter.smithi110 on smithi110 2023-09-07T07:27:10.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:27:10 smithi037 bash[24115]: cluster 2023-09-07T07:27:10.282413+0000 mgr.smithi037.ampdkg (mgr.14197) 65 : cluster 0 pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:27:11.040 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:27:10 smithi110 bash[31897]: audit 2023-09-07T07:27:09.724187+0000 mon.smithi037 (mon.0) 297 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:27:11.041 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:27:10 smithi110 bash[31897]: audit 2023-09-07T07:27:09.730887+0000 mon.smithi037 (mon.0) 298 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:27:11.041 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:27:10 smithi110 bash[31897]: cephadm 2023-09-07T07:27:09.745586+0000 mgr.smithi037.ampdkg (mgr.14197) 63 : cephadm 1 Reconfiguring ceph-exporter.smithi110 (monmap changed)... 2023-09-07T07:27:11.041 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:27:10 smithi110 bash[31897]: audit 2023-09-07T07:27:09.746455+0000 mon.smithi037 (mon.0) 299 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi110", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2023-09-07T07:27:11.041 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:27:10 smithi110 bash[31897]: audit 2023-09-07T07:27:09.748235+0000 mon.smithi037 (mon.0) 300 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:27:11.042 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:27:10 smithi110 bash[31897]: cephadm 2023-09-07T07:27:09.749804+0000 mgr.smithi037.ampdkg (mgr.14197) 64 : cephadm 1 Reconfiguring daemon ceph-exporter.smithi110 on smithi110 2023-09-07T07:27:11.042 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:27:10 smithi110 bash[31897]: cluster 2023-09-07T07:27:10.282413+0000 mgr.smithi037.ampdkg (mgr.14197) 65 : cluster 0 pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:27:13.063 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:27:12 smithi110 bash[31897]: audit 2023-09-07T07:27:11.779585+0000 mon.smithi037 (mon.0) 301 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:27:13.063 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:27:12 smithi110 bash[31897]: audit 2023-09-07T07:27:11.786208+0000 mon.smithi037 (mon.0) 302 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:27:13.064 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:27:12 smithi110 bash[31897]: cephadm 2023-09-07T07:27:11.821085+0000 mgr.smithi037.ampdkg (mgr.14197) 66 : cephadm 1 Reconfiguring crash.smithi110 (monmap changed)... 2023-09-07T07:27:13.064 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:27:12 smithi110 bash[31897]: audit 2023-09-07T07:27:11.821704+0000 mon.smithi037 (mon.0) 303 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi110", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-09-07T07:27:13.064 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:27:12 smithi110 bash[31897]: audit 2023-09-07T07:27:11.823592+0000 mon.smithi037 (mon.0) 304 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:27:13.064 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:27:12 smithi110 bash[31897]: cephadm 2023-09-07T07:27:11.825522+0000 mgr.smithi037.ampdkg (mgr.14197) 67 : cephadm 1 Reconfiguring daemon crash.smithi110 on smithi110 2023-09-07T07:27:13.064 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:27:12 smithi110 bash[31897]: cluster 2023-09-07T07:27:12.282865+0000 mgr.smithi037.ampdkg (mgr.14197) 68 : cluster 0 pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:27:13.211 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:27:12 smithi037 bash[24115]: audit 2023-09-07T07:27:11.779585+0000 mon.smithi037 (mon.0) 301 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:27:13.211 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:27:12 smithi037 bash[24115]: audit 2023-09-07T07:27:11.786208+0000 mon.smithi037 (mon.0) 302 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:27:13.212 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:27:12 smithi037 bash[24115]: cephadm 2023-09-07T07:27:11.821085+0000 mgr.smithi037.ampdkg (mgr.14197) 66 : cephadm 1 Reconfiguring crash.smithi110 (monmap changed)... 2023-09-07T07:27:13.212 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:27:12 smithi037 bash[24115]: audit 2023-09-07T07:27:11.821704+0000 mon.smithi037 (mon.0) 303 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi110", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-09-07T07:27:13.212 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:27:12 smithi037 bash[24115]: audit 2023-09-07T07:27:11.823592+0000 mon.smithi037 (mon.0) 304 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:27:13.212 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:27:12 smithi037 bash[24115]: cephadm 2023-09-07T07:27:11.825522+0000 mgr.smithi037.ampdkg (mgr.14197) 67 : cephadm 1 Reconfiguring daemon crash.smithi110 on smithi110 2023-09-07T07:27:13.212 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:27:12 smithi037 bash[24115]: cluster 2023-09-07T07:27:12.282865+0000 mgr.smithi037.ampdkg (mgr.14197) 68 : cluster 0 pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:27:13.213 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/3e964040-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi037/config 2023-09-07T07:27:15.211 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:27:14 smithi037 bash[24115]: audit 2023-09-07T07:27:13.964751+0000 mon.smithi037 (mon.0) 305 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:27:15.211 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:27:14 smithi037 bash[24115]: audit 2023-09-07T07:27:13.972334+0000 mon.smithi037 (mon.0) 306 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:27:15.212 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:27:14 smithi037 bash[24115]: cephadm 2023-09-07T07:27:13.995448+0000 mgr.smithi037.ampdkg (mgr.14197) 69 : cephadm 1 Reconfiguring mgr.smithi110.rxefwu (monmap changed)... 2023-09-07T07:27:15.212 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:27:14 smithi037 bash[24115]: audit 2023-09-07T07:27:13.995976+0000 mon.smithi037 (mon.0) 307 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi110.rxefwu", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-09-07T07:27:15.212 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:27:14 smithi037 bash[24115]: audit 2023-09-07T07:27:13.997725+0000 mon.smithi037 (mon.0) 308 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "mgr services"}]: dispatch 2023-09-07T07:27:15.212 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:27:14 smithi037 bash[24115]: audit 2023-09-07T07:27:13.999219+0000 mon.smithi037 (mon.0) 309 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:27:15.212 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:27:14 smithi037 bash[24115]: cephadm 2023-09-07T07:27:14.000992+0000 mgr.smithi037.ampdkg (mgr.14197) 70 : cephadm 1 Reconfiguring daemon mgr.smithi110.rxefwu on smithi110 2023-09-07T07:27:15.213 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:27:14 smithi037 bash[24115]: cluster 2023-09-07T07:27:14.283262+0000 mgr.smithi037.ampdkg (mgr.14197) 71 : cluster 0 pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:27:15.240 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:27:14 smithi110 bash[31897]: audit 2023-09-07T07:27:13.964751+0000 mon.smithi037 (mon.0) 305 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:27:15.241 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:27:14 smithi110 bash[31897]: audit 2023-09-07T07:27:13.972334+0000 mon.smithi037 (mon.0) 306 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:27:15.241 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:27:14 smithi110 bash[31897]: cephadm 2023-09-07T07:27:13.995448+0000 mgr.smithi037.ampdkg (mgr.14197) 69 : cephadm 1 Reconfiguring mgr.smithi110.rxefwu (monmap changed)... 2023-09-07T07:27:15.241 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:27:14 smithi110 bash[31897]: audit 2023-09-07T07:27:13.995976+0000 mon.smithi037 (mon.0) 307 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi110.rxefwu", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-09-07T07:27:15.242 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:27:14 smithi110 bash[31897]: audit 2023-09-07T07:27:13.997725+0000 mon.smithi037 (mon.0) 308 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "mgr services"}]: dispatch 2023-09-07T07:27:15.242 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:27:14 smithi110 bash[31897]: audit 2023-09-07T07:27:13.999219+0000 mon.smithi037 (mon.0) 309 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:27:15.242 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:27:14 smithi110 bash[31897]: cephadm 2023-09-07T07:27:14.000992+0000 mgr.smithi037.ampdkg (mgr.14197) 70 : cephadm 1 Reconfiguring daemon mgr.smithi110.rxefwu on smithi110 2023-09-07T07:27:15.243 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:27:14 smithi110 bash[31897]: cluster 2023-09-07T07:27:14.283262+0000 mgr.smithi037.ampdkg (mgr.14197) 71 : cluster 0 pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:27:16.117 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-09-07T07:27:16.718 INFO:teuthology.orchestra.run.smithi037.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} 2023-09-07T07:27:17.410 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:27:17 smithi110 bash[31897]: audit 2023-09-07T07:27:16.011402+0000 mon.smithi037 (mon.0) 310 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:27:17.411 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:27:17 smithi110 bash[31897]: audit 2023-09-07T07:27:16.018791+0000 mon.smithi037 (mon.0) 311 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:27:17.411 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:27:17 smithi110 bash[31897]: cephadm 2023-09-07T07:27:16.021235+0000 mgr.smithi037.ampdkg (mgr.14197) 72 : cephadm 1 Reconfiguring mon.smithi110 (monmap changed)... 2023-09-07T07:27:17.411 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:27:17 smithi110 bash[31897]: audit 2023-09-07T07:27:16.021705+0000 mon.smithi037 (mon.0) 312 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-09-07T07:27:17.412 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:27:17 smithi110 bash[31897]: audit 2023-09-07T07:27:16.022894+0000 mon.smithi037 (mon.0) 313 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-09-07T07:27:17.412 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:27:17 smithi110 bash[31897]: audit 2023-09-07T07:27:16.024208+0000 mon.smithi037 (mon.0) 314 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:27:17.412 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:27:17 smithi110 bash[31897]: cephadm 2023-09-07T07:27:16.025543+0000 mgr.smithi037.ampdkg (mgr.14197) 73 : cephadm 1 Reconfiguring daemon mon.smithi110 on smithi110 2023-09-07T07:27:17.413 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:27:17 smithi110 bash[31897]: audit 2023-09-07T07:27:16.116144+0000 mon.smithi037 (mon.0) 315 : audit 0 from='client.? 172.21.15.37:0/2650345574' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-09-07T07:27:17.413 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:27:17 smithi110 bash[31897]: cluster 2023-09-07T07:27:16.283691+0000 mgr.smithi037.ampdkg (mgr.14197) 74 : cluster 0 pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:27:17.460 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:27:17 smithi037 bash[24115]: audit 2023-09-07T07:27:16.011402+0000 mon.smithi037 (mon.0) 310 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:27:17.460 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:27:17 smithi037 bash[24115]: audit 2023-09-07T07:27:16.018791+0000 mon.smithi037 (mon.0) 311 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:27:17.461 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:27:17 smithi037 bash[24115]: cephadm 2023-09-07T07:27:16.021235+0000 mgr.smithi037.ampdkg (mgr.14197) 72 : cephadm 1 Reconfiguring mon.smithi110 (monmap changed)... 2023-09-07T07:27:17.461 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:27:17 smithi037 bash[24115]: audit 2023-09-07T07:27:16.021705+0000 mon.smithi037 (mon.0) 312 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-09-07T07:27:17.461 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:27:17 smithi037 bash[24115]: audit 2023-09-07T07:27:16.022894+0000 mon.smithi037 (mon.0) 313 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-09-07T07:27:17.461 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:27:17 smithi037 bash[24115]: audit 2023-09-07T07:27:16.024208+0000 mon.smithi037 (mon.0) 314 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:27:17.462 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:27:17 smithi037 bash[24115]: cephadm 2023-09-07T07:27:16.025543+0000 mgr.smithi037.ampdkg (mgr.14197) 73 : cephadm 1 Reconfiguring daemon mon.smithi110 on smithi110 2023-09-07T07:27:17.462 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:27:17 smithi037 bash[24115]: audit 2023-09-07T07:27:16.116144+0000 mon.smithi037 (mon.0) 315 : audit 0 from='client.? 172.21.15.37:0/2650345574' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-09-07T07:27:17.462 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:27:17 smithi037 bash[24115]: cluster 2023-09-07T07:27:16.283691+0000 mgr.smithi037.ampdkg (mgr.14197) 74 : cluster 0 pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:27:17.719 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e964040-4d4f-11ee-9ab5-7b867c8bd7da -- ceph osd stat -f json 2023-09-07T07:27:19.211 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:27:18 smithi037 bash[24115]: audit 2023-09-07T07:27:17.956563+0000 mon.smithi037 (mon.0) 316 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:27:19.212 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:27:18 smithi037 bash[24115]: audit 2023-09-07T07:27:17.963046+0000 mon.smithi037 (mon.0) 317 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:27:19.212 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:27:18 smithi037 bash[24115]: audit 2023-09-07T07:27:18.002524+0000 mon.smithi037 (mon.0) 318 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-09-07T07:27:19.212 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:27:18 smithi037 bash[24115]: audit 2023-09-07T07:27:18.003465+0000 mgr.smithi037.ampdkg (mgr.14197) 75 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-09-07T07:27:19.212 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:27:18 smithi037 bash[24115]: audit 2023-09-07T07:27:18.005619+0000 mon.smithi037 (mon.0) 319 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi037.front.sepia.ceph.com:9093"}]: dispatch 2023-09-07T07:27:19.213 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:27:18 smithi037 bash[24115]: audit 2023-09-07T07:27:18.006468+0000 mgr.smithi037.ampdkg (mgr.14197) 76 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi037.front.sepia.ceph.com:9093"}]: dispatch 2023-09-07T07:27:19.213 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:27:18 smithi037 bash[24115]: audit 2023-09-07T07:27:18.014130+0000 mon.smithi037 (mon.0) 320 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:27:19.213 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:27:18 smithi037 bash[24115]: audit 2023-09-07T07:27:18.026107+0000 mon.smithi037 (mon.0) 321 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-09-07T07:27:19.213 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:27:18 smithi037 bash[24115]: audit 2023-09-07T07:27:18.026796+0000 mgr.smithi037.ampdkg (mgr.14197) 77 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-09-07T07:27:19.213 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:27:18 smithi037 bash[24115]: audit 2023-09-07T07:27:18.038146+0000 mon.smithi037 (mon.0) 322 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi037.front.sepia.ceph.com:3000"}]: dispatch 2023-09-07T07:27:19.214 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:27:18 smithi037 bash[24115]: audit 2023-09-07T07:27:18.038797+0000 mgr.smithi037.ampdkg (mgr.14197) 78 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi037.front.sepia.ceph.com:3000"}]: dispatch 2023-09-07T07:27:19.214 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:27:18 smithi037 bash[24115]: audit 2023-09-07T07:27:18.047210+0000 mon.smithi037 (mon.0) 323 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:27:19.214 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:27:18 smithi037 bash[24115]: audit 2023-09-07T07:27:18.060901+0000 mon.smithi037 (mon.0) 324 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-09-07T07:27:19.214 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:27:18 smithi037 bash[24115]: audit 2023-09-07T07:27:18.061910+0000 mgr.smithi037.ampdkg (mgr.14197) 79 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-09-07T07:27:19.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:27:18 smithi037 bash[24115]: audit 2023-09-07T07:27:18.069173+0000 mon.smithi037 (mon.0) 325 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi037.front.sepia.ceph.com:9095"}]: dispatch 2023-09-07T07:27:19.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:27:18 smithi037 bash[24115]: audit 2023-09-07T07:27:18.070243+0000 mgr.smithi037.ampdkg (mgr.14197) 80 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi037.front.sepia.ceph.com:9095"}]: dispatch 2023-09-07T07:27:19.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:27:18 smithi037 bash[24115]: audit 2023-09-07T07:27:18.077296+0000 mon.smithi037 (mon.0) 326 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:27:19.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:27:18 smithi037 bash[24115]: audit 2023-09-07T07:27:18.103017+0000 mon.smithi037 (mon.0) 327 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:27:19.216 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:27:18 smithi037 bash[24115]: cluster 2023-09-07T07:27:18.283988+0000 mgr.smithi037.ampdkg (mgr.14197) 81 : cluster 0 pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:27:19.411 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:27:18 smithi110 bash[31897]: audit 2023-09-07T07:27:17.956563+0000 mon.smithi037 (mon.0) 316 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:27:19.411 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:27:18 smithi110 bash[31897]: audit 2023-09-07T07:27:17.963046+0000 mon.smithi037 (mon.0) 317 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:27:19.412 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:27:18 smithi110 bash[31897]: audit 2023-09-07T07:27:18.002524+0000 mon.smithi037 (mon.0) 318 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-09-07T07:27:19.412 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:27:18 smithi110 bash[31897]: audit 2023-09-07T07:27:18.003465+0000 mgr.smithi037.ampdkg (mgr.14197) 75 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-09-07T07:27:19.412 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:27:18 smithi110 bash[31897]: audit 2023-09-07T07:27:18.005619+0000 mon.smithi037 (mon.0) 319 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi037.front.sepia.ceph.com:9093"}]: dispatch 2023-09-07T07:27:19.412 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:27:18 smithi110 bash[31897]: audit 2023-09-07T07:27:18.006468+0000 mgr.smithi037.ampdkg (mgr.14197) 76 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi037.front.sepia.ceph.com:9093"}]: dispatch 2023-09-07T07:27:19.413 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:27:18 smithi110 bash[31897]: audit 2023-09-07T07:27:18.014130+0000 mon.smithi037 (mon.0) 320 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:27:19.413 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:27:18 smithi110 bash[31897]: audit 2023-09-07T07:27:18.026107+0000 mon.smithi037 (mon.0) 321 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-09-07T07:27:19.413 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:27:18 smithi110 bash[31897]: audit 2023-09-07T07:27:18.026796+0000 mgr.smithi037.ampdkg (mgr.14197) 77 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-09-07T07:27:19.413 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:27:18 smithi110 bash[31897]: audit 2023-09-07T07:27:18.038146+0000 mon.smithi037 (mon.0) 322 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi037.front.sepia.ceph.com:3000"}]: dispatch 2023-09-07T07:27:19.413 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:27:18 smithi110 bash[31897]: audit 2023-09-07T07:27:18.038797+0000 mgr.smithi037.ampdkg (mgr.14197) 78 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi037.front.sepia.ceph.com:3000"}]: dispatch 2023-09-07T07:27:19.414 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:27:18 smithi110 bash[31897]: audit 2023-09-07T07:27:18.047210+0000 mon.smithi037 (mon.0) 323 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:27:19.414 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:27:18 smithi110 bash[31897]: audit 2023-09-07T07:27:18.060901+0000 mon.smithi037 (mon.0) 324 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-09-07T07:27:19.414 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:27:18 smithi110 bash[31897]: audit 2023-09-07T07:27:18.061910+0000 mgr.smithi037.ampdkg (mgr.14197) 79 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-09-07T07:27:19.414 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:27:18 smithi110 bash[31897]: audit 2023-09-07T07:27:18.069173+0000 mon.smithi037 (mon.0) 325 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi037.front.sepia.ceph.com:9095"}]: dispatch 2023-09-07T07:27:19.414 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:27:18 smithi110 bash[31897]: audit 2023-09-07T07:27:18.070243+0000 mgr.smithi037.ampdkg (mgr.14197) 80 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi037.front.sepia.ceph.com:9095"}]: dispatch 2023-09-07T07:27:19.415 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:27:18 smithi110 bash[31897]: audit 2023-09-07T07:27:18.077296+0000 mon.smithi037 (mon.0) 326 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:27:19.415 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:27:18 smithi110 bash[31897]: audit 2023-09-07T07:27:18.103017+0000 mon.smithi037 (mon.0) 327 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:27:19.415 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:27:18 smithi110 bash[31897]: cluster 2023-09-07T07:27:18.283988+0000 mgr.smithi037.ampdkg (mgr.14197) 81 : cluster 0 pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:27:21.660 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:27:21 smithi110 bash[31897]: cluster 2023-09-07T07:27:20.284429+0000 mgr.smithi037.ampdkg (mgr.14197) 82 : cluster 0 pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:27:21.711 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:27:21 smithi037 bash[24115]: cluster 2023-09-07T07:27:20.284429+0000 mgr.smithi037.ampdkg (mgr.14197) 82 : cluster 0 pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:27:22.442 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/3e964040-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi037/config 2023-09-07T07:27:23.440 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:27:23 smithi037 bash[24115]: cluster 2023-09-07T07:27:22.284945+0000 mgr.smithi037.ampdkg (mgr.14197) 83 : cluster 0 pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:27:23.660 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:27:23 smithi110 bash[31897]: cluster 2023-09-07T07:27:22.284945+0000 mgr.smithi037.ampdkg (mgr.14197) 83 : cluster 0 pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:27:24.461 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:27:24 smithi037 bash[24115]: audit 2023-09-07T07:27:23.358577+0000 mon.smithi037 (mon.0) 328 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:27:24.461 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:27:24 smithi037 bash[24115]: audit 2023-09-07T07:27:23.644034+0000 mon.smithi037 (mon.0) 329 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:27:24.461 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:27:24 smithi037 bash[24115]: audit 2023-09-07T07:27:23.651407+0000 mon.smithi037 (mon.0) 330 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:27:24.462 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:27:24 smithi037 bash[24115]: audit 2023-09-07T07:27:23.747054+0000 mon.smithi037 (mon.0) 331 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:27:24.462 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:27:24 smithi037 bash[24115]: audit 2023-09-07T07:27:23.754297+0000 mon.smithi037 (mon.0) 332 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:27:24.462 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:27:24 smithi037 bash[24115]: audit 2023-09-07T07:27:24.134834+0000 mon.smithi037 (mon.0) 333 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:27:24.462 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:27:24 smithi037 bash[24115]: audit 2023-09-07T07:27:24.147691+0000 mon.smithi037 (mon.0) 334 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:27:24.660 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:27:24 smithi110 bash[31897]: audit 2023-09-07T07:27:23.358577+0000 mon.smithi037 (mon.0) 328 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:27:24.661 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:27:24 smithi110 bash[31897]: audit 2023-09-07T07:27:23.644034+0000 mon.smithi037 (mon.0) 329 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:27:24.661 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:27:24 smithi110 bash[31897]: audit 2023-09-07T07:27:23.651407+0000 mon.smithi037 (mon.0) 330 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:27:24.661 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:27:24 smithi110 bash[31897]: audit 2023-09-07T07:27:23.747054+0000 mon.smithi037 (mon.0) 331 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:27:24.661 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:27:24 smithi110 bash[31897]: audit 2023-09-07T07:27:23.754297+0000 mon.smithi037 (mon.0) 332 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:27:24.661 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:27:24 smithi110 bash[31897]: audit 2023-09-07T07:27:24.134834+0000 mon.smithi037 (mon.0) 333 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:27:24.662 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:27:24 smithi110 bash[31897]: audit 2023-09-07T07:27:24.147691+0000 mon.smithi037 (mon.0) 334 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:27:25.273 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-09-07T07:27:25.660 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:27:25 smithi110 bash[31897]: audit 2023-09-07T07:27:24.243696+0000 mon.smithi037 (mon.0) 335 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:27:25.661 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:27:25 smithi110 bash[31897]: audit 2023-09-07T07:27:24.250242+0000 mon.smithi037 (mon.0) 336 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:27:25.661 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:27:25 smithi110 bash[31897]: audit 2023-09-07T07:27:24.251841+0000 mon.smithi037 (mon.0) 337 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:27:25.661 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:27:25 smithi110 bash[31897]: audit 2023-09-07T07:27:24.253052+0000 mon.smithi037 (mon.0) 338 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-07T07:27:25.661 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:27:25 smithi110 bash[31897]: audit 2023-09-07T07:27:24.259346+0000 mon.smithi037 (mon.0) 339 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:27:25.662 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:27:25 smithi110 bash[31897]: audit 2023-09-07T07:27:24.264824+0000 mon.smithi037 (mon.0) 340 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-07T07:27:25.662 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:27:25 smithi110 bash[31897]: audit 2023-09-07T07:27:24.269824+0000 mon.smithi037 (mon.0) 341 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-09-07T07:27:25.662 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:27:25 smithi110 bash[31897]: audit 2023-09-07T07:27:24.270843+0000 mon.smithi037 (mon.0) 342 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:27:25.662 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:27:25 smithi110 bash[31897]: audit 2023-09-07T07:27:24.274651+0000 mon.smithi037 (mon.0) 343 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-09-07T07:27:25.662 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:27:25 smithi110 bash[31897]: audit 2023-09-07T07:27:24.275796+0000 mon.smithi037 (mon.0) 344 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:27:25.663 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:27:25 smithi110 bash[31897]: cluster 2023-09-07T07:27:24.285317+0000 mgr.smithi037.ampdkg (mgr.14197) 84 : cluster 0 pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:27:25.711 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:27:25 smithi037 bash[24115]: audit 2023-09-07T07:27:24.243696+0000 mon.smithi037 (mon.0) 335 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:27:25.712 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:27:25 smithi037 bash[24115]: audit 2023-09-07T07:27:24.250242+0000 mon.smithi037 (mon.0) 336 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:27:25.712 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:27:25 smithi037 bash[24115]: audit 2023-09-07T07:27:24.251841+0000 mon.smithi037 (mon.0) 337 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:27:25.712 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:27:25 smithi037 bash[24115]: audit 2023-09-07T07:27:24.253052+0000 mon.smithi037 (mon.0) 338 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-07T07:27:25.712 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:27:25 smithi037 bash[24115]: audit 2023-09-07T07:27:24.259346+0000 mon.smithi037 (mon.0) 339 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:27:25.712 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:27:25 smithi037 bash[24115]: audit 2023-09-07T07:27:24.264824+0000 mon.smithi037 (mon.0) 340 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-07T07:27:25.713 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:27:25 smithi037 bash[24115]: audit 2023-09-07T07:27:24.269824+0000 mon.smithi037 (mon.0) 341 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-09-07T07:27:25.713 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:27:25 smithi037 bash[24115]: audit 2023-09-07T07:27:24.270843+0000 mon.smithi037 (mon.0) 342 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:27:25.713 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:27:25 smithi037 bash[24115]: audit 2023-09-07T07:27:24.274651+0000 mon.smithi037 (mon.0) 343 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-09-07T07:27:25.713 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:27:25 smithi037 bash[24115]: audit 2023-09-07T07:27:24.275796+0000 mon.smithi037 (mon.0) 344 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:27:25.713 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:27:25 smithi037 bash[24115]: cluster 2023-09-07T07:27:24.285317+0000 mgr.smithi037.ampdkg (mgr.14197) 84 : cluster 0 pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:27:25.904 INFO:teuthology.orchestra.run.smithi037.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} 2023-09-07T07:27:26.660 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:27:26 smithi110 bash[31897]: audit 2023-09-07T07:27:25.272233+0000 mon.smithi037 (mon.0) 345 : audit 0 from='client.? 172.21.15.37:0/1301866372' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-09-07T07:27:26.711 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:27:26 smithi037 bash[24115]: audit 2023-09-07T07:27:25.272233+0000 mon.smithi037 (mon.0) 345 : audit 0 from='client.? 172.21.15.37:0/1301866372' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-09-07T07:27:26.905 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e964040-4d4f-11ee-9ab5-7b867c8bd7da -- ceph osd stat -f json 2023-09-07T07:27:27.660 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:27:27 smithi110 bash[31897]: cluster 2023-09-07T07:27:26.285821+0000 mgr.smithi037.ampdkg (mgr.14197) 85 : cluster 0 pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:27:27.711 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:27:27 smithi037 bash[24115]: cluster 2023-09-07T07:27:26.285821+0000 mgr.smithi037.ampdkg (mgr.14197) 85 : cluster 0 pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:27:29.410 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:27:29 smithi110 bash[31897]: cluster 2023-09-07T07:27:28.286336+0000 mgr.smithi037.ampdkg (mgr.14197) 86 : cluster 0 pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:27:29.711 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:27:29 smithi037 bash[24115]: cluster 2023-09-07T07:27:28.286336+0000 mgr.smithi037.ampdkg (mgr.14197) 86 : cluster 0 pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:27:31.461 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/3e964040-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi037/config 2023-09-07T07:27:31.660 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:27:31 smithi110 bash[31897]: cluster 2023-09-07T07:27:30.286743+0000 mgr.smithi037.ampdkg (mgr.14197) 87 : cluster 0 pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:27:31.711 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:27:31 smithi037 bash[24115]: cluster 2023-09-07T07:27:30.286743+0000 mgr.smithi037.ampdkg (mgr.14197) 87 : cluster 0 pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:27:33.461 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:27:33 smithi037 bash[24115]: cluster 2023-09-07T07:27:32.287064+0000 mgr.smithi037.ampdkg (mgr.14197) 88 : cluster 0 pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:27:33.609 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:27:33 smithi110 bash[31897]: cluster 2023-09-07T07:27:32.287064+0000 mgr.smithi037.ampdkg (mgr.14197) 88 : cluster 0 pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:27:34.461 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:27:34 smithi037 bash[24115]: audit 2023-09-07T07:27:33.410680+0000 mon.smithi110 (mon.1) 2 : audit 1 from='client.? 172.21.15.110:0/4235325413' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8eb12554-a185-4a14-be8e-180197bc6869"}]: dispatch 2023-09-07T07:27:34.461 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:27:34 smithi037 bash[24115]: audit 2023-09-07T07:27:33.411146+0000 mon.smithi037 (mon.0) 346 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8eb12554-a185-4a14-be8e-180197bc6869"}]: dispatch 2023-09-07T07:27:34.462 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:27:34 smithi037 bash[24115]: audit 2023-09-07T07:27:33.416506+0000 mon.smithi037 (mon.0) 347 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "8eb12554-a185-4a14-be8e-180197bc6869"}]': finished 2023-09-07T07:27:34.462 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:27:34 smithi037 bash[24115]: cluster 2023-09-07T07:27:33.416568+0000 mon.smithi037 (mon.0) 348 : cluster 0 osdmap e6: 1 total, 0 up, 1 in 2023-09-07T07:27:34.462 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:27:34 smithi037 bash[24115]: audit 2023-09-07T07:27:33.416679+0000 mon.smithi037 (mon.0) 349 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-07T07:27:34.462 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:27:34 smithi037 bash[24115]: audit 2023-09-07T07:27:33.888385+0000 mon.smithi037 (mon.0) 350 : audit 1 from='client.? 172.21.15.37:0/1738528119' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d9ff04f6-4860-462f-8be9-5e0af575b0c9"}]: dispatch 2023-09-07T07:27:34.463 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:27:34 smithi037 bash[24115]: audit 2023-09-07T07:27:33.897025+0000 mon.smithi037 (mon.0) 351 : audit 1 from='client.? 172.21.15.37:0/1738528119' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d9ff04f6-4860-462f-8be9-5e0af575b0c9"}]': finished 2023-09-07T07:27:34.463 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:27:34 smithi037 bash[24115]: cluster 2023-09-07T07:27:33.897093+0000 mon.smithi037 (mon.0) 352 : cluster 0 osdmap e7: 2 total, 0 up, 2 in 2023-09-07T07:27:34.463 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:27:34 smithi037 bash[24115]: audit 2023-09-07T07:27:33.897200+0000 mon.smithi037 (mon.0) 353 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-07T07:27:34.463 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:27:34 smithi037 bash[24115]: audit 2023-09-07T07:27:33.897529+0000 mon.smithi037 (mon.0) 354 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-07T07:27:34.660 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:27:34 smithi110 bash[31897]: audit 2023-09-07T07:27:33.410680+0000 mon.smithi110 (mon.1) 2 : audit 1 from='client.? 172.21.15.110:0/4235325413' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8eb12554-a185-4a14-be8e-180197bc6869"}]: dispatch 2023-09-07T07:27:34.661 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:27:34 smithi110 bash[31897]: audit 2023-09-07T07:27:33.411146+0000 mon.smithi037 (mon.0) 346 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8eb12554-a185-4a14-be8e-180197bc6869"}]: dispatch 2023-09-07T07:27:34.661 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:27:34 smithi110 bash[31897]: audit 2023-09-07T07:27:33.416506+0000 mon.smithi037 (mon.0) 347 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "8eb12554-a185-4a14-be8e-180197bc6869"}]': finished 2023-09-07T07:27:34.661 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:27:34 smithi110 bash[31897]: cluster 2023-09-07T07:27:33.416568+0000 mon.smithi037 (mon.0) 348 : cluster 0 osdmap e6: 1 total, 0 up, 1 in 2023-09-07T07:27:34.661 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:27:34 smithi110 bash[31897]: audit 2023-09-07T07:27:33.416679+0000 mon.smithi037 (mon.0) 349 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-07T07:27:34.662 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:27:34 smithi110 bash[31897]: audit 2023-09-07T07:27:33.888385+0000 mon.smithi037 (mon.0) 350 : audit 1 from='client.? 172.21.15.37:0/1738528119' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d9ff04f6-4860-462f-8be9-5e0af575b0c9"}]: dispatch 2023-09-07T07:27:34.662 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:27:34 smithi110 bash[31897]: audit 2023-09-07T07:27:33.897025+0000 mon.smithi037 (mon.0) 351 : audit 1 from='client.? 172.21.15.37:0/1738528119' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d9ff04f6-4860-462f-8be9-5e0af575b0c9"}]': finished 2023-09-07T07:27:34.662 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:27:34 smithi110 bash[31897]: cluster 2023-09-07T07:27:33.897093+0000 mon.smithi037 (mon.0) 352 : cluster 0 osdmap e7: 2 total, 0 up, 2 in 2023-09-07T07:27:34.662 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:27:34 smithi110 bash[31897]: audit 2023-09-07T07:27:33.897200+0000 mon.smithi037 (mon.0) 353 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-07T07:27:34.662 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:27:34 smithi110 bash[31897]: audit 2023-09-07T07:27:33.897529+0000 mon.smithi037 (mon.0) 354 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-07T07:27:34.673 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-09-07T07:27:35.660 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:27:35 smithi110 bash[31897]: cluster 2023-09-07T07:27:34.287347+0000 mgr.smithi037.ampdkg (mgr.14197) 89 : cluster 0 pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:27:35.661 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:27:35 smithi110 bash[31897]: audit 2023-09-07T07:27:34.672346+0000 mon.smithi037 (mon.0) 355 : audit 0 from='client.? 172.21.15.37:0/1270085380' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-09-07T07:27:35.661 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:27:35 smithi110 bash[31897]: audit 2023-09-07T07:27:35.078410+0000 mon.smithi110 (mon.1) 3 : audit 0 from='client.? 172.21.15.110:0/3087915540' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-09-07T07:27:35.684 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:27:35 smithi037 bash[24115]: cluster 2023-09-07T07:27:34.287347+0000 mgr.smithi037.ampdkg (mgr.14197) 89 : cluster 0 pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:27:35.684 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:27:35 smithi037 bash[24115]: audit 2023-09-07T07:27:34.672346+0000 mon.smithi037 (mon.0) 355 : audit 0 from='client.? 172.21.15.37:0/1270085380' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-09-07T07:27:35.685 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:27:35 smithi037 bash[24115]: audit 2023-09-07T07:27:35.078410+0000 mon.smithi110 (mon.1) 3 : audit 0 from='client.? 172.21.15.110:0/3087915540' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-09-07T07:27:35.685 INFO:teuthology.orchestra.run.smithi037.stdout:{"epoch":7,"num_osds":2,"num_up_osds":0,"osd_up_since":0,"num_in_osds":2,"osd_in_since":1694071653,"num_remapped_pgs":0} 2023-09-07T07:27:36.660 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:27:36 smithi110 bash[31897]: audit 2023-09-07T07:27:36.159440+0000 mon.smithi037 (mon.0) 356 : audit 0 from='client.? 172.21.15.37:0/1544586562' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-09-07T07:27:36.687 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e964040-4d4f-11ee-9ab5-7b867c8bd7da -- ceph osd stat -f json 2023-09-07T07:27:36.699 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:27:36 smithi037 bash[24115]: audit 2023-09-07T07:27:36.159440+0000 mon.smithi037 (mon.0) 356 : audit 0 from='client.? 172.21.15.37:0/1544586562' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-09-07T07:27:37.660 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:27:37 smithi110 bash[31897]: cluster 2023-09-07T07:27:36.287663+0000 mgr.smithi037.ampdkg (mgr.14197) 90 : cluster 0 pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:27:37.711 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:27:37 smithi037 bash[24115]: cluster 2023-09-07T07:27:36.287663+0000 mgr.smithi037.ampdkg (mgr.14197) 90 : cluster 0 pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:27:38.410 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:27:38 smithi110 bash[31897]: audit 2023-09-07T07:27:37.910156+0000 mon.smithi110 (mon.1) 4 : audit 1 from='client.? 172.21.15.110:0/2645748438' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "881b20b1-1b77-47ba-820e-564256538f4b"}]: dispatch 2023-09-07T07:27:38.411 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:27:38 smithi110 bash[31897]: audit 2023-09-07T07:27:37.910712+0000 mon.smithi037 (mon.0) 357 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "881b20b1-1b77-47ba-820e-564256538f4b"}]: dispatch 2023-09-07T07:27:38.411 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:27:38 smithi110 bash[31897]: audit 2023-09-07T07:27:37.919211+0000 mon.smithi037 (mon.0) 358 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "881b20b1-1b77-47ba-820e-564256538f4b"}]': finished 2023-09-07T07:27:38.411 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:27:38 smithi110 bash[31897]: cluster 2023-09-07T07:27:37.919302+0000 mon.smithi037 (mon.0) 359 : cluster 0 osdmap e8: 3 total, 0 up, 3 in 2023-09-07T07:27:38.411 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:27:38 smithi110 bash[31897]: audit 2023-09-07T07:27:37.919481+0000 mon.smithi037 (mon.0) 360 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-07T07:27:38.412 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:27:38 smithi110 bash[31897]: audit 2023-09-07T07:27:37.920187+0000 mon.smithi037 (mon.0) 361 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-07T07:27:38.412 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:27:38 smithi110 bash[31897]: audit 2023-09-07T07:27:37.920454+0000 mon.smithi037 (mon.0) 362 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-07T07:27:38.711 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:27:38 smithi037 bash[24115]: audit 2023-09-07T07:27:37.910156+0000 mon.smithi110 (mon.1) 4 : audit 1 from='client.? 172.21.15.110:0/2645748438' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "881b20b1-1b77-47ba-820e-564256538f4b"}]: dispatch 2023-09-07T07:27:38.711 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:27:38 smithi037 bash[24115]: audit 2023-09-07T07:27:37.910712+0000 mon.smithi037 (mon.0) 357 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "881b20b1-1b77-47ba-820e-564256538f4b"}]: dispatch 2023-09-07T07:27:38.712 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:27:38 smithi037 bash[24115]: audit 2023-09-07T07:27:37.919211+0000 mon.smithi037 (mon.0) 358 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "881b20b1-1b77-47ba-820e-564256538f4b"}]': finished 2023-09-07T07:27:38.712 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:27:38 smithi037 bash[24115]: cluster 2023-09-07T07:27:37.919302+0000 mon.smithi037 (mon.0) 359 : cluster 0 osdmap e8: 3 total, 0 up, 3 in 2023-09-07T07:27:38.712 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:27:38 smithi037 bash[24115]: audit 2023-09-07T07:27:37.919481+0000 mon.smithi037 (mon.0) 360 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-07T07:27:38.712 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:27:38 smithi037 bash[24115]: audit 2023-09-07T07:27:37.920187+0000 mon.smithi037 (mon.0) 361 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-07T07:27:38.713 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:27:38 smithi037 bash[24115]: audit 2023-09-07T07:27:37.920454+0000 mon.smithi037 (mon.0) 362 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-07T07:27:39.660 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:27:39 smithi110 bash[31897]: cluster 2023-09-07T07:27:38.288105+0000 mgr.smithi037.ampdkg (mgr.14197) 91 : cluster 0 pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:27:39.661 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:27:39 smithi110 bash[31897]: audit 2023-09-07T07:27:38.359213+0000 mon.smithi037 (mon.0) 363 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:27:39.661 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:27:39 smithi110 bash[31897]: audit 2023-09-07T07:27:39.065669+0000 mon.smithi037 (mon.0) 364 : audit 1 from='client.? 172.21.15.37:0/2363315013' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0449e1a5-24af-46ad-8189-d3fc615d2432"}]: dispatch 2023-09-07T07:27:39.661 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:27:39 smithi110 bash[31897]: audit 2023-09-07T07:27:39.072724+0000 mon.smithi037 (mon.0) 365 : audit 1 from='client.? 172.21.15.37:0/2363315013' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "0449e1a5-24af-46ad-8189-d3fc615d2432"}]': finished 2023-09-07T07:27:39.661 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:27:39 smithi110 bash[31897]: cluster 2023-09-07T07:27:39.072813+0000 mon.smithi037 (mon.0) 366 : cluster 0 osdmap e9: 4 total, 0 up, 4 in 2023-09-07T07:27:39.661 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:27:39 smithi110 bash[31897]: audit 2023-09-07T07:27:39.072950+0000 mon.smithi037 (mon.0) 367 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-07T07:27:39.662 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:27:39 smithi110 bash[31897]: audit 2023-09-07T07:27:39.073401+0000 mon.smithi037 (mon.0) 368 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-07T07:27:39.662 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:27:39 smithi110 bash[31897]: audit 2023-09-07T07:27:39.073684+0000 mon.smithi037 (mon.0) 369 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-07T07:27:39.662 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:27:39 smithi110 bash[31897]: audit 2023-09-07T07:27:39.073998+0000 mon.smithi037 (mon.0) 370 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-07T07:27:39.711 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:27:39 smithi037 bash[24115]: cluster 2023-09-07T07:27:38.288105+0000 mgr.smithi037.ampdkg (mgr.14197) 91 : cluster 0 pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:27:39.711 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:27:39 smithi037 bash[24115]: audit 2023-09-07T07:27:38.359213+0000 mon.smithi037 (mon.0) 363 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:27:39.711 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:27:39 smithi037 bash[24115]: audit 2023-09-07T07:27:39.065669+0000 mon.smithi037 (mon.0) 364 : audit 1 from='client.? 172.21.15.37:0/2363315013' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0449e1a5-24af-46ad-8189-d3fc615d2432"}]: dispatch 2023-09-07T07:27:39.711 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:27:39 smithi037 bash[24115]: audit 2023-09-07T07:27:39.072724+0000 mon.smithi037 (mon.0) 365 : audit 1 from='client.? 172.21.15.37:0/2363315013' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "0449e1a5-24af-46ad-8189-d3fc615d2432"}]': finished 2023-09-07T07:27:39.712 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:27:39 smithi037 bash[24115]: cluster 2023-09-07T07:27:39.072813+0000 mon.smithi037 (mon.0) 366 : cluster 0 osdmap e9: 4 total, 0 up, 4 in 2023-09-07T07:27:39.712 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:27:39 smithi037 bash[24115]: audit 2023-09-07T07:27:39.072950+0000 mon.smithi037 (mon.0) 367 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-07T07:27:39.712 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:27:39 smithi037 bash[24115]: audit 2023-09-07T07:27:39.073401+0000 mon.smithi037 (mon.0) 368 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-07T07:27:39.712 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:27:39 smithi037 bash[24115]: audit 2023-09-07T07:27:39.073684+0000 mon.smithi037 (mon.0) 369 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-07T07:27:39.712 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:27:39 smithi037 bash[24115]: audit 2023-09-07T07:27:39.073998+0000 mon.smithi037 (mon.0) 370 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-07T07:27:40.660 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:27:40 smithi110 bash[31897]: audit 2023-09-07T07:27:39.559795+0000 mon.smithi110 (mon.1) 5 : audit 0 from='client.? 172.21.15.110:0/1156498765' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-09-07T07:27:40.711 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:27:40 smithi037 bash[24115]: audit 2023-09-07T07:27:39.559795+0000 mon.smithi110 (mon.1) 5 : audit 0 from='client.? 172.21.15.110:0/1156498765' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-09-07T07:27:41.416 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/3e964040-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi037/config 2023-09-07T07:27:41.660 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:27:41 smithi110 bash[31897]: cluster 2023-09-07T07:27:40.288582+0000 mgr.smithi037.ampdkg (mgr.14197) 92 : cluster 0 pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:27:41.660 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:27:41 smithi110 bash[31897]: audit 2023-09-07T07:27:40.645543+0000 mon.smithi037 (mon.0) 371 : audit 0 from='client.? 172.21.15.37:0/1315762461' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-09-07T07:27:41.711 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:27:41 smithi037 bash[24115]: cluster 2023-09-07T07:27:40.288582+0000 mgr.smithi037.ampdkg (mgr.14197) 92 : cluster 0 pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:27:41.711 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:27:41 smithi037 bash[24115]: audit 2023-09-07T07:27:40.645543+0000 mon.smithi037 (mon.0) 371 : audit 0 from='client.? 172.21.15.37:0/1315762461' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-09-07T07:27:43.461 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:27:43 smithi037 bash[24115]: cluster 2023-09-07T07:27:42.288991+0000 mgr.smithi037.ampdkg (mgr.14197) 93 : cluster 0 pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:27:43.462 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:27:43 smithi037 bash[24115]: audit 2023-09-07T07:27:42.407040+0000 mon.smithi110 (mon.1) 6 : audit 1 from='client.? 172.21.15.110:0/3888817008' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "fc3db1be-096e-4107-b110-fa51df498c39"}]: dispatch 2023-09-07T07:27:43.462 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:27:43 smithi037 bash[24115]: audit 2023-09-07T07:27:42.407396+0000 mon.smithi037 (mon.0) 372 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "fc3db1be-096e-4107-b110-fa51df498c39"}]: dispatch 2023-09-07T07:27:43.462 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:27:43 smithi037 bash[24115]: audit 2023-09-07T07:27:42.412407+0000 mon.smithi037 (mon.0) 373 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "fc3db1be-096e-4107-b110-fa51df498c39"}]': finished 2023-09-07T07:27:43.462 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:27:43 smithi037 bash[24115]: cluster 2023-09-07T07:27:42.412454+0000 mon.smithi037 (mon.0) 374 : cluster 0 osdmap e10: 5 total, 0 up, 5 in 2023-09-07T07:27:43.463 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:27:43 smithi037 bash[24115]: audit 2023-09-07T07:27:42.412559+0000 mon.smithi037 (mon.0) 375 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-07T07:27:43.463 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:27:43 smithi037 bash[24115]: audit 2023-09-07T07:27:42.412831+0000 mon.smithi037 (mon.0) 376 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-07T07:27:43.463 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:27:43 smithi037 bash[24115]: audit 2023-09-07T07:27:42.413031+0000 mon.smithi037 (mon.0) 377 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-07T07:27:43.463 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:27:43 smithi037 bash[24115]: audit 2023-09-07T07:27:42.413231+0000 mon.smithi037 (mon.0) 378 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-07T07:27:43.463 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:27:43 smithi037 bash[24115]: audit 2023-09-07T07:27:42.413459+0000 mon.smithi037 (mon.0) 379 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-07T07:27:43.660 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:27:43 smithi110 bash[31897]: cluster 2023-09-07T07:27:42.288991+0000 mgr.smithi037.ampdkg (mgr.14197) 93 : cluster 0 pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:27:43.661 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:27:43 smithi110 bash[31897]: audit 2023-09-07T07:27:42.407040+0000 mon.smithi110 (mon.1) 6 : audit 1 from='client.? 172.21.15.110:0/3888817008' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "fc3db1be-096e-4107-b110-fa51df498c39"}]: dispatch 2023-09-07T07:27:43.661 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:27:43 smithi110 bash[31897]: audit 2023-09-07T07:27:42.407396+0000 mon.smithi037 (mon.0) 372 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "fc3db1be-096e-4107-b110-fa51df498c39"}]: dispatch 2023-09-07T07:27:43.661 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:27:43 smithi110 bash[31897]: audit 2023-09-07T07:27:42.412407+0000 mon.smithi037 (mon.0) 373 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "fc3db1be-096e-4107-b110-fa51df498c39"}]': finished 2023-09-07T07:27:43.661 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:27:43 smithi110 bash[31897]: cluster 2023-09-07T07:27:42.412454+0000 mon.smithi037 (mon.0) 374 : cluster 0 osdmap e10: 5 total, 0 up, 5 in 2023-09-07T07:27:43.662 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:27:43 smithi110 bash[31897]: audit 2023-09-07T07:27:42.412559+0000 mon.smithi037 (mon.0) 375 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-07T07:27:43.662 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:27:43 smithi110 bash[31897]: audit 2023-09-07T07:27:42.412831+0000 mon.smithi037 (mon.0) 376 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-07T07:27:43.662 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:27:43 smithi110 bash[31897]: audit 2023-09-07T07:27:42.413031+0000 mon.smithi037 (mon.0) 377 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-07T07:27:43.662 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:27:43 smithi110 bash[31897]: audit 2023-09-07T07:27:42.413231+0000 mon.smithi037 (mon.0) 378 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-07T07:27:43.662 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:27:43 smithi110 bash[31897]: audit 2023-09-07T07:27:42.413459+0000 mon.smithi037 (mon.0) 379 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-07T07:27:44.461 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:27:44 smithi037 bash[24115]: audit 2023-09-07T07:27:43.481997+0000 mon.smithi037 (mon.0) 380 : audit 1 from='client.? 172.21.15.37:0/2963840174' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d98f4cda-48e0-435e-bdf0-4c6dc18ff321"}]: dispatch 2023-09-07T07:27:44.461 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:27:44 smithi037 bash[24115]: audit 2023-09-07T07:27:43.491328+0000 mon.smithi037 (mon.0) 381 : audit 1 from='client.? 172.21.15.37:0/2963840174' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d98f4cda-48e0-435e-bdf0-4c6dc18ff321"}]': finished 2023-09-07T07:27:44.462 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:27:44 smithi037 bash[24115]: cluster 2023-09-07T07:27:43.491368+0000 mon.smithi037 (mon.0) 382 : cluster 0 osdmap e11: 6 total, 0 up, 6 in 2023-09-07T07:27:44.462 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:27:44 smithi037 bash[24115]: audit 2023-09-07T07:27:43.491521+0000 mon.smithi037 (mon.0) 383 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-07T07:27:44.462 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:27:44 smithi037 bash[24115]: audit 2023-09-07T07:27:43.492039+0000 mon.smithi037 (mon.0) 384 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-07T07:27:44.462 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:27:44 smithi037 bash[24115]: audit 2023-09-07T07:27:43.492341+0000 mon.smithi037 (mon.0) 385 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-07T07:27:44.462 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:27:44 smithi037 bash[24115]: audit 2023-09-07T07:27:43.492730+0000 mon.smithi037 (mon.0) 386 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-07T07:27:44.463 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:27:44 smithi037 bash[24115]: audit 2023-09-07T07:27:43.493034+0000 mon.smithi037 (mon.0) 387 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-07T07:27:44.463 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:27:44 smithi037 bash[24115]: audit 2023-09-07T07:27:43.493318+0000 mon.smithi037 (mon.0) 388 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-07T07:27:44.463 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:27:44 smithi037 bash[24115]: audit 2023-09-07T07:27:44.003064+0000 mon.smithi110 (mon.1) 7 : audit 0 from='client.? 172.21.15.110:0/286193237' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-09-07T07:27:44.624 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-09-07T07:27:44.660 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:27:44 smithi110 bash[31897]: audit 2023-09-07T07:27:43.481997+0000 mon.smithi037 (mon.0) 380 : audit 1 from='client.? 172.21.15.37:0/2963840174' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d98f4cda-48e0-435e-bdf0-4c6dc18ff321"}]: dispatch 2023-09-07T07:27:44.660 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:27:44 smithi110 bash[31897]: audit 2023-09-07T07:27:43.491328+0000 mon.smithi037 (mon.0) 381 : audit 1 from='client.? 172.21.15.37:0/2963840174' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d98f4cda-48e0-435e-bdf0-4c6dc18ff321"}]': finished 2023-09-07T07:27:44.661 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:27:44 smithi110 bash[31897]: cluster 2023-09-07T07:27:43.491368+0000 mon.smithi037 (mon.0) 382 : cluster 0 osdmap e11: 6 total, 0 up, 6 in 2023-09-07T07:27:44.661 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:27:44 smithi110 bash[31897]: audit 2023-09-07T07:27:43.491521+0000 mon.smithi037 (mon.0) 383 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-07T07:27:44.661 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:27:44 smithi110 bash[31897]: audit 2023-09-07T07:27:43.492039+0000 mon.smithi037 (mon.0) 384 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-07T07:27:44.661 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:27:44 smithi110 bash[31897]: audit 2023-09-07T07:27:43.492341+0000 mon.smithi037 (mon.0) 385 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-07T07:27:44.661 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:27:44 smithi110 bash[31897]: audit 2023-09-07T07:27:43.492730+0000 mon.smithi037 (mon.0) 386 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-07T07:27:44.662 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:27:44 smithi110 bash[31897]: audit 2023-09-07T07:27:43.493034+0000 mon.smithi037 (mon.0) 387 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-07T07:27:44.662 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:27:44 smithi110 bash[31897]: audit 2023-09-07T07:27:43.493318+0000 mon.smithi037 (mon.0) 388 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-07T07:27:44.662 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:27:44 smithi110 bash[31897]: audit 2023-09-07T07:27:44.003064+0000 mon.smithi110 (mon.1) 7 : audit 0 from='client.? 172.21.15.110:0/286193237' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-09-07T07:27:45.440 INFO:teuthology.orchestra.run.smithi037.stdout:{"epoch":11,"num_osds":6,"num_up_osds":0,"osd_up_since":0,"num_in_osds":6,"osd_in_since":1694071663,"num_remapped_pgs":0} 2023-09-07T07:27:45.660 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:27:45 smithi110 bash[31897]: cluster 2023-09-07T07:27:44.289401+0000 mgr.smithi037.ampdkg (mgr.14197) 94 : cluster 0 pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:27:45.660 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:27:45 smithi110 bash[31897]: audit 2023-09-07T07:27:44.623193+0000 mon.smithi037 (mon.0) 389 : audit 0 from='client.? 172.21.15.37:0/2946784847' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-09-07T07:27:45.711 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:27:45 smithi037 bash[24115]: cluster 2023-09-07T07:27:44.289401+0000 mgr.smithi037.ampdkg (mgr.14197) 94 : cluster 0 pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:27:45.711 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:27:45 smithi037 bash[24115]: audit 2023-09-07T07:27:44.623193+0000 mon.smithi037 (mon.0) 389 : audit 0 from='client.? 172.21.15.37:0/2946784847' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-09-07T07:27:46.441 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e964040-4d4f-11ee-9ab5-7b867c8bd7da -- ceph osd stat -f json 2023-09-07T07:27:46.660 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:27:46 smithi110 bash[31897]: audit 2023-09-07T07:27:45.381736+0000 mon.smithi037 (mon.0) 390 : audit 0 from='client.? 172.21.15.37:0/793048386' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-09-07T07:27:46.711 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:27:46 smithi037 bash[24115]: audit 2023-09-07T07:27:45.381736+0000 mon.smithi037 (mon.0) 390 : audit 0 from='client.? 172.21.15.37:0/793048386' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-09-07T07:27:47.410 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:27:47 smithi110 bash[31897]: cluster 2023-09-07T07:27:46.289860+0000 mgr.smithi037.ampdkg (mgr.14197) 95 : cluster 0 pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:27:47.411 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:27:47 smithi110 bash[31897]: audit 2023-09-07T07:27:46.835355+0000 mon.smithi110 (mon.1) 8 : audit 1 from='client.? 172.21.15.110:0/2168163091' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "bb168cf2-4c4c-43a0-aec8-b072861037a6"}]: dispatch 2023-09-07T07:27:47.411 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:27:47 smithi110 bash[31897]: audit 2023-09-07T07:27:46.835795+0000 mon.smithi037 (mon.0) 391 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "bb168cf2-4c4c-43a0-aec8-b072861037a6"}]: dispatch 2023-09-07T07:27:47.411 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:27:47 smithi110 bash[31897]: audit 2023-09-07T07:27:46.845888+0000 mon.smithi037 (mon.0) 392 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "bb168cf2-4c4c-43a0-aec8-b072861037a6"}]': finished 2023-09-07T07:27:47.411 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:27:47 smithi110 bash[31897]: cluster 2023-09-07T07:27:46.846010+0000 mon.smithi037 (mon.0) 393 : cluster 0 osdmap e12: 7 total, 0 up, 7 in 2023-09-07T07:27:47.411 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:27:47 smithi110 bash[31897]: audit 2023-09-07T07:27:46.846188+0000 mon.smithi037 (mon.0) 394 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-07T07:27:47.412 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:27:47 smithi110 bash[31897]: audit 2023-09-07T07:27:46.846700+0000 mon.smithi037 (mon.0) 395 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-07T07:27:47.412 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:27:47 smithi110 bash[31897]: audit 2023-09-07T07:27:46.846985+0000 mon.smithi037 (mon.0) 396 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-07T07:27:47.412 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:27:47 smithi110 bash[31897]: audit 2023-09-07T07:27:46.847265+0000 mon.smithi037 (mon.0) 397 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-07T07:27:47.412 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:27:47 smithi110 bash[31897]: audit 2023-09-07T07:27:46.847513+0000 mon.smithi037 (mon.0) 398 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-07T07:27:47.412 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:27:47 smithi110 bash[31897]: audit 2023-09-07T07:27:46.847785+0000 mon.smithi037 (mon.0) 399 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-07T07:27:47.413 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:27:47 smithi110 bash[31897]: audit 2023-09-07T07:27:46.848049+0000 mon.smithi037 (mon.0) 400 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-07T07:27:47.553 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:27:47 smithi037 bash[24115]: cluster 2023-09-07T07:27:46.289860+0000 mgr.smithi037.ampdkg (mgr.14197) 95 : cluster 0 pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:27:47.554 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:27:47 smithi037 bash[24115]: audit 2023-09-07T07:27:46.835355+0000 mon.smithi110 (mon.1) 8 : audit 1 from='client.? 172.21.15.110:0/2168163091' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "bb168cf2-4c4c-43a0-aec8-b072861037a6"}]: dispatch 2023-09-07T07:27:47.554 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:27:47 smithi037 bash[24115]: audit 2023-09-07T07:27:46.835795+0000 mon.smithi037 (mon.0) 391 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "bb168cf2-4c4c-43a0-aec8-b072861037a6"}]: dispatch 2023-09-07T07:27:47.554 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:27:47 smithi037 bash[24115]: audit 2023-09-07T07:27:46.845888+0000 mon.smithi037 (mon.0) 392 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "bb168cf2-4c4c-43a0-aec8-b072861037a6"}]': finished 2023-09-07T07:27:47.554 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:27:47 smithi037 bash[24115]: cluster 2023-09-07T07:27:46.846010+0000 mon.smithi037 (mon.0) 393 : cluster 0 osdmap e12: 7 total, 0 up, 7 in 2023-09-07T07:27:47.555 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:27:47 smithi037 bash[24115]: audit 2023-09-07T07:27:46.846188+0000 mon.smithi037 (mon.0) 394 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-07T07:27:47.555 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:27:47 smithi037 bash[24115]: audit 2023-09-07T07:27:46.846700+0000 mon.smithi037 (mon.0) 395 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-07T07:27:47.555 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:27:47 smithi037 bash[24115]: audit 2023-09-07T07:27:46.846985+0000 mon.smithi037 (mon.0) 396 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-07T07:27:47.555 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:27:47 smithi037 bash[24115]: audit 2023-09-07T07:27:46.847265+0000 mon.smithi037 (mon.0) 397 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-07T07:27:47.555 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:27:47 smithi037 bash[24115]: audit 2023-09-07T07:27:46.847513+0000 mon.smithi037 (mon.0) 398 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-07T07:27:47.556 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:27:47 smithi037 bash[24115]: audit 2023-09-07T07:27:46.847785+0000 mon.smithi037 (mon.0) 399 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-07T07:27:47.556 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:27:47 smithi037 bash[24115]: audit 2023-09-07T07:27:46.848049+0000 mon.smithi037 (mon.0) 400 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-07T07:27:48.660 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:27:48 smithi110 bash[31897]: audit 2023-09-07T07:27:48.240751+0000 mon.smithi037 (mon.0) 401 : audit 1 from='client.? 172.21.15.37:0/3892986712' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a10ff541-ef37-4d0b-8357-84194f432bf0"}]: dispatch 2023-09-07T07:27:48.660 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:27:48 smithi110 bash[31897]: audit 2023-09-07T07:27:48.249602+0000 mon.smithi037 (mon.0) 402 : audit 1 from='client.? 172.21.15.37:0/3892986712' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a10ff541-ef37-4d0b-8357-84194f432bf0"}]': finished 2023-09-07T07:27:48.661 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:27:48 smithi110 bash[31897]: cluster 2023-09-07T07:27:48.249673+0000 mon.smithi037 (mon.0) 403 : cluster 0 osdmap e13: 8 total, 0 up, 8 in 2023-09-07T07:27:48.661 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:27:48 smithi110 bash[31897]: audit 2023-09-07T07:27:48.249841+0000 mon.smithi037 (mon.0) 404 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-07T07:27:48.661 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:27:48 smithi110 bash[31897]: audit 2023-09-07T07:27:48.250630+0000 mon.smithi037 (mon.0) 405 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-07T07:27:48.661 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:27:48 smithi110 bash[31897]: audit 2023-09-07T07:27:48.251053+0000 mon.smithi037 (mon.0) 406 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-07T07:27:48.661 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:27:48 smithi110 bash[31897]: audit 2023-09-07T07:27:48.251480+0000 mon.smithi037 (mon.0) 407 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-07T07:27:48.662 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:27:48 smithi110 bash[31897]: audit 2023-09-07T07:27:48.251890+0000 mon.smithi037 (mon.0) 408 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-07T07:27:48.662 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:27:48 smithi110 bash[31897]: audit 2023-09-07T07:27:48.252317+0000 mon.smithi037 (mon.0) 409 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-07T07:27:48.662 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:27:48 smithi110 bash[31897]: audit 2023-09-07T07:27:48.252719+0000 mon.smithi037 (mon.0) 410 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-07T07:27:48.662 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:27:48 smithi110 bash[31897]: audit 2023-09-07T07:27:48.253137+0000 mon.smithi037 (mon.0) 411 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-07T07:27:48.711 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:27:48 smithi037 bash[24115]: audit 2023-09-07T07:27:48.240751+0000 mon.smithi037 (mon.0) 401 : audit 1 from='client.? 172.21.15.37:0/3892986712' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a10ff541-ef37-4d0b-8357-84194f432bf0"}]: dispatch 2023-09-07T07:27:48.711 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:27:48 smithi037 bash[24115]: audit 2023-09-07T07:27:48.249602+0000 mon.smithi037 (mon.0) 402 : audit 1 from='client.? 172.21.15.37:0/3892986712' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a10ff541-ef37-4d0b-8357-84194f432bf0"}]': finished 2023-09-07T07:27:48.712 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:27:48 smithi037 bash[24115]: cluster 2023-09-07T07:27:48.249673+0000 mon.smithi037 (mon.0) 403 : cluster 0 osdmap e13: 8 total, 0 up, 8 in 2023-09-07T07:27:48.712 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:27:48 smithi037 bash[24115]: audit 2023-09-07T07:27:48.249841+0000 mon.smithi037 (mon.0) 404 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-07T07:27:48.712 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:27:48 smithi037 bash[24115]: audit 2023-09-07T07:27:48.250630+0000 mon.smithi037 (mon.0) 405 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-07T07:27:48.712 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:27:48 smithi037 bash[24115]: audit 2023-09-07T07:27:48.251053+0000 mon.smithi037 (mon.0) 406 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-07T07:27:48.713 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:27:48 smithi037 bash[24115]: audit 2023-09-07T07:27:48.251480+0000 mon.smithi037 (mon.0) 407 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-07T07:27:48.713 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:27:48 smithi037 bash[24115]: audit 2023-09-07T07:27:48.251890+0000 mon.smithi037 (mon.0) 408 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-07T07:27:48.713 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:27:48 smithi037 bash[24115]: audit 2023-09-07T07:27:48.252317+0000 mon.smithi037 (mon.0) 409 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-07T07:27:48.714 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:27:48 smithi037 bash[24115]: audit 2023-09-07T07:27:48.252719+0000 mon.smithi037 (mon.0) 410 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-07T07:27:48.714 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:27:48 smithi037 bash[24115]: audit 2023-09-07T07:27:48.253137+0000 mon.smithi037 (mon.0) 411 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-07T07:27:49.660 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:27:49 smithi110 bash[31897]: cluster 2023-09-07T07:27:48.290333+0000 mgr.smithi037.ampdkg (mgr.14197) 96 : cluster 0 pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:27:49.661 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:27:49 smithi110 bash[31897]: audit 2023-09-07T07:27:48.546403+0000 mon.smithi110 (mon.1) 9 : audit 0 from='client.? 172.21.15.110:0/3838772858' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-09-07T07:27:49.711 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:27:49 smithi037 bash[24115]: cluster 2023-09-07T07:27:48.290333+0000 mgr.smithi037.ampdkg (mgr.14197) 96 : cluster 0 pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:27:49.711 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:27:49 smithi037 bash[24115]: audit 2023-09-07T07:27:48.546403+0000 mon.smithi110 (mon.1) 9 : audit 0 from='client.? 172.21.15.110:0/3838772858' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-09-07T07:27:50.660 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:27:50 smithi110 bash[31897]: audit 2023-09-07T07:27:49.898845+0000 mon.smithi037 (mon.0) 412 : audit 0 from='client.? 172.21.15.37:0/4075877001' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-09-07T07:27:50.711 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:27:50 smithi037 bash[24115]: audit 2023-09-07T07:27:49.898845+0000 mon.smithi037 (mon.0) 412 : audit 0 from='client.? 172.21.15.37:0/4075877001' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-09-07T07:27:51.169 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/3e964040-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi037/config 2023-09-07T07:27:51.461 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:27:51 smithi037 bash[24115]: cluster 2023-09-07T07:27:50.290715+0000 mgr.smithi037.ampdkg (mgr.14197) 97 : cluster 0 pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:27:51.526 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:27:51 smithi110 bash[31897]: cluster 2023-09-07T07:27:50.290715+0000 mgr.smithi037.ampdkg (mgr.14197) 97 : cluster 0 pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:27:53.461 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:27:53 smithi037 bash[24115]: cluster 2023-09-07T07:27:52.291219+0000 mgr.smithi037.ampdkg (mgr.14197) 98 : cluster 0 pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:27:53.660 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:27:53 smithi110 bash[31897]: cluster 2023-09-07T07:27:52.291219+0000 mgr.smithi037.ampdkg (mgr.14197) 98 : cluster 0 pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:27:54.660 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:27:54 smithi110 bash[31897]: audit 2023-09-07T07:27:53.359076+0000 mon.smithi037 (mon.0) 413 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:27:54.711 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:27:54 smithi037 bash[24115]: audit 2023-09-07T07:27:53.359076+0000 mon.smithi037 (mon.0) 413 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:27:54.726 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-09-07T07:27:55.404 INFO:teuthology.orchestra.run.smithi037.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1694071668,"num_remapped_pgs":0} 2023-09-07T07:27:55.660 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:27:55 smithi110 bash[31897]: cluster 2023-09-07T07:27:54.291663+0000 mgr.smithi037.ampdkg (mgr.14197) 99 : cluster 0 pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:27:55.660 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:27:55 smithi110 bash[31897]: audit 2023-09-07T07:27:54.725197+0000 mon.smithi037 (mon.0) 414 : audit 0 from='client.? 172.21.15.37:0/4254283765' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-09-07T07:27:55.711 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:27:55 smithi037 bash[24115]: cluster 2023-09-07T07:27:54.291663+0000 mgr.smithi037.ampdkg (mgr.14197) 99 : cluster 0 pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:27:55.711 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:27:55 smithi037 bash[24115]: audit 2023-09-07T07:27:54.725197+0000 mon.smithi037 (mon.0) 414 : audit 0 from='client.? 172.21.15.37:0/4254283765' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-09-07T07:27:56.405 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e964040-4d4f-11ee-9ab5-7b867c8bd7da -- ceph osd stat -f json 2023-09-07T07:27:57.660 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:27:57 smithi110 bash[31897]: cluster 2023-09-07T07:27:56.292116+0000 mgr.smithi037.ampdkg (mgr.14197) 100 : cluster 0 pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:27:57.711 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:27:57 smithi037 bash[24115]: cluster 2023-09-07T07:27:56.292116+0000 mgr.smithi037.ampdkg (mgr.14197) 100 : cluster 0 pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:27:59.660 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:27:59 smithi110 bash[31897]: cluster 2023-09-07T07:27:58.292537+0000 mgr.smithi037.ampdkg (mgr.14197) 101 : cluster 0 pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:27:59.711 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:27:59 smithi037 bash[24115]: cluster 2023-09-07T07:27:58.292537+0000 mgr.smithi037.ampdkg (mgr.14197) 101 : cluster 0 pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:28:00.989 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/3e964040-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi037/config 2023-09-07T07:28:01.660 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:01 smithi110 bash[31897]: cluster 2023-09-07T07:28:00.293003+0000 mgr.smithi037.ampdkg (mgr.14197) 102 : cluster 0 pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:28:01.660 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:01 smithi110 bash[31897]: audit 2023-09-07T07:28:00.617785+0000 mon.smithi037 (mon.0) 415 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-09-07T07:28:01.661 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:01 smithi110 bash[31897]: audit 2023-09-07T07:28:00.618705+0000 mon.smithi037 (mon.0) 416 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:28:01.661 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:01 smithi110 bash[31897]: cephadm 2023-09-07T07:28:00.619862+0000 mgr.smithi037.ampdkg (mgr.14197) 103 : cephadm 1 Deploying daemon osd.0 on smithi110 2023-09-07T07:28:01.711 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:01 smithi037 bash[24115]: cluster 2023-09-07T07:28:00.293003+0000 mgr.smithi037.ampdkg (mgr.14197) 102 : cluster 0 pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:28:01.711 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:01 smithi037 bash[24115]: audit 2023-09-07T07:28:00.617785+0000 mon.smithi037 (mon.0) 415 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-09-07T07:28:01.711 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:01 smithi037 bash[24115]: audit 2023-09-07T07:28:00.618705+0000 mon.smithi037 (mon.0) 416 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:28:01.711 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:01 smithi037 bash[24115]: cephadm 2023-09-07T07:28:00.619862+0000 mgr.smithi037.ampdkg (mgr.14197) 103 : cephadm 1 Deploying daemon osd.0 on smithi110 2023-09-07T07:28:03.660 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:03 smithi110 bash[31897]: cluster 2023-09-07T07:28:02.293500+0000 mgr.smithi037.ampdkg (mgr.14197) 104 : cluster 0 pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:28:03.711 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:03 smithi037 bash[24115]: cluster 2023-09-07T07:28:02.293500+0000 mgr.smithi037.ampdkg (mgr.14197) 104 : cluster 0 pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:28:04.410 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:04 smithi110 bash[31897]: audit 2023-09-07T07:28:03.833525+0000 mon.smithi037 (mon.0) 417 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-09-07T07:28:04.410 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:04 smithi110 bash[31897]: audit 2023-09-07T07:28:03.834492+0000 mon.smithi037 (mon.0) 418 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:28:04.461 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:04 smithi037 bash[24115]: audit 2023-09-07T07:28:03.833525+0000 mon.smithi037 (mon.0) 417 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-09-07T07:28:04.461 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:04 smithi037 bash[24115]: audit 2023-09-07T07:28:03.834492+0000 mon.smithi037 (mon.0) 418 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:28:04.529 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-09-07T07:28:05.544 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:05 smithi037 bash[24115]: cephadm 2023-09-07T07:28:03.835358+0000 mgr.smithi037.ampdkg (mgr.14197) 105 : cephadm 1 Deploying daemon osd.1 on smithi037 2023-09-07T07:28:05.544 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:05 smithi037 bash[24115]: cluster 2023-09-07T07:28:04.293821+0000 mgr.smithi037.ampdkg (mgr.14197) 106 : cluster 0 pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:28:05.544 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:05 smithi037 bash[24115]: audit 2023-09-07T07:28:04.527933+0000 mon.smithi037 (mon.0) 419 : audit 0 from='client.? 172.21.15.37:0/328771330' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-09-07T07:28:05.545 INFO:teuthology.orchestra.run.smithi037.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1694071668,"num_remapped_pgs":0} 2023-09-07T07:28:05.602 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:05 smithi110 bash[31897]: cephadm 2023-09-07T07:28:03.835358+0000 mgr.smithi037.ampdkg (mgr.14197) 105 : cephadm 1 Deploying daemon osd.1 on smithi037 2023-09-07T07:28:05.602 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:05 smithi110 bash[31897]: cluster 2023-09-07T07:28:04.293821+0000 mgr.smithi037.ampdkg (mgr.14197) 106 : cluster 0 pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:28:05.602 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:05 smithi110 bash[31897]: audit 2023-09-07T07:28:04.527933+0000 mon.smithi037 (mon.0) 419 : audit 0 from='client.? 172.21.15.37:0/328771330' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-09-07T07:28:06.547 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e964040-4d4f-11ee-9ab5-7b867c8bd7da -- ceph osd stat -f json 2023-09-07T07:28:06.559 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:06 smithi037 bash[24115]: audit 2023-09-07T07:28:05.272130+0000 mon.smithi037 (mon.0) 420 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:28:06.560 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:06 smithi037 bash[24115]: audit 2023-09-07T07:28:05.279066+0000 mon.smithi037 (mon.0) 421 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:28:06.560 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:06 smithi037 bash[24115]: audit 2023-09-07T07:28:05.280197+0000 mon.smithi037 (mon.0) 422 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-09-07T07:28:06.560 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:06 smithi037 bash[24115]: audit 2023-09-07T07:28:05.281309+0000 mon.smithi037 (mon.0) 423 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:28:06.560 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:06 smithi037 bash[24115]: cephadm 2023-09-07T07:28:05.282296+0000 mgr.smithi037.ampdkg (mgr.14197) 107 : cephadm 1 Deploying daemon osd.2 on smithi110 2023-09-07T07:28:06.660 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:06 smithi110 bash[31897]: audit 2023-09-07T07:28:05.272130+0000 mon.smithi037 (mon.0) 420 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:28:06.660 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:06 smithi110 bash[31897]: audit 2023-09-07T07:28:05.279066+0000 mon.smithi037 (mon.0) 421 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:28:06.661 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:06 smithi110 bash[31897]: audit 2023-09-07T07:28:05.280197+0000 mon.smithi037 (mon.0) 422 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-09-07T07:28:06.661 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:06 smithi110 bash[31897]: audit 2023-09-07T07:28:05.281309+0000 mon.smithi037 (mon.0) 423 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:28:06.661 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:06 smithi110 bash[31897]: cephadm 2023-09-07T07:28:05.282296+0000 mgr.smithi037.ampdkg (mgr.14197) 107 : cephadm 1 Deploying daemon osd.2 on smithi110 2023-09-07T07:28:07.617 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:07 smithi037 bash[24115]: cluster 2023-09-07T07:28:06.294266+0000 mgr.smithi037.ampdkg (mgr.14197) 108 : cluster 0 pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:28:07.656 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:07 smithi110 bash[31897]: cluster 2023-09-07T07:28:06.294266+0000 mgr.smithi037.ampdkg (mgr.14197) 108 : cluster 0 pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:28:09.605 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:09 smithi110 bash[31897]: cluster 2023-09-07T07:28:08.294582+0000 mgr.smithi037.ampdkg (mgr.14197) 109 : cluster 0 pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:28:09.605 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:09 smithi110 bash[31897]: audit 2023-09-07T07:28:08.359728+0000 mon.smithi037 (mon.0) 424 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:28:09.606 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:09 smithi110 bash[31897]: audit 2023-09-07T07:28:09.049171+0000 mon.smithi037 (mon.0) 425 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:28:09.606 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:09 smithi110 bash[31897]: audit 2023-09-07T07:28:09.056843+0000 mon.smithi037 (mon.0) 426 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:28:09.606 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:09 smithi110 bash[31897]: audit 2023-09-07T07:28:09.058216+0000 mon.smithi037 (mon.0) 427 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-09-07T07:28:09.607 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:09 smithi110 bash[31897]: audit 2023-09-07T07:28:09.059219+0000 mon.smithi037 (mon.0) 428 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:28:09.711 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:09 smithi037 bash[24115]: cluster 2023-09-07T07:28:08.294582+0000 mgr.smithi037.ampdkg (mgr.14197) 109 : cluster 0 pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:28:09.711 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:09 smithi037 bash[24115]: audit 2023-09-07T07:28:08.359728+0000 mon.smithi037 (mon.0) 424 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:28:09.712 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:09 smithi037 bash[24115]: audit 2023-09-07T07:28:09.049171+0000 mon.smithi037 (mon.0) 425 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:28:09.712 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:09 smithi037 bash[24115]: audit 2023-09-07T07:28:09.056843+0000 mon.smithi037 (mon.0) 426 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:28:09.713 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:09 smithi037 bash[24115]: audit 2023-09-07T07:28:09.058216+0000 mon.smithi037 (mon.0) 427 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-09-07T07:28:09.713 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:09 smithi037 bash[24115]: audit 2023-09-07T07:28:09.059219+0000 mon.smithi037 (mon.0) 428 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:28:10.615 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:10 smithi110 bash[31897]: cephadm 2023-09-07T07:28:09.060131+0000 mgr.smithi037.ampdkg (mgr.14197) 110 : cephadm 1 Deploying daemon osd.3 on smithi037 2023-09-07T07:28:10.618 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:10 smithi037 bash[24115]: cephadm 2023-09-07T07:28:09.060131+0000 mgr.smithi037.ampdkg (mgr.14197) 110 : cephadm 1 Deploying daemon osd.3 on smithi037 2023-09-07T07:28:11.660 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:11 smithi110 bash[31897]: cluster 2023-09-07T07:28:10.295039+0000 mgr.smithi037.ampdkg (mgr.14197) 111 : cluster 0 pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:28:11.742 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:11 smithi037 bash[24115]: cluster 2023-09-07T07:28:10.295039+0000 mgr.smithi037.ampdkg (mgr.14197) 111 : cluster 0 pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:28:12.633 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:12 smithi037 bash[24115]: audit 2023-09-07T07:28:11.493740+0000 mon.smithi037 (mon.0) 429 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:28:12.633 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:12 smithi037 bash[24115]: audit 2023-09-07T07:28:11.499158+0000 mon.smithi037 (mon.0) 430 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:28:12.633 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:12 smithi037 bash[24115]: audit 2023-09-07T07:28:11.500606+0000 mon.smithi037 (mon.0) 431 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-09-07T07:28:12.633 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:12 smithi037 bash[24115]: audit 2023-09-07T07:28:11.502170+0000 mon.smithi037 (mon.0) 432 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:28:12.634 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:12 smithi037 bash[24115]: cephadm 2023-09-07T07:28:11.503442+0000 mgr.smithi037.ampdkg (mgr.14197) 112 : cephadm 1 Deploying daemon osd.4 on smithi110 2023-09-07T07:28:12.660 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/3e964040-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi037/config 2023-09-07T07:28:12.904 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:12 smithi110 bash[31897]: audit 2023-09-07T07:28:11.493740+0000 mon.smithi037 (mon.0) 429 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:28:12.905 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:12 smithi110 bash[31897]: audit 2023-09-07T07:28:11.499158+0000 mon.smithi037 (mon.0) 430 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:28:12.905 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:12 smithi110 bash[31897]: audit 2023-09-07T07:28:11.500606+0000 mon.smithi037 (mon.0) 431 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-09-07T07:28:12.905 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:12 smithi110 bash[31897]: audit 2023-09-07T07:28:11.502170+0000 mon.smithi037 (mon.0) 432 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:28:12.905 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:12 smithi110 bash[31897]: cephadm 2023-09-07T07:28:11.503442+0000 mgr.smithi037.ampdkg (mgr.14197) 112 : cephadm 1 Deploying daemon osd.4 on smithi110 2023-09-07T07:28:13.650 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:13 smithi110 bash[31897]: cluster 2023-09-07T07:28:12.295457+0000 mgr.smithi037.ampdkg (mgr.14197) 113 : cluster 0 pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:28:13.961 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:13 smithi037 bash[24115]: cluster 2023-09-07T07:28:12.295457+0000 mgr.smithi037.ampdkg (mgr.14197) 113 : cluster 0 pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:28:14.682 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:14 smithi037 bash[24115]: audit 2023-09-07T07:28:13.653069+0000 mon.smithi110 (mon.1) 10 : audit 1 from='osd.0 [v2:172.21.15.110:6800/3554464457,v1:172.21.15.110:6801/3554464457]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-09-07T07:28:14.683 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:14 smithi037 bash[24115]: audit 2023-09-07T07:28:13.653120+0000 mon.smithi037 (mon.0) 433 : audit 1 from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-09-07T07:28:14.822 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:14 smithi110 bash[31897]: audit 2023-09-07T07:28:13.653069+0000 mon.smithi110 (mon.1) 10 : audit 1 from='osd.0 [v2:172.21.15.110:6800/3554464457,v1:172.21.15.110:6801/3554464457]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-09-07T07:28:14.822 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:14 smithi110 bash[31897]: audit 2023-09-07T07:28:13.653120+0000 mon.smithi037 (mon.0) 433 : audit 1 from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-09-07T07:28:15.883 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:15 smithi037 bash[24115]: cluster 2023-09-07T07:28:14.295759+0000 mgr.smithi037.ampdkg (mgr.14197) 114 : cluster 0 pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:28:15.884 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:15 smithi037 bash[24115]: audit 2023-09-07T07:28:14.510807+0000 mon.smithi037 (mon.0) 434 : audit 1 from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-09-07T07:28:15.884 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:15 smithi037 bash[24115]: cluster 2023-09-07T07:28:14.510874+0000 mon.smithi037 (mon.0) 435 : cluster 0 osdmap e14: 8 total, 0 up, 8 in 2023-09-07T07:28:15.884 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:15 smithi037 bash[24115]: audit 2023-09-07T07:28:14.511048+0000 mon.smithi037 (mon.0) 436 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-07T07:28:15.884 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:15 smithi037 bash[24115]: audit 2023-09-07T07:28:14.511570+0000 mon.smithi037 (mon.0) 437 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-07T07:28:15.885 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:15 smithi037 bash[24115]: audit 2023-09-07T07:28:14.511866+0000 mon.smithi037 (mon.0) 438 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-07T07:28:15.885 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:15 smithi037 bash[24115]: audit 2023-09-07T07:28:14.512150+0000 mon.smithi037 (mon.0) 439 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-07T07:28:15.885 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:15 smithi037 bash[24115]: audit 2023-09-07T07:28:14.512359+0000 mon.smithi110 (mon.1) 11 : audit 1 from='osd.0 [v2:172.21.15.110:6800/3554464457,v1:172.21.15.110:6801/3554464457]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi110", "root=default"]}]: dispatch 2023-09-07T07:28:15.885 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:15 smithi037 bash[24115]: audit 2023-09-07T07:28:14.512549+0000 mon.smithi037 (mon.0) 440 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-07T07:28:15.885 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:15 smithi037 bash[24115]: audit 2023-09-07T07:28:14.512963+0000 mon.smithi037 (mon.0) 441 : audit 1 from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi110", "root=default"]}]: dispatch 2023-09-07T07:28:15.886 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:15 smithi037 bash[24115]: audit 2023-09-07T07:28:14.513358+0000 mon.smithi037 (mon.0) 442 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-07T07:28:15.886 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:15 smithi037 bash[24115]: audit 2023-09-07T07:28:14.513680+0000 mon.smithi037 (mon.0) 443 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-07T07:28:15.886 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:15 smithi037 bash[24115]: audit 2023-09-07T07:28:14.513980+0000 mon.smithi037 (mon.0) 444 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-07T07:28:15.910 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:15 smithi110 bash[31897]: cluster 2023-09-07T07:28:14.295759+0000 mgr.smithi037.ampdkg (mgr.14197) 114 : cluster 0 pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:28:15.910 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:15 smithi110 bash[31897]: audit 2023-09-07T07:28:14.510807+0000 mon.smithi037 (mon.0) 434 : audit 1 from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-09-07T07:28:15.911 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:15 smithi110 bash[31897]: cluster 2023-09-07T07:28:14.510874+0000 mon.smithi037 (mon.0) 435 : cluster 0 osdmap e14: 8 total, 0 up, 8 in 2023-09-07T07:28:15.911 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:15 smithi110 bash[31897]: audit 2023-09-07T07:28:14.511048+0000 mon.smithi037 (mon.0) 436 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-07T07:28:15.911 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:15 smithi110 bash[31897]: audit 2023-09-07T07:28:14.511570+0000 mon.smithi037 (mon.0) 437 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-07T07:28:15.911 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:15 smithi110 bash[31897]: audit 2023-09-07T07:28:14.511866+0000 mon.smithi037 (mon.0) 438 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-07T07:28:15.911 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:15 smithi110 bash[31897]: audit 2023-09-07T07:28:14.512150+0000 mon.smithi037 (mon.0) 439 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-07T07:28:15.912 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:15 smithi110 bash[31897]: audit 2023-09-07T07:28:14.512359+0000 mon.smithi110 (mon.1) 11 : audit 1 from='osd.0 [v2:172.21.15.110:6800/3554464457,v1:172.21.15.110:6801/3554464457]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi110", "root=default"]}]: dispatch 2023-09-07T07:28:15.912 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:15 smithi110 bash[31897]: audit 2023-09-07T07:28:14.512549+0000 mon.smithi037 (mon.0) 440 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-07T07:28:15.912 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:15 smithi110 bash[31897]: audit 2023-09-07T07:28:14.512963+0000 mon.smithi037 (mon.0) 441 : audit 1 from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi110", "root=default"]}]: dispatch 2023-09-07T07:28:15.912 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:15 smithi110 bash[31897]: audit 2023-09-07T07:28:14.513358+0000 mon.smithi037 (mon.0) 442 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-07T07:28:15.912 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:15 smithi110 bash[31897]: audit 2023-09-07T07:28:14.513680+0000 mon.smithi037 (mon.0) 443 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-07T07:28:15.913 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:15 smithi110 bash[31897]: audit 2023-09-07T07:28:14.513980+0000 mon.smithi037 (mon.0) 444 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-07T07:28:16.640 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:16 smithi110 bash[31897]: audit 2023-09-07T07:28:15.512833+0000 mon.smithi037 (mon.0) 445 : audit 1 from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi110", "root=default"]}]': finished 2023-09-07T07:28:16.641 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:16 smithi110 bash[31897]: cluster 2023-09-07T07:28:15.512932+0000 mon.smithi037 (mon.0) 446 : cluster 0 osdmap e15: 8 total, 0 up, 8 in 2023-09-07T07:28:16.641 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:16 smithi110 bash[31897]: audit 2023-09-07T07:28:15.513365+0000 mon.smithi037 (mon.0) 447 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-07T07:28:16.641 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:16 smithi110 bash[31897]: audit 2023-09-07T07:28:15.513813+0000 mon.smithi037 (mon.0) 448 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-07T07:28:16.641 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:16 smithi110 bash[31897]: audit 2023-09-07T07:28:15.514208+0000 mon.smithi037 (mon.0) 449 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-07T07:28:16.642 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:16 smithi110 bash[31897]: audit 2023-09-07T07:28:15.514501+0000 mon.smithi037 (mon.0) 450 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-07T07:28:16.642 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:16 smithi110 bash[31897]: audit 2023-09-07T07:28:15.514793+0000 mon.smithi037 (mon.0) 451 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-07T07:28:16.642 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:16 smithi110 bash[31897]: audit 2023-09-07T07:28:15.515088+0000 mon.smithi037 (mon.0) 452 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-07T07:28:16.642 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:16 smithi110 bash[31897]: audit 2023-09-07T07:28:15.515399+0000 mon.smithi037 (mon.0) 453 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-07T07:28:16.642 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:16 smithi110 bash[31897]: audit 2023-09-07T07:28:15.515760+0000 mon.smithi037 (mon.0) 454 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-07T07:28:16.643 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:16 smithi110 bash[31897]: audit 2023-09-07T07:28:15.521657+0000 mon.smithi037 (mon.0) 455 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-07T07:28:16.643 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:16 smithi110 bash[31897]: audit 2023-09-07T07:28:15.546354+0000 mon.smithi037 (mon.0) 456 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:28:16.643 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:16 smithi110 bash[31897]: audit 2023-09-07T07:28:15.554354+0000 mon.smithi037 (mon.0) 457 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:28:16.643 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:16 smithi110 bash[31897]: audit 2023-09-07T07:28:15.555551+0000 mon.smithi037 (mon.0) 458 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-09-07T07:28:16.644 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:16 smithi110 bash[31897]: audit 2023-09-07T07:28:15.556381+0000 mon.smithi037 (mon.0) 459 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:28:16.644 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:16 smithi110 bash[31897]: cephadm 2023-09-07T07:28:15.557075+0000 mgr.smithi037.ampdkg (mgr.14197) 115 : cephadm 1 Deploying daemon osd.5 on smithi037 2023-09-07T07:28:16.961 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:16 smithi037 bash[24115]: audit 2023-09-07T07:28:15.512833+0000 mon.smithi037 (mon.0) 445 : audit 1 from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi110", "root=default"]}]': finished 2023-09-07T07:28:16.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:16 smithi037 bash[24115]: cluster 2023-09-07T07:28:15.512932+0000 mon.smithi037 (mon.0) 446 : cluster 0 osdmap e15: 8 total, 0 up, 8 in 2023-09-07T07:28:16.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:16 smithi037 bash[24115]: audit 2023-09-07T07:28:15.513365+0000 mon.smithi037 (mon.0) 447 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-07T07:28:16.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:16 smithi037 bash[24115]: audit 2023-09-07T07:28:15.513813+0000 mon.smithi037 (mon.0) 448 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-07T07:28:16.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:16 smithi037 bash[24115]: audit 2023-09-07T07:28:15.514208+0000 mon.smithi037 (mon.0) 449 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-07T07:28:16.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:16 smithi037 bash[24115]: audit 2023-09-07T07:28:15.514501+0000 mon.smithi037 (mon.0) 450 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-07T07:28:16.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:16 smithi037 bash[24115]: audit 2023-09-07T07:28:15.514793+0000 mon.smithi037 (mon.0) 451 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-07T07:28:16.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:16 smithi037 bash[24115]: audit 2023-09-07T07:28:15.515088+0000 mon.smithi037 (mon.0) 452 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-07T07:28:16.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:16 smithi037 bash[24115]: audit 2023-09-07T07:28:15.515399+0000 mon.smithi037 (mon.0) 453 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-07T07:28:16.964 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:16 smithi037 bash[24115]: audit 2023-09-07T07:28:15.515760+0000 mon.smithi037 (mon.0) 454 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-07T07:28:16.964 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:16 smithi037 bash[24115]: audit 2023-09-07T07:28:15.521657+0000 mon.smithi037 (mon.0) 455 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-07T07:28:16.964 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:16 smithi037 bash[24115]: audit 2023-09-07T07:28:15.546354+0000 mon.smithi037 (mon.0) 456 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:28:16.964 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:16 smithi037 bash[24115]: audit 2023-09-07T07:28:15.554354+0000 mon.smithi037 (mon.0) 457 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:28:16.964 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:16 smithi037 bash[24115]: audit 2023-09-07T07:28:15.555551+0000 mon.smithi037 (mon.0) 458 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-09-07T07:28:16.965 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:16 smithi037 bash[24115]: audit 2023-09-07T07:28:15.556381+0000 mon.smithi037 (mon.0) 459 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:28:16.965 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:16 smithi037 bash[24115]: cephadm 2023-09-07T07:28:15.557075+0000 mgr.smithi037.ampdkg (mgr.14197) 115 : cephadm 1 Deploying daemon osd.5 on smithi037 2023-09-07T07:28:17.646 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:17 smithi037 bash[24115]: cluster 2023-09-07T07:28:14.604247+0000 osd.0 (osd.0) 1 : cluster 0 purged_snaps scrub starts 2023-09-07T07:28:17.646 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:17 smithi037 bash[24115]: cluster 2023-09-07T07:28:14.604322+0000 osd.0 (osd.0) 2 : cluster 0 purged_snaps scrub ok 2023-09-07T07:28:17.647 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:17 smithi037 bash[24115]: cluster 2023-09-07T07:28:16.296069+0000 mgr.smithi037.ampdkg (mgr.14197) 116 : cluster 0 pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:28:17.647 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:17 smithi037 bash[24115]: audit 2023-09-07T07:28:16.524949+0000 mon.smithi037 (mon.0) 460 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-07T07:28:17.647 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:17 smithi037 bash[24115]: cluster 2023-09-07T07:28:16.559646+0000 mon.smithi037 (mon.0) 461 : cluster 1 osd.0 [v2:172.21.15.110:6800/3554464457,v1:172.21.15.110:6801/3554464457] boot 2023-09-07T07:28:17.647 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:17 smithi037 bash[24115]: cluster 2023-09-07T07:28:16.559717+0000 mon.smithi037 (mon.0) 462 : cluster 0 osdmap e16: 8 total, 1 up, 8 in 2023-09-07T07:28:17.647 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:17 smithi037 bash[24115]: audit 2023-09-07T07:28:16.560230+0000 mon.smithi037 (mon.0) 463 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-07T07:28:17.647 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:17 smithi037 bash[24115]: audit 2023-09-07T07:28:16.560980+0000 mon.smithi037 (mon.0) 464 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-07T07:28:17.648 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:17 smithi037 bash[24115]: audit 2023-09-07T07:28:16.561588+0000 mon.smithi037 (mon.0) 465 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-07T07:28:17.648 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:17 smithi037 bash[24115]: audit 2023-09-07T07:28:16.564069+0000 mon.smithi037 (mon.0) 466 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-07T07:28:17.648 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:17 smithi037 bash[24115]: audit 2023-09-07T07:28:16.564261+0000 mon.smithi037 (mon.0) 467 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-07T07:28:17.648 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:17 smithi037 bash[24115]: audit 2023-09-07T07:28:16.564472+0000 mon.smithi037 (mon.0) 468 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-07T07:28:17.648 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:17 smithi037 bash[24115]: audit 2023-09-07T07:28:16.564715+0000 mon.smithi037 (mon.0) 469 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-07T07:28:17.649 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:17 smithi037 bash[24115]: audit 2023-09-07T07:28:16.564946+0000 mon.smithi037 (mon.0) 470 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-07T07:28:17.649 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:17 smithi037 bash[24115]: audit 2023-09-07T07:28:17.507168+0000 mon.smithi037 (mon.0) 471 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:28:17.649 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:17 smithi037 bash[24115]: audit 2023-09-07T07:28:17.511992+0000 mon.smithi037 (mon.0) 472 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:28:17.649 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:17 smithi037 bash[24115]: audit 2023-09-07T07:28:17.512992+0000 mon.smithi037 (mon.0) 473 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-09-07T07:28:17.649 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:17 smithi037 bash[24115]: audit 2023-09-07T07:28:17.514026+0000 mon.smithi037 (mon.0) 474 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:28:17.834 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:17 smithi110 bash[31897]: cluster 2023-09-07T07:28:14.604247+0000 osd.0 (osd.0) 1 : cluster 0 purged_snaps scrub starts 2023-09-07T07:28:17.835 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:17 smithi110 bash[31897]: cluster 2023-09-07T07:28:14.604322+0000 osd.0 (osd.0) 2 : cluster 0 purged_snaps scrub ok 2023-09-07T07:28:17.835 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:17 smithi110 bash[31897]: cluster 2023-09-07T07:28:16.296069+0000 mgr.smithi037.ampdkg (mgr.14197) 116 : cluster 0 pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:28:17.835 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:17 smithi110 bash[31897]: audit 2023-09-07T07:28:16.524949+0000 mon.smithi037 (mon.0) 460 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-07T07:28:17.835 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:17 smithi110 bash[31897]: cluster 2023-09-07T07:28:16.559646+0000 mon.smithi037 (mon.0) 461 : cluster 1 osd.0 [v2:172.21.15.110:6800/3554464457,v1:172.21.15.110:6801/3554464457] boot 2023-09-07T07:28:17.836 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:17 smithi110 bash[31897]: cluster 2023-09-07T07:28:16.559717+0000 mon.smithi037 (mon.0) 462 : cluster 0 osdmap e16: 8 total, 1 up, 8 in 2023-09-07T07:28:17.836 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:17 smithi110 bash[31897]: audit 2023-09-07T07:28:16.560230+0000 mon.smithi037 (mon.0) 463 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-07T07:28:17.836 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:17 smithi110 bash[31897]: audit 2023-09-07T07:28:16.560980+0000 mon.smithi037 (mon.0) 464 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-07T07:28:17.836 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:17 smithi110 bash[31897]: audit 2023-09-07T07:28:16.561588+0000 mon.smithi037 (mon.0) 465 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-07T07:28:17.836 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:17 smithi110 bash[31897]: audit 2023-09-07T07:28:16.564069+0000 mon.smithi037 (mon.0) 466 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-07T07:28:17.837 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:17 smithi110 bash[31897]: audit 2023-09-07T07:28:16.564261+0000 mon.smithi037 (mon.0) 467 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-07T07:28:17.837 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:17 smithi110 bash[31897]: audit 2023-09-07T07:28:16.564472+0000 mon.smithi037 (mon.0) 468 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-07T07:28:17.837 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:17 smithi110 bash[31897]: audit 2023-09-07T07:28:16.564715+0000 mon.smithi037 (mon.0) 469 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-07T07:28:17.837 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:17 smithi110 bash[31897]: audit 2023-09-07T07:28:16.564946+0000 mon.smithi037 (mon.0) 470 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-07T07:28:17.837 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:17 smithi110 bash[31897]: audit 2023-09-07T07:28:17.507168+0000 mon.smithi037 (mon.0) 471 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:28:17.838 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:17 smithi110 bash[31897]: audit 2023-09-07T07:28:17.511992+0000 mon.smithi037 (mon.0) 472 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:28:17.838 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:17 smithi110 bash[31897]: audit 2023-09-07T07:28:17.512992+0000 mon.smithi037 (mon.0) 473 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-09-07T07:28:17.838 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:17 smithi110 bash[31897]: audit 2023-09-07T07:28:17.514026+0000 mon.smithi037 (mon.0) 474 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:28:18.029 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-09-07T07:28:18.910 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:18 smithi110 bash[31897]: cephadm 2023-09-07T07:28:17.514928+0000 mgr.smithi037.ampdkg (mgr.14197) 117 : cephadm 1 Deploying daemon osd.6 on smithi110 2023-09-07T07:28:18.911 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:18 smithi110 bash[31897]: cluster 2023-09-07T07:28:17.572096+0000 mon.smithi037 (mon.0) 475 : cluster 0 osdmap e17: 8 total, 1 up, 8 in 2023-09-07T07:28:18.911 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:18 smithi110 bash[31897]: audit 2023-09-07T07:28:17.572251+0000 mon.smithi037 (mon.0) 476 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-07T07:28:18.911 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:18 smithi110 bash[31897]: audit 2023-09-07T07:28:17.572718+0000 mon.smithi037 (mon.0) 477 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-07T07:28:18.911 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:18 smithi110 bash[31897]: audit 2023-09-07T07:28:17.572868+0000 mon.smithi037 (mon.0) 478 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-07T07:28:18.912 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:18 smithi110 bash[31897]: audit 2023-09-07T07:28:17.573004+0000 mon.smithi037 (mon.0) 479 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-07T07:28:18.912 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:18 smithi110 bash[31897]: audit 2023-09-07T07:28:17.573137+0000 mon.smithi037 (mon.0) 480 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-07T07:28:18.912 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:18 smithi110 bash[31897]: audit 2023-09-07T07:28:17.573294+0000 mon.smithi037 (mon.0) 481 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-07T07:28:18.912 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:18 smithi110 bash[31897]: audit 2023-09-07T07:28:17.573590+0000 mon.smithi037 (mon.0) 482 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-07T07:28:18.912 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:18 smithi110 bash[31897]: audit 2023-09-07T07:28:17.903411+0000 mon.smithi037 (mon.0) 483 : audit 1 from='osd.1 [v2:172.21.15.37:6802/2455860167,v1:172.21.15.37:6803/2455860167]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-09-07T07:28:18.913 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:18 smithi110 bash[31897]: audit 2023-09-07T07:28:18.028469+0000 mon.smithi037 (mon.0) 484 : audit 0 from='client.? 172.21.15.37:0/562787299' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-09-07T07:28:18.961 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:18 smithi037 bash[24115]: cephadm 2023-09-07T07:28:17.514928+0000 mgr.smithi037.ampdkg (mgr.14197) 117 : cephadm 1 Deploying daemon osd.6 on smithi110 2023-09-07T07:28:18.961 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:18 smithi037 bash[24115]: cluster 2023-09-07T07:28:17.572096+0000 mon.smithi037 (mon.0) 475 : cluster 0 osdmap e17: 8 total, 1 up, 8 in 2023-09-07T07:28:18.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:18 smithi037 bash[24115]: audit 2023-09-07T07:28:17.572251+0000 mon.smithi037 (mon.0) 476 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-07T07:28:18.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:18 smithi037 bash[24115]: audit 2023-09-07T07:28:17.572718+0000 mon.smithi037 (mon.0) 477 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-07T07:28:18.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:18 smithi037 bash[24115]: audit 2023-09-07T07:28:17.572868+0000 mon.smithi037 (mon.0) 478 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-07T07:28:18.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:18 smithi037 bash[24115]: audit 2023-09-07T07:28:17.573004+0000 mon.smithi037 (mon.0) 479 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-07T07:28:18.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:18 smithi037 bash[24115]: audit 2023-09-07T07:28:17.573137+0000 mon.smithi037 (mon.0) 480 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-07T07:28:18.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:18 smithi037 bash[24115]: audit 2023-09-07T07:28:17.573294+0000 mon.smithi037 (mon.0) 481 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-07T07:28:18.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:18 smithi037 bash[24115]: audit 2023-09-07T07:28:17.573590+0000 mon.smithi037 (mon.0) 482 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-07T07:28:18.964 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:18 smithi037 bash[24115]: audit 2023-09-07T07:28:17.903411+0000 mon.smithi037 (mon.0) 483 : audit 1 from='osd.1 [v2:172.21.15.37:6802/2455860167,v1:172.21.15.37:6803/2455860167]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-09-07T07:28:18.964 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:18 smithi037 bash[24115]: audit 2023-09-07T07:28:18.028469+0000 mon.smithi037 (mon.0) 484 : audit 0 from='client.? 172.21.15.37:0/562787299' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-09-07T07:28:19.543 INFO:teuthology.orchestra.run.smithi037.stdout:{"epoch":17,"num_osds":8,"num_up_osds":1,"osd_up_since":1694071696,"num_in_osds":8,"osd_in_since":1694071668,"num_remapped_pgs":0} 2023-09-07T07:28:19.772 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:19 smithi110 bash[31897]: cluster 2023-09-07T07:28:18.296520+0000 mgr.smithi037.ampdkg (mgr.14197) 118 : cluster 0 pgmap v70: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-09-07T07:28:19.772 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:19 smithi110 bash[31897]: audit 2023-09-07T07:28:18.576416+0000 mon.smithi037 (mon.0) 485 : audit 1 from='osd.1 [v2:172.21.15.37:6802/2455860167,v1:172.21.15.37:6803/2455860167]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-09-07T07:28:19.772 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:19 smithi110 bash[31897]: cluster 2023-09-07T07:28:18.576476+0000 mon.smithi037 (mon.0) 486 : cluster 0 osdmap e18: 8 total, 1 up, 8 in 2023-09-07T07:28:19.773 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:19 smithi110 bash[31897]: audit 2023-09-07T07:28:18.576639+0000 mon.smithi037 (mon.0) 487 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-07T07:28:19.773 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:19 smithi110 bash[31897]: audit 2023-09-07T07:28:18.577249+0000 mon.smithi037 (mon.0) 488 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-07T07:28:19.773 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:19 smithi110 bash[31897]: audit 2023-09-07T07:28:18.577472+0000 mon.smithi037 (mon.0) 489 : audit 1 from='osd.1 [v2:172.21.15.37:6802/2455860167,v1:172.21.15.37:6803/2455860167]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi037", "root=default"]}]: dispatch 2023-09-07T07:28:19.773 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:19 smithi110 bash[31897]: audit 2023-09-07T07:28:18.577759+0000 mon.smithi037 (mon.0) 490 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-07T07:28:19.774 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:19 smithi110 bash[31897]: audit 2023-09-07T07:28:18.577942+0000 mon.smithi037 (mon.0) 491 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-07T07:28:19.774 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:19 smithi110 bash[31897]: audit 2023-09-07T07:28:18.578151+0000 mon.smithi037 (mon.0) 492 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-07T07:28:19.774 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:19 smithi110 bash[31897]: audit 2023-09-07T07:28:18.578444+0000 mon.smithi037 (mon.0) 493 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-07T07:28:19.774 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:19 smithi110 bash[31897]: audit 2023-09-07T07:28:18.578725+0000 mon.smithi037 (mon.0) 494 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-07T07:28:19.961 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:19 smithi037 bash[24115]: cluster 2023-09-07T07:28:18.296520+0000 mgr.smithi037.ampdkg (mgr.14197) 118 : cluster 0 pgmap v70: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-09-07T07:28:19.961 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:19 smithi037 bash[24115]: audit 2023-09-07T07:28:18.576416+0000 mon.smithi037 (mon.0) 485 : audit 1 from='osd.1 [v2:172.21.15.37:6802/2455860167,v1:172.21.15.37:6803/2455860167]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-09-07T07:28:19.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:19 smithi037 bash[24115]: cluster 2023-09-07T07:28:18.576476+0000 mon.smithi037 (mon.0) 486 : cluster 0 osdmap e18: 8 total, 1 up, 8 in 2023-09-07T07:28:19.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:19 smithi037 bash[24115]: audit 2023-09-07T07:28:18.576639+0000 mon.smithi037 (mon.0) 487 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-07T07:28:19.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:19 smithi037 bash[24115]: audit 2023-09-07T07:28:18.577249+0000 mon.smithi037 (mon.0) 488 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-07T07:28:19.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:19 smithi037 bash[24115]: audit 2023-09-07T07:28:18.577472+0000 mon.smithi037 (mon.0) 489 : audit 1 from='osd.1 [v2:172.21.15.37:6802/2455860167,v1:172.21.15.37:6803/2455860167]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi037", "root=default"]}]: dispatch 2023-09-07T07:28:19.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:19 smithi037 bash[24115]: audit 2023-09-07T07:28:18.577759+0000 mon.smithi037 (mon.0) 490 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-07T07:28:19.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:19 smithi037 bash[24115]: audit 2023-09-07T07:28:18.577942+0000 mon.smithi037 (mon.0) 491 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-07T07:28:19.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:19 smithi037 bash[24115]: audit 2023-09-07T07:28:18.578151+0000 mon.smithi037 (mon.0) 492 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-07T07:28:19.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:19 smithi037 bash[24115]: audit 2023-09-07T07:28:18.578444+0000 mon.smithi037 (mon.0) 493 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-07T07:28:19.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:19 smithi037 bash[24115]: audit 2023-09-07T07:28:18.578725+0000 mon.smithi037 (mon.0) 494 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-07T07:28:20.544 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e964040-4d4f-11ee-9ab5-7b867c8bd7da -- ceph osd stat -f json 2023-09-07T07:28:20.698 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:20 smithi037 bash[24115]: audit 2023-09-07T07:28:19.577401+0000 mon.smithi037 (mon.0) 495 : audit 1 from='osd.1 [v2:172.21.15.37:6802/2455860167,v1:172.21.15.37:6803/2455860167]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi037", "root=default"]}]': finished 2023-09-07T07:28:20.699 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:20 smithi037 bash[24115]: cluster 2023-09-07T07:28:19.577492+0000 mon.smithi037 (mon.0) 496 : cluster 0 osdmap e19: 8 total, 1 up, 8 in 2023-09-07T07:28:20.699 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:20 smithi037 bash[24115]: audit 2023-09-07T07:28:19.578063+0000 mon.smithi037 (mon.0) 497 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-07T07:28:20.699 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:20 smithi037 bash[24115]: audit 2023-09-07T07:28:19.578911+0000 mon.smithi037 (mon.0) 498 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-07T07:28:20.699 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:20 smithi037 bash[24115]: audit 2023-09-07T07:28:19.583898+0000 mon.smithi037 (mon.0) 499 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-07T07:28:20.699 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:20 smithi037 bash[24115]: audit 2023-09-07T07:28:19.584386+0000 mon.smithi037 (mon.0) 500 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-07T07:28:20.700 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:20 smithi037 bash[24115]: audit 2023-09-07T07:28:19.584590+0000 mon.smithi037 (mon.0) 501 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-07T07:28:20.700 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:20 smithi037 bash[24115]: audit 2023-09-07T07:28:19.584775+0000 mon.smithi037 (mon.0) 502 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-07T07:28:20.700 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:20 smithi037 bash[24115]: audit 2023-09-07T07:28:19.584969+0000 mon.smithi037 (mon.0) 503 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-07T07:28:20.700 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:20 smithi037 bash[24115]: audit 2023-09-07T07:28:19.587614+0000 mon.smithi037 (mon.0) 504 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-07T07:28:20.700 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:20 smithi037 bash[24115]: audit 2023-09-07T07:28:19.668636+0000 mon.smithi110 (mon.1) 12 : audit 1 from='osd.2 [v2:172.21.15.110:6808/756818852,v1:172.21.15.110:6809/756818852]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-09-07T07:28:20.701 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:20 smithi037 bash[24115]: audit 2023-09-07T07:28:19.668960+0000 mon.smithi037 (mon.0) 505 : audit 1 from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-09-07T07:28:20.910 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:20 smithi110 bash[31897]: audit 2023-09-07T07:28:19.577401+0000 mon.smithi037 (mon.0) 495 : audit 1 from='osd.1 [v2:172.21.15.37:6802/2455860167,v1:172.21.15.37:6803/2455860167]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi037", "root=default"]}]': finished 2023-09-07T07:28:20.911 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:20 smithi110 bash[31897]: cluster 2023-09-07T07:28:19.577492+0000 mon.smithi037 (mon.0) 496 : cluster 0 osdmap e19: 8 total, 1 up, 8 in 2023-09-07T07:28:20.911 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:20 smithi110 bash[31897]: audit 2023-09-07T07:28:19.578063+0000 mon.smithi037 (mon.0) 497 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-07T07:28:20.911 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:20 smithi110 bash[31897]: audit 2023-09-07T07:28:19.578911+0000 mon.smithi037 (mon.0) 498 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-07T07:28:20.911 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:20 smithi110 bash[31897]: audit 2023-09-07T07:28:19.583898+0000 mon.smithi037 (mon.0) 499 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-07T07:28:20.911 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:20 smithi110 bash[31897]: audit 2023-09-07T07:28:19.584386+0000 mon.smithi037 (mon.0) 500 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-07T07:28:20.912 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:20 smithi110 bash[31897]: audit 2023-09-07T07:28:19.584590+0000 mon.smithi037 (mon.0) 501 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-07T07:28:20.912 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:20 smithi110 bash[31897]: audit 2023-09-07T07:28:19.584775+0000 mon.smithi037 (mon.0) 502 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-07T07:28:20.912 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:20 smithi110 bash[31897]: audit 2023-09-07T07:28:19.584969+0000 mon.smithi037 (mon.0) 503 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-07T07:28:20.912 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:20 smithi110 bash[31897]: audit 2023-09-07T07:28:19.587614+0000 mon.smithi037 (mon.0) 504 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-07T07:28:20.912 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:20 smithi110 bash[31897]: audit 2023-09-07T07:28:19.668636+0000 mon.smithi110 (mon.1) 12 : audit 1 from='osd.2 [v2:172.21.15.110:6808/756818852,v1:172.21.15.110:6809/756818852]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-09-07T07:28:20.913 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:20 smithi110 bash[31897]: audit 2023-09-07T07:28:19.668960+0000 mon.smithi037 (mon.0) 505 : audit 1 from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-09-07T07:28:21.658 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:21 smithi037 bash[24115]: cluster 2023-09-07T07:28:18.895089+0000 osd.1 (osd.1) 1 : cluster 0 purged_snaps scrub starts 2023-09-07T07:28:21.658 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:21 smithi037 bash[24115]: cluster 2023-09-07T07:28:18.895250+0000 osd.1 (osd.1) 2 : cluster 0 purged_snaps scrub ok 2023-09-07T07:28:21.659 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:21 smithi037 bash[24115]: cluster 2023-09-07T07:28:20.297029+0000 mgr.smithi037.ampdkg (mgr.14197) 119 : cluster 0 pgmap v73: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-09-07T07:28:21.659 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:21 smithi037 bash[24115]: cluster 2023-09-07T07:28:20.591850+0000 mon.smithi037 (mon.0) 506 : cluster 1 osd.1 [v2:172.21.15.37:6802/2455860167,v1:172.21.15.37:6803/2455860167] boot 2023-09-07T07:28:21.659 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:21 smithi037 bash[24115]: audit 2023-09-07T07:28:20.591924+0000 mon.smithi037 (mon.0) 507 : audit 1 from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-09-07T07:28:21.659 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:21 smithi037 bash[24115]: cluster 2023-09-07T07:28:20.592010+0000 mon.smithi037 (mon.0) 508 : cluster 0 osdmap e20: 8 total, 2 up, 8 in 2023-09-07T07:28:21.659 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:21 smithi037 bash[24115]: audit 2023-09-07T07:28:20.592340+0000 mon.smithi037 (mon.0) 509 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-07T07:28:21.660 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:21 smithi037 bash[24115]: audit 2023-09-07T07:28:20.593157+0000 mon.smithi037 (mon.0) 510 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-07T07:28:21.660 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:21 smithi037 bash[24115]: audit 2023-09-07T07:28:20.593355+0000 mon.smithi110 (mon.1) 13 : audit 1 from='osd.2 [v2:172.21.15.110:6808/756818852,v1:172.21.15.110:6809/756818852]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi110", "root=default"]}]: dispatch 2023-09-07T07:28:21.660 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:21 smithi037 bash[24115]: audit 2023-09-07T07:28:20.593560+0000 mon.smithi037 (mon.0) 511 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-07T07:28:21.660 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:21 smithi037 bash[24115]: audit 2023-09-07T07:28:20.593914+0000 mon.smithi037 (mon.0) 512 : audit 1 from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi110", "root=default"]}]: dispatch 2023-09-07T07:28:21.660 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:21 smithi037 bash[24115]: audit 2023-09-07T07:28:20.594341+0000 mon.smithi037 (mon.0) 513 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-07T07:28:21.661 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:21 smithi037 bash[24115]: audit 2023-09-07T07:28:20.594616+0000 mon.smithi037 (mon.0) 514 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-07T07:28:21.661 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:21 smithi037 bash[24115]: audit 2023-09-07T07:28:20.594877+0000 mon.smithi037 (mon.0) 515 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-07T07:28:21.661 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:21 smithi037 bash[24115]: audit 2023-09-07T07:28:20.595143+0000 mon.smithi037 (mon.0) 516 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-07T07:28:21.875 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:21 smithi110 bash[31897]: cluster 2023-09-07T07:28:18.895089+0000 osd.1 (osd.1) 1 : cluster 0 purged_snaps scrub starts 2023-09-07T07:28:21.876 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:21 smithi110 bash[31897]: cluster 2023-09-07T07:28:18.895250+0000 osd.1 (osd.1) 2 : cluster 0 purged_snaps scrub ok 2023-09-07T07:28:21.876 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:21 smithi110 bash[31897]: cluster 2023-09-07T07:28:20.297029+0000 mgr.smithi037.ampdkg (mgr.14197) 119 : cluster 0 pgmap v73: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-09-07T07:28:21.876 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:21 smithi110 bash[31897]: cluster 2023-09-07T07:28:20.591850+0000 mon.smithi037 (mon.0) 506 : cluster 1 osd.1 [v2:172.21.15.37:6802/2455860167,v1:172.21.15.37:6803/2455860167] boot 2023-09-07T07:28:21.876 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:21 smithi110 bash[31897]: audit 2023-09-07T07:28:20.591924+0000 mon.smithi037 (mon.0) 507 : audit 1 from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-09-07T07:28:21.876 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:21 smithi110 bash[31897]: cluster 2023-09-07T07:28:20.592010+0000 mon.smithi037 (mon.0) 508 : cluster 0 osdmap e20: 8 total, 2 up, 8 in 2023-09-07T07:28:21.877 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:21 smithi110 bash[31897]: audit 2023-09-07T07:28:20.592340+0000 mon.smithi037 (mon.0) 509 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-07T07:28:21.877 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:21 smithi110 bash[31897]: audit 2023-09-07T07:28:20.593157+0000 mon.smithi037 (mon.0) 510 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-07T07:28:21.877 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:21 smithi110 bash[31897]: audit 2023-09-07T07:28:20.593355+0000 mon.smithi110 (mon.1) 13 : audit 1 from='osd.2 [v2:172.21.15.110:6808/756818852,v1:172.21.15.110:6809/756818852]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi110", "root=default"]}]: dispatch 2023-09-07T07:28:21.877 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:21 smithi110 bash[31897]: audit 2023-09-07T07:28:20.593560+0000 mon.smithi037 (mon.0) 511 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-07T07:28:21.877 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:21 smithi110 bash[31897]: audit 2023-09-07T07:28:20.593914+0000 mon.smithi037 (mon.0) 512 : audit 1 from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi110", "root=default"]}]: dispatch 2023-09-07T07:28:21.878 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:21 smithi110 bash[31897]: audit 2023-09-07T07:28:20.594341+0000 mon.smithi037 (mon.0) 513 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-07T07:28:21.878 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:21 smithi110 bash[31897]: audit 2023-09-07T07:28:20.594616+0000 mon.smithi037 (mon.0) 514 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-07T07:28:21.878 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:21 smithi110 bash[31897]: audit 2023-09-07T07:28:20.594877+0000 mon.smithi037 (mon.0) 515 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-07T07:28:21.878 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:21 smithi110 bash[31897]: audit 2023-09-07T07:28:20.595143+0000 mon.smithi037 (mon.0) 516 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-07T07:28:22.660 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:22 smithi110 bash[31897]: audit 2023-09-07T07:28:21.594162+0000 mon.smithi037 (mon.0) 517 : audit 1 from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi110", "root=default"]}]': finished 2023-09-07T07:28:22.661 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:22 smithi110 bash[31897]: cluster 2023-09-07T07:28:21.594311+0000 mon.smithi037 (mon.0) 518 : cluster 0 osdmap e21: 8 total, 2 up, 8 in 2023-09-07T07:28:22.661 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:22 smithi110 bash[31897]: audit 2023-09-07T07:28:21.594892+0000 mon.smithi037 (mon.0) 519 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-07T07:28:22.661 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:22 smithi110 bash[31897]: audit 2023-09-07T07:28:21.595307+0000 mon.smithi037 (mon.0) 520 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-07T07:28:22.661 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:22 smithi110 bash[31897]: audit 2023-09-07T07:28:21.595593+0000 mon.smithi037 (mon.0) 521 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-07T07:28:22.661 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:22 smithi110 bash[31897]: audit 2023-09-07T07:28:21.599508+0000 mon.smithi037 (mon.0) 522 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-07T07:28:22.662 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:22 smithi110 bash[31897]: audit 2023-09-07T07:28:21.600128+0000 mon.smithi037 (mon.0) 523 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-07T07:28:22.662 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:22 smithi110 bash[31897]: audit 2023-09-07T07:28:21.600503+0000 mon.smithi037 (mon.0) 524 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-07T07:28:22.662 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:22 smithi110 bash[31897]: audit 2023-09-07T07:28:21.600893+0000 mon.smithi037 (mon.0) 525 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-07T07:28:22.662 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:22 smithi110 bash[31897]: audit 2023-09-07T07:28:22.213186+0000 mon.smithi037 (mon.0) 526 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:28:22.662 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:22 smithi110 bash[31897]: audit 2023-09-07T07:28:22.221521+0000 mon.smithi037 (mon.0) 527 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:28:22.663 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:22 smithi110 bash[31897]: audit 2023-09-07T07:28:22.223104+0000 mon.smithi037 (mon.0) 528 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-09-07T07:28:22.663 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:22 smithi110 bash[31897]: audit 2023-09-07T07:28:22.224276+0000 mon.smithi037 (mon.0) 529 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:28:22.967 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:22 smithi037 bash[24115]: audit 2023-09-07T07:28:21.594162+0000 mon.smithi037 (mon.0) 517 : audit 1 from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi110", "root=default"]}]': finished 2023-09-07T07:28:22.967 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:22 smithi037 bash[24115]: cluster 2023-09-07T07:28:21.594311+0000 mon.smithi037 (mon.0) 518 : cluster 0 osdmap e21: 8 total, 2 up, 8 in 2023-09-07T07:28:22.967 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:22 smithi037 bash[24115]: audit 2023-09-07T07:28:21.594892+0000 mon.smithi037 (mon.0) 519 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-07T07:28:22.967 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:22 smithi037 bash[24115]: audit 2023-09-07T07:28:21.595307+0000 mon.smithi037 (mon.0) 520 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-07T07:28:22.968 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:22 smithi037 bash[24115]: audit 2023-09-07T07:28:21.595593+0000 mon.smithi037 (mon.0) 521 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-07T07:28:22.968 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:22 smithi037 bash[24115]: audit 2023-09-07T07:28:21.599508+0000 mon.smithi037 (mon.0) 522 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-07T07:28:22.968 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:22 smithi037 bash[24115]: audit 2023-09-07T07:28:21.600128+0000 mon.smithi037 (mon.0) 523 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-07T07:28:22.968 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:22 smithi037 bash[24115]: audit 2023-09-07T07:28:21.600503+0000 mon.smithi037 (mon.0) 524 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-07T07:28:22.968 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:22 smithi037 bash[24115]: audit 2023-09-07T07:28:21.600893+0000 mon.smithi037 (mon.0) 525 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-07T07:28:22.969 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:22 smithi037 bash[24115]: audit 2023-09-07T07:28:22.213186+0000 mon.smithi037 (mon.0) 526 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:28:22.969 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:22 smithi037 bash[24115]: audit 2023-09-07T07:28:22.221521+0000 mon.smithi037 (mon.0) 527 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:28:22.969 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:22 smithi037 bash[24115]: audit 2023-09-07T07:28:22.223104+0000 mon.smithi037 (mon.0) 528 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-09-07T07:28:22.969 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:22 smithi037 bash[24115]: audit 2023-09-07T07:28:22.224276+0000 mon.smithi037 (mon.0) 529 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:28:23.900 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:23 smithi037 bash[24115]: cluster 2023-09-07T07:28:20.679808+0000 osd.2 (osd.2) 1 : cluster 0 purged_snaps scrub starts 2023-09-07T07:28:23.900 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:23 smithi037 bash[24115]: cluster 2023-09-07T07:28:20.679891+0000 osd.2 (osd.2) 2 : cluster 0 purged_snaps scrub ok 2023-09-07T07:28:23.901 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:23 smithi037 bash[24115]: cephadm 2023-09-07T07:28:22.225368+0000 mgr.smithi037.ampdkg (mgr.14197) 120 : cephadm 1 Deploying daemon osd.7 on smithi037 2023-09-07T07:28:23.901 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:23 smithi037 bash[24115]: cluster 2023-09-07T07:28:22.297395+0000 mgr.smithi037.ampdkg (mgr.14197) 121 : cluster 0 pgmap v76: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-09-07T07:28:23.901 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:23 smithi037 bash[24115]: cluster 2023-09-07T07:28:22.601583+0000 mon.smithi037 (mon.0) 530 : cluster 1 osd.2 [v2:172.21.15.110:6808/756818852,v1:172.21.15.110:6809/756818852] boot 2023-09-07T07:28:23.901 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:23 smithi037 bash[24115]: cluster 2023-09-07T07:28:22.601657+0000 mon.smithi037 (mon.0) 531 : cluster 0 osdmap e22: 8 total, 3 up, 8 in 2023-09-07T07:28:23.901 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:23 smithi037 bash[24115]: audit 2023-09-07T07:28:22.602127+0000 mon.smithi037 (mon.0) 532 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-07T07:28:23.902 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:23 smithi037 bash[24115]: audit 2023-09-07T07:28:22.602472+0000 mon.smithi037 (mon.0) 533 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-07T07:28:23.902 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:23 smithi037 bash[24115]: audit 2023-09-07T07:28:22.602681+0000 mon.smithi037 (mon.0) 534 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-07T07:28:23.902 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:23 smithi037 bash[24115]: audit 2023-09-07T07:28:22.602937+0000 mon.smithi037 (mon.0) 535 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-07T07:28:23.902 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:23 smithi037 bash[24115]: audit 2023-09-07T07:28:22.603228+0000 mon.smithi037 (mon.0) 536 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-07T07:28:23.902 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:23 smithi037 bash[24115]: audit 2023-09-07T07:28:22.603450+0000 mon.smithi037 (mon.0) 537 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-07T07:28:23.903 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:23 smithi037 bash[24115]: audit 2023-09-07T07:28:23.360264+0000 mon.smithi037 (mon.0) 538 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:28:23.910 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:23 smithi110 bash[31897]: cluster 2023-09-07T07:28:20.679808+0000 osd.2 (osd.2) 1 : cluster 0 purged_snaps scrub starts 2023-09-07T07:28:23.910 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:23 smithi110 bash[31897]: cluster 2023-09-07T07:28:20.679891+0000 osd.2 (osd.2) 2 : cluster 0 purged_snaps scrub ok 2023-09-07T07:28:23.910 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:23 smithi110 bash[31897]: cephadm 2023-09-07T07:28:22.225368+0000 mgr.smithi037.ampdkg (mgr.14197) 120 : cephadm 1 Deploying daemon osd.7 on smithi037 2023-09-07T07:28:23.910 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:23 smithi110 bash[31897]: cluster 2023-09-07T07:28:22.297395+0000 mgr.smithi037.ampdkg (mgr.14197) 121 : cluster 0 pgmap v76: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-09-07T07:28:23.911 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:23 smithi110 bash[31897]: cluster 2023-09-07T07:28:22.601583+0000 mon.smithi037 (mon.0) 530 : cluster 1 osd.2 [v2:172.21.15.110:6808/756818852,v1:172.21.15.110:6809/756818852] boot 2023-09-07T07:28:23.911 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:23 smithi110 bash[31897]: cluster 2023-09-07T07:28:22.601657+0000 mon.smithi037 (mon.0) 531 : cluster 0 osdmap e22: 8 total, 3 up, 8 in 2023-09-07T07:28:23.911 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:23 smithi110 bash[31897]: audit 2023-09-07T07:28:22.602127+0000 mon.smithi037 (mon.0) 532 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-07T07:28:23.911 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:23 smithi110 bash[31897]: audit 2023-09-07T07:28:22.602472+0000 mon.smithi037 (mon.0) 533 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-07T07:28:23.911 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:23 smithi110 bash[31897]: audit 2023-09-07T07:28:22.602681+0000 mon.smithi037 (mon.0) 534 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-07T07:28:23.912 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:23 smithi110 bash[31897]: audit 2023-09-07T07:28:22.602937+0000 mon.smithi037 (mon.0) 535 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-07T07:28:23.912 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:23 smithi110 bash[31897]: audit 2023-09-07T07:28:22.603228+0000 mon.smithi037 (mon.0) 536 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-07T07:28:23.912 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:23 smithi110 bash[31897]: audit 2023-09-07T07:28:22.603450+0000 mon.smithi037 (mon.0) 537 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-07T07:28:23.912 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:23 smithi110 bash[31897]: audit 2023-09-07T07:28:23.360264+0000 mon.smithi037 (mon.0) 538 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:28:24.961 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:24 smithi037 bash[24115]: cluster 2023-09-07T07:28:23.620167+0000 mon.smithi037 (mon.0) 539 : cluster 0 osdmap e23: 8 total, 3 up, 8 in 2023-09-07T07:28:24.961 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:24 smithi037 bash[24115]: audit 2023-09-07T07:28:23.620412+0000 mon.smithi037 (mon.0) 540 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-07T07:28:24.961 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:24 smithi037 bash[24115]: audit 2023-09-07T07:28:23.621095+0000 mon.smithi037 (mon.0) 541 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-07T07:28:24.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:24 smithi037 bash[24115]: audit 2023-09-07T07:28:23.621500+0000 mon.smithi037 (mon.0) 542 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-07T07:28:24.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:24 smithi037 bash[24115]: audit 2023-09-07T07:28:23.621804+0000 mon.smithi037 (mon.0) 543 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-07T07:28:24.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:24 smithi037 bash[24115]: audit 2023-09-07T07:28:23.622026+0000 mon.smithi037 (mon.0) 544 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-07T07:28:24.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:24 smithi037 bash[24115]: audit 2023-09-07T07:28:23.626201+0000 mon.smithi037 (mon.0) 545 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:28:24.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:24 smithi037 bash[24115]: audit 2023-09-07T07:28:23.631409+0000 mon.smithi037 (mon.0) 546 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:28:25.160 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:24 smithi110 bash[31897]: cluster 2023-09-07T07:28:23.620167+0000 mon.smithi037 (mon.0) 539 : cluster 0 osdmap e23: 8 total, 3 up, 8 in 2023-09-07T07:28:25.161 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:24 smithi110 bash[31897]: audit 2023-09-07T07:28:23.620412+0000 mon.smithi037 (mon.0) 540 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-07T07:28:25.161 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:24 smithi110 bash[31897]: audit 2023-09-07T07:28:23.621095+0000 mon.smithi037 (mon.0) 541 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-07T07:28:25.161 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:24 smithi110 bash[31897]: audit 2023-09-07T07:28:23.621500+0000 mon.smithi037 (mon.0) 542 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-07T07:28:25.161 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:24 smithi110 bash[31897]: audit 2023-09-07T07:28:23.621804+0000 mon.smithi037 (mon.0) 543 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-07T07:28:25.161 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:24 smithi110 bash[31897]: audit 2023-09-07T07:28:23.622026+0000 mon.smithi037 (mon.0) 544 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-07T07:28:25.162 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:24 smithi110 bash[31897]: audit 2023-09-07T07:28:23.626201+0000 mon.smithi037 (mon.0) 545 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:28:25.162 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:24 smithi110 bash[31897]: audit 2023-09-07T07:28:23.631409+0000 mon.smithi037 (mon.0) 546 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:28:25.856 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/3e964040-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi037/config 2023-09-07T07:28:26.160 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:25 smithi110 bash[31897]: cluster 2023-09-07T07:28:24.297850+0000 mgr.smithi037.ampdkg (mgr.14197) 122 : cluster 0 pgmap v79: 0 pgs: ; 0 B data, 79 MiB used, 268 GiB / 268 GiB avail 2023-09-07T07:28:26.160 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:25 smithi110 bash[31897]: audit 2023-09-07T07:28:24.417291+0000 mon.smithi037 (mon.0) 547 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]: dispatch 2023-09-07T07:28:26.161 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:25 smithi110 bash[31897]: audit 2023-09-07T07:28:24.434397+0000 mon.smithi110 (mon.1) 14 : audit 1 from='osd.3 [v2:172.21.15.37:6810/989928699,v1:172.21.15.37:6811/989928699]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-09-07T07:28:26.161 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:25 smithi110 bash[31897]: audit 2023-09-07T07:28:24.868093+0000 mon.smithi037 (mon.0) 548 : audit 1 from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-09-07T07:28:26.161 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:25 smithi110 bash[31897]: audit 2023-09-07T07:28:24.922442+0000 mon.smithi037 (mon.0) 549 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2023-09-07T07:28:26.161 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:25 smithi110 bash[31897]: audit 2023-09-07T07:28:24.922500+0000 mon.smithi037 (mon.0) 550 : audit 1 from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-09-07T07:28:26.161 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:25 smithi110 bash[31897]: cluster 2023-09-07T07:28:24.922545+0000 mon.smithi037 (mon.0) 551 : cluster 0 osdmap e24: 8 total, 3 up, 8 in 2023-09-07T07:28:26.162 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:25 smithi110 bash[31897]: audit 2023-09-07T07:28:24.922737+0000 mon.smithi037 (mon.0) 552 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-07T07:28:26.162 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:25 smithi110 bash[31897]: audit 2023-09-07T07:28:24.923210+0000 mon.smithi037 (mon.0) 553 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-07T07:28:26.162 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:25 smithi110 bash[31897]: audit 2023-09-07T07:28:24.923495+0000 mon.smithi037 (mon.0) 554 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-07T07:28:26.162 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:25 smithi110 bash[31897]: audit 2023-09-07T07:28:24.923865+0000 mon.smithi037 (mon.0) 555 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-07T07:28:26.163 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:25 smithi110 bash[31897]: audit 2023-09-07T07:28:24.924263+0000 mon.smithi037 (mon.0) 556 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-07T07:28:26.163 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:25 smithi110 bash[31897]: audit 2023-09-07T07:28:24.925139+0000 mon.smithi037 (mon.0) 557 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2023-09-07T07:28:26.163 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:25 smithi110 bash[31897]: audit 2023-09-07T07:28:24.925356+0000 mon.smithi110 (mon.1) 15 : audit 1 from='osd.3 [v2:172.21.15.37:6810/989928699,v1:172.21.15.37:6811/989928699]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi037", "root=default"]}]: dispatch 2023-09-07T07:28:26.163 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:25 smithi110 bash[31897]: audit 2023-09-07T07:28:24.925645+0000 mon.smithi037 (mon.0) 558 : audit 1 from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi037", "root=default"]}]: dispatch 2023-09-07T07:28:26.163 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:25 smithi110 bash[31897]: audit 2023-09-07T07:28:25.863113+0000 mon.smithi110 (mon.1) 16 : audit 1 from='osd.4 [v2:172.21.15.110:6816/349425240,v1:172.21.15.110:6817/349425240]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-09-07T07:28:26.163 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:25 smithi110 bash[31897]: audit 2023-09-07T07:28:25.863156+0000 mon.smithi037 (mon.0) 559 : audit 1 from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-09-07T07:28:26.211 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:25 smithi037 bash[24115]: cluster 2023-09-07T07:28:24.297850+0000 mgr.smithi037.ampdkg (mgr.14197) 122 : cluster 0 pgmap v79: 0 pgs: ; 0 B data, 79 MiB used, 268 GiB / 268 GiB avail 2023-09-07T07:28:26.212 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:25 smithi037 bash[24115]: audit 2023-09-07T07:28:24.417291+0000 mon.smithi037 (mon.0) 547 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]: dispatch 2023-09-07T07:28:26.212 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:25 smithi037 bash[24115]: audit 2023-09-07T07:28:24.434397+0000 mon.smithi110 (mon.1) 14 : audit 1 from='osd.3 [v2:172.21.15.37:6810/989928699,v1:172.21.15.37:6811/989928699]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-09-07T07:28:26.212 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:25 smithi037 bash[24115]: audit 2023-09-07T07:28:24.868093+0000 mon.smithi037 (mon.0) 548 : audit 1 from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-09-07T07:28:26.212 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:25 smithi037 bash[24115]: audit 2023-09-07T07:28:24.922442+0000 mon.smithi037 (mon.0) 549 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2023-09-07T07:28:26.213 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:25 smithi037 bash[24115]: audit 2023-09-07T07:28:24.922500+0000 mon.smithi037 (mon.0) 550 : audit 1 from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-09-07T07:28:26.213 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:25 smithi037 bash[24115]: cluster 2023-09-07T07:28:24.922545+0000 mon.smithi037 (mon.0) 551 : cluster 0 osdmap e24: 8 total, 3 up, 8 in 2023-09-07T07:28:26.213 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:25 smithi037 bash[24115]: audit 2023-09-07T07:28:24.922737+0000 mon.smithi037 (mon.0) 552 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-07T07:28:26.213 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:25 smithi037 bash[24115]: audit 2023-09-07T07:28:24.923210+0000 mon.smithi037 (mon.0) 553 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-07T07:28:26.213 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:25 smithi037 bash[24115]: audit 2023-09-07T07:28:24.923495+0000 mon.smithi037 (mon.0) 554 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-07T07:28:26.214 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:25 smithi037 bash[24115]: audit 2023-09-07T07:28:24.923865+0000 mon.smithi037 (mon.0) 555 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-07T07:28:26.214 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:25 smithi037 bash[24115]: audit 2023-09-07T07:28:24.924263+0000 mon.smithi037 (mon.0) 556 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-07T07:28:26.214 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:25 smithi037 bash[24115]: audit 2023-09-07T07:28:24.925139+0000 mon.smithi037 (mon.0) 557 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2023-09-07T07:28:26.214 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:25 smithi037 bash[24115]: audit 2023-09-07T07:28:24.925356+0000 mon.smithi110 (mon.1) 15 : audit 1 from='osd.3 [v2:172.21.15.37:6810/989928699,v1:172.21.15.37:6811/989928699]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi037", "root=default"]}]: dispatch 2023-09-07T07:28:26.214 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:25 smithi037 bash[24115]: audit 2023-09-07T07:28:24.925645+0000 mon.smithi037 (mon.0) 558 : audit 1 from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi037", "root=default"]}]: dispatch 2023-09-07T07:28:26.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:25 smithi037 bash[24115]: audit 2023-09-07T07:28:25.863113+0000 mon.smithi110 (mon.1) 16 : audit 1 from='osd.4 [v2:172.21.15.110:6816/349425240,v1:172.21.15.110:6817/349425240]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-09-07T07:28:26.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:25 smithi037 bash[24115]: audit 2023-09-07T07:28:25.863156+0000 mon.smithi037 (mon.0) 559 : audit 1 from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-09-07T07:28:27.210 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:26 smithi110 bash[31897]: audit 2023-09-07T07:28:25.927310+0000 mon.smithi037 (mon.0) 560 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2023-09-07T07:28:27.210 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:26 smithi110 bash[31897]: audit 2023-09-07T07:28:25.927427+0000 mon.smithi037 (mon.0) 561 : audit 1 from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi037", "root=default"]}]': finished 2023-09-07T07:28:27.210 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:26 smithi110 bash[31897]: audit 2023-09-07T07:28:25.927526+0000 mon.smithi037 (mon.0) 562 : audit 1 from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-09-07T07:28:27.211 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:26 smithi110 bash[31897]: cluster 2023-09-07T07:28:25.927600+0000 mon.smithi037 (mon.0) 563 : cluster 0 osdmap e25: 8 total, 3 up, 8 in 2023-09-07T07:28:27.211 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:26 smithi110 bash[31897]: audit 2023-09-07T07:28:25.927832+0000 mon.smithi037 (mon.0) 564 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-07T07:28:27.211 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:26 smithi110 bash[31897]: audit 2023-09-07T07:28:25.928418+0000 mon.smithi037 (mon.0) 565 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-07T07:28:27.211 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:26 smithi110 bash[31897]: audit 2023-09-07T07:28:25.928736+0000 mon.smithi037 (mon.0) 566 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-07T07:28:27.211 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:26 smithi110 bash[31897]: audit 2023-09-07T07:28:25.928895+0000 mon.smithi110 (mon.1) 17 : audit 1 from='osd.4 [v2:172.21.15.110:6816/349425240,v1:172.21.15.110:6817/349425240]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi110", "root=default"]}]: dispatch 2023-09-07T07:28:27.212 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:26 smithi110 bash[31897]: audit 2023-09-07T07:28:25.929150+0000 mon.smithi037 (mon.0) 567 : audit 1 from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi110", "root=default"]}]: dispatch 2023-09-07T07:28:27.212 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:26 smithi110 bash[31897]: audit 2023-09-07T07:28:25.929461+0000 mon.smithi037 (mon.0) 568 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-07T07:28:27.212 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:26 smithi110 bash[31897]: audit 2023-09-07T07:28:25.929695+0000 mon.smithi037 (mon.0) 569 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-07T07:28:27.212 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:26 smithi110 bash[31897]: audit 2023-09-07T07:28:25.933961+0000 mon.smithi037 (mon.0) 570 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-07T07:28:27.212 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:26 smithi110 bash[31897]: cluster 2023-09-07T07:28:26.298283+0000 mgr.smithi037.ampdkg (mgr.14197) 123 : cluster 0 pgmap v82: 1 pgs: 1 unknown; 0 B data, 79 MiB used, 268 GiB / 268 GiB avail 2023-09-07T07:28:27.213 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:26 smithi037 bash[24115]: audit 2023-09-07T07:28:25.927310+0000 mon.smithi037 (mon.0) 560 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2023-09-07T07:28:27.213 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:26 smithi037 bash[24115]: audit 2023-09-07T07:28:25.927427+0000 mon.smithi037 (mon.0) 561 : audit 1 from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi037", "root=default"]}]': finished 2023-09-07T07:28:27.213 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:26 smithi037 bash[24115]: audit 2023-09-07T07:28:25.927526+0000 mon.smithi037 (mon.0) 562 : audit 1 from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-09-07T07:28:27.214 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:26 smithi037 bash[24115]: cluster 2023-09-07T07:28:25.927600+0000 mon.smithi037 (mon.0) 563 : cluster 0 osdmap e25: 8 total, 3 up, 8 in 2023-09-07T07:28:27.214 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:26 smithi037 bash[24115]: audit 2023-09-07T07:28:25.927832+0000 mon.smithi037 (mon.0) 564 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-07T07:28:27.214 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:26 smithi037 bash[24115]: audit 2023-09-07T07:28:25.928418+0000 mon.smithi037 (mon.0) 565 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-07T07:28:27.214 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:26 smithi037 bash[24115]: audit 2023-09-07T07:28:25.928736+0000 mon.smithi037 (mon.0) 566 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-07T07:28:27.214 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:26 smithi037 bash[24115]: audit 2023-09-07T07:28:25.928895+0000 mon.smithi110 (mon.1) 17 : audit 1 from='osd.4 [v2:172.21.15.110:6816/349425240,v1:172.21.15.110:6817/349425240]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi110", "root=default"]}]: dispatch 2023-09-07T07:28:27.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:26 smithi037 bash[24115]: audit 2023-09-07T07:28:25.929150+0000 mon.smithi037 (mon.0) 567 : audit 1 from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi110", "root=default"]}]: dispatch 2023-09-07T07:28:27.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:26 smithi037 bash[24115]: audit 2023-09-07T07:28:25.929461+0000 mon.smithi037 (mon.0) 568 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-07T07:28:27.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:26 smithi037 bash[24115]: audit 2023-09-07T07:28:25.929695+0000 mon.smithi037 (mon.0) 569 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-07T07:28:27.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:26 smithi037 bash[24115]: audit 2023-09-07T07:28:25.933961+0000 mon.smithi037 (mon.0) 570 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-07T07:28:27.216 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:26 smithi037 bash[24115]: cluster 2023-09-07T07:28:26.298283+0000 mgr.smithi037.ampdkg (mgr.14197) 123 : cluster 0 pgmap v82: 1 pgs: 1 unknown; 0 B data, 79 MiB used, 268 GiB / 268 GiB avail 2023-09-07T07:28:27.980 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:27 smithi037 bash[24115]: cluster 2023-09-07T07:28:25.419599+0000 osd.3 (osd.3) 1 : cluster 0 purged_snaps scrub starts 2023-09-07T07:28:27.980 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:27 smithi037 bash[24115]: cluster 2023-09-07T07:28:25.419691+0000 osd.3 (osd.3) 2 : cluster 0 purged_snaps scrub ok 2023-09-07T07:28:27.980 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:27 smithi037 bash[24115]: audit 2023-09-07T07:28:26.929943+0000 mon.smithi037 (mon.0) 571 : audit 1 from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi110", "root=default"]}]': finished 2023-09-07T07:28:27.981 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:27 smithi037 bash[24115]: cluster 2023-09-07T07:28:26.930257+0000 mon.smithi037 (mon.0) 572 : cluster 1 osd.3 [v2:172.21.15.37:6810/989928699,v1:172.21.15.37:6811/989928699] boot 2023-09-07T07:28:27.981 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:27 smithi037 bash[24115]: cluster 2023-09-07T07:28:26.930309+0000 mon.smithi037 (mon.0) 573 : cluster 0 osdmap e26: 8 total, 4 up, 8 in 2023-09-07T07:28:27.981 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:27 smithi037 bash[24115]: audit 2023-09-07T07:28:26.930842+0000 mon.smithi037 (mon.0) 574 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-07T07:28:27.981 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:27 smithi037 bash[24115]: audit 2023-09-07T07:28:26.937570+0000 mon.smithi037 (mon.0) 575 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-07T07:28:27.982 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:27 smithi037 bash[24115]: audit 2023-09-07T07:28:26.938249+0000 mon.smithi037 (mon.0) 576 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-07T07:28:28.161 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:27 smithi110 bash[31897]: cluster 2023-09-07T07:28:25.419599+0000 osd.3 (osd.3) 1 : cluster 0 purged_snaps scrub starts 2023-09-07T07:28:28.161 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:27 smithi110 bash[31897]: cluster 2023-09-07T07:28:25.419691+0000 osd.3 (osd.3) 2 : cluster 0 purged_snaps scrub ok 2023-09-07T07:28:28.162 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:27 smithi110 bash[31897]: audit 2023-09-07T07:28:26.929943+0000 mon.smithi037 (mon.0) 571 : audit 1 from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi110", "root=default"]}]': finished 2023-09-07T07:28:28.162 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:27 smithi110 bash[31897]: cluster 2023-09-07T07:28:26.930257+0000 mon.smithi037 (mon.0) 572 : cluster 1 osd.3 [v2:172.21.15.37:6810/989928699,v1:172.21.15.37:6811/989928699] boot 2023-09-07T07:28:28.162 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:27 smithi110 bash[31897]: cluster 2023-09-07T07:28:26.930309+0000 mon.smithi037 (mon.0) 573 : cluster 0 osdmap e26: 8 total, 4 up, 8 in 2023-09-07T07:28:28.162 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:27 smithi110 bash[31897]: audit 2023-09-07T07:28:26.930842+0000 mon.smithi037 (mon.0) 574 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-07T07:28:28.163 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:27 smithi110 bash[31897]: audit 2023-09-07T07:28:26.937570+0000 mon.smithi037 (mon.0) 575 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-07T07:28:28.163 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:27 smithi110 bash[31897]: audit 2023-09-07T07:28:26.938249+0000 mon.smithi037 (mon.0) 576 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-07T07:28:28.163 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:27 smithi110 bash[31897]: audit 2023-09-07T07:28:26.938555+0000 mon.smithi037 (mon.0) 577 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-07T07:28:28.163 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:27 smithi110 bash[31897]: audit 2023-09-07T07:28:26.938823+0000 mon.smithi037 (mon.0) 578 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-07T07:28:28.163 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:27 smithi110 bash[31897]: cluster 2023-09-07T07:28:27.253106+0000 mon.smithi037 (mon.0) 579 : cluster 1 osd.4 [v2:172.21.15.110:6816/349425240,v1:172.21.15.110:6817/349425240] boot 2023-09-07T07:28:28.164 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:27 smithi110 bash[31897]: cluster 2023-09-07T07:28:27.253157+0000 mon.smithi037 (mon.0) 580 : cluster 0 osdmap e27: 8 total, 5 up, 8 in 2023-09-07T07:28:28.164 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:27 smithi110 bash[31897]: audit 2023-09-07T07:28:27.253789+0000 mon.smithi037 (mon.0) 581 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-07T07:28:28.164 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:27 smithi110 bash[31897]: audit 2023-09-07T07:28:27.254768+0000 mon.smithi037 (mon.0) 582 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-07T07:28:28.164 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:27 smithi110 bash[31897]: audit 2023-09-07T07:28:27.257956+0000 mon.smithi037 (mon.0) 583 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-07T07:28:28.164 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:27 smithi110 bash[31897]: audit 2023-09-07T07:28:27.258329+0000 mon.smithi037 (mon.0) 584 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-07T07:28:28.317 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:27 smithi037 bash[24115]: audit 2023-09-07T07:28:26.938555+0000 mon.smithi037 (mon.0) 577 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-07T07:28:28.318 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:27 smithi037 bash[24115]: audit 2023-09-07T07:28:26.938823+0000 mon.smithi037 (mon.0) 578 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-07T07:28:28.318 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:27 smithi037 bash[24115]: cluster 2023-09-07T07:28:27.253106+0000 mon.smithi037 (mon.0) 579 : cluster 1 osd.4 [v2:172.21.15.110:6816/349425240,v1:172.21.15.110:6817/349425240] boot 2023-09-07T07:28:28.318 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:27 smithi037 bash[24115]: cluster 2023-09-07T07:28:27.253157+0000 mon.smithi037 (mon.0) 580 : cluster 0 osdmap e27: 8 total, 5 up, 8 in 2023-09-07T07:28:28.318 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:27 smithi037 bash[24115]: audit 2023-09-07T07:28:27.253789+0000 mon.smithi037 (mon.0) 581 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-07T07:28:28.319 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:27 smithi037 bash[24115]: audit 2023-09-07T07:28:27.254768+0000 mon.smithi037 (mon.0) 582 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-07T07:28:28.319 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:27 smithi037 bash[24115]: audit 2023-09-07T07:28:27.257956+0000 mon.smithi037 (mon.0) 583 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-07T07:28:28.319 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:27 smithi037 bash[24115]: audit 2023-09-07T07:28:27.258329+0000 mon.smithi037 (mon.0) 584 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-07T07:28:29.660 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:29 smithi110 bash[31897]: cluster 2023-09-07T07:28:26.901312+0000 osd.4 (osd.4) 1 : cluster 0 purged_snaps scrub starts 2023-09-07T07:28:29.661 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:29 smithi110 bash[31897]: cluster 2023-09-07T07:28:26.901440+0000 osd.4 (osd.4) 2 : cluster 0 purged_snaps scrub ok 2023-09-07T07:28:29.661 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:29 smithi110 bash[31897]: cluster 2023-09-07T07:28:28.265924+0000 mon.smithi037 (mon.0) 585 : cluster 0 osdmap e28: 8 total, 5 up, 8 in 2023-09-07T07:28:29.661 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:29 smithi110 bash[31897]: audit 2023-09-07T07:28:28.266148+0000 mon.smithi037 (mon.0) 586 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-07T07:28:29.661 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:29 smithi110 bash[31897]: audit 2023-09-07T07:28:28.266535+0000 mon.smithi037 (mon.0) 587 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-07T07:28:29.661 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:29 smithi110 bash[31897]: audit 2023-09-07T07:28:28.266839+0000 mon.smithi037 (mon.0) 588 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-07T07:28:29.662 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:29 smithi110 bash[31897]: cluster 2023-09-07T07:28:28.298733+0000 mgr.smithi037.ampdkg (mgr.14197) 124 : cluster 0 pgmap v86: 1 pgs: 1 creating; 0 B data, 133 MiB used, 447 GiB / 447 GiB avail 2023-09-07T07:28:29.662 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:29 smithi110 bash[31897]: audit 2023-09-07T07:28:28.923866+0000 mon.smithi037 (mon.0) 589 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:28:29.662 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:29 smithi110 bash[31897]: audit 2023-09-07T07:28:28.931772+0000 mon.smithi037 (mon.0) 590 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:28:29.711 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:29 smithi037 bash[24115]: cluster 2023-09-07T07:28:26.901312+0000 osd.4 (osd.4) 1 : cluster 0 purged_snaps scrub starts 2023-09-07T07:28:29.712 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:29 smithi037 bash[24115]: cluster 2023-09-07T07:28:26.901440+0000 osd.4 (osd.4) 2 : cluster 0 purged_snaps scrub ok 2023-09-07T07:28:29.712 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:29 smithi037 bash[24115]: cluster 2023-09-07T07:28:28.265924+0000 mon.smithi037 (mon.0) 585 : cluster 0 osdmap e28: 8 total, 5 up, 8 in 2023-09-07T07:28:29.712 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:29 smithi037 bash[24115]: audit 2023-09-07T07:28:28.266148+0000 mon.smithi037 (mon.0) 586 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-07T07:28:29.712 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:29 smithi037 bash[24115]: audit 2023-09-07T07:28:28.266535+0000 mon.smithi037 (mon.0) 587 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-07T07:28:29.712 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:29 smithi037 bash[24115]: audit 2023-09-07T07:28:28.266839+0000 mon.smithi037 (mon.0) 588 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-07T07:28:29.713 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:29 smithi037 bash[24115]: cluster 2023-09-07T07:28:28.298733+0000 mgr.smithi037.ampdkg (mgr.14197) 124 : cluster 0 pgmap v86: 1 pgs: 1 creating; 0 B data, 133 MiB used, 447 GiB / 447 GiB avail 2023-09-07T07:28:29.713 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:29 smithi037 bash[24115]: audit 2023-09-07T07:28:28.923866+0000 mon.smithi037 (mon.0) 589 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:28:29.713 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:29 smithi037 bash[24115]: audit 2023-09-07T07:28:28.931772+0000 mon.smithi037 (mon.0) 590 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:28:30.660 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:30 smithi110 bash[31897]: cluster 2023-09-07T07:28:29.270721+0000 mon.smithi037 (mon.0) 591 : cluster 0 osdmap e29: 8 total, 5 up, 8 in 2023-09-07T07:28:30.661 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:30 smithi110 bash[31897]: audit 2023-09-07T07:28:29.270856+0000 mon.smithi037 (mon.0) 592 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-07T07:28:30.661 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:30 smithi110 bash[31897]: audit 2023-09-07T07:28:29.271198+0000 mon.smithi037 (mon.0) 593 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-07T07:28:30.661 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:30 smithi110 bash[31897]: audit 2023-09-07T07:28:29.271380+0000 mon.smithi037 (mon.0) 594 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-07T07:28:30.661 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:30 smithi110 bash[31897]: audit 2023-09-07T07:28:29.810733+0000 mon.smithi037 (mon.0) 595 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:28:30.711 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:30 smithi037 bash[24115]: cluster 2023-09-07T07:28:29.270721+0000 mon.smithi037 (mon.0) 591 : cluster 0 osdmap e29: 8 total, 5 up, 8 in 2023-09-07T07:28:30.711 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:30 smithi037 bash[24115]: audit 2023-09-07T07:28:29.270856+0000 mon.smithi037 (mon.0) 592 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-07T07:28:30.712 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:30 smithi037 bash[24115]: audit 2023-09-07T07:28:29.271198+0000 mon.smithi037 (mon.0) 593 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-07T07:28:30.712 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:30 smithi037 bash[24115]: audit 2023-09-07T07:28:29.271380+0000 mon.smithi037 (mon.0) 594 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-07T07:28:30.712 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:30 smithi037 bash[24115]: audit 2023-09-07T07:28:29.810733+0000 mon.smithi037 (mon.0) 595 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:28:30.805 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-09-07T07:28:31.410 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:31 smithi110 bash[31897]: cluster 2023-09-07T07:28:30.280613+0000 mon.smithi037 (mon.0) 596 : cluster 0 mgrmap e19: smithi037.ampdkg(active, since 2m), standbys: smithi110.rxefwu 2023-09-07T07:28:31.410 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:31 smithi110 bash[31897]: cluster 2023-09-07T07:28:30.299144+0000 mgr.smithi037.ampdkg (mgr.14197) 125 : cluster 0 pgmap v88: 1 pgs: 1 creating; 0 B data, 133 MiB used, 447 GiB / 447 GiB avail 2023-09-07T07:28:31.411 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:31 smithi110 bash[31897]: audit 2023-09-07T07:28:30.792173+0000 mon.smithi037 (mon.0) 597 : audit 1 from='osd.6 [v2:172.21.15.110:6824/3704032109,v1:172.21.15.110:6825/3704032109]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-09-07T07:28:31.411 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:31 smithi110 bash[31897]: audit 2023-09-07T07:28:30.798687+0000 mon.smithi037 (mon.0) 598 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:28:31.411 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:31 smithi110 bash[31897]: audit 2023-09-07T07:28:30.802006+0000 mon.smithi037 (mon.0) 599 : audit 0 from='client.? 172.21.15.37:0/2276530312' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-09-07T07:28:31.411 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:31 smithi110 bash[31897]: audit 2023-09-07T07:28:30.844511+0000 mon.smithi037 (mon.0) 600 : audit 1 from='osd.5 [v2:172.21.15.37:6818/1361732721,v1:172.21.15.37:6819/1361732721]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-09-07T07:28:31.461 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:31 smithi037 bash[24115]: cluster 2023-09-07T07:28:30.280613+0000 mon.smithi037 (mon.0) 596 : cluster 0 mgrmap e19: smithi037.ampdkg(active, since 2m), standbys: smithi110.rxefwu 2023-09-07T07:28:31.461 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:31 smithi037 bash[24115]: cluster 2023-09-07T07:28:30.299144+0000 mgr.smithi037.ampdkg (mgr.14197) 125 : cluster 0 pgmap v88: 1 pgs: 1 creating; 0 B data, 133 MiB used, 447 GiB / 447 GiB avail 2023-09-07T07:28:31.461 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:31 smithi037 bash[24115]: audit 2023-09-07T07:28:30.792173+0000 mon.smithi037 (mon.0) 597 : audit 1 from='osd.6 [v2:172.21.15.110:6824/3704032109,v1:172.21.15.110:6825/3704032109]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-09-07T07:28:31.462 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:31 smithi037 bash[24115]: audit 2023-09-07T07:28:30.798687+0000 mon.smithi037 (mon.0) 598 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:28:31.462 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:31 smithi037 bash[24115]: audit 2023-09-07T07:28:30.802006+0000 mon.smithi037 (mon.0) 599 : audit 0 from='client.? 172.21.15.37:0/2276530312' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-09-07T07:28:31.462 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:31 smithi037 bash[24115]: audit 2023-09-07T07:28:30.844511+0000 mon.smithi037 (mon.0) 600 : audit 1 from='osd.5 [v2:172.21.15.37:6818/1361732721,v1:172.21.15.37:6819/1361732721]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-09-07T07:28:31.657 INFO:teuthology.orchestra.run.smithi037.stdout:{"epoch":29,"num_osds":8,"num_up_osds":5,"osd_up_since":1694071707,"num_in_osds":8,"osd_in_since":1694071668,"num_remapped_pgs":0} 2023-09-07T07:28:32.410 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:32 smithi110 bash[31897]: audit 2023-09-07T07:28:31.296033+0000 mon.smithi037 (mon.0) 601 : audit 1 from='osd.6 [v2:172.21.15.110:6824/3704032109,v1:172.21.15.110:6825/3704032109]' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-09-07T07:28:32.411 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:32 smithi110 bash[31897]: audit 2023-09-07T07:28:31.296191+0000 mon.smithi037 (mon.0) 602 : audit 1 from='osd.5 [v2:172.21.15.37:6818/1361732721,v1:172.21.15.37:6819/1361732721]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-09-07T07:28:32.411 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:32 smithi110 bash[31897]: cluster 2023-09-07T07:28:31.296295+0000 mon.smithi037 (mon.0) 603 : cluster 0 osdmap e30: 8 total, 5 up, 8 in 2023-09-07T07:28:32.411 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:32 smithi110 bash[31897]: audit 2023-09-07T07:28:31.296486+0000 mon.smithi037 (mon.0) 604 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-07T07:28:32.411 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:32 smithi110 bash[31897]: audit 2023-09-07T07:28:31.297167+0000 mon.smithi037 (mon.0) 605 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-07T07:28:32.412 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:32 smithi110 bash[31897]: audit 2023-09-07T07:28:31.297519+0000 mon.smithi037 (mon.0) 606 : audit 1 from='osd.6 [v2:172.21.15.110:6824/3704032109,v1:172.21.15.110:6825/3704032109]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi110", "root=default"]}]: dispatch 2023-09-07T07:28:32.412 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:32 smithi110 bash[31897]: audit 2023-09-07T07:28:31.298005+0000 mon.smithi037 (mon.0) 607 : audit 1 from='osd.5 [v2:172.21.15.37:6818/1361732721,v1:172.21.15.37:6819/1361732721]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi037", "root=default"]}]: dispatch 2023-09-07T07:28:32.412 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:32 smithi110 bash[31897]: audit 2023-09-07T07:28:31.298390+0000 mon.smithi037 (mon.0) 608 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-07T07:28:32.412 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:32 smithi110 bash[31897]: audit 2023-09-07T07:28:31.754817+0000 mon.smithi037 (mon.0) 609 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:28:32.461 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:32 smithi037 bash[24115]: audit 2023-09-07T07:28:31.296033+0000 mon.smithi037 (mon.0) 601 : audit 1 from='osd.6 [v2:172.21.15.110:6824/3704032109,v1:172.21.15.110:6825/3704032109]' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-09-07T07:28:32.461 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:32 smithi037 bash[24115]: audit 2023-09-07T07:28:31.296191+0000 mon.smithi037 (mon.0) 602 : audit 1 from='osd.5 [v2:172.21.15.37:6818/1361732721,v1:172.21.15.37:6819/1361732721]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-09-07T07:28:32.462 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:32 smithi037 bash[24115]: cluster 2023-09-07T07:28:31.296295+0000 mon.smithi037 (mon.0) 603 : cluster 0 osdmap e30: 8 total, 5 up, 8 in 2023-09-07T07:28:32.462 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:32 smithi037 bash[24115]: audit 2023-09-07T07:28:31.296486+0000 mon.smithi037 (mon.0) 604 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-07T07:28:32.462 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:32 smithi037 bash[24115]: audit 2023-09-07T07:28:31.297167+0000 mon.smithi037 (mon.0) 605 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-07T07:28:32.462 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:32 smithi037 bash[24115]: audit 2023-09-07T07:28:31.297519+0000 mon.smithi037 (mon.0) 606 : audit 1 from='osd.6 [v2:172.21.15.110:6824/3704032109,v1:172.21.15.110:6825/3704032109]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi110", "root=default"]}]: dispatch 2023-09-07T07:28:32.463 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:32 smithi037 bash[24115]: audit 2023-09-07T07:28:31.298005+0000 mon.smithi037 (mon.0) 607 : audit 1 from='osd.5 [v2:172.21.15.37:6818/1361732721,v1:172.21.15.37:6819/1361732721]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi037", "root=default"]}]: dispatch 2023-09-07T07:28:32.463 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:32 smithi037 bash[24115]: audit 2023-09-07T07:28:31.298390+0000 mon.smithi037 (mon.0) 608 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-07T07:28:32.463 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:32 smithi037 bash[24115]: audit 2023-09-07T07:28:31.754817+0000 mon.smithi037 (mon.0) 609 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:28:32.658 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e964040-4d4f-11ee-9ab5-7b867c8bd7da -- ceph osd stat -f json 2023-09-07T07:28:33.658 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:33 smithi037 bash[24115]: audit 2023-09-07T07:28:32.298313+0000 mon.smithi037 (mon.0) 610 : audit 1 from='osd.6 [v2:172.21.15.110:6824/3704032109,v1:172.21.15.110:6825/3704032109]' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi110", "root=default"]}]': finished 2023-09-07T07:28:33.658 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:33 smithi037 bash[24115]: audit 2023-09-07T07:28:32.298529+0000 mon.smithi037 (mon.0) 611 : audit 1 from='osd.5 [v2:172.21.15.37:6818/1361732721,v1:172.21.15.37:6819/1361732721]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi037", "root=default"]}]': finished 2023-09-07T07:28:33.658 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:33 smithi037 bash[24115]: cluster 2023-09-07T07:28:32.298677+0000 mon.smithi037 (mon.0) 612 : cluster 0 osdmap e31: 8 total, 5 up, 8 in 2023-09-07T07:28:33.659 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:33 smithi037 bash[24115]: audit 2023-09-07T07:28:32.299359+0000 mon.smithi037 (mon.0) 613 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-07T07:28:33.659 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:33 smithi037 bash[24115]: cluster 2023-09-07T07:28:32.299461+0000 mgr.smithi037.ampdkg (mgr.14197) 126 : cluster 0 pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2023-09-07T07:28:33.659 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:33 smithi037 bash[24115]: audit 2023-09-07T07:28:32.300267+0000 mon.smithi037 (mon.0) 614 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-07T07:28:33.659 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:33 smithi037 bash[24115]: audit 2023-09-07T07:28:32.305354+0000 mon.smithi037 (mon.0) 615 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-07T07:28:33.659 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:33 smithi037 bash[24115]: audit 2023-09-07T07:28:32.310234+0000 mon.smithi037 (mon.0) 616 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-07T07:28:33.660 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:33 smithi037 bash[24115]: audit 2023-09-07T07:28:32.310555+0000 mon.smithi037 (mon.0) 617 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-07T07:28:33.660 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:33 smithi037 bash[24115]: audit 2023-09-07T07:28:32.734415+0000 mon.smithi037 (mon.0) 618 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:28:33.660 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:33 smithi110 bash[31897]: audit 2023-09-07T07:28:32.298313+0000 mon.smithi037 (mon.0) 610 : audit 1 from='osd.6 [v2:172.21.15.110:6824/3704032109,v1:172.21.15.110:6825/3704032109]' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi110", "root=default"]}]': finished 2023-09-07T07:28:33.660 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:33 smithi110 bash[31897]: audit 2023-09-07T07:28:32.298529+0000 mon.smithi037 (mon.0) 611 : audit 1 from='osd.5 [v2:172.21.15.37:6818/1361732721,v1:172.21.15.37:6819/1361732721]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi037", "root=default"]}]': finished 2023-09-07T07:28:33.661 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:33 smithi110 bash[31897]: cluster 2023-09-07T07:28:32.298677+0000 mon.smithi037 (mon.0) 612 : cluster 0 osdmap e31: 8 total, 5 up, 8 in 2023-09-07T07:28:33.661 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:33 smithi110 bash[31897]: audit 2023-09-07T07:28:32.299359+0000 mon.smithi037 (mon.0) 613 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-07T07:28:33.661 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:33 smithi110 bash[31897]: cluster 2023-09-07T07:28:32.299461+0000 mgr.smithi037.ampdkg (mgr.14197) 126 : cluster 0 pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2023-09-07T07:28:33.661 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:33 smithi110 bash[31897]: audit 2023-09-07T07:28:32.300267+0000 mon.smithi037 (mon.0) 614 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-07T07:28:33.661 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:33 smithi110 bash[31897]: audit 2023-09-07T07:28:32.305354+0000 mon.smithi037 (mon.0) 615 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-07T07:28:33.662 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:33 smithi110 bash[31897]: audit 2023-09-07T07:28:32.310234+0000 mon.smithi037 (mon.0) 616 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-07T07:28:33.662 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:33 smithi110 bash[31897]: audit 2023-09-07T07:28:32.310555+0000 mon.smithi037 (mon.0) 617 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-07T07:28:33.662 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:33 smithi110 bash[31897]: audit 2023-09-07T07:28:32.734415+0000 mon.smithi037 (mon.0) 618 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:28:34.628 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:34 smithi037 bash[24115]: cluster 2023-09-07T07:28:31.761353+0000 osd.6 (osd.6) 1 : cluster 0 purged_snaps scrub starts 2023-09-07T07:28:34.628 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:34 smithi037 bash[24115]: cluster 2023-09-07T07:28:31.761467+0000 osd.6 (osd.6) 2 : cluster 0 purged_snaps scrub ok 2023-09-07T07:28:34.628 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:34 smithi037 bash[24115]: cluster 2023-09-07T07:28:31.865294+0000 osd.5 (osd.5) 1 : cluster 0 purged_snaps scrub starts 2023-09-07T07:28:34.629 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:34 smithi037 bash[24115]: cluster 2023-09-07T07:28:31.865462+0000 osd.5 (osd.5) 2 : cluster 0 purged_snaps scrub ok 2023-09-07T07:28:34.629 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:34 smithi037 bash[24115]: cluster 2023-09-07T07:28:33.308348+0000 mon.smithi037 (mon.0) 619 : cluster 1 osd.6 [v2:172.21.15.110:6824/3704032109,v1:172.21.15.110:6825/3704032109] boot 2023-09-07T07:28:34.629 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:34 smithi037 bash[24115]: cluster 2023-09-07T07:28:33.308425+0000 mon.smithi037 (mon.0) 620 : cluster 1 osd.5 [v2:172.21.15.37:6818/1361732721,v1:172.21.15.37:6819/1361732721] boot 2023-09-07T07:28:34.629 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:34 smithi037 bash[24115]: cluster 2023-09-07T07:28:33.308481+0000 mon.smithi037 (mon.0) 621 : cluster 0 osdmap e32: 8 total, 7 up, 8 in 2023-09-07T07:28:34.629 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:34 smithi037 bash[24115]: audit 2023-09-07T07:28:33.309415+0000 mon.smithi037 (mon.0) 622 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-07T07:28:34.630 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:34 smithi037 bash[24115]: audit 2023-09-07T07:28:33.309908+0000 mon.smithi037 (mon.0) 623 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-07T07:28:34.630 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:34 smithi037 bash[24115]: audit 2023-09-07T07:28:33.310345+0000 mon.smithi037 (mon.0) 624 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-07T07:28:34.630 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:34 smithi037 bash[24115]: audit 2023-09-07T07:28:33.694387+0000 mon.smithi037 (mon.0) 625 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:28:34.630 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:34 smithi037 bash[24115]: audit 2023-09-07T07:28:33.867221+0000 mon.smithi037 (mon.0) 626 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:28:34.630 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:34 smithi037 bash[24115]: audit 2023-09-07T07:28:33.872810+0000 mon.smithi037 (mon.0) 627 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:28:34.660 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:34 smithi110 bash[31897]: cluster 2023-09-07T07:28:31.761353+0000 osd.6 (osd.6) 1 : cluster 0 purged_snaps scrub starts 2023-09-07T07:28:34.661 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:34 smithi110 bash[31897]: cluster 2023-09-07T07:28:31.761467+0000 osd.6 (osd.6) 2 : cluster 0 purged_snaps scrub ok 2023-09-07T07:28:34.661 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:34 smithi110 bash[31897]: cluster 2023-09-07T07:28:31.865294+0000 osd.5 (osd.5) 1 : cluster 0 purged_snaps scrub starts 2023-09-07T07:28:34.661 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:34 smithi110 bash[31897]: cluster 2023-09-07T07:28:31.865462+0000 osd.5 (osd.5) 2 : cluster 0 purged_snaps scrub ok 2023-09-07T07:28:34.661 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:34 smithi110 bash[31897]: cluster 2023-09-07T07:28:33.308348+0000 mon.smithi037 (mon.0) 619 : cluster 1 osd.6 [v2:172.21.15.110:6824/3704032109,v1:172.21.15.110:6825/3704032109] boot 2023-09-07T07:28:34.661 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:34 smithi110 bash[31897]: cluster 2023-09-07T07:28:33.308425+0000 mon.smithi037 (mon.0) 620 : cluster 1 osd.5 [v2:172.21.15.37:6818/1361732721,v1:172.21.15.37:6819/1361732721] boot 2023-09-07T07:28:34.662 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:34 smithi110 bash[31897]: cluster 2023-09-07T07:28:33.308481+0000 mon.smithi037 (mon.0) 621 : cluster 0 osdmap e32: 8 total, 7 up, 8 in 2023-09-07T07:28:34.662 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:34 smithi110 bash[31897]: audit 2023-09-07T07:28:33.309415+0000 mon.smithi037 (mon.0) 622 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-07T07:28:34.662 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:34 smithi110 bash[31897]: audit 2023-09-07T07:28:33.309908+0000 mon.smithi037 (mon.0) 623 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-07T07:28:34.662 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:34 smithi110 bash[31897]: audit 2023-09-07T07:28:33.310345+0000 mon.smithi037 (mon.0) 624 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-07T07:28:34.663 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:34 smithi110 bash[31897]: audit 2023-09-07T07:28:33.694387+0000 mon.smithi037 (mon.0) 625 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:28:34.663 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:34 smithi110 bash[31897]: audit 2023-09-07T07:28:33.867221+0000 mon.smithi037 (mon.0) 626 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:28:34.663 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:34 smithi110 bash[31897]: audit 2023-09-07T07:28:33.872810+0000 mon.smithi037 (mon.0) 627 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:28:36.797 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:36 smithi037 bash[24115]: cluster 2023-09-07T07:28:34.300024+0000 mgr.smithi037.ampdkg (mgr.14197) 127 : cluster 0 pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 189 MiB used, 626 GiB / 626 GiB avail 2023-09-07T07:28:36.797 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:36 smithi037 bash[24115]: audit 2023-09-07T07:28:34.679645+0000 mon.smithi037 (mon.0) 628 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:28:36.797 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:36 smithi037 bash[24115]: cluster 2023-09-07T07:28:34.701385+0000 mon.smithi037 (mon.0) 629 : cluster 0 osdmap e33: 8 total, 7 up, 8 in 2023-09-07T07:28:36.797 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:36 smithi037 bash[24115]: audit 2023-09-07T07:28:34.701725+0000 mon.smithi037 (mon.0) 630 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-07T07:28:36.798 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:36 smithi037 bash[24115]: audit 2023-09-07T07:28:35.622185+0000 mon.smithi037 (mon.0) 631 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:28:36.798 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:36 smithi037 bash[24115]: audit 2023-09-07T07:28:35.624327+0000 mon.smithi037 (mon.0) 632 : audit 1 from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-09-07T07:28:36.910 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:36 smithi110 bash[31897]: cluster 2023-09-07T07:28:34.300024+0000 mgr.smithi037.ampdkg (mgr.14197) 127 : cluster 0 pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 189 MiB used, 626 GiB / 626 GiB avail 2023-09-07T07:28:36.911 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:36 smithi110 bash[31897]: audit 2023-09-07T07:28:34.679645+0000 mon.smithi037 (mon.0) 628 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:28:36.911 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:36 smithi110 bash[31897]: cluster 2023-09-07T07:28:34.701385+0000 mon.smithi037 (mon.0) 629 : cluster 0 osdmap e33: 8 total, 7 up, 8 in 2023-09-07T07:28:36.911 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:36 smithi110 bash[31897]: audit 2023-09-07T07:28:34.701725+0000 mon.smithi037 (mon.0) 630 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-07T07:28:36.911 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:36 smithi110 bash[31897]: audit 2023-09-07T07:28:35.622185+0000 mon.smithi037 (mon.0) 631 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:28:36.911 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:36 smithi110 bash[31897]: audit 2023-09-07T07:28:35.624327+0000 mon.smithi037 (mon.0) 632 : audit 1 from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-09-07T07:28:37.712 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:37 smithi037 bash[24115]: cluster 2023-09-07T07:28:36.300482+0000 mgr.smithi037.ampdkg (mgr.14197) 128 : cluster 0 pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 189 MiB used, 626 GiB / 626 GiB avail 2023-09-07T07:28:37.712 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:37 smithi037 bash[24115]: audit 2023-09-07T07:28:36.564889+0000 mon.smithi037 (mon.0) 633 : audit 1 from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-09-07T07:28:37.712 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:37 smithi037 bash[24115]: audit 2023-09-07T07:28:36.565769+0000 mon.smithi037 (mon.0) 634 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "mon metadata", "id": "smithi037"}]: dispatch 2023-09-07T07:28:37.712 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:37 smithi037 bash[24115]: audit 2023-09-07T07:28:36.565984+0000 mon.smithi037 (mon.0) 635 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "mon metadata", "id": "smithi110"}]: dispatch 2023-09-07T07:28:37.713 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:37 smithi037 bash[24115]: audit 2023-09-07T07:28:36.595415+0000 mon.smithi037 (mon.0) 636 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:28:37.713 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:37 smithi037 bash[24115]: audit 2023-09-07T07:28:36.598483+0000 mon.smithi037 (mon.0) 637 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "mon metadata", "id": "smithi037"}]: dispatch 2023-09-07T07:28:37.713 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:37 smithi037 bash[24115]: audit 2023-09-07T07:28:36.598696+0000 mon.smithi037 (mon.0) 638 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "mon metadata", "id": "smithi110"}]: dispatch 2023-09-07T07:28:37.713 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:37 smithi037 bash[24115]: audit 2023-09-07T07:28:36.598863+0000 mon.smithi110 (mon.1) 18 : audit 1 from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-09-07T07:28:37.713 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:37 smithi037 bash[24115]: audit 2023-09-07T07:28:36.622168+0000 mon.smithi037 (mon.0) 639 : audit 1 from='osd.7 [v2:172.21.15.37:6826/373603897,v1:172.21.15.37:6827/373603897]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-09-07T07:28:37.714 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:37 smithi037 bash[24115]: audit 2023-09-07T07:28:37.477632+0000 mon.smithi110 (mon.1) 19 : audit 1 from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-09-07T07:28:37.714 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:37 smithi037 bash[24115]: audit 2023-09-07T07:28:37.509302+0000 mon.smithi037 (mon.0) 640 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:28:37.740 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/3e964040-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi037/config 2023-09-07T07:28:37.911 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:37 smithi110 bash[31897]: cluster 2023-09-07T07:28:36.300482+0000 mgr.smithi037.ampdkg (mgr.14197) 128 : cluster 0 pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 189 MiB used, 626 GiB / 626 GiB avail 2023-09-07T07:28:37.911 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:37 smithi110 bash[31897]: audit 2023-09-07T07:28:36.564889+0000 mon.smithi037 (mon.0) 633 : audit 1 from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-09-07T07:28:37.911 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:37 smithi110 bash[31897]: audit 2023-09-07T07:28:36.565769+0000 mon.smithi037 (mon.0) 634 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "mon metadata", "id": "smithi037"}]: dispatch 2023-09-07T07:28:37.911 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:37 smithi110 bash[31897]: audit 2023-09-07T07:28:36.565984+0000 mon.smithi037 (mon.0) 635 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "mon metadata", "id": "smithi110"}]: dispatch 2023-09-07T07:28:37.912 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:37 smithi110 bash[31897]: audit 2023-09-07T07:28:36.595415+0000 mon.smithi037 (mon.0) 636 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:28:37.912 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:37 smithi110 bash[31897]: audit 2023-09-07T07:28:36.598483+0000 mon.smithi037 (mon.0) 637 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "mon metadata", "id": "smithi037"}]: dispatch 2023-09-07T07:28:37.912 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:37 smithi110 bash[31897]: audit 2023-09-07T07:28:36.598696+0000 mon.smithi037 (mon.0) 638 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "mon metadata", "id": "smithi110"}]: dispatch 2023-09-07T07:28:37.912 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:37 smithi110 bash[31897]: audit 2023-09-07T07:28:36.598863+0000 mon.smithi110 (mon.1) 18 : audit 1 from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-09-07T07:28:37.912 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:37 smithi110 bash[31897]: audit 2023-09-07T07:28:36.622168+0000 mon.smithi037 (mon.0) 639 : audit 1 from='osd.7 [v2:172.21.15.37:6826/373603897,v1:172.21.15.37:6827/373603897]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-09-07T07:28:37.913 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:37 smithi110 bash[31897]: audit 2023-09-07T07:28:37.477632+0000 mon.smithi110 (mon.1) 19 : audit 1 from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-09-07T07:28:37.913 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:37 smithi110 bash[31897]: audit 2023-09-07T07:28:37.509302+0000 mon.smithi037 (mon.0) 640 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:28:38.627 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:38 smithi037 bash[24115]: audit 2023-09-07T07:28:37.602715+0000 mon.smithi037 (mon.0) 641 : audit 1 from='osd.7 [v2:172.21.15.37:6826/373603897,v1:172.21.15.37:6827/373603897]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-09-07T07:28:38.628 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:38 smithi037 bash[24115]: cluster 2023-09-07T07:28:37.602814+0000 mon.smithi037 (mon.0) 642 : cluster 0 osdmap e34: 8 total, 7 up, 8 in 2023-09-07T07:28:38.628 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:38 smithi037 bash[24115]: audit 2023-09-07T07:28:37.602988+0000 mon.smithi037 (mon.0) 643 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-07T07:28:38.628 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:38 smithi037 bash[24115]: audit 2023-09-07T07:28:37.603517+0000 mon.smithi037 (mon.0) 644 : audit 1 from='osd.7 [v2:172.21.15.37:6826/373603897,v1:172.21.15.37:6827/373603897]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi037", "root=default"]}]: dispatch 2023-09-07T07:28:38.628 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:38 smithi037 bash[24115]: audit 2023-09-07T07:28:38.361195+0000 mon.smithi037 (mon.0) 645 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:28:38.910 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:38 smithi110 bash[31897]: audit 2023-09-07T07:28:37.602715+0000 mon.smithi037 (mon.0) 641 : audit 1 from='osd.7 [v2:172.21.15.37:6826/373603897,v1:172.21.15.37:6827/373603897]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-09-07T07:28:38.910 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:38 smithi110 bash[31897]: cluster 2023-09-07T07:28:37.602814+0000 mon.smithi037 (mon.0) 642 : cluster 0 osdmap e34: 8 total, 7 up, 8 in 2023-09-07T07:28:38.911 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:38 smithi110 bash[31897]: audit 2023-09-07T07:28:37.602988+0000 mon.smithi037 (mon.0) 643 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-07T07:28:38.911 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:38 smithi110 bash[31897]: audit 2023-09-07T07:28:37.603517+0000 mon.smithi037 (mon.0) 644 : audit 1 from='osd.7 [v2:172.21.15.37:6826/373603897,v1:172.21.15.37:6827/373603897]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi037", "root=default"]}]: dispatch 2023-09-07T07:28:38.911 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:38 smithi110 bash[31897]: audit 2023-09-07T07:28:38.361195+0000 mon.smithi037 (mon.0) 645 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:28:39.910 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:39 smithi110 bash[31897]: cluster 2023-09-07T07:28:38.301052+0000 mgr.smithi037.ampdkg (mgr.14197) 129 : cluster 0 pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 188 MiB used, 626 GiB / 626 GiB avail; 9.0 KiB/s rd, 522 KiB/s wr, 31 op/s 2023-09-07T07:28:39.911 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:39 smithi110 bash[31897]: audit 2023-09-07T07:28:38.604080+0000 mon.smithi037 (mon.0) 646 : audit 1 from='osd.7 [v2:172.21.15.37:6826/373603897,v1:172.21.15.37:6827/373603897]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi037", "root=default"]}]': finished 2023-09-07T07:28:39.911 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:39 smithi110 bash[31897]: cluster 2023-09-07T07:28:38.604234+0000 mon.smithi037 (mon.0) 647 : cluster 0 osdmap e35: 8 total, 7 up, 8 in 2023-09-07T07:28:39.911 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:39 smithi110 bash[31897]: audit 2023-09-07T07:28:38.604959+0000 mon.smithi037 (mon.0) 648 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-07T07:28:39.911 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:39 smithi110 bash[31897]: audit 2023-09-07T07:28:38.612242+0000 mon.smithi037 (mon.0) 649 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-07T07:28:39.961 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:39 smithi037 bash[24115]: cluster 2023-09-07T07:28:38.301052+0000 mgr.smithi037.ampdkg (mgr.14197) 129 : cluster 0 pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 188 MiB used, 626 GiB / 626 GiB avail; 9.0 KiB/s rd, 522 KiB/s wr, 31 op/s 2023-09-07T07:28:39.961 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:39 smithi037 bash[24115]: audit 2023-09-07T07:28:38.604080+0000 mon.smithi037 (mon.0) 646 : audit 1 from='osd.7 [v2:172.21.15.37:6826/373603897,v1:172.21.15.37:6827/373603897]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi037", "root=default"]}]': finished 2023-09-07T07:28:39.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:39 smithi037 bash[24115]: cluster 2023-09-07T07:28:38.604234+0000 mon.smithi037 (mon.0) 647 : cluster 0 osdmap e35: 8 total, 7 up, 8 in 2023-09-07T07:28:39.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:39 smithi037 bash[24115]: audit 2023-09-07T07:28:38.604959+0000 mon.smithi037 (mon.0) 648 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-07T07:28:39.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:39 smithi037 bash[24115]: audit 2023-09-07T07:28:38.612242+0000 mon.smithi037 (mon.0) 649 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-07T07:28:40.910 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:40 smithi110 bash[31897]: cluster 2023-09-07T07:28:37.610403+0000 osd.7 (osd.7) 1 : cluster 0 purged_snaps scrub starts 2023-09-07T07:28:40.911 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:40 smithi110 bash[31897]: cluster 2023-09-07T07:28:37.610490+0000 osd.7 (osd.7) 2 : cluster 0 purged_snaps scrub ok 2023-09-07T07:28:40.911 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:40 smithi110 bash[31897]: cluster 2023-09-07T07:28:39.612313+0000 mon.smithi037 (mon.0) 650 : cluster 1 osd.7 [v2:172.21.15.37:6826/373603897,v1:172.21.15.37:6827/373603897] boot 2023-09-07T07:28:40.911 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:40 smithi110 bash[31897]: cluster 2023-09-07T07:28:39.612399+0000 mon.smithi037 (mon.0) 651 : cluster 0 osdmap e36: 8 total, 8 up, 8 in 2023-09-07T07:28:40.911 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:40 smithi110 bash[31897]: audit 2023-09-07T07:28:39.612836+0000 mon.smithi037 (mon.0) 652 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-07T07:28:40.911 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:40 smithi110 bash[31897]: audit 2023-09-07T07:28:40.424139+0000 mon.smithi037 (mon.0) 653 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:28:40.912 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:40 smithi110 bash[31897]: audit 2023-09-07T07:28:40.432103+0000 mon.smithi037 (mon.0) 654 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:28:40.912 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:40 smithi110 bash[31897]: audit 2023-09-07T07:28:40.544261+0000 mon.smithi037 (mon.0) 655 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:28:40.961 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:40 smithi037 bash[24115]: cluster 2023-09-07T07:28:37.610403+0000 osd.7 (osd.7) 1 : cluster 0 purged_snaps scrub starts 2023-09-07T07:28:40.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:40 smithi037 bash[24115]: cluster 2023-09-07T07:28:37.610490+0000 osd.7 (osd.7) 2 : cluster 0 purged_snaps scrub ok 2023-09-07T07:28:40.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:40 smithi037 bash[24115]: cluster 2023-09-07T07:28:39.612313+0000 mon.smithi037 (mon.0) 650 : cluster 1 osd.7 [v2:172.21.15.37:6826/373603897,v1:172.21.15.37:6827/373603897] boot 2023-09-07T07:28:40.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:40 smithi037 bash[24115]: cluster 2023-09-07T07:28:39.612399+0000 mon.smithi037 (mon.0) 651 : cluster 0 osdmap e36: 8 total, 8 up, 8 in 2023-09-07T07:28:40.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:40 smithi037 bash[24115]: audit 2023-09-07T07:28:39.612836+0000 mon.smithi037 (mon.0) 652 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-07T07:28:40.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:40 smithi037 bash[24115]: audit 2023-09-07T07:28:40.424139+0000 mon.smithi037 (mon.0) 653 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:28:40.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:40 smithi037 bash[24115]: audit 2023-09-07T07:28:40.432103+0000 mon.smithi037 (mon.0) 654 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:28:40.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:40 smithi037 bash[24115]: audit 2023-09-07T07:28:40.544261+0000 mon.smithi037 (mon.0) 655 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:28:41.467 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-09-07T07:28:41.910 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:41 smithi110 bash[31897]: cluster 2023-09-07T07:28:40.301729+0000 mgr.smithi037.ampdkg (mgr.14197) 130 : cluster 0 pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 188 MiB used, 626 GiB / 626 GiB avail; 9.6 KiB/s rd, 559 KiB/s wr, 34 op/s 2023-09-07T07:28:41.910 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:41 smithi110 bash[31897]: cluster 2023-09-07T07:28:40.628732+0000 mon.smithi037 (mon.0) 656 : cluster 0 osdmap e37: 8 total, 8 up, 8 in 2023-09-07T07:28:41.911 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:41 smithi110 bash[31897]: audit 2023-09-07T07:28:41.466056+0000 mon.smithi037 (mon.0) 657 : audit 0 from='client.? 172.21.15.37:0/2290592791' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-09-07T07:28:41.961 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:41 smithi037 bash[24115]: cluster 2023-09-07T07:28:40.301729+0000 mgr.smithi037.ampdkg (mgr.14197) 130 : cluster 0 pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 188 MiB used, 626 GiB / 626 GiB avail; 9.6 KiB/s rd, 559 KiB/s wr, 34 op/s 2023-09-07T07:28:41.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:41 smithi037 bash[24115]: cluster 2023-09-07T07:28:40.628732+0000 mon.smithi037 (mon.0) 656 : cluster 0 osdmap e37: 8 total, 8 up, 8 in 2023-09-07T07:28:41.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:41 smithi037 bash[24115]: audit 2023-09-07T07:28:41.466056+0000 mon.smithi037 (mon.0) 657 : audit 0 from='client.? 172.21.15.37:0/2290592791' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-09-07T07:28:42.173 INFO:teuthology.orchestra.run.smithi037.stdout:{"epoch":37,"num_osds":8,"num_up_osds":8,"osd_up_since":1694071719,"num_in_osds":8,"osd_in_since":1694071668,"num_remapped_pgs":1} 2023-09-07T07:28:42.174 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell --fsid 3e964040-4d4f-11ee-9ab5-7b867c8bd7da -- ceph osd dump --format=json 2023-09-07T07:28:42.911 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:42 smithi110 bash[31897]: cluster 2023-09-07T07:28:41.628184+0000 mon.smithi037 (mon.0) 658 : cluster 0 osdmap e38: 8 total, 8 up, 8 in 2023-09-07T07:28:42.911 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:42 smithi110 bash[31897]: cluster 2023-09-07T07:28:42.255223+0000 mon.smithi037 (mon.0) 659 : cluster 0 osdmap e39: 8 total, 8 up, 8 in 2023-09-07T07:28:42.920 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:42 smithi037 bash[24115]: cluster 2023-09-07T07:28:41.628184+0000 mon.smithi037 (mon.0) 658 : cluster 0 osdmap e38: 8 total, 8 up, 8 in 2023-09-07T07:28:42.920 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:42 smithi037 bash[24115]: cluster 2023-09-07T07:28:42.255223+0000 mon.smithi037 (mon.0) 659 : cluster 0 osdmap e39: 8 total, 8 up, 8 in 2023-09-07T07:28:43.910 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:43 smithi110 bash[31897]: cluster 2023-09-07T07:28:42.302322+0000 mgr.smithi037.ampdkg (mgr.14197) 131 : cluster 0 pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:28:43.911 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:43 smithi110 bash[31897]: cluster 2023-09-07T07:28:43.267981+0000 mon.smithi037 (mon.0) 660 : cluster 0 osdmap e40: 8 total, 8 up, 8 in 2023-09-07T07:28:43.961 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:43 smithi037 bash[24115]: cluster 2023-09-07T07:28:42.302322+0000 mgr.smithi037.ampdkg (mgr.14197) 131 : cluster 0 pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:28:43.961 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:43 smithi037 bash[24115]: cluster 2023-09-07T07:28:43.267981+0000 mon.smithi037 (mon.0) 660 : cluster 0 osdmap e40: 8 total, 8 up, 8 in 2023-09-07T07:28:45.910 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:45 smithi110 bash[31897]: cluster 2023-09-07T07:28:44.302943+0000 mgr.smithi037.ampdkg (mgr.14197) 132 : cluster 0 pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:28:45.961 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:45 smithi037 bash[24115]: cluster 2023-09-07T07:28:44.302943+0000 mgr.smithi037.ampdkg (mgr.14197) 132 : cluster 0 pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:28:46.745 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/3e964040-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi037/config 2023-09-07T07:28:47.529 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:47 smithi037 bash[24115]: audit 2023-09-07T07:28:46.235484+0000 mon.smithi037 (mon.0) 661 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:28:47.529 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:47 smithi037 bash[24115]: audit 2023-09-07T07:28:46.243026+0000 mon.smithi037 (mon.0) 662 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:28:47.529 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:47 smithi037 bash[24115]: cluster 2023-09-07T07:28:46.303537+0000 mgr.smithi037.ampdkg (mgr.14197) 133 : cluster 0 pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 3.2 KiB/s rd, 138 KiB/s wr, 9 op/s; 102 KiB/s, 0 objects/s recovering 2023-09-07T07:28:47.661 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:47 smithi110 bash[31897]: audit 2023-09-07T07:28:46.235484+0000 mon.smithi037 (mon.0) 661 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:28:47.661 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:47 smithi110 bash[31897]: audit 2023-09-07T07:28:46.243026+0000 mon.smithi037 (mon.0) 662 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:28:47.661 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:47 smithi110 bash[31897]: cluster 2023-09-07T07:28:46.303537+0000 mgr.smithi037.ampdkg (mgr.14197) 133 : cluster 0 pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 3.2 KiB/s rd, 138 KiB/s wr, 9 op/s; 102 KiB/s, 0 objects/s recovering 2023-09-07T07:28:48.661 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:48 smithi110 bash[31897]: audit 2023-09-07T07:28:47.244077+0000 mon.smithi037 (mon.0) 663 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:28:48.662 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:48 smithi110 bash[31897]: audit 2023-09-07T07:28:47.255161+0000 mon.smithi037 (mon.0) 664 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:28:48.711 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:48 smithi037 bash[24115]: audit 2023-09-07T07:28:47.244077+0000 mon.smithi037 (mon.0) 663 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:28:48.711 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:48 smithi037 bash[24115]: audit 2023-09-07T07:28:47.255161+0000 mon.smithi037 (mon.0) 664 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:28:49.461 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:49 smithi037 bash[24115]: cluster 2023-09-07T07:28:48.304084+0000 mgr.smithi037.ampdkg (mgr.14197) 134 : cluster 0 pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 2.7 KiB/s rd, 117 KiB/s wr, 8 op/s; 86 KiB/s, 0 objects/s recovering 2023-09-07T07:28:49.601 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-09-07T07:28:49.602 INFO:teuthology.orchestra.run.smithi037.stdout:{"epoch":40,"fsid":"3e964040-4d4f-11ee-9ab5-7b867c8bd7da","created":"2023-09-07T07:23:16.134394+0000","modified":"2023-09-07T07:28:43.256952+0000","last_up_change":"2023-09-07T07:28:39.606741+0000","last_in_change":"2023-09-07T07:27:48.242065+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":15,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"reef","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2023-09-07T07:28:24.867005+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"29","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_acting":7.8899998664855957,"score_stable":7.8899998664855957,"optimal_score":0.37999999523162842,"raw_score_acting":3,"raw_score_stable":3,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"8eb12554-a185-4a14-be8e-180197bc6869","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":38,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6800","nonce":3554464457},{"type":"v1","addr":"172.21.15.110:6801","nonce":3554464457}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6802","nonce":3554464457},{"type":"v1","addr":"172.21.15.110:6803","nonce":3554464457}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6806","nonce":3554464457},{"type":"v1","addr":"172.21.15.110:6807","nonce":3554464457}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6804","nonce":3554464457},{"type":"v1","addr":"172.21.15.110:6805","nonce":3554464457}]},"public_addr":"172.21.15.110:6801/3554464457","cluster_addr":"172.21.15.110:6803/3554464457","heartbeat_back_addr":"172.21.15.110:6807/3554464457","heartbeat_front_addr":"172.21.15.110:6805/3554464457","state":["exists","up"]},{"osd":1,"uuid":"d9ff04f6-4860-462f-8be9-5e0af575b0c9","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":27,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6802","nonce":2455860167},{"type":"v1","addr":"172.21.15.37:6803","nonce":2455860167}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6804","nonce":2455860167},{"type":"v1","addr":"172.21.15.37:6805","nonce":2455860167}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6808","nonce":2455860167},{"type":"v1","addr":"172.21.15.37:6809","nonce":2455860167}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6806","nonce":2455860167},{"type":"v1","addr":"172.21.15.37:6807","nonce":2455860167}]},"public_addr":"172.21.15.37:6803/2455860167","cluster_addr":"172.21.15.37:6805/2455860167","heartbeat_back_addr":"172.21.15.37:6809/2455860167","heartbeat_front_addr":"172.21.15.37:6807/2455860167","state":["exists","up"]},{"osd":2,"uuid":"881b20b1-1b77-47ba-820e-564256538f4b","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":22,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6808","nonce":756818852},{"type":"v1","addr":"172.21.15.110:6809","nonce":756818852}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6810","nonce":756818852},{"type":"v1","addr":"172.21.15.110:6811","nonce":756818852}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6814","nonce":756818852},{"type":"v1","addr":"172.21.15.110:6815","nonce":756818852}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6812","nonce":756818852},{"type":"v1","addr":"172.21.15.110:6813","nonce":756818852}]},"public_addr":"172.21.15.110:6809/756818852","cluster_addr":"172.21.15.110:6811/756818852","heartbeat_back_addr":"172.21.15.110:6815/756818852","heartbeat_front_addr":"172.21.15.110:6813/756818852","state":["exists","up"]},{"osd":3,"uuid":"0449e1a5-24af-46ad-8189-d3fc615d2432","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6810","nonce":989928699},{"type":"v1","addr":"172.21.15.37:6811","nonce":989928699}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6812","nonce":989928699},{"type":"v1","addr":"172.21.15.37:6813","nonce":989928699}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6816","nonce":989928699},{"type":"v1","addr":"172.21.15.37:6817","nonce":989928699}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6814","nonce":989928699},{"type":"v1","addr":"172.21.15.37:6815","nonce":989928699}]},"public_addr":"172.21.15.37:6811/989928699","cluster_addr":"172.21.15.37:6813/989928699","heartbeat_back_addr":"172.21.15.37:6817/989928699","heartbeat_front_addr":"172.21.15.37:6815/989928699","state":["exists","up"]},{"osd":4,"uuid":"fc3db1be-096e-4107-b110-fa51df498c39","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":27,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6816","nonce":349425240},{"type":"v1","addr":"172.21.15.110:6817","nonce":349425240}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6818","nonce":349425240},{"type":"v1","addr":"172.21.15.110:6819","nonce":349425240}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6822","nonce":349425240},{"type":"v1","addr":"172.21.15.110:6823","nonce":349425240}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6820","nonce":349425240},{"type":"v1","addr":"172.21.15.110:6821","nonce":349425240}]},"public_addr":"172.21.15.110:6817/349425240","cluster_addr":"172.21.15.110:6819/349425240","heartbeat_back_addr":"172.21.15.110:6823/349425240","heartbeat_front_addr":"172.21.15.110:6821/349425240","state":["exists","up"]},{"osd":5,"uuid":"d98f4cda-48e0-435e-bdf0-4c6dc18ff321","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":32,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6818","nonce":1361732721},{"type":"v1","addr":"172.21.15.37:6819","nonce":1361732721}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6820","nonce":1361732721},{"type":"v1","addr":"172.21.15.37:6821","nonce":1361732721}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6824","nonce":1361732721},{"type":"v1","addr":"172.21.15.37:6825","nonce":1361732721}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6822","nonce":1361732721},{"type":"v1","addr":"172.21.15.37:6823","nonce":1361732721}]},"public_addr":"172.21.15.37:6819/1361732721","cluster_addr":"172.21.15.37:6821/1361732721","heartbeat_back_addr":"172.21.15.37:6825/1361732721","heartbeat_front_addr":"172.21.15.37:6823/1361732721","state":["exists","up"]},{"osd":6,"uuid":"bb168cf2-4c4c-43a0-aec8-b072861037a6","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":32,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6824","nonce":3704032109},{"type":"v1","addr":"172.21.15.110:6825","nonce":3704032109}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6826","nonce":3704032109},{"type":"v1","addr":"172.21.15.110:6827","nonce":3704032109}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6830","nonce":3704032109},{"type":"v1","addr":"172.21.15.110:6831","nonce":3704032109}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6828","nonce":3704032109},{"type":"v1","addr":"172.21.15.110:6829","nonce":3704032109}]},"public_addr":"172.21.15.110:6825/3704032109","cluster_addr":"172.21.15.110:6827/3704032109","heartbeat_back_addr":"172.21.15.110:6831/3704032109","heartbeat_front_addr":"172.21.15.110:6829/3704032109","state":["exists","up"]},{"osd":7,"uuid":"a10ff541-ef37-4d0b-8357-84194f432bf0","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":36,"up_thru":39,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6826","nonce":373603897},{"type":"v1","addr":"172.21.15.37:6827","nonce":373603897}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6828","nonce":373603897},{"type":"v1","addr":"172.21.15.37:6829","nonce":373603897}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6832","nonce":373603897},{"type":"v1","addr":"172.21.15.37:6833","nonce":373603897}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6830","nonce":373603897},{"type":"v1","addr":"172.21.15.37:6831","nonce":373603897}]},"public_addr":"172.21.15.37:6827/373603897","cluster_addr":"172.21.15.37:6829/373603897","heartbeat_back_addr":"172.21.15.37:6833/373603897","heartbeat_front_addr":"172.21.15.37:6831/373603897","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-09-07T07:28:14.604324+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-09-07T07:28:18.895259+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-09-07T07:28:20.679895+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-09-07T07:28:25.419694+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-09-07T07:28:26.901446+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-09-07T07:28:31.865471+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-09-07T07:28:31.761472+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-09-07T07:28:37.610494+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.37:0/1873202313":"2023-09-08T07:26:08.259893+0000","172.21.15.37:6800/2336707882":"2023-09-08T07:26:08.259893+0000","172.21.15.37:0/48663519":"2023-09-08T07:24:36.728265+0000","172.21.15.37:0/2949777885":"2023-09-08T07:26:08.259893+0000","172.21.15.37:6800/2326550492":"2023-09-08T07:24:36.728265+0000","172.21.15.37:0/199254181":"2023-09-08T07:26:08.259893+0000","172.21.15.37:6801/2326550492":"2023-09-08T07:24:36.728265+0000","172.21.15.37:0/3069410489":"2023-09-08T07:24:36.728265+0000","172.21.15.37:0/617356802":"2023-09-08T07:23:48.916268+0000","172.21.15.37:0/55786279":"2023-09-08T07:23:48.916268+0000","172.21.15.37:0/413322083":"2023-09-08T07:23:48.916268+0000","172.21.15.37:6801/2336707882":"2023-09-08T07:26:08.259893+0000","172.21.15.37:6800/2737121140":"2023-09-08T07:23:48.916268+0000","172.21.15.37:6801/2737121140":"2023-09-08T07:23:48.916268+0000","172.21.15.37:0/826056801":"2023-09-08T07:24:36.728265+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2023-09-07T07:28:49.660 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:49 smithi110 bash[31897]: cluster 2023-09-07T07:28:48.304084+0000 mgr.smithi037.ampdkg (mgr.14197) 134 : cluster 0 pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 2.7 KiB/s rd, 117 KiB/s wr, 8 op/s; 86 KiB/s, 0 objects/s recovering 2023-09-07T07:28:50.252 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2023-09-07T07:28:24.867005+0000', 'flags': 1, 'flags_names': 'hashpspool', 'type': 1, 'size': 3, 'min_size': 2, 'crush_rule': 0, 'peering_crush_bucket_count': 0, 'peering_crush_bucket_target': 0, 'peering_crush_bucket_barrier': 0, 'peering_crush_bucket_mandatory_member': 2147483647, 'object_hash': 2, 'pg_autoscale_mode': 'off', 'pg_num': 1, 'pg_placement_num': 1, 'pg_placement_num_target': 1, 'pg_num_target': 1, 'pg_num_pending': 1, 'last_pg_merge_meta': {'source_pgid': '0.0', 'ready_epoch': 0, 'last_epoch_started': 0, 'last_epoch_clean': 0, 'source_version': "0'0", 'target_version': "0'0"}, 'last_change': '29', 'last_force_op_resend': '0', 'last_force_op_resend_prenautilus': '0', 'last_force_op_resend_preluminous': '0', 'auid': 0, 'snap_mode': 'selfmanaged', 'snap_seq': 0, 'snap_epoch': 0, 'pool_snaps': [], 'removed_snaps': '[]', 'quota_max_bytes': 0, 'quota_max_objects': 0, 'tiers': [], 'tier_of': -1, 'read_tier': -1, 'write_tier': -1, 'cache_mode': 'none', 'target_max_bytes': 0, 'target_max_objects': 0, 'cache_target_dirty_ratio_micro': 400000, 'cache_target_dirty_high_ratio_micro': 600000, 'cache_target_full_ratio_micro': 800000, 'cache_min_flush_age': 0, 'cache_min_evict_age': 0, 'erasure_code_profile': '', 'hit_set_params': {'type': 'none'}, 'hit_set_period': 0, 'hit_set_count': 0, 'use_gmt_hitset': True, 'min_read_recency_for_promote': 0, 'min_write_recency_for_promote': 0, 'hit_set_grade_decay_rate': 0, 'hit_set_search_last_n': 0, 'grade_table': [], 'stripe_width': 0, 'expected_num_objects': 0, 'fast_read': False, 'options': {'pg_num_max': 32, 'pg_num_min': 1}, 'application_metadata': {'mgr': {}}, 'read_balance': {'score_acting': 7.889999866485596, 'score_stable': 7.889999866485596, 'optimal_score': 0.3799999952316284, 'raw_score_acting': 3, 'raw_score_stable': 3, 'primary_affinity_weighted': 1, 'average_primary_affinity': 1, 'average_primary_affinity_weighted': 1}}] 2023-09-07T07:28:50.253 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell --fsid 3e964040-4d4f-11ee-9ab5-7b867c8bd7da -- ceph osd pool get .mgr pg_num 2023-09-07T07:28:50.660 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:50 smithi110 bash[31897]: audit 2023-09-07T07:28:49.598488+0000 mon.smithi037 (mon.0) 665 : audit 0 from='client.? 172.21.15.37:0/631780368' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-09-07T07:28:50.712 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:50 smithi037 bash[24115]: audit 2023-09-07T07:28:49.598488+0000 mon.smithi037 (mon.0) 665 : audit 0 from='client.? 172.21.15.37:0/631780368' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-09-07T07:28:51.654 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:51 smithi110 bash[31897]: cluster 2023-09-07T07:28:50.304624+0000 mgr.smithi037.ampdkg (mgr.14197) 135 : cluster 0 pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 2.2 KiB/s rd, 97 KiB/s wr, 6 op/s; 72 KiB/s, 0 objects/s recovering 2023-09-07T07:28:51.711 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:51 smithi037 bash[24115]: cluster 2023-09-07T07:28:50.304624+0000 mgr.smithi037.ampdkg (mgr.14197) 135 : cluster 0 pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 2.2 KiB/s rd, 97 KiB/s wr, 6 op/s; 72 KiB/s, 0 objects/s recovering 2023-09-07T07:28:53.410 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:53 smithi110 bash[31897]: cluster 2023-09-07T07:28:52.305292+0000 mgr.smithi037.ampdkg (mgr.14197) 136 : cluster 0 pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 1.8 KiB/s rd, 78 KiB/s wr, 5 op/s; 58 KiB/s, 0 objects/s recovering 2023-09-07T07:28:53.461 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:53 smithi037 bash[24115]: cluster 2023-09-07T07:28:52.305292+0000 mgr.smithi037.ampdkg (mgr.14197) 136 : cluster 0 pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 1.8 KiB/s rd, 78 KiB/s wr, 5 op/s; 58 KiB/s, 0 objects/s recovering 2023-09-07T07:28:54.554 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:54 smithi037 bash[24115]: audit 2023-09-07T07:28:53.361228+0000 mon.smithi037 (mon.0) 666 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:28:54.554 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:54 smithi110 bash[31897]: audit 2023-09-07T07:28:53.361228+0000 mon.smithi037 (mon.0) 666 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:28:54.918 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/3e964040-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi037/config 2023-09-07T07:28:55.660 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:55 smithi110 bash[31897]: cluster 2023-09-07T07:28:54.305819+0000 mgr.smithi037.ampdkg (mgr.14197) 137 : cluster 0 pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 1.6 KiB/s rd, 71 KiB/s wr, 5 op/s; 52 KiB/s, 0 objects/s recovering 2023-09-07T07:28:55.711 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:55 smithi037 bash[24115]: cluster 2023-09-07T07:28:54.305819+0000 mgr.smithi037.ampdkg (mgr.14197) 137 : cluster 0 pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 1.6 KiB/s rd, 71 KiB/s wr, 5 op/s; 52 KiB/s, 0 objects/s recovering 2023-09-07T07:28:57.660 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:57 smithi110 bash[31897]: cluster 2023-09-07T07:28:56.306496+0000 mgr.smithi037.ampdkg (mgr.14197) 138 : cluster 0 pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s rd, 65 KiB/s wr, 4 op/s; 48 KiB/s, 0 objects/s recovering 2023-09-07T07:28:57.711 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:57 smithi037 bash[24115]: cluster 2023-09-07T07:28:56.306496+0000 mgr.smithi037.ampdkg (mgr.14197) 138 : cluster 0 pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s rd, 65 KiB/s wr, 4 op/s; 48 KiB/s, 0 objects/s recovering 2023-09-07T07:28:57.808 INFO:teuthology.orchestra.run.smithi037.stdout:pg_num: 1 2023-09-07T07:28:58.459 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:58 smithi037 bash[24115]: audit 2023-09-07T07:28:57.806917+0000 mon.smithi037 (mon.0) 667 : audit 0 from='client.? 172.21.15.37:0/1115389453' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2023-09-07T07:28:58.460 INFO:tasks.cephadm:Setting up client nodes... 2023-09-07T07:28:58.461 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e964040-4d4f-11ee-9ab5-7b867c8bd7da -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2023-09-07T07:28:58.660 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:58 smithi110 bash[31897]: audit 2023-09-07T07:28:57.806917+0000 mon.smithi037 (mon.0) 667 : audit 0 from='client.? 172.21.15.37:0/1115389453' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2023-09-07T07:28:59.910 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:59 smithi110 bash[31897]: cluster 2023-09-07T07:28:58.307038+0000 mgr.smithi037.ampdkg (mgr.14197) 139 : cluster 0 pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:28:59.911 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:59 smithi110 bash[31897]: cephadm 2023-09-07T07:28:58.474541+0000 mgr.smithi037.ampdkg (mgr.14197) 140 : cephadm 1 Detected new or changed devices on smithi110 2023-09-07T07:28:59.911 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:59 smithi110 bash[31897]: audit 2023-09-07T07:28:58.484186+0000 mon.smithi037 (mon.0) 668 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:28:59.911 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:59 smithi110 bash[31897]: audit 2023-09-07T07:28:58.492493+0000 mon.smithi037 (mon.0) 669 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:28:59.911 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:59 smithi110 bash[31897]: audit 2023-09-07T07:28:58.494579+0000 mon.smithi037 (mon.0) 670 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-09-07T07:28:59.912 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:59 smithi110 bash[31897]: audit 2023-09-07T07:28:58.495950+0000 mon.smithi037 (mon.0) 671 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-09-07T07:28:59.912 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:59 smithi110 bash[31897]: audit 2023-09-07T07:28:58.497330+0000 mon.smithi037 (mon.0) 672 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-09-07T07:28:59.912 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:59 smithi110 bash[31897]: audit 2023-09-07T07:28:58.498610+0000 mon.smithi037 (mon.0) 673 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-09-07T07:28:59.912 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:59 smithi110 bash[31897]: cephadm 2023-09-07T07:28:58.499529+0000 mgr.smithi037.ampdkg (mgr.14197) 141 : cephadm 1 Adjusting osd_memory_target on smithi110 to 3772M 2023-09-07T07:28:59.912 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:28:59 smithi110 bash[31897]: audit 2023-09-07T07:28:58.508095+0000 mon.smithi037 (mon.0) 674 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:28:59.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:59 smithi037 bash[24115]: cluster 2023-09-07T07:28:58.307038+0000 mgr.smithi037.ampdkg (mgr.14197) 139 : cluster 0 pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:28:59.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:59 smithi037 bash[24115]: cephadm 2023-09-07T07:28:58.474541+0000 mgr.smithi037.ampdkg (mgr.14197) 140 : cephadm 1 Detected new or changed devices on smithi110 2023-09-07T07:28:59.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:59 smithi037 bash[24115]: audit 2023-09-07T07:28:58.484186+0000 mon.smithi037 (mon.0) 668 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:28:59.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:59 smithi037 bash[24115]: audit 2023-09-07T07:28:58.492493+0000 mon.smithi037 (mon.0) 669 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:28:59.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:59 smithi037 bash[24115]: audit 2023-09-07T07:28:58.494579+0000 mon.smithi037 (mon.0) 670 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-09-07T07:28:59.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:59 smithi037 bash[24115]: audit 2023-09-07T07:28:58.495950+0000 mon.smithi037 (mon.0) 671 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-09-07T07:28:59.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:59 smithi037 bash[24115]: audit 2023-09-07T07:28:58.497330+0000 mon.smithi037 (mon.0) 672 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-09-07T07:28:59.964 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:59 smithi037 bash[24115]: audit 2023-09-07T07:28:58.498610+0000 mon.smithi037 (mon.0) 673 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-09-07T07:28:59.964 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:59 smithi037 bash[24115]: cephadm 2023-09-07T07:28:58.499529+0000 mgr.smithi037.ampdkg (mgr.14197) 141 : cephadm 1 Adjusting osd_memory_target on smithi110 to 3772M 2023-09-07T07:28:59.964 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:28:59 smithi037 bash[24115]: audit 2023-09-07T07:28:58.508095+0000 mon.smithi037 (mon.0) 674 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:29:00.911 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:29:00 smithi110 bash[31897]: cephadm 2023-09-07T07:28:59.469080+0000 mgr.smithi037.ampdkg (mgr.14197) 142 : cephadm 1 Detected new or changed devices on smithi037 2023-09-07T07:29:00.911 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:29:00 smithi110 bash[31897]: audit 2023-09-07T07:28:59.480953+0000 mon.smithi037 (mon.0) 675 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:29:00.911 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:29:00 smithi110 bash[31897]: audit 2023-09-07T07:28:59.493749+0000 mon.smithi037 (mon.0) 676 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:29:00.911 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:29:00 smithi110 bash[31897]: audit 2023-09-07T07:28:59.496112+0000 mon.smithi037 (mon.0) 677 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-09-07T07:29:00.912 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:29:00 smithi110 bash[31897]: audit 2023-09-07T07:28:59.497530+0000 mon.smithi037 (mon.0) 678 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-09-07T07:29:00.912 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:29:00 smithi110 bash[31897]: audit 2023-09-07T07:28:59.498755+0000 mon.smithi037 (mon.0) 679 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-09-07T07:29:00.912 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:29:00 smithi110 bash[31897]: audit 2023-09-07T07:28:59.499907+0000 mon.smithi037 (mon.0) 680 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-09-07T07:29:00.912 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:29:00 smithi110 bash[31897]: cephadm 2023-09-07T07:28:59.500919+0000 mgr.smithi037.ampdkg (mgr.14197) 143 : cephadm 1 Adjusting osd_memory_target on smithi037 to 3005M 2023-09-07T07:29:00.912 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:29:00 smithi110 bash[31897]: audit 2023-09-07T07:28:59.508183+0000 mon.smithi037 (mon.0) 681 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:29:00.913 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:29:00 smithi110 bash[31897]: audit 2023-09-07T07:28:59.509965+0000 mon.smithi037 (mon.0) 682 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:29:00.913 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:29:00 smithi110 bash[31897]: audit 2023-09-07T07:28:59.511261+0000 mon.smithi037 (mon.0) 683 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-07T07:29:00.913 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:29:00 smithi110 bash[31897]: audit 2023-09-07T07:28:59.519671+0000 mon.smithi037 (mon.0) 684 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:29:00.913 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:29:00 smithi110 bash[31897]: audit 2023-09-07T07:28:59.525908+0000 mon.smithi037 (mon.0) 685 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-07T07:29:00.913 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:29:00 smithi110 bash[31897]: audit 2023-09-07T07:28:59.534711+0000 mon.smithi037 (mon.0) 686 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-09-07T07:29:00.914 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:29:00 smithi110 bash[31897]: audit 2023-09-07T07:28:59.535717+0000 mon.smithi037 (mon.0) 687 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:29:00.914 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:29:00 smithi110 bash[31897]: audit 2023-09-07T07:28:59.542442+0000 mon.smithi037 (mon.0) 688 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-09-07T07:29:00.914 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:29:00 smithi110 bash[31897]: audit 2023-09-07T07:28:59.543759+0000 mon.smithi037 (mon.0) 689 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:29:00.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:29:00 smithi037 bash[24115]: cephadm 2023-09-07T07:28:59.469080+0000 mgr.smithi037.ampdkg (mgr.14197) 142 : cephadm 1 Detected new or changed devices on smithi037 2023-09-07T07:29:00.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:29:00 smithi037 bash[24115]: audit 2023-09-07T07:28:59.480953+0000 mon.smithi037 (mon.0) 675 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:29:00.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:29:00 smithi037 bash[24115]: audit 2023-09-07T07:28:59.493749+0000 mon.smithi037 (mon.0) 676 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:29:00.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:29:00 smithi037 bash[24115]: audit 2023-09-07T07:28:59.496112+0000 mon.smithi037 (mon.0) 677 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-09-07T07:29:00.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:29:00 smithi037 bash[24115]: audit 2023-09-07T07:28:59.497530+0000 mon.smithi037 (mon.0) 678 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-09-07T07:29:00.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:29:00 smithi037 bash[24115]: audit 2023-09-07T07:28:59.498755+0000 mon.smithi037 (mon.0) 679 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-09-07T07:29:00.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:29:00 smithi037 bash[24115]: audit 2023-09-07T07:28:59.499907+0000 mon.smithi037 (mon.0) 680 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-09-07T07:29:00.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:29:00 smithi037 bash[24115]: cephadm 2023-09-07T07:28:59.500919+0000 mgr.smithi037.ampdkg (mgr.14197) 143 : cephadm 1 Adjusting osd_memory_target on smithi037 to 3005M 2023-09-07T07:29:00.964 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:29:00 smithi037 bash[24115]: audit 2023-09-07T07:28:59.508183+0000 mon.smithi037 (mon.0) 681 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:29:00.964 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:29:00 smithi037 bash[24115]: audit 2023-09-07T07:28:59.509965+0000 mon.smithi037 (mon.0) 682 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:29:00.964 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:29:00 smithi037 bash[24115]: audit 2023-09-07T07:28:59.511261+0000 mon.smithi037 (mon.0) 683 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-07T07:29:00.964 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:29:00 smithi037 bash[24115]: audit 2023-09-07T07:28:59.519671+0000 mon.smithi037 (mon.0) 684 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:29:00.964 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:29:00 smithi037 bash[24115]: audit 2023-09-07T07:28:59.525908+0000 mon.smithi037 (mon.0) 685 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-07T07:29:00.965 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:29:00 smithi037 bash[24115]: audit 2023-09-07T07:28:59.534711+0000 mon.smithi037 (mon.0) 686 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-09-07T07:29:00.965 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:29:00 smithi037 bash[24115]: audit 2023-09-07T07:28:59.535717+0000 mon.smithi037 (mon.0) 687 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:29:00.965 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:29:00 smithi037 bash[24115]: audit 2023-09-07T07:28:59.542442+0000 mon.smithi037 (mon.0) 688 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-09-07T07:29:00.965 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:29:00 smithi037 bash[24115]: audit 2023-09-07T07:28:59.543759+0000 mon.smithi037 (mon.0) 689 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:29:01.910 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:29:01 smithi110 bash[31897]: cluster 2023-09-07T07:29:00.307619+0000 mgr.smithi037.ampdkg (mgr.14197) 144 : cluster 0 pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:29:01.961 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:29:01 smithi037 bash[24115]: cluster 2023-09-07T07:29:00.307619+0000 mgr.smithi037.ampdkg (mgr.14197) 144 : cluster 0 pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:29:03.223 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/3e964040-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi037/config 2023-09-07T07:29:03.461 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:29:03 smithi037 bash[24115]: cluster 2023-09-07T07:29:02.308239+0000 mgr.smithi037.ampdkg (mgr.14197) 145 : cluster 0 pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:29:03.661 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:29:03 smithi110 bash[31897]: cluster 2023-09-07T07:29:02.308239+0000 mgr.smithi037.ampdkg (mgr.14197) 145 : cluster 0 pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:29:05.615 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:29:05 smithi037 bash[24115]: cluster 2023-09-07T07:29:04.308727+0000 mgr.smithi037.ampdkg (mgr.14197) 146 : cluster 0 pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:29:05.661 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:29:05 smithi110 bash[31897]: cluster 2023-09-07T07:29:04.308727+0000 mgr.smithi037.ampdkg (mgr.14197) 146 : cluster 0 pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:29:07.369 INFO:teuthology.orchestra.run.smithi037.stdout:[client.0] 2023-09-07T07:29:07.369 INFO:teuthology.orchestra.run.smithi037.stdout: key = AQDDe/lkr8qNFRAAOpaxZVAKyMk+OyM4o7pDeg== 2023-09-07T07:29:07.660 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:29:07 smithi110 bash[31897]: cluster 2023-09-07T07:29:06.309408+0000 mgr.smithi037.ampdkg (mgr.14197) 147 : cluster 0 pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:29:07.661 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:29:07 smithi110 bash[31897]: audit 2023-09-07T07:29:07.361406+0000 mon.smithi037 (mon.0) 690 : audit 1 from='client.? 172.21.15.37:0/3080001978' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-09-07T07:29:07.711 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:29:07 smithi037 bash[24115]: cluster 2023-09-07T07:29:06.309408+0000 mgr.smithi037.ampdkg (mgr.14197) 147 : cluster 0 pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:29:07.711 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:29:07 smithi037 bash[24115]: audit 2023-09-07T07:29:07.361406+0000 mon.smithi037 (mon.0) 690 : audit 1 from='client.? 172.21.15.37:0/3080001978' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-09-07T07:29:08.373 DEBUG:teuthology.orchestra.run.smithi037:> set -ex 2023-09-07T07:29:08.374 DEBUG:teuthology.orchestra.run.smithi037:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2023-09-07T07:29:08.374 DEBUG:teuthology.orchestra.run.smithi037:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2023-09-07T07:29:08.395 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e964040-4d4f-11ee-9ab5-7b867c8bd7da -- ceph auth get-or-create client.1 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2023-09-07T07:29:08.660 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:29:08 smithi110 bash[31897]: audit 2023-09-07T07:29:07.367975+0000 mon.smithi037 (mon.0) 691 : audit 1 from='client.? 172.21.15.37:0/3080001978' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-09-07T07:29:08.661 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:29:08 smithi110 bash[31897]: audit 2023-09-07T07:29:08.362634+0000 mon.smithi037 (mon.0) 692 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:29:08.711 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:29:08 smithi037 bash[24115]: audit 2023-09-07T07:29:07.367975+0000 mon.smithi037 (mon.0) 691 : audit 1 from='client.? 172.21.15.37:0/3080001978' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-09-07T07:29:08.711 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:29:08 smithi037 bash[24115]: audit 2023-09-07T07:29:08.362634+0000 mon.smithi037 (mon.0) 692 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:29:09.660 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:29:09 smithi110 bash[31897]: cluster 2023-09-07T07:29:08.309828+0000 mgr.smithi037.ampdkg (mgr.14197) 148 : cluster 0 pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:29:09.711 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:29:09 smithi037 bash[24115]: cluster 2023-09-07T07:29:08.309828+0000 mgr.smithi037.ampdkg (mgr.14197) 148 : cluster 0 pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:29:11.660 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:29:11 smithi110 bash[31897]: cluster 2023-09-07T07:29:10.310265+0000 mgr.smithi037.ampdkg (mgr.14197) 149 : cluster 0 pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:29:11.711 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:29:11 smithi037 bash[24115]: cluster 2023-09-07T07:29:10.310265+0000 mgr.smithi037.ampdkg (mgr.14197) 149 : cluster 0 pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:29:13.122 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /var/lib/ceph/3e964040-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi110/config 2023-09-07T07:29:13.410 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:29:13 smithi110 bash[31897]: cluster 2023-09-07T07:29:12.310792+0000 mgr.smithi037.ampdkg (mgr.14197) 150 : cluster 0 pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:29:13.445 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:29:13 smithi037 bash[24115]: cluster 2023-09-07T07:29:12.310792+0000 mgr.smithi037.ampdkg (mgr.14197) 150 : cluster 0 pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:29:15.660 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:29:15 smithi110 bash[31897]: cluster 2023-09-07T07:29:14.311417+0000 mgr.smithi037.ampdkg (mgr.14197) 151 : cluster 0 pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:29:15.702 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:29:15 smithi037 bash[24115]: cluster 2023-09-07T07:29:14.311417+0000 mgr.smithi037.ampdkg (mgr.14197) 151 : cluster 0 pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:29:17.660 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:29:17 smithi110 bash[31897]: cluster 2023-09-07T07:29:16.312039+0000 mgr.smithi037.ampdkg (mgr.14197) 152 : cluster 0 pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:29:17.711 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:29:17 smithi037 bash[24115]: cluster 2023-09-07T07:29:16.312039+0000 mgr.smithi037.ampdkg (mgr.14197) 152 : cluster 0 pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:29:17.795 INFO:teuthology.orchestra.run.smithi110.stdout:[client.1] 2023-09-07T07:29:17.795 INFO:teuthology.orchestra.run.smithi110.stdout: key = AQDNe/lkRivQLhAAARZLIr+/cMJnmPVwMFA9Ng== 2023-09-07T07:29:18.461 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:29:18 smithi037 bash[24115]: audit 2023-09-07T07:29:17.784964+0000 mon.smithi110 (mon.1) 20 : audit 1 from='client.? 172.21.15.110:0/3064874433' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-09-07T07:29:18.461 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:29:18 smithi037 bash[24115]: audit 2023-09-07T07:29:17.785198+0000 mon.smithi037 (mon.0) 693 : audit 1 from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-09-07T07:29:18.462 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:29:18 smithi037 bash[24115]: audit 2023-09-07T07:29:17.793460+0000 mon.smithi037 (mon.0) 694 : audit 1 from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-09-07T07:29:18.501 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:29:18 smithi110 bash[31897]: audit 2023-09-07T07:29:17.784964+0000 mon.smithi110 (mon.1) 20 : audit 1 from='client.? 172.21.15.110:0/3064874433' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-09-07T07:29:18.502 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:29:18 smithi110 bash[31897]: audit 2023-09-07T07:29:17.785198+0000 mon.smithi037 (mon.0) 693 : audit 1 from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-09-07T07:29:18.502 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:29:18 smithi110 bash[31897]: audit 2023-09-07T07:29:17.793460+0000 mon.smithi037 (mon.0) 694 : audit 1 from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-09-07T07:29:18.810 DEBUG:teuthology.orchestra.run.smithi110:> set -ex 2023-09-07T07:29:18.811 DEBUG:teuthology.orchestra.run.smithi110:> sudo dd of=/etc/ceph/ceph.client.1.keyring 2023-09-07T07:29:18.811 DEBUG:teuthology.orchestra.run.smithi110:> sudo chmod 0644 /etc/ceph/ceph.client.1.keyring 2023-09-07T07:29:18.832 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2023-09-07T07:29:18.833 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2023-09-07T07:29:18.834 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell --fsid 3e964040-4d4f-11ee-9ab5-7b867c8bd7da -- ceph mgr dump --format=json 2023-09-07T07:29:19.660 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:29:19 smithi110 bash[31897]: cluster 2023-09-07T07:29:18.312665+0000 mgr.smithi037.ampdkg (mgr.14197) 153 : cluster 0 pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:29:19.711 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:29:19 smithi037 bash[24115]: cluster 2023-09-07T07:29:18.312665+0000 mgr.smithi037.ampdkg (mgr.14197) 153 : cluster 0 pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:29:21.660 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:29:21 smithi110 bash[31897]: cluster 2023-09-07T07:29:20.313277+0000 mgr.smithi037.ampdkg (mgr.14197) 154 : cluster 0 pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:29:21.711 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:29:21 smithi037 bash[24115]: cluster 2023-09-07T07:29:20.313277+0000 mgr.smithi037.ampdkg (mgr.14197) 154 : cluster 0 pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:29:23.461 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:29:23 smithi037 bash[24115]: cluster 2023-09-07T07:29:22.313964+0000 mgr.smithi037.ampdkg (mgr.14197) 155 : cluster 0 pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:29:23.591 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/3e964040-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi037/config 2023-09-07T07:29:23.660 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:29:23 smithi110 bash[31897]: cluster 2023-09-07T07:29:22.313964+0000 mgr.smithi037.ampdkg (mgr.14197) 155 : cluster 0 pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:29:24.608 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:29:24 smithi110 bash[31897]: audit 2023-09-07T07:29:23.363188+0000 mon.smithi037 (mon.0) 695 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:29:24.711 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:29:24 smithi037 bash[24115]: audit 2023-09-07T07:29:23.363188+0000 mon.smithi037 (mon.0) 695 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:29:25.397 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:29:25 smithi037 bash[24115]: cluster 2023-09-07T07:29:24.314618+0000 mgr.smithi037.ampdkg (mgr.14197) 156 : cluster 0 pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:29:25.559 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:29:25 smithi110 bash[31897]: cluster 2023-09-07T07:29:24.314618+0000 mgr.smithi037.ampdkg (mgr.14197) 156 : cluster 0 pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:29:27.660 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:29:27 smithi110 bash[31897]: cluster 2023-09-07T07:29:26.315202+0000 mgr.smithi037.ampdkg (mgr.14197) 157 : cluster 0 pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:29:27.711 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:29:27 smithi037 bash[24115]: cluster 2023-09-07T07:29:26.315202+0000 mgr.smithi037.ampdkg (mgr.14197) 157 : cluster 0 pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:29:27.762 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-09-07T07:29:28.402 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:29:28 smithi110 bash[31897]: audit 2023-09-07T07:29:27.751082+0000 mon.smithi037 (mon.0) 696 : audit 0 from='client.? 172.21.15.37:0/2875833449' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-09-07T07:29:28.711 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:29:28 smithi037 bash[24115]: audit 2023-09-07T07:29:27.751082+0000 mon.smithi037 (mon.0) 696 : audit 0 from='client.? 172.21.15.37:0/2875833449' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-09-07T07:29:28.918 INFO:teuthology.orchestra.run.smithi037.stdout:{"epoch":19,"active_gid":14197,"active_name":"smithi037.ampdkg","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6800","nonce":2487480314},{"type":"v1","addr":"172.21.15.37:6801","nonce":2487480314}]},"active_addr":"172.21.15.37:6801/2487480314","active_change":"2023-09-07T07:26:08.260274+0000","active_mgr_features":4540138322906710015,"available":true,"standbys":[{"gid":14212,"name":"smithi110.rxefwu","mgr_features":4540138322906710015,"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2359","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","upmap"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"agent_down_multiplier":{"name":"agent_down_multiplier","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"","max":"","enum_allowed":[],"desc":"Multiplied by agent refresh rate to calculate how long agent must not report before being marked down","long_desc":"","tags":[],"see_also":[]},"agent_refresh_rate":{"name":"agent_refresh_rate","type":"secs","level":"advanced","flags":0,"default_value":"20","min":"","max":"","enum_allowed":[],"desc":"How often agent on each host will try to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"agent_starting_port":{"name":"agent_starting_port","type":"int","level":"advanced","flags":0,"default_value":"4721","min":"","max":"","enum_allowed":[],"desc":"First port agent will try to bind to (will also try up to next 1000 subsequent ports if blocked)","long_desc":"","tags":[],"see_also":[]},"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"ratio of total system memory to divide amongst autotuned daemons","long_desc":"","tags":[],"see_also":[]},"cgroups_split":{"name":"cgroups_split","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Pass --cgroups=split when cephadm creates containers (currently podman only)","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/alertmanager:v0.25.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"quay.io/ceph/ceph:v18","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_elasticsearch":{"name":"container_image_elasticsearch","type":"str","level":"advanced","flags":0,"default_value":"quay.io/omrizeneva/elasticsearch:6.8.23","min":"","max":"","enum_allowed":[],"desc":"elasticsearch container image","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/ceph-grafana:9.4.7","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_agent":{"name":"container_image_jaeger_agent","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-agent:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger agent container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_collector":{"name":"container_image_jaeger_collector","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-collector:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger collector container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_query":{"name":"container_image_jaeger_query","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-query:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger query container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/keepalived:2.2.4","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_loki":{"name":"container_image_loki","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/loki:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Loki container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/node-exporter:v1.5.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_nvmeof":{"name":"container_image_nvmeof","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nvmeof:0.0.2","min":"","max":"","enum_allowed":[],"desc":"Nvme-of container image","long_desc":"","tags":[],"see_also":[]},"container_image_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/prometheus:v2.43.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_promtail":{"name":"container_image_promtail","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/promtail:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Promtail container image","long_desc":"","tags":[],"see_also":[]},"container_image_snmp_gateway":{"name":"container_image_snmp_gateway","type":"str","level":"advanced","flags":0,"default_value":"docker.io/maxwo/snmp-notifier:v1.2.1","min":"","max":"","enum_allowed":[],"desc":"SNMP Gateway container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"default_cephadm_command_timeout":{"name":"default_cephadm_command_timeout","type":"secs","level":"advanced","flags":0,"default_value":"900","min":"","max":"","enum_allowed":[],"desc":"Default timeout applied to cephadm commands run directly on the host (in seconds)","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"docker.io","min":"","max":"","enum_allowed":[],"desc":"Search-registry to which we should normalize unqualified image names. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"inventory_list_all":{"name":"inventory_list_all","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Whether ceph-volume inventory should report more devices (mostly mappers (LVs / mpaths), partitions...)","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_refresh_metadata":{"name":"log_refresh_metadata","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Log all refresh metadata. Includes daemon, device, and host info collected regularly. Only has effect if logging at debug level","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"max_osd_draining_count":{"name":"max_osd_draining_count","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of osds that will be drained simultaneously when osds are removed","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"location of alerts to include in prometheus deployments","long_desc":"","tags":[],"see_also":[]},"registry_insecure":{"name":"registry_insecure","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Registry is to be considered insecure (no TLS available). Only for development purposes.","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Registry url for login purposes. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"secure_monitoring_stack":{"name":"secure_monitoring_stack","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable TLS security for all the monitoring stack daemons","long_desc":"","tags":[],"see_also":[]},"service_discovery_port":{"name":"service_discovery_port","type":"int","level":"advanced","flags":0,"default_value":"8765","min":"","max":"","enum_allowed":[],"desc":"cephadm service discovery port","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"use_agent":{"name":"use_agent","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use cephadm agent on each host to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest. Make sure all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_DASHBOARD":{"name":"FEATURE_TOGGLE_DASHBOARD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISSUE_TRACKER_API_KEY":{"name":"ISSUE_TRACKER_API_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"cross_origin_url":{"name":"cross_origin_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"motd":{"name":"motd","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"The message of the day","long_desc":"","tags":[],"see_also":[]},"redirect_resolve_ip_addr":{"name":"redirect_resolve_ip_addr","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"int","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"How big batches of data points should be when sending to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"InfluxDB database name. You will need to create this database and grant write privileges to the configured username or the username must have admin privileges to create it.","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server hostname","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"30","min":"5","max":"","enum_allowed":[],"desc":"Time between reports to InfluxDB. Default 30 seconds.","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"password of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"int","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server port","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"Use https connection for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"int","level":"advanced","flags":0,"default_value":"5","min":"1","max":"32","enum_allowed":[],"desc":"How many worker threads should be spawned for sending data to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"username of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"Verify https cert for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"what failure domain we should separate data replicas across.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"value to set min_size to (unchanged from Ceph's default if this option is not set)","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"which CRUSH subtree type the module should create a pool for.","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"nfs","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"fail_fs":{"name":"fail_fs","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Fail filesystem for rapid multi-rank mds upgrade","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_perf_query","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"noautoscale":{"name":"noautoscale","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"global autoscale flag","long_desc":"Option to turn on/off the autoscaler for all pools","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threshold":{"name":"threshold","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"1.0","max":"","enum_allowed":[],"desc":"scaling threshold","long_desc":"The factor by which the `NEW PG_NUM` must vary from the current`PG_NUM` before being accepted. Cannot be less than 1.0","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"allow_pg_recovery_event":{"name":"allow_pg_recovery_event","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow the module to show pg recovery progress","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how long the module is going to sleep","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"cache":{"name":"cache","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"exclude_perf_counters":{"name":"exclude_perf_counters","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Do not include perf-counters in the metrics output","long_desc":"Gathering perf-counters from a single Prometheus exporter can degrade ceph-mgr performance, especially in large clusters. Instead, Ceph-exporter daemons are now used by default for perf-counter gathering. This should only be disabled when no ceph-exporters are deployed.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"float","level":"advanced","flags":0,"default_value":"15.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"the IPv4 or IPv6 address on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":1,"default_value":"9283","min":"","max":"","enum_allowed":[],"desc":"the port on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":1,"default_value":"default","min":"","max":"","enum_allowed":["default","error"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":1,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"restful","can_run":true,"error_string":"","module_options":{"enable_auth":{"name":"enable_auth","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rgw","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"drive_group_interval":{"name":"drive_group_interval","type":"float","level":"advanced","flags":0,"default_value":"300.0","min":"","max":"","enum_allowed":[],"desc":"interval in seconds between re-application of applied drive_groups","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"storage_class":{"name":"storage_class","type":"str","level":"advanced","flags":0,"default_value":"local","min":"","max":"","enum_allowed":[],"desc":"storage class name for LSO-discovered PVs","long_desc":"","tags":[],"see_also":[]}}},{"name":"selftest","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption1":{"name":"roption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption2":{"name":"roption2","type":"str","level":"advanced","flags":0,"default_value":"xyz","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption1":{"name":"rwoption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption2":{"name":"rwoption2","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption3":{"name":"rwoption3","type":"float","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption4":{"name":"rwoption4","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption5":{"name":"rwoption5","type":"bool","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption6":{"name":"rwoption6","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption7":{"name":"rwoption7","type":"int","level":"advanced","flags":0,"default_value":"","min":"1","max":"42","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testkey":{"name":"testkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testlkey":{"name":"testlkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testnewline":{"name":"testnewline","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"snap_schedule","can_run":true,"error_string":"","module_options":{"allow_m_granularity":{"name":"allow_m_granularity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow minute scheduled snapshots","long_desc":"","tags":[],"see_also":[]},"dump_on_update":{"name":"dump_on_update","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"dump database to debug log on update","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"stats","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"status","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telegraf","can_run":true,"error_string":"","module_options":{"address":{"name":"address","type":"str","level":"advanced","flags":0,"default_value":"unixgram:///tmp/telegraf.sock","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"15","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telemetry","can_run":true,"error_string":"","module_options":{"channel_basic":{"name":"channel_basic","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share basic cluster information (size, version)","long_desc":"","tags":[],"see_also":[]},"channel_crash":{"name":"channel_crash","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share metadata about Ceph daemon crashes (version, stack straces, etc)","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share device health metrics (e.g., SMART data, minus potentially identifying info like serial numbers)","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share a user-provided description and/or contact email for the cluster","long_desc":"","tags":[],"see_also":[]},"channel_perf":{"name":"channel_perf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share various performance metrics of a cluster","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"device_url":{"name":"device_url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/device","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"int","level":"advanced","flags":0,"default_value":"24","min":"8","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"last_opt_revision":{"name":"last_opt_revision","type":"int","level":"advanced","flags":0,"default_value":"1","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard":{"name":"leaderboard","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard_description":{"name":"leaderboard_description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url":{"name":"url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/report","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"test_orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_clones":{"name":"max_concurrent_clones","type":"int","level":"advanced","flags":0,"default_value":"4","min":"","max":"","enum_allowed":[],"desc":"Number of asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_delay":{"name":"snapshot_clone_delay","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"Delay clone begin operation by snapshot_clone_delay seconds","long_desc":"","tags":[],"see_also":[]}}},{"name":"zabbix","can_run":true,"error_string":"","module_options":{"discovery_interval":{"name":"discovery_interval","type":"uint","level":"advanced","flags":0,"default_value":"100","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"identifier":{"name":"identifier","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_host":{"name":"zabbix_host","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_port":{"name":"zabbix_port","type":"int","level":"advanced","flags":0,"default_value":"10051","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_sender":{"name":"zabbix_sender","type":"str","level":"advanced","flags":0,"default_value":"/usr/bin/zabbix_sender","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}]}],"modules":["cephadm","dashboard","iostat","nfs","prometheus","restful"],"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2359","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","upmap"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"agent_down_multiplier":{"name":"agent_down_multiplier","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"","max":"","enum_allowed":[],"desc":"Multiplied by agent refresh rate to calculate how long agent must not report before being marked down","long_desc":"","tags":[],"see_also":[]},"agent_refresh_rate":{"name":"agent_refresh_rate","type":"secs","level":"advanced","flags":0,"default_value":"20","min":"","max":"","enum_allowed":[],"desc":"How often agent on each host will try to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"agent_starting_port":{"name":"agent_starting_port","type":"int","level":"advanced","flags":0,"default_value":"4721","min":"","max":"","enum_allowed":[],"desc":"First port agent will try to bind to (will also try up to next 1000 subsequent ports if blocked)","long_desc":"","tags":[],"see_also":[]},"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"ratio of total system memory to divide amongst autotuned daemons","long_desc":"","tags":[],"see_also":[]},"cgroups_split":{"name":"cgroups_split","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Pass --cgroups=split when cephadm creates containers (currently podman only)","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/alertmanager:v0.25.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"quay.io/ceph/ceph:v18","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_elasticsearch":{"name":"container_image_elasticsearch","type":"str","level":"advanced","flags":0,"default_value":"quay.io/omrizeneva/elasticsearch:6.8.23","min":"","max":"","enum_allowed":[],"desc":"elasticsearch container image","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/ceph-grafana:9.4.7","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_agent":{"name":"container_image_jaeger_agent","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-agent:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger agent container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_collector":{"name":"container_image_jaeger_collector","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-collector:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger collector container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_query":{"name":"container_image_jaeger_query","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-query:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger query container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/keepalived:2.2.4","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_loki":{"name":"container_image_loki","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/loki:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Loki container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/node-exporter:v1.5.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_nvmeof":{"name":"container_image_nvmeof","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nvmeof:0.0.2","min":"","max":"","enum_allowed":[],"desc":"Nvme-of container image","long_desc":"","tags":[],"see_also":[]},"container_image_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/prometheus:v2.43.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_promtail":{"name":"container_image_promtail","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/promtail:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Promtail container image","long_desc":"","tags":[],"see_also":[]},"container_image_snmp_gateway":{"name":"container_image_snmp_gateway","type":"str","level":"advanced","flags":0,"default_value":"docker.io/maxwo/snmp-notifier:v1.2.1","min":"","max":"","enum_allowed":[],"desc":"SNMP Gateway container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"default_cephadm_command_timeout":{"name":"default_cephadm_command_timeout","type":"secs","level":"advanced","flags":0,"default_value":"900","min":"","max":"","enum_allowed":[],"desc":"Default timeout applied to cephadm commands run directly on the host (in seconds)","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"docker.io","min":"","max":"","enum_allowed":[],"desc":"Search-registry to which we should normalize unqualified image names. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"inventory_list_all":{"name":"inventory_list_all","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Whether ceph-volume inventory should report more devices (mostly mappers (LVs / mpaths), partitions...)","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_refresh_metadata":{"name":"log_refresh_metadata","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Log all refresh metadata. Includes daemon, device, and host info collected regularly. Only has effect if logging at debug level","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"max_osd_draining_count":{"name":"max_osd_draining_count","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of osds that will be drained simultaneously when osds are removed","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"location of alerts to include in prometheus deployments","long_desc":"","tags":[],"see_also":[]},"registry_insecure":{"name":"registry_insecure","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Registry is to be considered insecure (no TLS available). Only for development purposes.","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Registry url for login purposes. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"secure_monitoring_stack":{"name":"secure_monitoring_stack","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable TLS security for all the monitoring stack daemons","long_desc":"","tags":[],"see_also":[]},"service_discovery_port":{"name":"service_discovery_port","type":"int","level":"advanced","flags":0,"default_value":"8765","min":"","max":"","enum_allowed":[],"desc":"cephadm service discovery port","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"use_agent":{"name":"use_agent","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use cephadm agent on each host to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest. Make sure all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_DASHBOARD":{"name":"FEATURE_TOGGLE_DASHBOARD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISSUE_TRACKER_API_KEY":{"name":"ISSUE_TRACKER_API_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"cross_origin_url":{"name":"cross_origin_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"motd":{"name":"motd","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"The message of the day","long_desc":"","tags":[],"see_also":[]},"redirect_resolve_ip_addr":{"name":"redirect_resolve_ip_addr","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"int","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"How big batches of data points should be when sending to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"InfluxDB database name. You will need to create this database and grant write privileges to the configured username or the username must have admin privileges to create it.","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server hostname","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"30","min":"5","max":"","enum_allowed":[],"desc":"Time between reports to InfluxDB. Default 30 seconds.","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"password of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"int","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server port","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"Use https connection for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"int","level":"advanced","flags":0,"default_value":"5","min":"1","max":"32","enum_allowed":[],"desc":"How many worker threads should be spawned for sending data to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"username of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"Verify https cert for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"what failure domain we should separate data replicas across.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"value to set min_size to (unchanged from Ceph's default if this option is not set)","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"which CRUSH subtree type the module should create a pool for.","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"nfs","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"fail_fs":{"name":"fail_fs","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Fail filesystem for rapid multi-rank mds upgrade","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_perf_query","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"noautoscale":{"name":"noautoscale","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"global autoscale flag","long_desc":"Option to turn on/off the autoscaler for all pools","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threshold":{"name":"threshold","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"1.0","max":"","enum_allowed":[],"desc":"scaling threshold","long_desc":"The factor by which the `NEW PG_NUM` must vary from the current`PG_NUM` before being accepted. Cannot be less than 1.0","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"allow_pg_recovery_event":{"name":"allow_pg_recovery_event","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow the module to show pg recovery progress","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how long the module is going to sleep","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"cache":{"name":"cache","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"exclude_perf_counters":{"name":"exclude_perf_counters","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Do not include perf-counters in the metrics output","long_desc":"Gathering perf-counters from a single Prometheus exporter can degrade ceph-mgr performance, especially in large clusters. Instead, Ceph-exporter daemons are now used by default for perf-counter gathering. This should only be disabled when no ceph-exporters are deployed.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"float","level":"advanced","flags":0,"default_value":"15.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"the IPv4 or IPv6 address on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":1,"default_value":"9283","min":"","max":"","enum_allowed":[],"desc":"the port on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":1,"default_value":"default","min":"","max":"","enum_allowed":["default","error"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":1,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"restful","can_run":true,"error_string":"","module_options":{"enable_auth":{"name":"enable_auth","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rgw","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"drive_group_interval":{"name":"drive_group_interval","type":"float","level":"advanced","flags":0,"default_value":"300.0","min":"","max":"","enum_allowed":[],"desc":"interval in seconds between re-application of applied drive_groups","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"storage_class":{"name":"storage_class","type":"str","level":"advanced","flags":0,"default_value":"local","min":"","max":"","enum_allowed":[],"desc":"storage class name for LSO-discovered PVs","long_desc":"","tags":[],"see_also":[]}}},{"name":"selftest","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption1":{"name":"roption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption2":{"name":"roption2","type":"str","level":"advanced","flags":0,"default_value":"xyz","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption1":{"name":"rwoption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption2":{"name":"rwoption2","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption3":{"name":"rwoption3","type":"float","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption4":{"name":"rwoption4","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption5":{"name":"rwoption5","type":"bool","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption6":{"name":"rwoption6","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption7":{"name":"rwoption7","type":"int","level":"advanced","flags":0,"default_value":"","min":"1","max":"42","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testkey":{"name":"testkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testlkey":{"name":"testlkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testnewline":{"name":"testnewline","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"snap_schedule","can_run":true,"error_string":"","module_options":{"allow_m_granularity":{"name":"allow_m_granularity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow minute scheduled snapshots","long_desc":"","tags":[],"see_also":[]},"dump_on_update":{"name":"dump_on_update","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"dump database to debug log on update","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"stats","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"status","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telegraf","can_run":true,"error_string":"","module_options":{"address":{"name":"address","type":"str","level":"advanced","flags":0,"default_value":"unixgram:///tmp/telegraf.sock","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"15","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telemetry","can_run":true,"error_string":"","module_options":{"channel_basic":{"name":"channel_basic","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share basic cluster information (size, version)","long_desc":"","tags":[],"see_also":[]},"channel_crash":{"name":"channel_crash","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share metadata about Ceph daemon crashes (version, stack straces, etc)","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share device health metrics (e.g., SMART data, minus potentially identifying info like serial numbers)","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share a user-provided description and/or contact email for the cluster","long_desc":"","tags":[],"see_also":[]},"channel_perf":{"name":"channel_perf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share various performance metrics of a cluster","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"device_url":{"name":"device_url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/device","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"int","level":"advanced","flags":0,"default_value":"24","min":"8","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"last_opt_revision":{"name":"last_opt_revision","type":"int","level":"advanced","flags":0,"default_value":"1","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard":{"name":"leaderboard","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard_description":{"name":"leaderboard_description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url":{"name":"url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/report","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"test_orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_clones":{"name":"max_concurrent_clones","type":"int","level":"advanced","flags":0,"default_value":"4","min":"","max":"","enum_allowed":[],"desc":"Number of asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_delay":{"name":"snapshot_clone_delay","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"Delay clone begin operation by snapshot_clone_delay seconds","long_desc":"","tags":[],"see_also":[]}}},{"name":"zabbix","can_run":true,"error_string":"","module_options":{"discovery_interval":{"name":"discovery_interval","type":"uint","level":"advanced","flags":0,"default_value":"100","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"identifier":{"name":"identifier","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_host":{"name":"zabbix_host","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_port":{"name":"zabbix_port","type":"int","level":"advanced","flags":0,"default_value":"10051","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_sender":{"name":"zabbix_sender","type":"str","level":"advanced","flags":0,"default_value":"/usr/bin/zabbix_sender","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}],"services":{"dashboard":"https://172.21.15.37:8443/","prometheus":"http://172.21.15.37:9283/"},"always_on_modules":{"octopus":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"pacific":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"quincy":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"reef":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"]},"last_failure_osd_epoch":5,"active_clients":[{"name":"devicehealth","addrvec":[{"type":"v2","addr":"172.21.15.37:0","nonce":1246238952}]},{"name":"libcephsqlite","addrvec":[{"type":"v2","addr":"172.21.15.37:0","nonce":2473969116}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"172.21.15.37:0","nonce":3381763539}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.37:0","nonce":2855005471}]}]} 2023-09-07T07:29:28.923 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2023-09-07T07:29:28.923 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2023-09-07T07:29:28.923 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell --fsid 3e964040-4d4f-11ee-9ab5-7b867c8bd7da -- ceph osd dump --format=json 2023-09-07T07:29:29.910 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:29:29 smithi110 bash[31897]: cluster 2023-09-07T07:29:28.315782+0000 mgr.smithi037.ampdkg (mgr.14197) 158 : cluster 0 pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:29:29.911 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:29:29 smithi110 bash[31897]: audit 2023-09-07T07:29:28.623636+0000 mon.smithi037 (mon.0) 697 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:29:29.911 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:29:29 smithi110 bash[31897]: audit 2023-09-07T07:29:28.632017+0000 mon.smithi037 (mon.0) 698 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:29:29.911 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:29:29 smithi110 bash[31897]: audit 2023-09-07T07:29:29.018378+0000 mon.smithi037 (mon.0) 699 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:29:29.911 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:29:29 smithi110 bash[31897]: audit 2023-09-07T07:29:29.028164+0000 mon.smithi037 (mon.0) 700 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:29:29.961 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:29:29 smithi037 bash[24115]: cluster 2023-09-07T07:29:28.315782+0000 mgr.smithi037.ampdkg (mgr.14197) 158 : cluster 0 pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:29:29.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:29:29 smithi037 bash[24115]: audit 2023-09-07T07:29:28.623636+0000 mon.smithi037 (mon.0) 697 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:29:29.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:29:29 smithi037 bash[24115]: audit 2023-09-07T07:29:28.632017+0000 mon.smithi037 (mon.0) 698 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:29:29.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:29:29 smithi037 bash[24115]: audit 2023-09-07T07:29:29.018378+0000 mon.smithi037 (mon.0) 699 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:29:29.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:29:29 smithi037 bash[24115]: audit 2023-09-07T07:29:29.028164+0000 mon.smithi037 (mon.0) 700 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:29:31.910 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:29:31 smithi110 bash[31897]: cluster 2023-09-07T07:29:30.316364+0000 mgr.smithi037.ampdkg (mgr.14197) 159 : cluster 0 pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:29:31.961 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:29:31 smithi037 bash[24115]: cluster 2023-09-07T07:29:30.316364+0000 mgr.smithi037.ampdkg (mgr.14197) 159 : cluster 0 pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:29:33.461 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:29:33 smithi037 bash[24115]: cluster 2023-09-07T07:29:32.317003+0000 mgr.smithi037.ampdkg (mgr.14197) 160 : cluster 0 pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:29:33.660 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:29:33 smithi110 bash[31897]: cluster 2023-09-07T07:29:32.317003+0000 mgr.smithi037.ampdkg (mgr.14197) 160 : cluster 0 pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:29:33.685 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/3e964040-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi037/config 2023-09-07T07:29:35.660 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:29:35 smithi110 bash[31897]: cluster 2023-09-07T07:29:34.317594+0000 mgr.smithi037.ampdkg (mgr.14197) 161 : cluster 0 pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:29:35.711 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:29:35 smithi037 bash[24115]: cluster 2023-09-07T07:29:34.317594+0000 mgr.smithi037.ampdkg (mgr.14197) 161 : cluster 0 pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:29:36.516 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-09-07T07:29:36.517 INFO:teuthology.orchestra.run.smithi037.stdout:{"epoch":40,"fsid":"3e964040-4d4f-11ee-9ab5-7b867c8bd7da","created":"2023-09-07T07:23:16.134394+0000","modified":"2023-09-07T07:28:43.256952+0000","last_up_change":"2023-09-07T07:28:39.606741+0000","last_in_change":"2023-09-07T07:27:48.242065+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":15,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"reef","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2023-09-07T07:28:24.867005+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"29","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_acting":7.8899998664855957,"score_stable":7.8899998664855957,"optimal_score":0.37999999523162842,"raw_score_acting":3,"raw_score_stable":3,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"8eb12554-a185-4a14-be8e-180197bc6869","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":38,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6800","nonce":3554464457},{"type":"v1","addr":"172.21.15.110:6801","nonce":3554464457}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6802","nonce":3554464457},{"type":"v1","addr":"172.21.15.110:6803","nonce":3554464457}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6806","nonce":3554464457},{"type":"v1","addr":"172.21.15.110:6807","nonce":3554464457}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6804","nonce":3554464457},{"type":"v1","addr":"172.21.15.110:6805","nonce":3554464457}]},"public_addr":"172.21.15.110:6801/3554464457","cluster_addr":"172.21.15.110:6803/3554464457","heartbeat_back_addr":"172.21.15.110:6807/3554464457","heartbeat_front_addr":"172.21.15.110:6805/3554464457","state":["exists","up"]},{"osd":1,"uuid":"d9ff04f6-4860-462f-8be9-5e0af575b0c9","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":27,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6802","nonce":2455860167},{"type":"v1","addr":"172.21.15.37:6803","nonce":2455860167}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6804","nonce":2455860167},{"type":"v1","addr":"172.21.15.37:6805","nonce":2455860167}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6808","nonce":2455860167},{"type":"v1","addr":"172.21.15.37:6809","nonce":2455860167}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6806","nonce":2455860167},{"type":"v1","addr":"172.21.15.37:6807","nonce":2455860167}]},"public_addr":"172.21.15.37:6803/2455860167","cluster_addr":"172.21.15.37:6805/2455860167","heartbeat_back_addr":"172.21.15.37:6809/2455860167","heartbeat_front_addr":"172.21.15.37:6807/2455860167","state":["exists","up"]},{"osd":2,"uuid":"881b20b1-1b77-47ba-820e-564256538f4b","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":22,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6808","nonce":756818852},{"type":"v1","addr":"172.21.15.110:6809","nonce":756818852}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6810","nonce":756818852},{"type":"v1","addr":"172.21.15.110:6811","nonce":756818852}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6814","nonce":756818852},{"type":"v1","addr":"172.21.15.110:6815","nonce":756818852}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6812","nonce":756818852},{"type":"v1","addr":"172.21.15.110:6813","nonce":756818852}]},"public_addr":"172.21.15.110:6809/756818852","cluster_addr":"172.21.15.110:6811/756818852","heartbeat_back_addr":"172.21.15.110:6815/756818852","heartbeat_front_addr":"172.21.15.110:6813/756818852","state":["exists","up"]},{"osd":3,"uuid":"0449e1a5-24af-46ad-8189-d3fc615d2432","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6810","nonce":989928699},{"type":"v1","addr":"172.21.15.37:6811","nonce":989928699}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6812","nonce":989928699},{"type":"v1","addr":"172.21.15.37:6813","nonce":989928699}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6816","nonce":989928699},{"type":"v1","addr":"172.21.15.37:6817","nonce":989928699}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6814","nonce":989928699},{"type":"v1","addr":"172.21.15.37:6815","nonce":989928699}]},"public_addr":"172.21.15.37:6811/989928699","cluster_addr":"172.21.15.37:6813/989928699","heartbeat_back_addr":"172.21.15.37:6817/989928699","heartbeat_front_addr":"172.21.15.37:6815/989928699","state":["exists","up"]},{"osd":4,"uuid":"fc3db1be-096e-4107-b110-fa51df498c39","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":27,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6816","nonce":349425240},{"type":"v1","addr":"172.21.15.110:6817","nonce":349425240}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6818","nonce":349425240},{"type":"v1","addr":"172.21.15.110:6819","nonce":349425240}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6822","nonce":349425240},{"type":"v1","addr":"172.21.15.110:6823","nonce":349425240}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6820","nonce":349425240},{"type":"v1","addr":"172.21.15.110:6821","nonce":349425240}]},"public_addr":"172.21.15.110:6817/349425240","cluster_addr":"172.21.15.110:6819/349425240","heartbeat_back_addr":"172.21.15.110:6823/349425240","heartbeat_front_addr":"172.21.15.110:6821/349425240","state":["exists","up"]},{"osd":5,"uuid":"d98f4cda-48e0-435e-bdf0-4c6dc18ff321","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":32,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6818","nonce":1361732721},{"type":"v1","addr":"172.21.15.37:6819","nonce":1361732721}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6820","nonce":1361732721},{"type":"v1","addr":"172.21.15.37:6821","nonce":1361732721}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6824","nonce":1361732721},{"type":"v1","addr":"172.21.15.37:6825","nonce":1361732721}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6822","nonce":1361732721},{"type":"v1","addr":"172.21.15.37:6823","nonce":1361732721}]},"public_addr":"172.21.15.37:6819/1361732721","cluster_addr":"172.21.15.37:6821/1361732721","heartbeat_back_addr":"172.21.15.37:6825/1361732721","heartbeat_front_addr":"172.21.15.37:6823/1361732721","state":["exists","up"]},{"osd":6,"uuid":"bb168cf2-4c4c-43a0-aec8-b072861037a6","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":32,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6824","nonce":3704032109},{"type":"v1","addr":"172.21.15.110:6825","nonce":3704032109}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6826","nonce":3704032109},{"type":"v1","addr":"172.21.15.110:6827","nonce":3704032109}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6830","nonce":3704032109},{"type":"v1","addr":"172.21.15.110:6831","nonce":3704032109}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6828","nonce":3704032109},{"type":"v1","addr":"172.21.15.110:6829","nonce":3704032109}]},"public_addr":"172.21.15.110:6825/3704032109","cluster_addr":"172.21.15.110:6827/3704032109","heartbeat_back_addr":"172.21.15.110:6831/3704032109","heartbeat_front_addr":"172.21.15.110:6829/3704032109","state":["exists","up"]},{"osd":7,"uuid":"a10ff541-ef37-4d0b-8357-84194f432bf0","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":36,"up_thru":39,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6826","nonce":373603897},{"type":"v1","addr":"172.21.15.37:6827","nonce":373603897}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6828","nonce":373603897},{"type":"v1","addr":"172.21.15.37:6829","nonce":373603897}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6832","nonce":373603897},{"type":"v1","addr":"172.21.15.37:6833","nonce":373603897}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6830","nonce":373603897},{"type":"v1","addr":"172.21.15.37:6831","nonce":373603897}]},"public_addr":"172.21.15.37:6827/373603897","cluster_addr":"172.21.15.37:6829/373603897","heartbeat_back_addr":"172.21.15.37:6833/373603897","heartbeat_front_addr":"172.21.15.37:6831/373603897","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-09-07T07:28:14.604324+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-09-07T07:28:18.895259+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-09-07T07:28:20.679895+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-09-07T07:28:25.419694+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-09-07T07:28:26.901446+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-09-07T07:28:31.865471+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-09-07T07:28:31.761472+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-09-07T07:28:37.610494+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.37:0/1873202313":"2023-09-08T07:26:08.259893+0000","172.21.15.37:6800/2336707882":"2023-09-08T07:26:08.259893+0000","172.21.15.37:0/48663519":"2023-09-08T07:24:36.728265+0000","172.21.15.37:0/2949777885":"2023-09-08T07:26:08.259893+0000","172.21.15.37:6800/2326550492":"2023-09-08T07:24:36.728265+0000","172.21.15.37:0/199254181":"2023-09-08T07:26:08.259893+0000","172.21.15.37:6801/2326550492":"2023-09-08T07:24:36.728265+0000","172.21.15.37:0/3069410489":"2023-09-08T07:24:36.728265+0000","172.21.15.37:0/617356802":"2023-09-08T07:23:48.916268+0000","172.21.15.37:0/55786279":"2023-09-08T07:23:48.916268+0000","172.21.15.37:0/413322083":"2023-09-08T07:23:48.916268+0000","172.21.15.37:6801/2336707882":"2023-09-08T07:26:08.259893+0000","172.21.15.37:6800/2737121140":"2023-09-08T07:23:48.916268+0000","172.21.15.37:6801/2737121140":"2023-09-08T07:23:48.916268+0000","172.21.15.37:0/826056801":"2023-09-08T07:24:36.728265+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2023-09-07T07:29:37.180 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2023-09-07T07:29:37.181 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell --fsid 3e964040-4d4f-11ee-9ab5-7b867c8bd7da -- ceph osd dump --format=json 2023-09-07T07:29:37.461 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:29:37 smithi037 bash[24115]: cluster 2023-09-07T07:29:36.318170+0000 mgr.smithi037.ampdkg (mgr.14197) 162 : cluster 0 pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:29:37.462 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:29:37 smithi037 bash[24115]: audit 2023-09-07T07:29:36.513308+0000 mon.smithi037 (mon.0) 701 : audit 0 from='client.? 172.21.15.37:0/1123145323' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-09-07T07:29:37.660 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:29:37 smithi110 bash[31897]: cluster 2023-09-07T07:29:36.318170+0000 mgr.smithi037.ampdkg (mgr.14197) 162 : cluster 0 pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:29:37.661 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:29:37 smithi110 bash[31897]: audit 2023-09-07T07:29:36.513308+0000 mon.smithi037 (mon.0) 701 : audit 0 from='client.? 172.21.15.37:0/1123145323' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-09-07T07:29:38.660 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:29:38 smithi110 bash[31897]: audit 2023-09-07T07:29:38.363174+0000 mon.smithi037 (mon.0) 702 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:29:38.711 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:29:38 smithi037 bash[24115]: audit 2023-09-07T07:29:38.363174+0000 mon.smithi037 (mon.0) 702 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:29:39.660 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:29:39 smithi110 bash[31897]: cluster 2023-09-07T07:29:38.318724+0000 mgr.smithi037.ampdkg (mgr.14197) 163 : cluster 0 pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:29:39.712 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:29:39 smithi037 bash[24115]: cluster 2023-09-07T07:29:38.318724+0000 mgr.smithi037.ampdkg (mgr.14197) 163 : cluster 0 pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:29:41.660 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:29:41 smithi110 bash[31897]: cluster 2023-09-07T07:29:40.319358+0000 mgr.smithi037.ampdkg (mgr.14197) 164 : cluster 0 pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:29:41.711 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:29:41 smithi037 bash[24115]: cluster 2023-09-07T07:29:40.319358+0000 mgr.smithi037.ampdkg (mgr.14197) 164 : cluster 0 pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:29:41.936 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/3e964040-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi037/config 2023-09-07T07:29:43.461 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:29:43 smithi037 bash[24115]: cluster 2023-09-07T07:29:42.320013+0000 mgr.smithi037.ampdkg (mgr.14197) 165 : cluster 0 pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:29:43.660 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:29:43 smithi110 bash[31897]: cluster 2023-09-07T07:29:42.320013+0000 mgr.smithi037.ampdkg (mgr.14197) 165 : cluster 0 pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:29:44.875 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-09-07T07:29:44.875 INFO:teuthology.orchestra.run.smithi037.stdout:{"epoch":40,"fsid":"3e964040-4d4f-11ee-9ab5-7b867c8bd7da","created":"2023-09-07T07:23:16.134394+0000","modified":"2023-09-07T07:28:43.256952+0000","last_up_change":"2023-09-07T07:28:39.606741+0000","last_in_change":"2023-09-07T07:27:48.242065+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":15,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"reef","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2023-09-07T07:28:24.867005+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"29","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_acting":7.8899998664855957,"score_stable":7.8899998664855957,"optimal_score":0.37999999523162842,"raw_score_acting":3,"raw_score_stable":3,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"8eb12554-a185-4a14-be8e-180197bc6869","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":38,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6800","nonce":3554464457},{"type":"v1","addr":"172.21.15.110:6801","nonce":3554464457}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6802","nonce":3554464457},{"type":"v1","addr":"172.21.15.110:6803","nonce":3554464457}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6806","nonce":3554464457},{"type":"v1","addr":"172.21.15.110:6807","nonce":3554464457}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6804","nonce":3554464457},{"type":"v1","addr":"172.21.15.110:6805","nonce":3554464457}]},"public_addr":"172.21.15.110:6801/3554464457","cluster_addr":"172.21.15.110:6803/3554464457","heartbeat_back_addr":"172.21.15.110:6807/3554464457","heartbeat_front_addr":"172.21.15.110:6805/3554464457","state":["exists","up"]},{"osd":1,"uuid":"d9ff04f6-4860-462f-8be9-5e0af575b0c9","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":27,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6802","nonce":2455860167},{"type":"v1","addr":"172.21.15.37:6803","nonce":2455860167}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6804","nonce":2455860167},{"type":"v1","addr":"172.21.15.37:6805","nonce":2455860167}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6808","nonce":2455860167},{"type":"v1","addr":"172.21.15.37:6809","nonce":2455860167}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6806","nonce":2455860167},{"type":"v1","addr":"172.21.15.37:6807","nonce":2455860167}]},"public_addr":"172.21.15.37:6803/2455860167","cluster_addr":"172.21.15.37:6805/2455860167","heartbeat_back_addr":"172.21.15.37:6809/2455860167","heartbeat_front_addr":"172.21.15.37:6807/2455860167","state":["exists","up"]},{"osd":2,"uuid":"881b20b1-1b77-47ba-820e-564256538f4b","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":22,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6808","nonce":756818852},{"type":"v1","addr":"172.21.15.110:6809","nonce":756818852}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6810","nonce":756818852},{"type":"v1","addr":"172.21.15.110:6811","nonce":756818852}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6814","nonce":756818852},{"type":"v1","addr":"172.21.15.110:6815","nonce":756818852}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6812","nonce":756818852},{"type":"v1","addr":"172.21.15.110:6813","nonce":756818852}]},"public_addr":"172.21.15.110:6809/756818852","cluster_addr":"172.21.15.110:6811/756818852","heartbeat_back_addr":"172.21.15.110:6815/756818852","heartbeat_front_addr":"172.21.15.110:6813/756818852","state":["exists","up"]},{"osd":3,"uuid":"0449e1a5-24af-46ad-8189-d3fc615d2432","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6810","nonce":989928699},{"type":"v1","addr":"172.21.15.37:6811","nonce":989928699}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6812","nonce":989928699},{"type":"v1","addr":"172.21.15.37:6813","nonce":989928699}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6816","nonce":989928699},{"type":"v1","addr":"172.21.15.37:6817","nonce":989928699}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6814","nonce":989928699},{"type":"v1","addr":"172.21.15.37:6815","nonce":989928699}]},"public_addr":"172.21.15.37:6811/989928699","cluster_addr":"172.21.15.37:6813/989928699","heartbeat_back_addr":"172.21.15.37:6817/989928699","heartbeat_front_addr":"172.21.15.37:6815/989928699","state":["exists","up"]},{"osd":4,"uuid":"fc3db1be-096e-4107-b110-fa51df498c39","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":27,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6816","nonce":349425240},{"type":"v1","addr":"172.21.15.110:6817","nonce":349425240}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6818","nonce":349425240},{"type":"v1","addr":"172.21.15.110:6819","nonce":349425240}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6822","nonce":349425240},{"type":"v1","addr":"172.21.15.110:6823","nonce":349425240}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6820","nonce":349425240},{"type":"v1","addr":"172.21.15.110:6821","nonce":349425240}]},"public_addr":"172.21.15.110:6817/349425240","cluster_addr":"172.21.15.110:6819/349425240","heartbeat_back_addr":"172.21.15.110:6823/349425240","heartbeat_front_addr":"172.21.15.110:6821/349425240","state":["exists","up"]},{"osd":5,"uuid":"d98f4cda-48e0-435e-bdf0-4c6dc18ff321","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":32,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6818","nonce":1361732721},{"type":"v1","addr":"172.21.15.37:6819","nonce":1361732721}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6820","nonce":1361732721},{"type":"v1","addr":"172.21.15.37:6821","nonce":1361732721}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6824","nonce":1361732721},{"type":"v1","addr":"172.21.15.37:6825","nonce":1361732721}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6822","nonce":1361732721},{"type":"v1","addr":"172.21.15.37:6823","nonce":1361732721}]},"public_addr":"172.21.15.37:6819/1361732721","cluster_addr":"172.21.15.37:6821/1361732721","heartbeat_back_addr":"172.21.15.37:6825/1361732721","heartbeat_front_addr":"172.21.15.37:6823/1361732721","state":["exists","up"]},{"osd":6,"uuid":"bb168cf2-4c4c-43a0-aec8-b072861037a6","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":32,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6824","nonce":3704032109},{"type":"v1","addr":"172.21.15.110:6825","nonce":3704032109}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6826","nonce":3704032109},{"type":"v1","addr":"172.21.15.110:6827","nonce":3704032109}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6830","nonce":3704032109},{"type":"v1","addr":"172.21.15.110:6831","nonce":3704032109}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6828","nonce":3704032109},{"type":"v1","addr":"172.21.15.110:6829","nonce":3704032109}]},"public_addr":"172.21.15.110:6825/3704032109","cluster_addr":"172.21.15.110:6827/3704032109","heartbeat_back_addr":"172.21.15.110:6831/3704032109","heartbeat_front_addr":"172.21.15.110:6829/3704032109","state":["exists","up"]},{"osd":7,"uuid":"a10ff541-ef37-4d0b-8357-84194f432bf0","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":36,"up_thru":39,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6826","nonce":373603897},{"type":"v1","addr":"172.21.15.37:6827","nonce":373603897}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6828","nonce":373603897},{"type":"v1","addr":"172.21.15.37:6829","nonce":373603897}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6832","nonce":373603897},{"type":"v1","addr":"172.21.15.37:6833","nonce":373603897}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6830","nonce":373603897},{"type":"v1","addr":"172.21.15.37:6831","nonce":373603897}]},"public_addr":"172.21.15.37:6827/373603897","cluster_addr":"172.21.15.37:6829/373603897","heartbeat_back_addr":"172.21.15.37:6833/373603897","heartbeat_front_addr":"172.21.15.37:6831/373603897","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-09-07T07:28:14.604324+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-09-07T07:28:18.895259+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-09-07T07:28:20.679895+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-09-07T07:28:25.419694+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-09-07T07:28:26.901446+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-09-07T07:28:31.865471+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-09-07T07:28:31.761472+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-09-07T07:28:37.610494+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.37:0/1873202313":"2023-09-08T07:26:08.259893+0000","172.21.15.37:6800/2336707882":"2023-09-08T07:26:08.259893+0000","172.21.15.37:0/48663519":"2023-09-08T07:24:36.728265+0000","172.21.15.37:0/2949777885":"2023-09-08T07:26:08.259893+0000","172.21.15.37:6800/2326550492":"2023-09-08T07:24:36.728265+0000","172.21.15.37:0/199254181":"2023-09-08T07:26:08.259893+0000","172.21.15.37:6801/2326550492":"2023-09-08T07:24:36.728265+0000","172.21.15.37:0/3069410489":"2023-09-08T07:24:36.728265+0000","172.21.15.37:0/617356802":"2023-09-08T07:23:48.916268+0000","172.21.15.37:0/55786279":"2023-09-08T07:23:48.916268+0000","172.21.15.37:0/413322083":"2023-09-08T07:23:48.916268+0000","172.21.15.37:6801/2336707882":"2023-09-08T07:26:08.259893+0000","172.21.15.37:6800/2737121140":"2023-09-08T07:23:48.916268+0000","172.21.15.37:6801/2737121140":"2023-09-08T07:23:48.916268+0000","172.21.15.37:0/826056801":"2023-09-08T07:24:36.728265+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2023-09-07T07:29:45.541 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell --fsid 3e964040-4d4f-11ee-9ab5-7b867c8bd7da -- ceph tell osd.0 flush_pg_stats 2023-09-07T07:29:45.542 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell --fsid 3e964040-4d4f-11ee-9ab5-7b867c8bd7da -- ceph tell osd.1 flush_pg_stats 2023-09-07T07:29:45.542 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell --fsid 3e964040-4d4f-11ee-9ab5-7b867c8bd7da -- ceph tell osd.2 flush_pg_stats 2023-09-07T07:29:45.543 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell --fsid 3e964040-4d4f-11ee-9ab5-7b867c8bd7da -- ceph tell osd.3 flush_pg_stats 2023-09-07T07:29:45.543 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell --fsid 3e964040-4d4f-11ee-9ab5-7b867c8bd7da -- ceph tell osd.4 flush_pg_stats 2023-09-07T07:29:45.544 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell --fsid 3e964040-4d4f-11ee-9ab5-7b867c8bd7da -- ceph tell osd.5 flush_pg_stats 2023-09-07T07:29:45.544 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell --fsid 3e964040-4d4f-11ee-9ab5-7b867c8bd7da -- ceph tell osd.6 flush_pg_stats 2023-09-07T07:29:45.545 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell --fsid 3e964040-4d4f-11ee-9ab5-7b867c8bd7da -- ceph tell osd.7 flush_pg_stats 2023-09-07T07:29:45.660 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:29:45 smithi110 bash[31897]: cluster 2023-09-07T07:29:44.320602+0000 mgr.smithi037.ampdkg (mgr.14197) 166 : cluster 0 pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:29:45.661 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:29:45 smithi110 bash[31897]: audit 2023-09-07T07:29:44.871890+0000 mon.smithi037 (mon.0) 703 : audit 0 from='client.? 172.21.15.37:0/2057317294' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-09-07T07:29:45.711 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:29:45 smithi037 bash[24115]: cluster 2023-09-07T07:29:44.320602+0000 mgr.smithi037.ampdkg (mgr.14197) 166 : cluster 0 pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:29:45.711 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:29:45 smithi037 bash[24115]: audit 2023-09-07T07:29:44.871890+0000 mon.smithi037 (mon.0) 703 : audit 0 from='client.? 172.21.15.37:0/2057317294' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-09-07T07:29:47.661 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:29:47 smithi110 bash[31897]: cluster 2023-09-07T07:29:46.321275+0000 mgr.smithi037.ampdkg (mgr.14197) 167 : cluster 0 pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:29:47.711 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:29:47 smithi037 bash[24115]: cluster 2023-09-07T07:29:46.321275+0000 mgr.smithi037.ampdkg (mgr.14197) 167 : cluster 0 pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:29:49.661 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:29:49 smithi110 bash[31897]: cluster 2023-09-07T07:29:48.321856+0000 mgr.smithi037.ampdkg (mgr.14197) 168 : cluster 0 pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:29:49.711 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:29:49 smithi037 bash[24115]: cluster 2023-09-07T07:29:48.321856+0000 mgr.smithi037.ampdkg (mgr.14197) 168 : cluster 0 pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:29:50.384 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/3e964040-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi037/config 2023-09-07T07:29:50.384 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/3e964040-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi037/config 2023-09-07T07:29:50.386 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/3e964040-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi037/config 2023-09-07T07:29:50.386 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/3e964040-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi037/config 2023-09-07T07:29:50.387 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/3e964040-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi037/config 2023-09-07T07:29:50.391 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/3e964040-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi037/config 2023-09-07T07:29:50.391 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/3e964040-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi037/config 2023-09-07T07:29:50.391 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/3e964040-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi037/config 2023-09-07T07:29:51.661 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:29:51 smithi110 bash[31897]: cluster 2023-09-07T07:29:50.322536+0000 mgr.smithi037.ampdkg (mgr.14197) 169 : cluster 0 pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:29:51.735 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:29:51 smithi037 bash[24115]: cluster 2023-09-07T07:29:50.322536+0000 mgr.smithi037.ampdkg (mgr.14197) 169 : cluster 0 pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:29:53.609 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:29:53 smithi037 bash[24115]: cluster 2023-09-07T07:29:52.323135+0000 mgr.smithi037.ampdkg (mgr.14197) 170 : cluster 0 pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:29:53.661 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:29:53 smithi110 bash[31897]: cluster 2023-09-07T07:29:52.323135+0000 mgr.smithi037.ampdkg (mgr.14197) 170 : cluster 0 pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:29:54.559 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:29:54 smithi037 bash[24115]: audit 2023-09-07T07:29:53.363116+0000 mon.smithi037 (mon.0) 704 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:29:54.661 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:29:54 smithi110 bash[31897]: audit 2023-09-07T07:29:53.363116+0000 mon.smithi037 (mon.0) 704 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:29:55.661 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:29:55 smithi110 bash[31897]: cluster 2023-09-07T07:29:54.323559+0000 mgr.smithi037.ampdkg (mgr.14197) 171 : cluster 0 pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:29:55.711 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:29:55 smithi037 bash[24115]: cluster 2023-09-07T07:29:54.323559+0000 mgr.smithi037.ampdkg (mgr.14197) 171 : cluster 0 pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:29:57.660 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:29:57 smithi110 bash[31897]: cluster 2023-09-07T07:29:56.323972+0000 mgr.smithi037.ampdkg (mgr.14197) 172 : cluster 0 pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:29:57.735 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:29:57 smithi037 bash[24115]: cluster 2023-09-07T07:29:56.323972+0000 mgr.smithi037.ampdkg (mgr.14197) 172 : cluster 0 pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:29:59.461 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:29:59 smithi037 bash[24115]: cluster 2023-09-07T07:29:58.324557+0000 mgr.smithi037.ampdkg (mgr.14197) 173 : cluster 0 pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:29:59.661 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:29:59 smithi110 bash[31897]: cluster 2023-09-07T07:29:58.324557+0000 mgr.smithi037.ampdkg (mgr.14197) 173 : cluster 0 pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:30:00.426 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:30:00 smithi037 bash[24115]: cluster 2023-09-07T07:30:00.000236+0000 mon.smithi037 (mon.0) 705 : cluster 1 overall HEALTH_OK 2023-09-07T07:30:00.660 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:30:00 smithi110 bash[31897]: cluster 2023-09-07T07:30:00.000236+0000 mon.smithi037 (mon.0) 705 : cluster 1 overall HEALTH_OK 2023-09-07T07:30:01.661 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:30:01 smithi110 bash[31897]: cluster 2023-09-07T07:30:00.325003+0000 mgr.smithi037.ampdkg (mgr.14197) 174 : cluster 0 pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:30:01.711 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:30:01 smithi037 bash[24115]: cluster 2023-09-07T07:30:00.325003+0000 mgr.smithi037.ampdkg (mgr.14197) 174 : cluster 0 pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:30:01.937 INFO:teuthology.orchestra.run.smithi037.stdout:137438953492 2023-09-07T07:30:01.937 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell --fsid 3e964040-4d4f-11ee-9ab5-7b867c8bd7da -- ceph osd last-stat-seq osd.5 2023-09-07T07:30:01.992 INFO:teuthology.orchestra.run.smithi037.stdout:68719476759 2023-09-07T07:30:01.992 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell --fsid 3e964040-4d4f-11ee-9ab5-7b867c8bd7da -- ceph osd last-stat-seq osd.0 2023-09-07T07:30:02.592 INFO:teuthology.orchestra.run.smithi037.stdout:111669149717 2023-09-07T07:30:02.593 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell --fsid 3e964040-4d4f-11ee-9ab5-7b867c8bd7da -- ceph osd last-stat-seq osd.3 2023-09-07T07:30:03.462 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:30:03 smithi037 bash[24115]: cluster 2023-09-07T07:30:02.325397+0000 mgr.smithi037.ampdkg (mgr.14197) 175 : cluster 0 pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:30:03.567 INFO:teuthology.orchestra.run.smithi037.stdout:137438953492 2023-09-07T07:30:03.567 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell --fsid 3e964040-4d4f-11ee-9ab5-7b867c8bd7da -- ceph osd last-stat-seq osd.6 2023-09-07T07:30:03.661 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:30:03 smithi110 bash[31897]: cluster 2023-09-07T07:30:02.325397+0000 mgr.smithi037.ampdkg (mgr.14197) 175 : cluster 0 pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:30:03.755 INFO:teuthology.orchestra.run.smithi037.stdout:115964117013 2023-09-07T07:30:03.755 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell --fsid 3e964040-4d4f-11ee-9ab5-7b867c8bd7da -- ceph osd last-stat-seq osd.4 2023-09-07T07:30:03.819 INFO:teuthology.orchestra.run.smithi037.stdout:154618822676 2023-09-07T07:30:03.820 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell --fsid 3e964040-4d4f-11ee-9ab5-7b867c8bd7da -- ceph osd last-stat-seq osd.7 2023-09-07T07:30:04.660 INFO:teuthology.orchestra.run.smithi037.stdout:85899345943 2023-09-07T07:30:04.661 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell --fsid 3e964040-4d4f-11ee-9ab5-7b867c8bd7da -- ceph osd last-stat-seq osd.1 2023-09-07T07:30:04.738 INFO:teuthology.orchestra.run.smithi037.stdout:94489280535 2023-09-07T07:30:04.739 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell --fsid 3e964040-4d4f-11ee-9ab5-7b867c8bd7da -- ceph osd last-stat-seq osd.2 2023-09-07T07:30:05.661 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:30:05 smithi110 bash[31897]: cluster 2023-09-07T07:30:04.325943+0000 mgr.smithi037.ampdkg (mgr.14197) 176 : cluster 0 pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:30:05.711 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:30:05 smithi037 bash[24115]: cluster 2023-09-07T07:30:04.325943+0000 mgr.smithi037.ampdkg (mgr.14197) 176 : cluster 0 pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:30:07.266 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/3e964040-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi037/config 2023-09-07T07:30:07.267 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/3e964040-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi037/config 2023-09-07T07:30:07.267 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/3e964040-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi037/config 2023-09-07T07:30:07.661 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:30:07 smithi110 bash[31897]: cluster 2023-09-07T07:30:06.326561+0000 mgr.smithi037.ampdkg (mgr.14197) 177 : cluster 0 pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:30:07.711 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:30:07 smithi037 bash[24115]: cluster 2023-09-07T07:30:06.326561+0000 mgr.smithi037.ampdkg (mgr.14197) 177 : cluster 0 pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:30:08.285 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/3e964040-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi037/config 2023-09-07T07:30:08.286 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/3e964040-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi037/config 2023-09-07T07:30:08.286 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/3e964040-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi037/config 2023-09-07T07:30:08.660 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:30:08 smithi110 bash[31897]: audit 2023-09-07T07:30:08.364045+0000 mon.smithi037 (mon.0) 706 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:30:08.711 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:30:08 smithi037 bash[24115]: audit 2023-09-07T07:30:08.364045+0000 mon.smithi037 (mon.0) 706 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:30:09.309 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/3e964040-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi037/config 2023-09-07T07:30:09.309 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/3e964040-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi037/config 2023-09-07T07:30:09.661 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:30:09 smithi110 bash[31897]: cluster 2023-09-07T07:30:08.327085+0000 mgr.smithi037.ampdkg (mgr.14197) 178 : cluster 0 pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:30:09.717 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:30:09 smithi037 bash[24115]: cluster 2023-09-07T07:30:08.327085+0000 mgr.smithi037.ampdkg (mgr.14197) 178 : cluster 0 pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:30:11.485 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:30:11 smithi037 bash[24115]: cluster 2023-09-07T07:30:10.327699+0000 mgr.smithi037.ampdkg (mgr.14197) 179 : cluster 0 pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:30:11.661 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:30:11 smithi110 bash[31897]: cluster 2023-09-07T07:30:10.327699+0000 mgr.smithi037.ampdkg (mgr.14197) 179 : cluster 0 pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:30:13.492 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:30:13 smithi037 bash[24115]: cluster 2023-09-07T07:30:12.328034+0000 mgr.smithi037.ampdkg (mgr.14197) 180 : cluster 0 pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:30:13.661 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:30:13 smithi110 bash[31897]: cluster 2023-09-07T07:30:12.328034+0000 mgr.smithi037.ampdkg (mgr.14197) 180 : cluster 0 pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:30:15.661 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:30:15 smithi110 bash[31897]: cluster 2023-09-07T07:30:14.328426+0000 mgr.smithi037.ampdkg (mgr.14197) 181 : cluster 0 pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:30:15.711 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:30:15 smithi037 bash[24115]: cluster 2023-09-07T07:30:14.328426+0000 mgr.smithi037.ampdkg (mgr.14197) 181 : cluster 0 pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:30:17.661 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:30:17 smithi110 bash[31897]: cluster 2023-09-07T07:30:16.329001+0000 mgr.smithi037.ampdkg (mgr.14197) 182 : cluster 0 pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:30:17.711 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:30:17 smithi037 bash[24115]: cluster 2023-09-07T07:30:16.329001+0000 mgr.smithi037.ampdkg (mgr.14197) 182 : cluster 0 pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:30:19.445 INFO:teuthology.orchestra.run.smithi037.stdout:111669149721 2023-09-07T07:30:19.646 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:30:19 smithi037 bash[24115]: cluster 2023-09-07T07:30:18.329594+0000 mgr.smithi037.ampdkg (mgr.14197) 183 : cluster 0 pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:30:19.661 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:30:19 smithi110 bash[31897]: cluster 2023-09-07T07:30:18.329594+0000 mgr.smithi037.ampdkg (mgr.14197) 183 : cluster 0 pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:30:19.685 INFO:teuthology.orchestra.run.smithi037.stdout:68719476763 2023-09-07T07:30:20.021 INFO:teuthology.orchestra.run.smithi037.stdout:137438953495 2023-09-07T07:30:20.461 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:30:20 smithi037 bash[24115]: audit 2023-09-07T07:30:19.444609+0000 mon.smithi037 (mon.0) 707 : audit 0 from='client.? 172.21.15.37:0/4135111067' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-09-07T07:30:20.461 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:30:20 smithi037 bash[24115]: audit 2023-09-07T07:30:19.683769+0000 mon.smithi037 (mon.0) 708 : audit 0 from='client.? 172.21.15.37:0/1098344831' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-09-07T07:30:20.462 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:30:20 smithi037 bash[24115]: audit 2023-09-07T07:30:20.019360+0000 mon.smithi037 (mon.0) 709 : audit 0 from='client.? 172.21.15.37:0/1952871471' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-09-07T07:30:20.661 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:30:20 smithi110 bash[31897]: audit 2023-09-07T07:30:19.444609+0000 mon.smithi037 (mon.0) 707 : audit 0 from='client.? 172.21.15.37:0/4135111067' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-09-07T07:30:20.661 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:30:20 smithi110 bash[31897]: audit 2023-09-07T07:30:19.683769+0000 mon.smithi037 (mon.0) 708 : audit 0 from='client.? 172.21.15.37:0/1098344831' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-09-07T07:30:20.661 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:30:20 smithi110 bash[31897]: audit 2023-09-07T07:30:20.019360+0000 mon.smithi037 (mon.0) 709 : audit 0 from='client.? 172.21.15.37:0/1952871471' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-09-07T07:30:21.014 INFO:tasks.cephadm.ceph_manager.ceph:need seq 111669149717 got 111669149721 for osd.3 2023-09-07T07:30:21.015 DEBUG:teuthology.parallel:result is None 2023-09-07T07:30:21.295 INFO:teuthology.orchestra.run.smithi037.stdout:137438953496 2023-09-07T07:30:21.554 INFO:teuthology.orchestra.run.smithi037.stdout:154618822679 2023-09-07T07:30:21.661 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:30:21 smithi110 bash[31897]: cluster 2023-09-07T07:30:20.329943+0000 mgr.smithi037.ampdkg (mgr.14197) 184 : cluster 0 pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:30:21.661 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:30:21 smithi110 bash[31897]: audit 2023-09-07T07:30:21.294146+0000 mon.smithi037 (mon.0) 710 : audit 0 from='client.? 172.21.15.37:0/150397444' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-09-07T07:30:21.702 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:30:21 smithi037 bash[24115]: cluster 2023-09-07T07:30:20.329943+0000 mgr.smithi037.ampdkg (mgr.14197) 184 : cluster 0 pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:30:21.703 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:30:21 smithi037 bash[24115]: audit 2023-09-07T07:30:21.294146+0000 mon.smithi037 (mon.0) 710 : audit 0 from='client.? 172.21.15.37:0/150397444' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-09-07T07:30:22.190 INFO:tasks.cephadm.ceph_manager.ceph:need seq 137438953492 got 137438953495 for osd.5 2023-09-07T07:30:22.191 DEBUG:teuthology.parallel:result is None 2023-09-07T07:30:22.461 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:30:22 smithi037 bash[24115]: audit 2023-09-07T07:30:21.552966+0000 mon.smithi037 (mon.0) 711 : audit 0 from='client.? 172.21.15.37:0/1468260661' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-09-07T07:30:22.661 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:30:22 smithi110 bash[31897]: audit 2023-09-07T07:30:21.552966+0000 mon.smithi037 (mon.0) 711 : audit 0 from='client.? 172.21.15.37:0/1468260661' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-09-07T07:30:22.767 INFO:tasks.cephadm.ceph_manager.ceph:need seq 68719476759 got 68719476763 for osd.0 2023-09-07T07:30:22.767 DEBUG:teuthology.parallel:result is None 2023-09-07T07:30:23.034 INFO:teuthology.orchestra.run.smithi037.stdout:94489280538 2023-09-07T07:30:23.181 INFO:teuthology.orchestra.run.smithi037.stdout:115964117017 2023-09-07T07:30:23.593 INFO:teuthology.orchestra.run.smithi037.stdout:85899345947 2023-09-07T07:30:23.661 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:30:23 smithi110 bash[31897]: cluster 2023-09-07T07:30:22.330306+0000 mgr.smithi037.ampdkg (mgr.14197) 185 : cluster 0 pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:30:23.661 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:30:23 smithi110 bash[31897]: audit 2023-09-07T07:30:23.032932+0000 mon.smithi037 (mon.0) 712 : audit 0 from='client.? 172.21.15.37:0/3615907651' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-09-07T07:30:23.661 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:30:23 smithi110 bash[31897]: audit 2023-09-07T07:30:23.179800+0000 mon.smithi037 (mon.0) 713 : audit 0 from='client.? 172.21.15.37:0/3162372436' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-09-07T07:30:23.662 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:30:23 smithi110 bash[31897]: audit 2023-09-07T07:30:23.363806+0000 mon.smithi037 (mon.0) 714 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:30:23.711 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:30:23 smithi037 bash[24115]: cluster 2023-09-07T07:30:22.330306+0000 mgr.smithi037.ampdkg (mgr.14197) 185 : cluster 0 pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:30:23.711 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:30:23 smithi037 bash[24115]: audit 2023-09-07T07:30:23.032932+0000 mon.smithi037 (mon.0) 712 : audit 0 from='client.? 172.21.15.37:0/3615907651' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-09-07T07:30:23.712 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:30:23 smithi037 bash[24115]: audit 2023-09-07T07:30:23.179800+0000 mon.smithi037 (mon.0) 713 : audit 0 from='client.? 172.21.15.37:0/3162372436' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-09-07T07:30:23.712 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:30:23 smithi037 bash[24115]: audit 2023-09-07T07:30:23.363806+0000 mon.smithi037 (mon.0) 714 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:30:24.245 INFO:tasks.cephadm.ceph_manager.ceph:need seq 154618822676 got 154618822679 for osd.7 2023-09-07T07:30:24.246 DEBUG:teuthology.parallel:result is None 2023-09-07T07:30:24.316 INFO:tasks.cephadm.ceph_manager.ceph:need seq 137438953492 got 137438953496 for osd.6 2023-09-07T07:30:24.317 DEBUG:teuthology.parallel:result is None 2023-09-07T07:30:24.565 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:30:24 smithi037 bash[24115]: audit 2023-09-07T07:30:23.591566+0000 mon.smithi037 (mon.0) 715 : audit 0 from='client.? 172.21.15.37:0/3412893721' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-09-07T07:30:24.598 INFO:tasks.cephadm.ceph_manager.ceph:need seq 94489280535 got 94489280538 for osd.2 2023-09-07T07:30:24.598 DEBUG:teuthology.parallel:result is None 2023-09-07T07:30:24.911 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:30:24 smithi110 bash[31897]: audit 2023-09-07T07:30:23.591566+0000 mon.smithi037 (mon.0) 715 : audit 0 from='client.? 172.21.15.37:0/3412893721' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-09-07T07:30:25.360 INFO:tasks.cephadm.ceph_manager.ceph:need seq 115964117013 got 115964117017 for osd.4 2023-09-07T07:30:25.360 DEBUG:teuthology.parallel:result is None 2023-09-07T07:30:25.378 INFO:tasks.cephadm.ceph_manager.ceph:need seq 85899345943 got 85899345947 for osd.1 2023-09-07T07:30:25.379 DEBUG:teuthology.parallel:result is None 2023-09-07T07:30:25.379 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2023-09-07T07:30:25.379 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell --fsid 3e964040-4d4f-11ee-9ab5-7b867c8bd7da -- ceph pg dump --format=json 2023-09-07T07:30:25.711 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:30:25 smithi037 bash[24115]: cluster 2023-09-07T07:30:24.330821+0000 mgr.smithi037.ampdkg (mgr.14197) 186 : cluster 0 pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:30:25.911 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:30:25 smithi110 bash[31897]: cluster 2023-09-07T07:30:24.330821+0000 mgr.smithi037.ampdkg (mgr.14197) 186 : cluster 0 pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:30:27.711 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:30:27 smithi037 bash[24115]: cluster 2023-09-07T07:30:26.331418+0000 mgr.smithi037.ampdkg (mgr.14197) 187 : cluster 0 pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:30:27.911 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:30:27 smithi110 bash[31897]: cluster 2023-09-07T07:30:26.331418+0000 mgr.smithi037.ampdkg (mgr.14197) 187 : cluster 0 pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:30:29.711 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:30:29 smithi037 bash[24115]: cluster 2023-09-07T07:30:28.332007+0000 mgr.smithi037.ampdkg (mgr.14197) 188 : cluster 0 pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:30:29.712 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:30:29 smithi037 bash[24115]: audit 2023-09-07T07:30:29.156899+0000 mon.smithi037 (mon.0) 716 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:30:29.911 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:30:29 smithi110 bash[31897]: cluster 2023-09-07T07:30:28.332007+0000 mgr.smithi037.ampdkg (mgr.14197) 188 : cluster 0 pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:30:29.911 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:30:29 smithi110 bash[31897]: audit 2023-09-07T07:30:29.156899+0000 mon.smithi037 (mon.0) 716 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:30:30.179 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/3e964040-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi037/config 2023-09-07T07:30:31.711 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:30:31 smithi037 bash[24115]: cluster 2023-09-07T07:30:30.332720+0000 mgr.smithi037.ampdkg (mgr.14197) 189 : cluster 0 pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:30:31.911 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:30:31 smithi110 bash[31897]: cluster 2023-09-07T07:30:30.332720+0000 mgr.smithi037.ampdkg (mgr.14197) 189 : cluster 0 pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:30:32.928 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-09-07T07:30:32.931 INFO:teuthology.orchestra.run.smithi037.stderr:dumped all 2023-09-07T07:30:33.461 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:30:33 smithi037 bash[24115]: cluster 2023-09-07T07:30:32.333463+0000 mgr.smithi037.ampdkg (mgr.14197) 190 : cluster 0 pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:30:33.560 INFO:teuthology.orchestra.run.smithi037.stdout:{"pg_ready":true,"pg_map":{"version":160,"stamp":"2023-09-07T07:30:32.333075+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":186,"num_read_kb":163,"num_write":313,"num_write_kb":6070,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":2,"num_bytes_recovered":590368,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":257,"ondisk_log_size":257,"up":3,"acting":3,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":3,"num_osds":8,"num_per_pool_osds":8,"num_per_pool_omap_osds":3,"kb":749928448,"kb_used":220460,"kb_used_data":4844,"kb_used_omap":0,"kb_used_meta":215552,"kb_avail":749707988,"statfs":{"total":767926730752,"available":767700979712,"internally_reserved":0,"allocated":4960256,"data_stored":3041968,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":220725248},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"12.003299"},"pg_stats":[{"pgid":"1.0","version":"33'257","reported_seq":349,"reported_epoch":40,"state":"active+clean","last_fresh":"2023-09-07T07:28:43.271464+0000","last_change":"2023-09-07T07:28:43.270855+0000","last_active":"2023-09-07T07:28:43.271464+0000","last_peered":"2023-09-07T07:28:43.271464+0000","last_clean":"2023-09-07T07:28:43.271464+0000","last_became_active":"2023-09-07T07:28:43.269900+0000","last_became_peered":"2023-09-07T07:28:43.269900+0000","last_unstale":"2023-09-07T07:28:43.271464+0000","last_undegraded":"2023-09-07T07:28:43.271464+0000","last_fullsized":"2023-09-07T07:28:43.271464+0000","mapping_epoch":39,"log_start":"0'0","ondisk_log_start":"0'0","created":24,"last_epoch_clean":40,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-07T07:28:24.917188+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-07T07:28:24.917188+0000","last_clean_scrub_stamp":"2023-09-07T07:28:24.917188+0000","objects_scrubbed":0,"log_size":257,"log_dups_size":0,"ondisk_log_size":257,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-09-08T16:15:49.349685+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":186,"num_read_kb":163,"num_write":313,"num_write_kb":6070,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":2,"num_bytes_recovered":590368,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,3],"acting":[7,0,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":186,"num_read_kb":163,"num_write":313,"num_write_kb":6070,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":2,"num_bytes_recovered":590368,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":2375680,"data_stored":2361472,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":257,"ondisk_log_size":257,"up":3,"acting":3,"num_store_stats":4}],"osd_stats":[{"osd":7,"up_from":36,"seq":154618822682,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":27920,"kb_used_data":968,"kb_used_omap":0,"kb_used_meta":26944,"kb_avail":93713136,"statfs":{"total":95990841344,"available":95962251264,"internally_reserved":0,"allocated":991232,"data_stored":749226,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":27590656},"hb_peers":[0,1,2,3,4,5,6],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Sep 7 07:29:42 2023","interfaces":[{"interface":"back","average":{"1min":0.877,"5min":0.877,"15min":0.877},"min":{"1min":0.67200000000000004,"5min":0.67200000000000004,"15min":0.67200000000000004},"max":{"1min":1.141,"5min":1.141,"15min":1.141},"last":0.80300000000000005},{"interface":"front","average":{"1min":0.88900000000000001,"5min":0.88900000000000001,"15min":0.88900000000000001},"min":{"1min":0.65500000000000003,"5min":0.65500000000000003,"15min":0.65500000000000003},"max":{"1min":1.143,"5min":1.143,"15min":1.143},"last":0.996}]},{"osd":1,"last update":"Thu Sep 7 07:29:42 2023","interfaces":[{"interface":"back","average":{"1min":0.78700000000000003,"5min":0.78700000000000003,"15min":0.78700000000000003},"min":{"1min":0.55400000000000005,"5min":0.55400000000000005,"15min":0.55400000000000005},"max":{"1min":1.252,"5min":1.252,"15min":1.252},"last":1.204},{"interface":"front","average":{"1min":0.94399999999999995,"5min":0.94399999999999995,"15min":0.94399999999999995},"min":{"1min":0.55300000000000005,"5min":0.55300000000000005,"15min":0.55300000000000005},"max":{"1min":1.3260000000000001,"5min":1.3260000000000001,"15min":1.3260000000000001},"last":0.83599999999999997}]},{"osd":2,"last update":"Thu Sep 7 07:29:42 2023","interfaces":[{"interface":"back","average":{"1min":0.88800000000000001,"5min":0.88800000000000001,"15min":0.88800000000000001},"min":{"1min":0.70099999999999996,"5min":0.70099999999999996,"15min":0.70099999999999996},"max":{"1min":1.492,"5min":1.492,"15min":1.492},"last":0.96899999999999997},{"interface":"front","average":{"1min":0.96699999999999997,"5min":0.96699999999999997,"15min":0.96699999999999997},"min":{"1min":0.61799999999999999,"5min":0.61799999999999999,"15min":0.61799999999999999},"max":{"1min":1.5569999999999999,"5min":1.5569999999999999,"15min":1.5569999999999999},"last":1.0409999999999999}]},{"osd":3,"last update":"Thu Sep 7 07:29:42 2023","interfaces":[{"interface":"back","average":{"1min":0.98999999999999999,"5min":0.98999999999999999,"15min":0.98999999999999999},"min":{"1min":0.69299999999999995,"5min":0.69299999999999995,"15min":0.69299999999999995},"max":{"1min":1.23,"5min":1.23,"15min":1.23},"last":0.69399999999999995},{"interface":"front","average":{"1min":0.90100000000000002,"5min":0.90100000000000002,"15min":0.90100000000000002},"min":{"1min":0.48399999999999999,"5min":0.48399999999999999,"15min":0.48399999999999999},"max":{"1min":1.421,"5min":1.421,"15min":1.421},"last":0.873}]},{"osd":4,"last update":"Thu Sep 7 07:29:42 2023","interfaces":[{"interface":"back","average":{"1min":1.0389999999999999,"5min":1.0389999999999999,"15min":1.0389999999999999},"min":{"1min":0.67500000000000004,"5min":0.67500000000000004,"15min":0.67500000000000004},"max":{"1min":1.621,"5min":1.621,"15min":1.621},"last":1.181},{"interface":"front","average":{"1min":1.135,"5min":1.135,"15min":1.135},"min":{"1min":0.80400000000000005,"5min":0.80400000000000005,"15min":0.80400000000000005},"max":{"1min":1.6950000000000001,"5min":1.6950000000000001,"15min":1.6950000000000001},"last":0.94199999999999995}]},{"osd":5,"last update":"Thu Sep 7 07:29:42 2023","interfaces":[{"interface":"back","average":{"1min":1.036,"5min":1.036,"15min":1.036},"min":{"1min":0.53500000000000003,"5min":0.53500000000000003,"15min":0.53500000000000003},"max":{"1min":1.444,"5min":1.444,"15min":1.444},"last":1.141},{"interface":"front","average":{"1min":1.107,"5min":1.107,"15min":1.107},"min":{"1min":0.75800000000000001,"5min":0.75800000000000001,"15min":0.75800000000000001},"max":{"1min":1.379,"5min":1.379,"15min":1.379},"last":0.91200000000000003}]},{"osd":6,"last update":"Thu Sep 7 07:29:42 2023","interfaces":[{"interface":"back","average":{"1min":1.1890000000000001,"5min":1.1890000000000001,"15min":1.1890000000000001},"min":{"1min":0.95199999999999996,"5min":0.95199999999999996,"15min":0.95199999999999996},"max":{"1min":1.4710000000000001,"5min":1.4710000000000001,"15min":1.4710000000000001},"last":1.077},{"interface":"front","average":{"1min":1.1259999999999999,"5min":1.1259999999999999,"15min":1.1259999999999999},"min":{"1min":0.84199999999999997,"5min":0.84199999999999997,"15min":0.84199999999999997},"max":{"1min":1.373,"5min":1.373,"15min":1.373},"last":1.1000000000000001}]}]},{"osd":6,"up_from":32,"seq":137438953498,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27340,"kb_used_data":388,"kb_used_omap":0,"kb_used_meta":26944,"kb_avail":93713716,"statfs":{"total":95990841344,"available":95962845184,"internally_reserved":0,"allocated":397312,"data_stored":158858,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":27590656},"hb_peers":[0,1,2,3,4,5,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Sep 7 07:29:33 2023","interfaces":[{"interface":"back","average":{"1min":0.78100000000000003,"5min":0.78100000000000003,"15min":0.78100000000000003},"min":{"1min":0.46500000000000002,"5min":0.46500000000000002,"15min":0.46500000000000002},"max":{"1min":1.216,"5min":1.216,"15min":1.216},"last":0.58999999999999997},{"interface":"front","average":{"1min":0.68000000000000005,"5min":0.68000000000000005,"15min":0.68000000000000005},"min":{"1min":0.438,"5min":0.438,"15min":0.438},"max":{"1min":0.97199999999999998,"5min":0.97199999999999998,"15min":0.97199999999999998},"last":0.83499999999999996}]},{"osd":1,"last update":"Thu Sep 7 07:29:33 2023","interfaces":[{"interface":"back","average":{"1min":0.80300000000000005,"5min":0.80300000000000005,"15min":0.80300000000000005},"min":{"1min":0.628,"5min":0.628,"15min":0.628},"max":{"1min":1.085,"5min":1.085,"15min":1.085},"last":0.88500000000000001},{"interface":"front","average":{"1min":0.89100000000000001,"5min":0.89100000000000001,"15min":0.89100000000000001},"min":{"1min":0.65100000000000002,"5min":0.65100000000000002,"15min":0.65100000000000002},"max":{"1min":1.1619999999999999,"5min":1.1619999999999999,"15min":1.1619999999999999},"last":1.0920000000000001}]},{"osd":2,"last update":"Thu Sep 7 07:29:33 2023","interfaces":[{"interface":"back","average":{"1min":0.82799999999999996,"5min":0.82799999999999996,"15min":0.82799999999999996},"min":{"1min":0.38700000000000001,"5min":0.38700000000000001,"15min":0.38700000000000001},"max":{"1min":1.252,"5min":1.252,"15min":1.252},"last":0.71299999999999997},{"interface":"front","average":{"1min":0.81299999999999994,"5min":0.81299999999999994,"15min":0.81299999999999994},"min":{"1min":0.42199999999999999,"5min":0.42199999999999999,"15min":0.42199999999999999},"max":{"1min":1.05,"5min":1.05,"15min":1.05},"last":0.93300000000000005}]},{"osd":3,"last update":"Thu Sep 7 07:29:33 2023","interfaces":[{"interface":"back","average":{"1min":0.91800000000000004,"5min":0.91800000000000004,"15min":0.91800000000000004},"min":{"1min":0.625,"5min":0.625,"15min":0.625},"max":{"1min":1.2110000000000001,"5min":1.2110000000000001,"15min":1.2110000000000001},"last":0.96199999999999997},{"interface":"front","average":{"1min":0.94399999999999995,"5min":0.94399999999999995,"15min":0.94399999999999995},"min":{"1min":0.60799999999999998,"5min":0.60799999999999998,"15min":0.60799999999999998},"max":{"1min":1.2949999999999999,"5min":1.2949999999999999,"15min":1.2949999999999999},"last":0.98099999999999998}]},{"osd":4,"last update":"Thu Sep 7 07:29:33 2023","interfaces":[{"interface":"back","average":{"1min":0.93700000000000006,"5min":0.93700000000000006,"15min":0.93700000000000006},"min":{"1min":0.63300000000000001,"5min":0.63300000000000001,"15min":0.63300000000000001},"max":{"1min":1.1890000000000001,"5min":1.1890000000000001,"15min":1.1890000000000001},"last":1.024},{"interface":"front","average":{"1min":0.97399999999999998,"5min":0.97399999999999998,"15min":0.97399999999999998},"min":{"1min":0.499,"5min":0.499,"15min":0.499},"max":{"1min":1.274,"5min":1.274,"15min":1.274},"last":1.046}]},{"osd":5,"last update":"Thu Sep 7 07:29:33 2023","interfaces":[{"interface":"back","average":{"1min":1.1100000000000001,"5min":1.1100000000000001,"15min":1.1100000000000001},"min":{"1min":0.78500000000000003,"5min":0.78500000000000003,"15min":0.78500000000000003},"max":{"1min":1.494,"5min":1.494,"15min":1.494},"last":1.071},{"interface":"front","average":{"1min":1.1040000000000001,"5min":1.1040000000000001,"15min":1.1040000000000001},"min":{"1min":0.58699999999999997,"5min":0.58699999999999997,"15min":0.58699999999999997},"max":{"1min":1.3879999999999999,"5min":1.3879999999999999,"15min":1.3879999999999999},"last":1.1200000000000001}]},{"osd":7,"last update":"Thu Sep 7 07:29:40 2023","interfaces":[{"interface":"back","average":{"1min":1.1259999999999999,"5min":1.1259999999999999,"15min":1.1259999999999999},"min":{"1min":0.78400000000000003,"5min":0.78400000000000003,"15min":0.78400000000000003},"max":{"1min":1.387,"5min":1.387,"15min":1.387},"last":1.202},{"interface":"front","average":{"1min":1.1699999999999999,"5min":1.1699999999999999,"15min":1.1699999999999999},"min":{"1min":0.85399999999999998,"5min":0.85399999999999998,"15min":0.85399999999999998},"max":{"1min":1.5409999999999999,"5min":1.5409999999999999,"15min":1.5409999999999999},"last":1.1699999999999999}]}]},{"osd":1,"up_from":20,"seq":85899345949,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27340,"kb_used_data":388,"kb_used_omap":0,"kb_used_meta":26944,"kb_avail":93713716,"statfs":{"total":95990841344,"available":95962845184,"internally_reserved":0,"allocated":397312,"data_stored":158858,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":27590656},"hb_peers":[0,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Sep 7 07:30:22 2023","interfaces":[{"interface":"back","average":{"1min":0.875,"5min":0.80700000000000005,"15min":0.79600000000000004},"min":{"1min":0.55100000000000005,"5min":0.41799999999999998,"15min":0.41799999999999998},"max":{"1min":1.1439999999999999,"5min":1.1439999999999999,"15min":1.1439999999999999},"last":1.278},{"interface":"front","average":{"1min":0.88,"5min":0.88600000000000001,"15min":0.88700000000000001},"min":{"1min":0.62,"5min":0.53000000000000003,"15min":0.53000000000000003},"max":{"1min":1.337,"5min":1.337,"15min":1.337},"last":0.78900000000000003}]},{"osd":2,"last update":"Thu Sep 7 07:30:26 2023","interfaces":[{"interface":"back","average":{"1min":0.92900000000000005,"5min":0.88,"15min":0.872},"min":{"1min":0.623,"5min":0.56699999999999995,"15min":0.56699999999999995},"max":{"1min":1.2909999999999999,"5min":1.4410000000000001,"15min":1.4410000000000001},"last":1.1759999999999999},{"interface":"front","average":{"1min":0.88300000000000001,"5min":0.94199999999999995,"15min":0.95199999999999996},"min":{"1min":0.57799999999999996,"5min":0.57799999999999996,"15min":0.57799999999999996},"max":{"1min":1.2,"5min":1.377,"15min":1.377},"last":0.88700000000000001}]},{"osd":3,"last update":"Thu Sep 7 07:30:29 2023","interfaces":[{"interface":"back","average":{"1min":0.66100000000000003,"5min":0.80500000000000005,"15min":0.82899999999999996},"min":{"1min":0.373,"5min":0.373,"15min":0.373},"max":{"1min":1.0980000000000001,"5min":1.272,"15min":1.272},"last":0.68100000000000005},{"interface":"front","average":{"1min":0.81899999999999995,"5min":0.81899999999999995,"15min":0.81899999999999995},"min":{"1min":0.40500000000000003,"5min":0.40500000000000003,"15min":0.40500000000000003},"max":{"1min":1.367,"5min":1.367,"15min":1.367},"last":1.367}]},{"osd":4,"last update":"Thu Sep 7 07:30:29 2023","interfaces":[{"interface":"back","average":{"1min":0.84199999999999997,"5min":0.90200000000000002,"15min":0.91200000000000003},"min":{"1min":0.57199999999999995,"5min":0.57199999999999995,"15min":0.57199999999999995},"max":{"1min":1.046,"5min":1.224,"15min":1.224},"last":0.95099999999999996},{"interface":"front","average":{"1min":0.97499999999999998,"5min":1.008,"15min":1.014},"min":{"1min":0.71199999999999997,"5min":0.71199999999999997,"15min":0.71199999999999997},"max":{"1min":1.337,"5min":1.375,"15min":1.375},"last":1.337}]},{"osd":5,"last update":"Thu Sep 7 07:29:37 2023","interfaces":[{"interface":"back","average":{"1min":1.0449999999999999,"5min":1.0449999999999999,"15min":1.0449999999999999},"min":{"1min":0.66000000000000003,"5min":0.66000000000000003,"15min":0.66000000000000003},"max":{"1min":1.401,"5min":1.401,"15min":1.401},"last":1.0489999999999999},{"interface":"front","average":{"1min":1.1080000000000001,"5min":1.1080000000000001,"15min":1.1080000000000001},"min":{"1min":0.54200000000000004,"5min":0.54200000000000004,"15min":0.54200000000000004},"max":{"1min":1.5069999999999999,"5min":1.5069999999999999,"15min":1.5069999999999999},"last":1.2090000000000001}]},{"osd":6,"last update":"Thu Sep 7 07:29:37 2023","interfaces":[{"interface":"back","average":{"1min":1.222,"5min":1.222,"15min":1.222},"min":{"1min":0.752,"5min":0.752,"15min":0.752},"max":{"1min":1.5429999999999999,"5min":1.5429999999999999,"15min":1.5429999999999999},"last":1.0009999999999999},{"interface":"front","average":{"1min":1.085,"5min":1.085,"15min":1.085},"min":{"1min":0.749,"5min":0.749,"15min":0.749},"max":{"1min":1.5229999999999999,"5min":1.5229999999999999,"15min":1.5229999999999999},"last":1.131}]},{"osd":7,"last update":"Thu Sep 7 07:29:41 2023","interfaces":[{"interface":"back","average":{"1min":1.2490000000000001,"5min":1.2490000000000001,"15min":1.2490000000000001},"min":{"1min":0.60399999999999998,"5min":0.60399999999999998,"15min":0.60399999999999998},"max":{"1min":1.5600000000000001,"5min":1.5600000000000001,"15min":1.5600000000000001},"last":1.3160000000000001},{"interface":"front","average":{"1min":1.1020000000000001,"5min":1.1020000000000001,"15min":1.1020000000000001},"min":{"1min":0.626,"5min":0.626,"15min":0.626},"max":{"1min":1.425,"5min":1.425,"15min":1.425},"last":1.2529999999999999}]}]},{"osd":0,"up_from":16,"seq":68719476765,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":27920,"kb_used_data":968,"kb_used_omap":0,"kb_used_meta":26944,"kb_avail":93713136,"statfs":{"total":95990841344,"available":95962251264,"internally_reserved":0,"allocated":991232,"data_stored":749226,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":27590656},"hb_peers":[1,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":1,"last update":"Thu Sep 7 07:30:22 2023","interfaces":[{"interface":"back","average":{"1min":0.77600000000000002,"5min":0.76200000000000001,"15min":0.76000000000000001},"min":{"1min":0.46500000000000002,"5min":0.46500000000000002,"15min":0.46500000000000002},"max":{"1min":1.238,"5min":1.238,"15min":1.238},"last":0.81899999999999995},{"interface":"front","average":{"1min":0.77200000000000002,"5min":0.83199999999999996,"15min":0.84199999999999997},"min":{"1min":0.56100000000000005,"5min":0.52700000000000002,"15min":0.52700000000000002},"max":{"1min":0.97399999999999998,"5min":1.1739999999999999,"15min":1.1739999999999999},"last":0.78500000000000003}]},{"osd":2,"last update":"Thu Sep 7 07:29:26 2023","interfaces":[{"interface":"back","average":{"1min":0.69699999999999995,"5min":0.69699999999999995,"15min":0.69699999999999995},"min":{"1min":0.40200000000000002,"5min":0.40200000000000002,"15min":0.40200000000000002},"max":{"1min":1.006,"5min":1.006,"15min":1.006},"last":0.67900000000000005},{"interface":"front","average":{"1min":0.81999999999999995,"5min":0.81999999999999995,"15min":0.81999999999999995},"min":{"1min":0.47999999999999998,"5min":0.47999999999999998,"15min":0.47999999999999998},"max":{"1min":1.2629999999999999,"5min":1.2629999999999999,"15min":1.2629999999999999},"last":0.85999999999999999}]},{"osd":3,"last update":"Thu Sep 7 07:29:28 2023","interfaces":[{"interface":"back","average":{"1min":0.86799999999999999,"5min":0.86799999999999999,"15min":0.86799999999999999},"min":{"1min":0.52600000000000002,"5min":0.52600000000000002,"15min":0.52600000000000002},"max":{"1min":1.2430000000000001,"5min":1.2430000000000001,"15min":1.2430000000000001},"last":1.04},{"interface":"front","average":{"1min":0.92700000000000005,"5min":0.92700000000000005,"15min":0.92700000000000005},"min":{"1min":0.56200000000000006,"5min":0.56200000000000006,"15min":0.56200000000000006},"max":{"1min":1.2350000000000001,"5min":1.2350000000000001,"15min":1.2350000000000001},"last":1.079}]},{"osd":4,"last update":"Thu Sep 7 07:29:28 2023","interfaces":[{"interface":"back","average":{"1min":0.84199999999999997,"5min":0.84199999999999997,"15min":0.84199999999999997},"min":{"1min":0.48299999999999998,"5min":0.48299999999999998,"15min":0.48299999999999998},"max":{"1min":1.3320000000000001,"5min":1.3320000000000001,"15min":1.3320000000000001},"last":0.98299999999999998},{"interface":"front","average":{"1min":0.88300000000000001,"5min":0.88300000000000001,"15min":0.88300000000000001},"min":{"1min":0.47399999999999998,"5min":0.47399999999999998,"15min":0.47399999999999998},"max":{"1min":1.22,"5min":1.22,"15min":1.22},"last":0.91100000000000003}]},{"osd":5,"last update":"Thu Sep 7 07:29:34 2023","interfaces":[{"interface":"back","average":{"1min":0.99299999999999999,"5min":0.99299999999999999,"15min":0.99299999999999999},"min":{"1min":0.64100000000000001,"5min":0.64100000000000001,"15min":0.64100000000000001},"max":{"1min":1.5229999999999999,"5min":1.5229999999999999,"15min":1.5229999999999999},"last":1.145},{"interface":"front","average":{"1min":1.002,"5min":1.002,"15min":1.002},"min":{"1min":0.76600000000000001,"5min":0.76600000000000001,"15min":0.76600000000000001},"max":{"1min":1.3999999999999999,"5min":1.3999999999999999,"15min":1.3999999999999999},"last":1.115}]},{"osd":6,"last update":"Thu Sep 7 07:29:34 2023","interfaces":[{"interface":"back","average":{"1min":1.0580000000000001,"5min":1.0580000000000001,"15min":1.0580000000000001},"min":{"1min":0.65700000000000003,"5min":0.65700000000000003,"15min":0.65700000000000003},"max":{"1min":1.6799999999999999,"5min":1.6799999999999999,"15min":1.6799999999999999},"last":1.018},{"interface":"front","average":{"1min":1.1060000000000001,"5min":1.1060000000000001,"15min":1.1060000000000001},"min":{"1min":0.56299999999999994,"5min":0.56299999999999994,"15min":0.56299999999999994},"max":{"1min":1.9770000000000001,"5min":1.9770000000000001,"15min":1.9770000000000001},"last":1.236}]},{"osd":7,"last update":"Thu Sep 7 07:29:39 2023","interfaces":[{"interface":"back","average":{"1min":1.1279999999999999,"5min":1.1279999999999999,"15min":1.1279999999999999},"min":{"1min":0.88400000000000001,"5min":0.88400000000000001,"15min":0.88400000000000001},"max":{"1min":1.6479999999999999,"5min":1.6479999999999999,"15min":1.6479999999999999},"last":1.173},{"interface":"front","average":{"1min":1.202,"5min":1.202,"15min":1.202},"min":{"1min":0.91200000000000003,"5min":0.91200000000000003,"15min":0.91200000000000003},"max":{"1min":1.694,"5min":1.694,"15min":1.694},"last":1.302}]}]},{"osd":2,"up_from":22,"seq":94489280540,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27340,"kb_used_data":388,"kb_used_omap":0,"kb_used_meta":26944,"kb_avail":93713716,"statfs":{"total":95990841344,"available":95962845184,"internally_reserved":0,"allocated":397312,"data_stored":158858,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":27590656},"hb_peers":[0,1,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Sep 7 07:30:26 2023","interfaces":[{"interface":"back","average":{"1min":0.71399999999999997,"5min":0.752,"15min":0.75800000000000001},"min":{"1min":0.46899999999999997,"5min":0.38400000000000001,"15min":0.38400000000000001},"max":{"1min":0.96999999999999997,"5min":1.1160000000000001,"15min":1.1160000000000001},"last":0.68400000000000005},{"interface":"front","average":{"1min":0.84399999999999997,"5min":0.82799999999999996,"15min":0.82599999999999996},"min":{"1min":0.56399999999999995,"5min":0.41999999999999998,"15min":0.41999999999999998},"max":{"1min":1.1040000000000001,"5min":1.365,"15min":1.365},"last":0.78200000000000003}]},{"osd":1,"last update":"Thu Sep 7 07:30:26 2023","interfaces":[{"interface":"back","average":{"1min":0.88900000000000001,"5min":0.85699999999999998,"15min":0.85199999999999998},"min":{"1min":0.44900000000000001,"5min":0.44900000000000001,"15min":0.44900000000000001},"max":{"1min":1.492,"5min":1.492,"15min":1.492},"last":0.94799999999999995},{"interface":"front","average":{"1min":0.874,"5min":0.89200000000000002,"15min":0.89500000000000002},"min":{"1min":0.67700000000000005,"5min":0.48799999999999999,"15min":0.48799999999999999},"max":{"1min":1.163,"5min":1.4259999999999999,"15min":1.4259999999999999},"last":0.748}]},{"osd":3,"last update":"Thu Sep 7 07:29:31 2023","interfaces":[{"interface":"back","average":{"1min":0.90100000000000002,"5min":0.90100000000000002,"15min":0.90100000000000002},"min":{"1min":0.56200000000000006,"5min":0.56200000000000006,"15min":0.56200000000000006},"max":{"1min":1.248,"5min":1.248,"15min":1.248},"last":1.0029999999999999},{"interface":"front","average":{"1min":1.0329999999999999,"5min":1.0329999999999999,"15min":1.0329999999999999},"min":{"1min":0.65900000000000003,"5min":0.65900000000000003,"15min":0.65900000000000003},"max":{"1min":1.4350000000000001,"5min":1.4350000000000001,"15min":1.4350000000000001},"last":0.84799999999999998}]},{"osd":4,"last update":"Thu Sep 7 07:29:31 2023","interfaces":[{"interface":"back","average":{"1min":1.048,"5min":1.048,"15min":1.048},"min":{"1min":0.70999999999999996,"5min":0.70999999999999996,"15min":0.70999999999999996},"max":{"1min":1.512,"5min":1.512,"15min":1.512},"last":0.97699999999999998},{"interface":"front","average":{"1min":0.98599999999999999,"5min":0.98599999999999999,"15min":0.98599999999999999},"min":{"1min":0.64700000000000002,"5min":0.64700000000000002,"15min":0.64700000000000002},"max":{"1min":1.4550000000000001,"5min":1.4550000000000001,"15min":1.4550000000000001},"last":0.89300000000000002}]},{"osd":5,"last update":"Thu Sep 7 07:29:36 2023","interfaces":[{"interface":"back","average":{"1min":1.0549999999999999,"5min":1.0549999999999999,"15min":1.0549999999999999},"min":{"1min":0.81399999999999995,"5min":0.81399999999999995,"15min":0.81399999999999995},"max":{"1min":1.3109999999999999,"5min":1.3109999999999999,"15min":1.3109999999999999},"last":0.81699999999999995},{"interface":"front","average":{"1min":1.054,"5min":1.054,"15min":1.054},"min":{"1min":0.77200000000000002,"5min":0.77200000000000002,"15min":0.77200000000000002},"max":{"1min":1.3200000000000001,"5min":1.3200000000000001,"15min":1.3200000000000001},"last":0.91400000000000003}]},{"osd":6,"last update":"Thu Sep 7 07:29:36 2023","interfaces":[{"interface":"back","average":{"1min":1.075,"5min":1.075,"15min":1.075},"min":{"1min":0.77100000000000002,"5min":0.77100000000000002,"15min":0.77100000000000002},"max":{"1min":1.405,"5min":1.405,"15min":1.405},"last":1.0389999999999999},{"interface":"front","average":{"1min":1.0780000000000001,"5min":1.0780000000000001,"15min":1.0780000000000001},"min":{"1min":0.69099999999999995,"5min":0.69099999999999995,"15min":0.69099999999999995},"max":{"1min":1.6399999999999999,"5min":1.6399999999999999,"15min":1.6399999999999999},"last":1.0269999999999999}]},{"osd":7,"last update":"Thu Sep 7 07:29:43 2023","interfaces":[{"interface":"back","average":{"1min":1.1819999999999999,"5min":1.1819999999999999,"15min":1.1819999999999999},"min":{"1min":0.94099999999999995,"5min":0.94099999999999995,"15min":0.94099999999999995},"max":{"1min":1.518,"5min":1.518,"15min":1.518},"last":1.073},{"interface":"front","average":{"1min":1.113,"5min":1.113,"15min":1.113},"min":{"1min":0.83999999999999997,"5min":0.83999999999999997,"15min":0.83999999999999997},"max":{"1min":1.2749999999999999,"5min":1.2749999999999999,"15min":1.2749999999999999},"last":1.0589999999999999}]}]},{"osd":3,"up_from":26,"seq":111669149724,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":27920,"kb_used_data":968,"kb_used_omap":0,"kb_used_meta":26944,"kb_avail":93713136,"statfs":{"total":95990841344,"available":95962251264,"internally_reserved":0,"allocated":991232,"data_stored":749226,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":27590656},"hb_peers":[0,1,2,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Sep 7 07:30:31 2023","interfaces":[{"interface":"back","average":{"1min":0.84699999999999998,"5min":0.82499999999999996,"15min":0.82099999999999995},"min":{"1min":0.55100000000000005,"5min":0.45100000000000001,"15min":0.45100000000000001},"max":{"1min":1.2370000000000001,"5min":1.2370000000000001,"15min":1.2370000000000001},"last":0.99399999999999999},{"interface":"front","average":{"1min":0.83299999999999996,"5min":0.85899999999999999,"15min":0.86299999999999999},"min":{"1min":0.59599999999999997,"5min":0.59599999999999997,"15min":0.59599999999999997},"max":{"1min":1.107,"5min":1.1739999999999999,"15min":1.1739999999999999},"last":1.107}]},{"osd":1,"last update":"Thu Sep 7 07:30:31 2023","interfaces":[{"interface":"back","average":{"1min":0.71999999999999997,"5min":0.749,"15min":0.754},"min":{"1min":0.36899999999999999,"5min":0.36899999999999999,"15min":0.36899999999999999},"max":{"1min":1.1299999999999999,"5min":1.494,"15min":1.494},"last":0.80900000000000005},{"interface":"front","average":{"1min":0.77400000000000002,"5min":0.70599999999999996,"15min":0.69399999999999995},"min":{"1min":0.315,"5min":0.315,"15min":0.315},"max":{"1min":1.762,"5min":1.762,"15min":1.762},"last":0.94799999999999995}]},{"osd":2,"last update":"Thu Sep 7 07:30:31 2023","interfaces":[{"interface":"back","average":{"1min":0.996,"5min":0.91200000000000003,"15min":0.89800000000000002},"min":{"1min":0.59399999999999997,"5min":0.59399999999999997,"15min":0.59399999999999997},"max":{"1min":1.4350000000000001,"5min":1.4350000000000001,"15min":1.4350000000000001},"last":1.2130000000000001},{"interface":"front","average":{"1min":0.90200000000000002,"5min":0.875,"15min":0.871},"min":{"1min":0.52200000000000002,"5min":0.52200000000000002,"15min":0.52200000000000002},"max":{"1min":1.3240000000000001,"5min":1.3240000000000001,"15min":1.3240000000000001},"last":1.165}]},{"osd":4,"last update":"Thu Sep 7 07:30:31 2023","interfaces":[{"interface":"back","average":{"1min":1.0489999999999999,"5min":1.0249999999999999,"15min":1.0209999999999999},"min":{"1min":0.61899999999999999,"5min":0.61899999999999999,"15min":0.61899999999999999},"max":{"1min":1.617,"5min":1.617,"15min":1.617},"last":1.1870000000000001},{"interface":"front","average":{"1min":0.96399999999999997,"5min":0.99399999999999999,"15min":0.999},"min":{"1min":0.57399999999999995,"5min":0.57399999999999995,"15min":0.57399999999999995},"max":{"1min":1.462,"5min":1.462,"15min":1.462},"last":1.282}]},{"osd":5,"last update":"Thu Sep 7 07:29:34 2023","interfaces":[{"interface":"back","average":{"1min":0.90300000000000002,"5min":0.90300000000000002,"15min":0.90300000000000002},"min":{"1min":0.56699999999999995,"5min":0.56699999999999995,"15min":0.56699999999999995},"max":{"1min":1.4059999999999999,"5min":1.4059999999999999,"15min":1.4059999999999999},"last":0.89700000000000002},{"interface":"front","average":{"1min":0.99199999999999999,"5min":0.99199999999999999,"15min":0.99199999999999999},"min":{"1min":0.38900000000000001,"5min":0.38900000000000001,"15min":0.38900000000000001},"max":{"1min":1.5009999999999999,"5min":1.5009999999999999,"15min":1.5009999999999999},"last":0.78600000000000003}]},{"osd":6,"last update":"Thu Sep 7 07:29:34 2023","interfaces":[{"interface":"back","average":{"1min":1.097,"5min":1.097,"15min":1.097},"min":{"1min":0.69999999999999996,"5min":0.69999999999999996,"15min":0.69999999999999996},"max":{"1min":1.4350000000000001,"5min":1.4350000000000001,"15min":1.4350000000000001},"last":1.083},{"interface":"front","average":{"1min":1.0249999999999999,"5min":1.0249999999999999,"15min":1.0249999999999999},"min":{"1min":0.68100000000000005,"5min":0.68100000000000005,"15min":0.68100000000000005},"max":{"1min":1.2889999999999999,"5min":1.2889999999999999,"15min":1.2889999999999999},"last":1.2290000000000001}]},{"osd":7,"last update":"Thu Sep 7 07:29:43 2023","interfaces":[{"interface":"back","average":{"1min":1.1439999999999999,"5min":1.1439999999999999,"15min":1.1439999999999999},"min":{"1min":0.66800000000000004,"5min":0.66800000000000004,"15min":0.66800000000000004},"max":{"1min":1.694,"5min":1.694,"15min":1.694},"last":1.147},{"interface":"front","average":{"1min":1.117,"5min":1.117,"15min":1.117},"min":{"1min":0.68000000000000005,"5min":0.68000000000000005,"15min":0.68000000000000005},"max":{"1min":1.7170000000000001,"5min":1.7170000000000001,"15min":1.7170000000000001},"last":1.3400000000000001}]}]},{"osd":4,"up_from":27,"seq":115964117019,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27340,"kb_used_data":388,"kb_used_omap":0,"kb_used_meta":26944,"kb_avail":93713716,"statfs":{"total":95990841344,"available":95962845184,"internally_reserved":0,"allocated":397312,"data_stored":158858,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":27590656},"hb_peers":[0,1,2,3,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Sep 7 07:29:28 2023","interfaces":[{"interface":"back","average":{"1min":0.75600000000000001,"5min":0.75600000000000001,"15min":0.75600000000000001},"min":{"1min":0.441,"5min":0.441,"15min":0.441},"max":{"1min":1.165,"5min":1.165,"15min":1.165},"last":0.85899999999999999},{"interface":"front","average":{"1min":0.72999999999999998,"5min":0.72999999999999998,"15min":0.72999999999999998},"min":{"1min":0.376,"5min":0.376,"15min":0.376},"max":{"1min":0.97299999999999998,"5min":0.97299999999999998,"15min":0.97299999999999998},"last":0.73399999999999999}]},{"osd":1,"last update":"Thu Sep 7 07:29:28 2023","interfaces":[{"interface":"back","average":{"1min":0.81200000000000006,"5min":0.81200000000000006,"15min":0.81200000000000006},"min":{"1min":0.60499999999999998,"5min":0.60499999999999998,"15min":0.60499999999999998},"max":{"1min":1.1299999999999999,"5min":1.1299999999999999,"15min":1.1299999999999999},"last":0.78000000000000003},{"interface":"front","average":{"1min":0.91300000000000003,"5min":0.91300000000000003,"15min":0.91300000000000003},"min":{"1min":0.72099999999999997,"5min":0.72099999999999997,"15min":0.72099999999999997},"max":{"1min":1.1479999999999999,"5min":1.1479999999999999,"15min":1.1479999999999999},"last":1.1699999999999999}]},{"osd":2,"last update":"Thu Sep 7 07:29:28 2023","interfaces":[{"interface":"back","average":{"1min":0.80000000000000004,"5min":0.80000000000000004,"15min":0.80000000000000004},"min":{"1min":0.55200000000000005,"5min":0.55200000000000005,"15min":0.55200000000000005},"max":{"1min":1.0409999999999999,"5min":1.0409999999999999,"15min":1.0409999999999999},"last":1.0489999999999999},{"interface":"front","average":{"1min":0.871,"5min":0.871,"15min":0.871},"min":{"1min":0.40300000000000002,"5min":0.40300000000000002,"15min":0.40300000000000002},"max":{"1min":1.304,"5min":1.304,"15min":1.304},"last":1.101}]},{"osd":3,"last update":"Thu Sep 7 07:29:28 2023","interfaces":[{"interface":"back","average":{"1min":1.014,"5min":1.014,"15min":1.014},"min":{"1min":0.61699999999999999,"5min":0.61699999999999999,"15min":0.61699999999999999},"max":{"1min":1.6830000000000001,"5min":1.6830000000000001,"15min":1.6830000000000001},"last":0.90100000000000002},{"interface":"front","average":{"1min":0.98899999999999999,"5min":0.98899999999999999,"15min":0.98899999999999999},"min":{"1min":0.66000000000000003,"5min":0.66000000000000003,"15min":0.66000000000000003},"max":{"1min":1.5209999999999999,"5min":1.5209999999999999,"15min":1.5209999999999999},"last":1.137}]},{"osd":5,"last update":"Thu Sep 7 07:29:34 2023","interfaces":[{"interface":"back","average":{"1min":1.022,"5min":1.022,"15min":1.022},"min":{"1min":0.623,"5min":0.623,"15min":0.623},"max":{"1min":1.667,"5min":1.667,"15min":1.667},"last":0.92900000000000005},{"interface":"front","average":{"1min":1.0209999999999999,"5min":1.0209999999999999,"15min":1.0209999999999999},"min":{"1min":0.71799999999999997,"5min":0.71799999999999997,"15min":0.71799999999999997},"max":{"1min":1.593,"5min":1.593,"15min":1.593},"last":1.278}]},{"osd":6,"last update":"Thu Sep 7 07:29:34 2023","interfaces":[{"interface":"back","average":{"1min":1.0649999999999999,"5min":1.0649999999999999,"15min":1.0649999999999999},"min":{"1min":0.48799999999999999,"5min":0.48799999999999999,"15min":0.48799999999999999},"max":{"1min":1.7030000000000001,"5min":1.7030000000000001,"15min":1.7030000000000001},"last":0.97899999999999998},{"interface":"front","average":{"1min":1.01,"5min":1.01,"15min":1.01},"min":{"1min":0.51800000000000002,"5min":0.51800000000000002,"15min":0.51800000000000002},"max":{"1min":1.5069999999999999,"5min":1.5069999999999999,"15min":1.5069999999999999},"last":1.0169999999999999}]},{"osd":7,"last update":"Thu Sep 7 07:29:39 2023","interfaces":[{"interface":"back","average":{"1min":1.167,"5min":1.167,"15min":1.167},"min":{"1min":0.68100000000000005,"5min":0.68100000000000005,"15min":0.68100000000000005},"max":{"1min":1.53,"5min":1.53,"15min":1.53},"last":1.2330000000000001},{"interface":"front","average":{"1min":1.157,"5min":1.157,"15min":1.157},"min":{"1min":0.81399999999999995,"5min":0.81399999999999995,"15min":0.81399999999999995},"max":{"1min":1.498,"5min":1.498,"15min":1.498},"last":1.206}]}]},{"osd":5,"up_from":32,"seq":137438953498,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27340,"kb_used_data":388,"kb_used_omap":0,"kb_used_meta":26944,"kb_avail":93713716,"statfs":{"total":95990841344,"available":95962845184,"internally_reserved":0,"allocated":397312,"data_stored":158858,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":27590656},"hb_peers":[0,1,2,3,4,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Sep 7 07:29:35 2023","interfaces":[{"interface":"back","average":{"1min":0.86399999999999999,"5min":0.86399999999999999,"15min":0.86399999999999999},"min":{"1min":0.57299999999999995,"5min":0.57299999999999995,"15min":0.57299999999999995},"max":{"1min":1.028,"5min":1.028,"15min":1.028},"last":1.228},{"interface":"front","average":{"1min":0.90500000000000003,"5min":0.90500000000000003,"15min":0.90500000000000003},"min":{"1min":0.68000000000000005,"5min":0.68000000000000005,"15min":0.68000000000000005},"max":{"1min":1.2589999999999999,"5min":1.2589999999999999,"15min":1.2589999999999999},"last":1.1140000000000001}]},{"osd":1,"last update":"Thu Sep 7 07:29:35 2023","interfaces":[{"interface":"back","average":{"1min":0.80200000000000005,"5min":0.80200000000000005,"15min":0.80200000000000005},"min":{"1min":0.40400000000000003,"5min":0.40400000000000003,"15min":0.40400000000000003},"max":{"1min":1.4570000000000001,"5min":1.4570000000000001,"15min":1.4570000000000001},"last":1.1419999999999999},{"interface":"front","average":{"1min":0.82499999999999996,"5min":0.82499999999999996,"15min":0.82499999999999996},"min":{"1min":0.54900000000000004,"5min":0.54900000000000004,"15min":0.54900000000000004},"max":{"1min":1.2949999999999999,"5min":1.2949999999999999,"15min":1.2949999999999999},"last":0.77600000000000002}]},{"osd":2,"last update":"Thu Sep 7 07:29:35 2023","interfaces":[{"interface":"back","average":{"1min":0.98199999999999998,"5min":0.98199999999999998,"15min":0.98199999999999998},"min":{"1min":0.60399999999999998,"5min":0.60399999999999998,"15min":0.60399999999999998},"max":{"1min":1.4059999999999999,"5min":1.4059999999999999,"15min":1.4059999999999999},"last":1.4450000000000001},{"interface":"front","average":{"1min":1.0049999999999999,"5min":1.0049999999999999,"15min":1.0049999999999999},"min":{"1min":0.68300000000000005,"5min":0.68300000000000005,"15min":0.68300000000000005},"max":{"1min":1.349,"5min":1.349,"15min":1.349},"last":0.86499999999999999}]},{"osd":3,"last update":"Thu Sep 7 07:29:35 2023","interfaces":[{"interface":"back","average":{"1min":0.94899999999999995,"5min":0.94899999999999995,"15min":0.94899999999999995},"min":{"1min":0.45300000000000001,"5min":0.45300000000000001,"15min":0.45300000000000001},"max":{"1min":1.1679999999999999,"5min":1.1679999999999999,"15min":1.1679999999999999},"last":0.60399999999999998},{"interface":"front","average":{"1min":0.97099999999999997,"5min":0.97099999999999997,"15min":0.97099999999999997},"min":{"1min":0.53100000000000003,"5min":0.53100000000000003,"15min":0.53100000000000003},"max":{"1min":1.2290000000000001,"5min":1.2290000000000001,"15min":1.2290000000000001},"last":1.28}]},{"osd":4,"last update":"Thu Sep 7 07:29:35 2023","interfaces":[{"interface":"back","average":{"1min":1.1160000000000001,"5min":1.1160000000000001,"15min":1.1160000000000001},"min":{"1min":0.65100000000000002,"5min":0.65100000000000002,"15min":0.65100000000000002},"max":{"1min":1.448,"5min":1.448,"15min":1.448},"last":1.353},{"interface":"front","average":{"1min":1.0740000000000001,"5min":1.0740000000000001,"15min":1.0740000000000001},"min":{"1min":0.78400000000000003,"5min":0.78400000000000003,"15min":0.78400000000000003},"max":{"1min":1.3109999999999999,"5min":1.3109999999999999,"15min":1.3109999999999999},"last":0.94399999999999995}]},{"osd":6,"last update":"Thu Sep 7 07:29:35 2023","interfaces":[{"interface":"back","average":{"1min":1.1319999999999999,"5min":1.1319999999999999,"15min":1.1319999999999999},"min":{"1min":0.83799999999999997,"5min":0.83799999999999997,"15min":0.83799999999999997},"max":{"1min":1.4630000000000001,"5min":1.4630000000000001,"15min":1.4630000000000001},"last":0.98099999999999998},{"interface":"front","average":{"1min":1.1699999999999999,"5min":1.1699999999999999,"15min":1.1699999999999999},"min":{"1min":0.70999999999999996,"5min":0.70999999999999996,"15min":0.70999999999999996},"max":{"1min":1.4279999999999999,"5min":1.4279999999999999,"15min":1.4279999999999999},"last":1.3999999999999999}]},{"osd":7,"last update":"Thu Sep 7 07:29:42 2023","interfaces":[{"interface":"back","average":{"1min":1.115,"5min":1.115,"15min":1.115},"min":{"1min":0.72399999999999998,"5min":0.72399999999999998,"15min":0.72399999999999998},"max":{"1min":1.3720000000000001,"5min":1.3720000000000001,"15min":1.3720000000000001},"last":0.71899999999999997},{"interface":"front","average":{"1min":1.1240000000000001,"5min":1.1240000000000001,"15min":1.1240000000000001},"min":{"1min":0.66200000000000003,"5min":0.66200000000000003,"15min":0.66200000000000003},"max":{"1min":1.573,"5min":1.573,"15min":1.573},"last":1.04}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2023-09-07T07:30:33.562 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell --fsid 3e964040-4d4f-11ee-9ab5-7b867c8bd7da -- ceph pg dump --format=json 2023-09-07T07:30:33.661 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:30:33 smithi110 bash[31897]: cluster 2023-09-07T07:30:32.333463+0000 mgr.smithi037.ampdkg (mgr.14197) 190 : cluster 0 pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:30:34.661 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:30:34 smithi110 bash[31897]: audit 2023-09-07T07:30:32.923807+0000 mgr.smithi037.ampdkg (mgr.14197) 191 : audit 0 from='client.14470 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:30:34.711 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:30:34 smithi037 bash[24115]: audit 2023-09-07T07:30:32.923807+0000 mgr.smithi037.ampdkg (mgr.14197) 191 : audit 0 from='client.14470 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:30:35.661 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:30:35 smithi110 bash[31897]: cluster 2023-09-07T07:30:34.334022+0000 mgr.smithi037.ampdkg (mgr.14197) 192 : cluster 0 pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:30:35.661 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:30:35 smithi110 bash[31897]: audit 2023-09-07T07:30:34.847634+0000 mon.smithi037 (mon.0) 717 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:30:35.661 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:30:35 smithi110 bash[31897]: audit 2023-09-07T07:30:34.856105+0000 mon.smithi037 (mon.0) 718 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:30:35.711 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:30:35 smithi037 bash[24115]: cluster 2023-09-07T07:30:34.334022+0000 mgr.smithi037.ampdkg (mgr.14197) 192 : cluster 0 pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:30:35.712 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:30:35 smithi037 bash[24115]: audit 2023-09-07T07:30:34.847634+0000 mon.smithi037 (mon.0) 717 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:30:35.712 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:30:35 smithi037 bash[24115]: audit 2023-09-07T07:30:34.856105+0000 mon.smithi037 (mon.0) 718 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:30:36.911 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:30:36 smithi110 bash[31897]: audit 2023-09-07T07:30:35.562020+0000 mon.smithi037 (mon.0) 719 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:30:36.912 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:30:36 smithi110 bash[31897]: audit 2023-09-07T07:30:35.572771+0000 mon.smithi037 (mon.0) 720 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:30:36.912 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:30:36 smithi110 bash[31897]: audit 2023-09-07T07:30:36.041921+0000 mon.smithi037 (mon.0) 721 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:30:36.912 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:30:36 smithi110 bash[31897]: audit 2023-09-07T07:30:36.043570+0000 mon.smithi037 (mon.0) 722 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-07T07:30:36.912 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:30:36 smithi110 bash[31897]: audit 2023-09-07T07:30:36.052165+0000 mon.smithi037 (mon.0) 723 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:30:36.912 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:30:36 smithi110 bash[31897]: audit 2023-09-07T07:30:36.057494+0000 mon.smithi037 (mon.0) 724 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-07T07:30:36.961 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:30:36 smithi037 bash[24115]: audit 2023-09-07T07:30:35.562020+0000 mon.smithi037 (mon.0) 719 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:30:36.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:30:36 smithi037 bash[24115]: audit 2023-09-07T07:30:35.572771+0000 mon.smithi037 (mon.0) 720 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:30:36.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:30:36 smithi037 bash[24115]: audit 2023-09-07T07:30:36.041921+0000 mon.smithi037 (mon.0) 721 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:30:36.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:30:36 smithi037 bash[24115]: audit 2023-09-07T07:30:36.043570+0000 mon.smithi037 (mon.0) 722 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-07T07:30:36.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:30:36 smithi037 bash[24115]: audit 2023-09-07T07:30:36.052165+0000 mon.smithi037 (mon.0) 723 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:30:36.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:30:36 smithi037 bash[24115]: audit 2023-09-07T07:30:36.057494+0000 mon.smithi037 (mon.0) 724 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-07T07:30:37.318 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/3e964040-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi037/config 2023-09-07T07:30:37.711 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:30:37 smithi037 bash[24115]: cluster 2023-09-07T07:30:36.334598+0000 mgr.smithi037.ampdkg (mgr.14197) 193 : cluster 0 pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:30:37.911 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:30:37 smithi110 bash[31897]: cluster 2023-09-07T07:30:36.334598+0000 mgr.smithi037.ampdkg (mgr.14197) 193 : cluster 0 pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:30:38.711 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:30:38 smithi037 bash[24115]: audit 2023-09-07T07:30:38.365359+0000 mon.smithi037 (mon.0) 725 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:30:38.911 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:30:38 smithi110 bash[31897]: audit 2023-09-07T07:30:38.365359+0000 mon.smithi037 (mon.0) 725 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:30:39.859 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:30:39 smithi037 bash[24115]: cluster 2023-09-07T07:30:38.335167+0000 mgr.smithi037.ampdkg (mgr.14197) 194 : cluster 0 pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:30:39.911 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:30:39 smithi110 bash[31897]: cluster 2023-09-07T07:30:38.335167+0000 mgr.smithi037.ampdkg (mgr.14197) 194 : cluster 0 pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:30:40.307 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-09-07T07:30:40.311 INFO:teuthology.orchestra.run.smithi037.stderr:dumped all 2023-09-07T07:30:40.984 INFO:teuthology.orchestra.run.smithi037.stdout:{"pg_ready":true,"pg_map":{"version":163,"stamp":"2023-09-07T07:30:38.334857+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":186,"num_read_kb":163,"num_write":313,"num_write_kb":6070,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":2,"num_bytes_recovered":590368,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":257,"ondisk_log_size":257,"up":3,"acting":3,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":3,"num_osds":8,"num_per_pool_osds":8,"num_per_pool_omap_osds":3,"kb":749928448,"kb_used":220460,"kb_used_data":4844,"kb_used_omap":0,"kb_used_meta":215552,"kb_avail":749707988,"statfs":{"total":767926730752,"available":767700979712,"internally_reserved":0,"allocated":4960256,"data_stored":3041968,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":220725248},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"12.003743"},"pg_stats":[{"pgid":"1.0","version":"33'257","reported_seq":349,"reported_epoch":40,"state":"active+clean","last_fresh":"2023-09-07T07:28:43.271464+0000","last_change":"2023-09-07T07:28:43.270855+0000","last_active":"2023-09-07T07:28:43.271464+0000","last_peered":"2023-09-07T07:28:43.271464+0000","last_clean":"2023-09-07T07:28:43.271464+0000","last_became_active":"2023-09-07T07:28:43.269900+0000","last_became_peered":"2023-09-07T07:28:43.269900+0000","last_unstale":"2023-09-07T07:28:43.271464+0000","last_undegraded":"2023-09-07T07:28:43.271464+0000","last_fullsized":"2023-09-07T07:28:43.271464+0000","mapping_epoch":39,"log_start":"0'0","ondisk_log_start":"0'0","created":24,"last_epoch_clean":40,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-07T07:28:24.917188+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-07T07:28:24.917188+0000","last_clean_scrub_stamp":"2023-09-07T07:28:24.917188+0000","objects_scrubbed":0,"log_size":257,"log_dups_size":0,"ondisk_log_size":257,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-09-08T16:15:49.349685+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":186,"num_read_kb":163,"num_write":313,"num_write_kb":6070,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":2,"num_bytes_recovered":590368,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,3],"acting":[7,0,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":186,"num_read_kb":163,"num_write":313,"num_write_kb":6070,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":2,"num_bytes_recovered":590368,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":2375680,"data_stored":2361472,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":257,"ondisk_log_size":257,"up":3,"acting":3,"num_store_stats":4}],"osd_stats":[{"osd":7,"up_from":36,"seq":154618822683,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":27920,"kb_used_data":968,"kb_used_omap":0,"kb_used_meta":26944,"kb_avail":93713136,"statfs":{"total":95990841344,"available":95962251264,"internally_reserved":0,"allocated":991232,"data_stored":749226,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":27590656},"hb_peers":[0,1,2,3,4,5,6],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Sep 7 07:29:42 2023","interfaces":[{"interface":"back","average":{"1min":0.877,"5min":0.877,"15min":0.877},"min":{"1min":0.67200000000000004,"5min":0.67200000000000004,"15min":0.67200000000000004},"max":{"1min":1.141,"5min":1.141,"15min":1.141},"last":0.60699999999999998},{"interface":"front","average":{"1min":0.88900000000000001,"5min":0.88900000000000001,"15min":0.88900000000000001},"min":{"1min":0.65500000000000003,"5min":0.65500000000000003,"15min":0.65500000000000003},"max":{"1min":1.143,"5min":1.143,"15min":1.143},"last":0.752}]},{"osd":1,"last update":"Thu Sep 7 07:29:42 2023","interfaces":[{"interface":"back","average":{"1min":0.78700000000000003,"5min":0.78700000000000003,"15min":0.78700000000000003},"min":{"1min":0.55400000000000005,"5min":0.55400000000000005,"15min":0.55400000000000005},"max":{"1min":1.252,"5min":1.252,"15min":1.252},"last":0.39300000000000002},{"interface":"front","average":{"1min":0.94399999999999995,"5min":0.94399999999999995,"15min":0.94399999999999995},"min":{"1min":0.55300000000000005,"5min":0.55300000000000005,"15min":0.55300000000000005},"max":{"1min":1.3260000000000001,"5min":1.3260000000000001,"15min":1.3260000000000001},"last":0.49099999999999999}]},{"osd":2,"last update":"Thu Sep 7 07:29:42 2023","interfaces":[{"interface":"back","average":{"1min":0.88800000000000001,"5min":0.88800000000000001,"15min":0.88800000000000001},"min":{"1min":0.70099999999999996,"5min":0.70099999999999996,"15min":0.70099999999999996},"max":{"1min":1.492,"5min":1.492,"15min":1.492},"last":0.64300000000000002},{"interface":"front","average":{"1min":0.96699999999999997,"5min":0.96699999999999997,"15min":0.96699999999999997},"min":{"1min":0.61799999999999999,"5min":0.61799999999999999,"15min":0.61799999999999999},"max":{"1min":1.5569999999999999,"5min":1.5569999999999999,"15min":1.5569999999999999},"last":0.77500000000000002}]},{"osd":3,"last update":"Thu Sep 7 07:29:42 2023","interfaces":[{"interface":"back","average":{"1min":0.98999999999999999,"5min":0.98999999999999999,"15min":0.98999999999999999},"min":{"1min":0.69299999999999995,"5min":0.69299999999999995,"15min":0.69299999999999995},"max":{"1min":1.23,"5min":1.23,"15min":1.23},"last":0.57799999999999996},{"interface":"front","average":{"1min":0.90100000000000002,"5min":0.90100000000000002,"15min":0.90100000000000002},"min":{"1min":0.48399999999999999,"5min":0.48399999999999999,"15min":0.48399999999999999},"max":{"1min":1.421,"5min":1.421,"15min":1.421},"last":0.52800000000000002}]},{"osd":4,"last update":"Thu Sep 7 07:29:42 2023","interfaces":[{"interface":"back","average":{"1min":1.0389999999999999,"5min":1.0389999999999999,"15min":1.0389999999999999},"min":{"1min":0.67500000000000004,"5min":0.67500000000000004,"15min":0.67500000000000004},"max":{"1min":1.621,"5min":1.621,"15min":1.621},"last":0.72099999999999997},{"interface":"front","average":{"1min":1.135,"5min":1.135,"15min":1.135},"min":{"1min":0.80400000000000005,"5min":0.80400000000000005,"15min":0.80400000000000005},"max":{"1min":1.6950000000000001,"5min":1.6950000000000001,"15min":1.6950000000000001},"last":0.89100000000000001}]},{"osd":5,"last update":"Thu Sep 7 07:29:42 2023","interfaces":[{"interface":"back","average":{"1min":1.036,"5min":1.036,"15min":1.036},"min":{"1min":0.53500000000000003,"5min":0.53500000000000003,"15min":0.53500000000000003},"max":{"1min":1.444,"5min":1.444,"15min":1.444},"last":0.66600000000000004},{"interface":"front","average":{"1min":1.107,"5min":1.107,"15min":1.107},"min":{"1min":0.75800000000000001,"5min":0.75800000000000001,"15min":0.75800000000000001},"max":{"1min":1.379,"5min":1.379,"15min":1.379},"last":0.80000000000000004}]},{"osd":6,"last update":"Thu Sep 7 07:29:42 2023","interfaces":[{"interface":"back","average":{"1min":1.1890000000000001,"5min":1.1890000000000001,"15min":1.1890000000000001},"min":{"1min":0.95199999999999996,"5min":0.95199999999999996,"15min":0.95199999999999996},"max":{"1min":1.4710000000000001,"5min":1.4710000000000001,"15min":1.4710000000000001},"last":0.874},{"interface":"front","average":{"1min":1.1259999999999999,"5min":1.1259999999999999,"15min":1.1259999999999999},"min":{"1min":0.84199999999999997,"5min":0.84199999999999997,"15min":0.84199999999999997},"max":{"1min":1.373,"5min":1.373,"15min":1.373},"last":0.84999999999999998}]}]},{"osd":6,"up_from":32,"seq":137438953499,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27340,"kb_used_data":388,"kb_used_omap":0,"kb_used_meta":26944,"kb_avail":93713716,"statfs":{"total":95990841344,"available":95962845184,"internally_reserved":0,"allocated":397312,"data_stored":158858,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":27590656},"hb_peers":[0,1,2,3,4,5,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Sep 7 07:29:33 2023","interfaces":[{"interface":"back","average":{"1min":0.78100000000000003,"5min":0.78100000000000003,"15min":0.78100000000000003},"min":{"1min":0.46500000000000002,"5min":0.46500000000000002,"15min":0.46500000000000002},"max":{"1min":1.216,"5min":1.216,"15min":1.216},"last":0.70499999999999996},{"interface":"front","average":{"1min":0.68000000000000005,"5min":0.68000000000000005,"15min":0.68000000000000005},"min":{"1min":0.438,"5min":0.438,"15min":0.438},"max":{"1min":0.97199999999999998,"5min":0.97199999999999998,"15min":0.97199999999999998},"last":1.169}]},{"osd":1,"last update":"Thu Sep 7 07:29:33 2023","interfaces":[{"interface":"back","average":{"1min":0.80300000000000005,"5min":0.80300000000000005,"15min":0.80300000000000005},"min":{"1min":0.628,"5min":0.628,"15min":0.628},"max":{"1min":1.085,"5min":1.085,"15min":1.085},"last":0.84999999999999998},{"interface":"front","average":{"1min":0.89100000000000001,"5min":0.89100000000000001,"15min":0.89100000000000001},"min":{"1min":0.65100000000000002,"5min":0.65100000000000002,"15min":0.65100000000000002},"max":{"1min":1.1619999999999999,"5min":1.1619999999999999,"15min":1.1619999999999999},"last":1.0629999999999999}]},{"osd":2,"last update":"Thu Sep 7 07:29:33 2023","interfaces":[{"interface":"back","average":{"1min":0.82799999999999996,"5min":0.82799999999999996,"15min":0.82799999999999996},"min":{"1min":0.38700000000000001,"5min":0.38700000000000001,"15min":0.38700000000000001},"max":{"1min":1.252,"5min":1.252,"15min":1.252},"last":0.89000000000000001},{"interface":"front","average":{"1min":0.81299999999999994,"5min":0.81299999999999994,"15min":0.81299999999999994},"min":{"1min":0.42199999999999999,"5min":0.42199999999999999,"15min":0.42199999999999999},"max":{"1min":1.05,"5min":1.05,"15min":1.05},"last":0.77600000000000002}]},{"osd":3,"last update":"Thu Sep 7 07:29:33 2023","interfaces":[{"interface":"back","average":{"1min":0.91800000000000004,"5min":0.91800000000000004,"15min":0.91800000000000004},"min":{"1min":0.625,"5min":0.625,"15min":0.625},"max":{"1min":1.2110000000000001,"5min":1.2110000000000001,"15min":1.2110000000000001},"last":1.135},{"interface":"front","average":{"1min":0.94399999999999995,"5min":0.94399999999999995,"15min":0.94399999999999995},"min":{"1min":0.60799999999999998,"5min":0.60799999999999998,"15min":0.60799999999999998},"max":{"1min":1.2949999999999999,"5min":1.2949999999999999,"15min":1.2949999999999999},"last":0.995}]},{"osd":4,"last update":"Thu Sep 7 07:29:33 2023","interfaces":[{"interface":"back","average":{"1min":0.93700000000000006,"5min":0.93700000000000006,"15min":0.93700000000000006},"min":{"1min":0.63300000000000001,"5min":0.63300000000000001,"15min":0.63300000000000001},"max":{"1min":1.1890000000000001,"5min":1.1890000000000001,"15min":1.1890000000000001},"last":1.0149999999999999},{"interface":"front","average":{"1min":0.97399999999999998,"5min":0.97399999999999998,"15min":0.97399999999999998},"min":{"1min":0.499,"5min":0.499,"15min":0.499},"max":{"1min":1.274,"5min":1.274,"15min":1.274},"last":1.089}]},{"osd":5,"last update":"Thu Sep 7 07:29:33 2023","interfaces":[{"interface":"back","average":{"1min":1.1100000000000001,"5min":1.1100000000000001,"15min":1.1100000000000001},"min":{"1min":0.78500000000000003,"5min":0.78500000000000003,"15min":0.78500000000000003},"max":{"1min":1.494,"5min":1.494,"15min":1.494},"last":1.111},{"interface":"front","average":{"1min":1.1040000000000001,"5min":1.1040000000000001,"15min":1.1040000000000001},"min":{"1min":0.58699999999999997,"5min":0.58699999999999997,"15min":0.58699999999999997},"max":{"1min":1.3879999999999999,"5min":1.3879999999999999,"15min":1.3879999999999999},"last":1.042}]},{"osd":7,"last update":"Thu Sep 7 07:29:40 2023","interfaces":[{"interface":"back","average":{"1min":1.1259999999999999,"5min":1.1259999999999999,"15min":1.1259999999999999},"min":{"1min":0.78400000000000003,"5min":0.78400000000000003,"15min":0.78400000000000003},"max":{"1min":1.387,"5min":1.387,"15min":1.387},"last":0.93100000000000005},{"interface":"front","average":{"1min":1.1699999999999999,"5min":1.1699999999999999,"15min":1.1699999999999999},"min":{"1min":0.85399999999999998,"5min":0.85399999999999998,"15min":0.85399999999999998},"max":{"1min":1.5409999999999999,"5min":1.5409999999999999,"15min":1.5409999999999999},"last":0.95599999999999996}]}]},{"osd":1,"up_from":20,"seq":85899345950,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27340,"kb_used_data":388,"kb_used_omap":0,"kb_used_meta":26944,"kb_avail":93713716,"statfs":{"total":95990841344,"available":95962845184,"internally_reserved":0,"allocated":397312,"data_stored":158858,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":27590656},"hb_peers":[0,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Sep 7 07:30:22 2023","interfaces":[{"interface":"back","average":{"1min":0.875,"5min":0.80700000000000005,"15min":0.79600000000000004},"min":{"1min":0.55100000000000005,"5min":0.41799999999999998,"15min":0.41799999999999998},"max":{"1min":1.1439999999999999,"5min":1.1439999999999999,"15min":1.1439999999999999},"last":1.0289999999999999},{"interface":"front","average":{"1min":0.88,"5min":0.88600000000000001,"15min":0.88700000000000001},"min":{"1min":0.62,"5min":0.53000000000000003,"15min":0.53000000000000003},"max":{"1min":1.337,"5min":1.337,"15min":1.337},"last":0.82199999999999995}]},{"osd":2,"last update":"Thu Sep 7 07:30:26 2023","interfaces":[{"interface":"back","average":{"1min":0.92900000000000005,"5min":0.88,"15min":0.872},"min":{"1min":0.623,"5min":0.56699999999999995,"15min":0.56699999999999995},"max":{"1min":1.2909999999999999,"5min":1.4410000000000001,"15min":1.4410000000000001},"last":1.095},{"interface":"front","average":{"1min":0.88300000000000001,"5min":0.94199999999999995,"15min":0.95199999999999996},"min":{"1min":0.57799999999999996,"5min":0.57799999999999996,"15min":0.57799999999999996},"max":{"1min":1.2,"5min":1.377,"15min":1.377},"last":1.0600000000000001}]},{"osd":3,"last update":"Thu Sep 7 07:30:29 2023","interfaces":[{"interface":"back","average":{"1min":0.66100000000000003,"5min":0.80500000000000005,"15min":0.82899999999999996},"min":{"1min":0.373,"5min":0.373,"15min":0.373},"max":{"1min":1.0980000000000001,"5min":1.272,"15min":1.272},"last":0.91200000000000003},{"interface":"front","average":{"1min":0.81899999999999995,"5min":0.81899999999999995,"15min":0.81899999999999995},"min":{"1min":0.40500000000000003,"5min":0.40500000000000003,"15min":0.40500000000000003},"max":{"1min":1.367,"5min":1.367,"15min":1.367},"last":0.69499999999999995}]},{"osd":4,"last update":"Thu Sep 7 07:30:29 2023","interfaces":[{"interface":"back","average":{"1min":0.84199999999999997,"5min":0.90200000000000002,"15min":0.91200000000000003},"min":{"1min":0.57199999999999995,"5min":0.57199999999999995,"15min":0.57199999999999995},"max":{"1min":1.046,"5min":1.224,"15min":1.224},"last":0.995},{"interface":"front","average":{"1min":0.97499999999999998,"5min":1.008,"15min":1.014},"min":{"1min":0.71199999999999997,"5min":0.71199999999999997,"15min":0.71199999999999997},"max":{"1min":1.337,"5min":1.375,"15min":1.375},"last":1.175}]},{"osd":5,"last update":"Thu Sep 7 07:29:37 2023","interfaces":[{"interface":"back","average":{"1min":1.0449999999999999,"5min":1.0449999999999999,"15min":1.0449999999999999},"min":{"1min":0.66000000000000003,"5min":0.66000000000000003,"15min":0.66000000000000003},"max":{"1min":1.401,"5min":1.401,"15min":1.401},"last":1.2330000000000001},{"interface":"front","average":{"1min":1.1080000000000001,"5min":1.1080000000000001,"15min":1.1080000000000001},"min":{"1min":0.54200000000000004,"5min":0.54200000000000004,"15min":0.54200000000000004},"max":{"1min":1.5069999999999999,"5min":1.5069999999999999,"15min":1.5069999999999999},"last":1.1519999999999999}]},{"osd":6,"last update":"Thu Sep 7 07:29:37 2023","interfaces":[{"interface":"back","average":{"1min":1.222,"5min":1.222,"15min":1.222},"min":{"1min":0.752,"5min":0.752,"15min":0.752},"max":{"1min":1.5429999999999999,"5min":1.5429999999999999,"15min":1.5429999999999999},"last":1.2010000000000001},{"interface":"front","average":{"1min":1.085,"5min":1.085,"15min":1.085},"min":{"1min":0.749,"5min":0.749,"15min":0.749},"max":{"1min":1.5229999999999999,"5min":1.5229999999999999,"15min":1.5229999999999999},"last":0.77700000000000002}]},{"osd":7,"last update":"Thu Sep 7 07:29:41 2023","interfaces":[{"interface":"back","average":{"1min":1.2490000000000001,"5min":1.2490000000000001,"15min":1.2490000000000001},"min":{"1min":0.60399999999999998,"5min":0.60399999999999998,"15min":0.60399999999999998},"max":{"1min":1.5600000000000001,"5min":1.5600000000000001,"15min":1.5600000000000001},"last":1.254},{"interface":"front","average":{"1min":1.1020000000000001,"5min":1.1020000000000001,"15min":1.1020000000000001},"min":{"1min":0.626,"5min":0.626,"15min":0.626},"max":{"1min":1.425,"5min":1.425,"15min":1.425},"last":0.871}]}]},{"osd":0,"up_from":16,"seq":68719476767,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":27920,"kb_used_data":968,"kb_used_omap":0,"kb_used_meta":26944,"kb_avail":93713136,"statfs":{"total":95990841344,"available":95962251264,"internally_reserved":0,"allocated":991232,"data_stored":749226,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":27590656},"hb_peers":[1,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":1,"last update":"Thu Sep 7 07:30:22 2023","interfaces":[{"interface":"back","average":{"1min":0.77600000000000002,"5min":0.76200000000000001,"15min":0.76000000000000001},"min":{"1min":0.46500000000000002,"5min":0.46500000000000002,"15min":0.46500000000000002},"max":{"1min":1.238,"5min":1.238,"15min":1.238},"last":0.67500000000000004},{"interface":"front","average":{"1min":0.77200000000000002,"5min":0.83199999999999996,"15min":0.84199999999999997},"min":{"1min":0.56100000000000005,"5min":0.52700000000000002,"15min":0.52700000000000002},"max":{"1min":0.97399999999999998,"5min":1.1739999999999999,"15min":1.1739999999999999},"last":0.85599999999999998}]},{"osd":2,"last update":"Thu Sep 7 07:30:27 2023","interfaces":[{"interface":"back","average":{"1min":0.80200000000000005,"5min":0.71799999999999997,"15min":0.70399999999999996},"min":{"1min":0.626,"5min":0.40200000000000002,"15min":0.40200000000000002},"max":{"1min":1.196,"5min":1.196,"15min":1.196},"last":1.0249999999999999},{"interface":"front","average":{"1min":0.89000000000000001,"5min":0.83399999999999996,"15min":0.82399999999999995},"min":{"1min":0.56899999999999995,"5min":0.47999999999999998,"15min":0.47999999999999998},"max":{"1min":1.2589999999999999,"5min":1.2629999999999999,"15min":1.2629999999999999},"last":0.78900000000000003}]},{"osd":3,"last update":"Thu Sep 7 07:30:33 2023","interfaces":[{"interface":"back","average":{"1min":0.91200000000000003,"5min":0.876,"15min":0.87},"min":{"1min":0.60499999999999998,"5min":0.52600000000000002,"15min":0.52600000000000002},"max":{"1min":1.179,"5min":1.2430000000000001,"15min":1.2430000000000001},"last":1.1060000000000001},{"interface":"front","average":{"1min":0.95199999999999996,"5min":0.93200000000000005,"15min":0.92800000000000005},"min":{"1min":0.58599999999999997,"5min":0.56200000000000006,"15min":0.56200000000000006},"max":{"1min":1.234,"5min":1.2350000000000001,"15min":1.2350000000000001},"last":0.94899999999999995}]},{"osd":4,"last update":"Thu Sep 7 07:30:33 2023","interfaces":[{"interface":"back","average":{"1min":0.89600000000000002,"5min":0.85199999999999998,"15min":0.84499999999999997},"min":{"1min":0.61199999999999999,"5min":0.48299999999999998,"15min":0.48299999999999998},"max":{"1min":1.236,"5min":1.3320000000000001,"15min":1.3320000000000001},"last":1.236},{"interface":"front","average":{"1min":0.91100000000000003,"5min":0.88800000000000001,"15min":0.88400000000000001},"min":{"1min":0.64000000000000001,"5min":0.47399999999999998,"15min":0.47399999999999998},"max":{"1min":1.121,"5min":1.22,"15min":1.22},"last":0.71599999999999997}]},{"osd":5,"last update":"Thu Sep 7 07:29:34 2023","interfaces":[{"interface":"back","average":{"1min":0.99299999999999999,"5min":0.99299999999999999,"15min":0.99299999999999999},"min":{"1min":0.64100000000000001,"5min":0.64100000000000001,"15min":0.64100000000000001},"max":{"1min":1.5229999999999999,"5min":1.5229999999999999,"15min":1.5229999999999999},"last":0.98599999999999999},{"interface":"front","average":{"1min":1.002,"5min":1.002,"15min":1.002},"min":{"1min":0.76600000000000001,"5min":0.76600000000000001,"15min":0.76600000000000001},"max":{"1min":1.3999999999999999,"5min":1.3999999999999999,"15min":1.3999999999999999},"last":1.167}]},{"osd":6,"last update":"Thu Sep 7 07:29:34 2023","interfaces":[{"interface":"back","average":{"1min":1.0580000000000001,"5min":1.0580000000000001,"15min":1.0580000000000001},"min":{"1min":0.65700000000000003,"5min":0.65700000000000003,"15min":0.65700000000000003},"max":{"1min":1.6799999999999999,"5min":1.6799999999999999,"15min":1.6799999999999999},"last":0.88900000000000001},{"interface":"front","average":{"1min":1.1060000000000001,"5min":1.1060000000000001,"15min":1.1060000000000001},"min":{"1min":0.56299999999999994,"5min":0.56299999999999994,"15min":0.56299999999999994},"max":{"1min":1.9770000000000001,"5min":1.9770000000000001,"15min":1.9770000000000001},"last":1.139}]},{"osd":7,"last update":"Thu Sep 7 07:29:39 2023","interfaces":[{"interface":"back","average":{"1min":1.1279999999999999,"5min":1.1279999999999999,"15min":1.1279999999999999},"min":{"1min":0.88400000000000001,"5min":0.88400000000000001,"15min":0.88400000000000001},"max":{"1min":1.6479999999999999,"5min":1.6479999999999999,"15min":1.6479999999999999},"last":1.0760000000000001},{"interface":"front","average":{"1min":1.202,"5min":1.202,"15min":1.202},"min":{"1min":0.91200000000000003,"5min":0.91200000000000003,"15min":0.91200000000000003},"max":{"1min":1.694,"5min":1.694,"15min":1.694},"last":1.1950000000000001}]}]},{"osd":2,"up_from":22,"seq":94489280541,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27340,"kb_used_data":388,"kb_used_omap":0,"kb_used_meta":26944,"kb_avail":93713716,"statfs":{"total":95990841344,"available":95962845184,"internally_reserved":0,"allocated":397312,"data_stored":158858,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":27590656},"hb_peers":[0,1,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Sep 7 07:30:26 2023","interfaces":[{"interface":"back","average":{"1min":0.71399999999999997,"5min":0.752,"15min":0.75800000000000001},"min":{"1min":0.46899999999999997,"5min":0.38400000000000001,"15min":0.38400000000000001},"max":{"1min":0.96999999999999997,"5min":1.1160000000000001,"15min":1.1160000000000001},"last":0.76200000000000001},{"interface":"front","average":{"1min":0.84399999999999997,"5min":0.82799999999999996,"15min":0.82599999999999996},"min":{"1min":0.56399999999999995,"5min":0.41999999999999998,"15min":0.41999999999999998},"max":{"1min":1.1040000000000001,"5min":1.365,"15min":1.365},"last":0.622}]},{"osd":1,"last update":"Thu Sep 7 07:30:26 2023","interfaces":[{"interface":"back","average":{"1min":0.88900000000000001,"5min":0.85699999999999998,"15min":0.85199999999999998},"min":{"1min":0.44900000000000001,"5min":0.44900000000000001,"15min":0.44900000000000001},"max":{"1min":1.492,"5min":1.492,"15min":1.492},"last":0.92300000000000004},{"interface":"front","average":{"1min":0.874,"5min":0.89200000000000002,"15min":0.89500000000000002},"min":{"1min":0.67700000000000005,"5min":0.48799999999999999,"15min":0.48799999999999999},"max":{"1min":1.163,"5min":1.4259999999999999,"15min":1.4259999999999999},"last":0.96899999999999997}]},{"osd":3,"last update":"Thu Sep 7 07:30:31 2023","interfaces":[{"interface":"back","average":{"1min":0.85899999999999999,"5min":0.89200000000000002,"15min":0.89800000000000002},"min":{"1min":0.58399999999999996,"5min":0.56200000000000006,"15min":0.56200000000000006},"max":{"1min":1.2210000000000001,"5min":1.248,"15min":1.248},"last":0.86299999999999999},{"interface":"front","average":{"1min":0.89400000000000002,"5min":1.0049999999999999,"15min":1.0229999999999999},"min":{"1min":0.624,"5min":0.624,"15min":0.624},"max":{"1min":1.3440000000000001,"5min":1.4350000000000001,"15min":1.4350000000000001},"last":1.004}]},{"osd":4,"last update":"Thu Sep 7 07:30:31 2023","interfaces":[{"interface":"back","average":{"1min":1.0069999999999999,"5min":1.0389999999999999,"15min":1.0449999999999999},"min":{"1min":0.70499999999999996,"5min":0.70499999999999996,"15min":0.70499999999999996},"max":{"1min":1.2290000000000001,"5min":1.512,"15min":1.512},"last":1.2130000000000001},{"interface":"front","average":{"1min":0.95199999999999996,"5min":0.97899999999999998,"15min":0.98299999999999998},"min":{"1min":0.5,"5min":0.5,"15min":0.5},"max":{"1min":1.488,"5min":1.488,"15min":1.488},"last":1.2589999999999999}]},{"osd":5,"last update":"Thu Sep 7 07:29:36 2023","interfaces":[{"interface":"back","average":{"1min":1.0549999999999999,"5min":1.0549999999999999,"15min":1.0549999999999999},"min":{"1min":0.81399999999999995,"5min":0.81399999999999995,"15min":0.81399999999999995},"max":{"1min":1.3109999999999999,"5min":1.3109999999999999,"15min":1.3109999999999999},"last":1.0569999999999999},{"interface":"front","average":{"1min":1.054,"5min":1.054,"15min":1.054},"min":{"1min":0.77200000000000002,"5min":0.77200000000000002,"15min":0.77200000000000002},"max":{"1min":1.3200000000000001,"5min":1.3200000000000001,"15min":1.3200000000000001},"last":1.0900000000000001}]},{"osd":6,"last update":"Thu Sep 7 07:29:36 2023","interfaces":[{"interface":"back","average":{"1min":1.075,"5min":1.075,"15min":1.075},"min":{"1min":0.77100000000000002,"5min":0.77100000000000002,"15min":0.77100000000000002},"max":{"1min":1.405,"5min":1.405,"15min":1.405},"last":1.1220000000000001},{"interface":"front","average":{"1min":1.0780000000000001,"5min":1.0780000000000001,"15min":1.0780000000000001},"min":{"1min":0.69099999999999995,"5min":0.69099999999999995,"15min":0.69099999999999995},"max":{"1min":1.6399999999999999,"5min":1.6399999999999999,"15min":1.6399999999999999},"last":1.175}]},{"osd":7,"last update":"Thu Sep 7 07:29:43 2023","interfaces":[{"interface":"back","average":{"1min":1.1819999999999999,"5min":1.1819999999999999,"15min":1.1819999999999999},"min":{"1min":0.94099999999999995,"5min":0.94099999999999995,"15min":0.94099999999999995},"max":{"1min":1.518,"5min":1.518,"15min":1.518},"last":1.329},{"interface":"front","average":{"1min":1.113,"5min":1.113,"15min":1.113},"min":{"1min":0.83999999999999997,"5min":0.83999999999999997,"15min":0.83999999999999997},"max":{"1min":1.2749999999999999,"5min":1.2749999999999999,"15min":1.2749999999999999},"last":1.1499999999999999}]}]},{"osd":3,"up_from":26,"seq":111669149725,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":27920,"kb_used_data":968,"kb_used_omap":0,"kb_used_meta":26944,"kb_avail":93713136,"statfs":{"total":95990841344,"available":95962251264,"internally_reserved":0,"allocated":991232,"data_stored":749226,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":27590656},"hb_peers":[0,1,2,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Sep 7 07:30:31 2023","interfaces":[{"interface":"back","average":{"1min":0.84699999999999998,"5min":0.82499999999999996,"15min":0.82099999999999995},"min":{"1min":0.55100000000000005,"5min":0.45100000000000001,"15min":0.45100000000000001},"max":{"1min":1.2370000000000001,"5min":1.2370000000000001,"15min":1.2370000000000001},"last":0.76500000000000001},{"interface":"front","average":{"1min":0.83299999999999996,"5min":0.85899999999999999,"15min":0.86299999999999999},"min":{"1min":0.59599999999999997,"5min":0.59599999999999997,"15min":0.59599999999999997},"max":{"1min":1.107,"5min":1.1739999999999999,"15min":1.1739999999999999},"last":0.879}]},{"osd":1,"last update":"Thu Sep 7 07:30:31 2023","interfaces":[{"interface":"back","average":{"1min":0.71999999999999997,"5min":0.749,"15min":0.754},"min":{"1min":0.36899999999999999,"5min":0.36899999999999999,"15min":0.36899999999999999},"max":{"1min":1.1299999999999999,"5min":1.494,"15min":1.494},"last":0.60899999999999999},{"interface":"front","average":{"1min":0.77400000000000002,"5min":0.70599999999999996,"15min":0.69399999999999995},"min":{"1min":0.315,"5min":0.315,"15min":0.315},"max":{"1min":1.762,"5min":1.762,"15min":1.762},"last":0.65200000000000002}]},{"osd":2,"last update":"Thu Sep 7 07:30:31 2023","interfaces":[{"interface":"back","average":{"1min":0.996,"5min":0.91200000000000003,"15min":0.89800000000000002},"min":{"1min":0.59399999999999997,"5min":0.59399999999999997,"15min":0.59399999999999997},"max":{"1min":1.4350000000000001,"5min":1.4350000000000001,"15min":1.4350000000000001},"last":0.83699999999999997},{"interface":"front","average":{"1min":0.90200000000000002,"5min":0.875,"15min":0.871},"min":{"1min":0.52200000000000002,"5min":0.52200000000000002,"15min":0.52200000000000002},"max":{"1min":1.3240000000000001,"5min":1.3240000000000001,"15min":1.3240000000000001},"last":1.218}]},{"osd":4,"last update":"Thu Sep 7 07:30:31 2023","interfaces":[{"interface":"back","average":{"1min":1.0489999999999999,"5min":1.0249999999999999,"15min":1.0209999999999999},"min":{"1min":0.61899999999999999,"5min":0.61899999999999999,"15min":0.61899999999999999},"max":{"1min":1.617,"5min":1.617,"15min":1.617},"last":0.95299999999999996},{"interface":"front","average":{"1min":0.96399999999999997,"5min":0.99399999999999999,"15min":0.999},"min":{"1min":0.57399999999999995,"5min":0.57399999999999995,"15min":0.57399999999999995},"max":{"1min":1.462,"5min":1.462,"15min":1.462},"last":1.079}]},{"osd":5,"last update":"Thu Sep 7 07:30:35 2023","interfaces":[{"interface":"back","average":{"1min":0.80200000000000005,"5min":0.88200000000000001,"15min":0.89600000000000002},"min":{"1min":0.41999999999999998,"5min":0.41999999999999998,"15min":0.41999999999999998},"max":{"1min":1.117,"5min":1.4059999999999999,"15min":1.4059999999999999},"last":1.117},{"interface":"front","average":{"1min":0.92700000000000005,"5min":0.97899999999999998,"15min":0.98699999999999999},"min":{"1min":0.45500000000000002,"5min":0.38900000000000001,"15min":0.38900000000000001},"max":{"1min":1.845,"5min":1.845,"15min":1.845},"last":0.74299999999999999}]},{"osd":6,"last update":"Thu Sep 7 07:30:35 2023","interfaces":[{"interface":"back","average":{"1min":1.089,"5min":1.095,"15min":1.0960000000000001},"min":{"1min":0.67000000000000004,"5min":0.67000000000000004,"15min":0.67000000000000004},"max":{"1min":1.5620000000000001,"5min":1.5620000000000001,"15min":1.5620000000000001},"last":1.036},{"interface":"front","average":{"1min":0.98799999999999999,"5min":1.0169999999999999,"15min":1.022},"min":{"1min":0.69799999999999995,"5min":0.68100000000000005,"15min":0.68100000000000005},"max":{"1min":1.5249999999999999,"5min":1.5249999999999999,"15min":1.5249999999999999},"last":0.98699999999999999}]},{"osd":7,"last update":"Thu Sep 7 07:29:43 2023","interfaces":[{"interface":"back","average":{"1min":1.1439999999999999,"5min":1.1439999999999999,"15min":1.1439999999999999},"min":{"1min":0.66800000000000004,"5min":0.66800000000000004,"15min":0.66800000000000004},"max":{"1min":1.694,"5min":1.694,"15min":1.694},"last":1.202},{"interface":"front","average":{"1min":1.117,"5min":1.117,"15min":1.117},"min":{"1min":0.68000000000000005,"5min":0.68000000000000005,"15min":0.68000000000000005},"max":{"1min":1.7170000000000001,"5min":1.7170000000000001,"15min":1.7170000000000001},"last":1.284}]}]},{"osd":4,"up_from":27,"seq":115964117021,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27340,"kb_used_data":388,"kb_used_omap":0,"kb_used_meta":26944,"kb_avail":93713716,"statfs":{"total":95990841344,"available":95962845184,"internally_reserved":0,"allocated":397312,"data_stored":158858,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":27590656},"hb_peers":[0,1,2,3,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Sep 7 07:30:31 2023","interfaces":[{"interface":"back","average":{"1min":0.72099999999999997,"5min":0.749,"15min":0.753},"min":{"1min":0.53900000000000003,"5min":0.441,"15min":0.441},"max":{"1min":1.1080000000000001,"5min":1.165,"15min":1.165},"last":0.64100000000000001},{"interface":"front","average":{"1min":0.81399999999999995,"5min":0.746,"15min":0.73499999999999999},"min":{"1min":0.58399999999999996,"5min":0.376,"15min":0.376},"max":{"1min":0.98999999999999999,"5min":0.98999999999999999,"15min":0.98999999999999999},"last":0.68500000000000005}]},{"osd":1,"last update":"Thu Sep 7 07:30:31 2023","interfaces":[{"interface":"back","average":{"1min":0.91400000000000003,"5min":0.83199999999999996,"15min":0.81799999999999995},"min":{"1min":0.66600000000000004,"5min":0.60499999999999998,"15min":0.60499999999999998},"max":{"1min":1.218,"5min":1.218,"15min":1.218},"last":1.042},{"interface":"front","average":{"1min":0.92200000000000004,"5min":0.91400000000000003,"15min":0.91300000000000003},"min":{"1min":0.57099999999999995,"5min":0.57099999999999995,"15min":0.57099999999999995},"max":{"1min":1.177,"5min":1.177,"15min":1.177},"last":1.1819999999999999}]},{"osd":2,"last update":"Thu Sep 7 07:30:31 2023","interfaces":[{"interface":"back","average":{"1min":0.88500000000000001,"5min":0.81699999999999995,"15min":0.80500000000000005},"min":{"1min":0.67300000000000004,"5min":0.55200000000000005,"15min":0.55200000000000005},"max":{"1min":1.1339999999999999,"5min":1.1339999999999999,"15min":1.1339999999999999},"last":0.73699999999999999},{"interface":"front","average":{"1min":0.90200000000000002,"5min":0.877,"15min":0.873},"min":{"1min":0.622,"5min":0.40300000000000002,"15min":0.40300000000000002},"max":{"1min":1.2130000000000001,"5min":1.304,"15min":1.304},"last":0.98799999999999999}]},{"osd":3,"last update":"Thu Sep 7 07:30:31 2023","interfaces":[{"interface":"back","average":{"1min":1.0009999999999999,"5min":1.0109999999999999,"15min":1.0129999999999999},"min":{"1min":0.752,"5min":0.61699999999999999,"15min":0.61699999999999999},"max":{"1min":1.224,"5min":1.6830000000000001,"15min":1.6830000000000001},"last":1.151},{"interface":"front","average":{"1min":0.94199999999999995,"5min":0.97899999999999998,"15min":0.98499999999999999},"min":{"1min":0.57499999999999996,"5min":0.57499999999999996,"15min":0.57499999999999996},"max":{"1min":1.2010000000000001,"5min":1.5209999999999999,"15min":1.5209999999999999},"last":0.89600000000000002}]},{"osd":5,"last update":"Thu Sep 7 07:30:34 2023","interfaces":[{"interface":"back","average":{"1min":0.98999999999999999,"5min":1.0149999999999999,"15min":1.0189999999999999},"min":{"1min":0.77500000000000002,"5min":0.623,"15min":0.623},"max":{"1min":1.171,"5min":1.667,"15min":1.667},"last":1.2729999999999999},{"interface":"front","average":{"1min":1.0329999999999999,"5min":1.0229999999999999,"15min":1.0209999999999999},"min":{"1min":0.79700000000000004,"5min":0.71799999999999997,"15min":0.71799999999999997},"max":{"1min":1.2949999999999999,"5min":1.593,"15min":1.593},"last":0.871}]},{"osd":6,"last update":"Thu Sep 7 07:30:34 2023","interfaces":[{"interface":"back","average":{"1min":1.0800000000000001,"5min":1.0680000000000001,"15min":1.0660000000000001},"min":{"1min":0.82499999999999996,"5min":0.48799999999999999,"15min":0.48799999999999999},"max":{"1min":1.304,"5min":1.7030000000000001,"15min":1.7030000000000001},"last":1.0569999999999999},{"interface":"front","average":{"1min":1.034,"5min":1.014,"15min":1.0109999999999999},"min":{"1min":0.72199999999999998,"5min":0.51800000000000002,"15min":0.51800000000000002},"max":{"1min":1.2649999999999999,"5min":1.5069999999999999,"15min":1.5069999999999999},"last":1.095}]},{"osd":7,"last update":"Thu Sep 7 07:29:39 2023","interfaces":[{"interface":"back","average":{"1min":1.167,"5min":1.167,"15min":1.167},"min":{"1min":0.68100000000000005,"5min":0.68100000000000005,"15min":0.68100000000000005},"max":{"1min":1.53,"5min":1.53,"15min":1.53},"last":1.3},{"interface":"front","average":{"1min":1.157,"5min":1.157,"15min":1.157},"min":{"1min":0.81399999999999995,"5min":0.81399999999999995,"15min":0.81399999999999995},"max":{"1min":1.498,"5min":1.498,"15min":1.498},"last":1.331}]}]},{"osd":5,"up_from":32,"seq":137438953499,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27340,"kb_used_data":388,"kb_used_omap":0,"kb_used_meta":26944,"kb_avail":93713716,"statfs":{"total":95990841344,"available":95962845184,"internally_reserved":0,"allocated":397312,"data_stored":158858,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":27590656},"hb_peers":[0,1,2,3,4,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Sep 7 07:29:35 2023","interfaces":[{"interface":"back","average":{"1min":0.86399999999999999,"5min":0.86399999999999999,"15min":0.86399999999999999},"min":{"1min":0.57299999999999995,"5min":0.57299999999999995,"15min":0.57299999999999995},"max":{"1min":1.028,"5min":1.028,"15min":1.028},"last":0.89700000000000002},{"interface":"front","average":{"1min":0.90500000000000003,"5min":0.90500000000000003,"15min":0.90500000000000003},"min":{"1min":0.68000000000000005,"5min":0.68000000000000005,"15min":0.68000000000000005},"max":{"1min":1.2589999999999999,"5min":1.2589999999999999,"15min":1.2589999999999999},"last":0.95899999999999996}]},{"osd":1,"last update":"Thu Sep 7 07:29:35 2023","interfaces":[{"interface":"back","average":{"1min":0.80200000000000005,"5min":0.80200000000000005,"15min":0.80200000000000005},"min":{"1min":0.40400000000000003,"5min":0.40400000000000003,"15min":0.40400000000000003},"max":{"1min":1.4570000000000001,"5min":1.4570000000000001,"15min":1.4570000000000001},"last":0.64300000000000002},{"interface":"front","average":{"1min":0.82499999999999996,"5min":0.82499999999999996,"15min":0.82499999999999996},"min":{"1min":0.54900000000000004,"5min":0.54900000000000004,"15min":0.54900000000000004},"max":{"1min":1.2949999999999999,"5min":1.2949999999999999,"15min":1.2949999999999999},"last":1.008}]},{"osd":2,"last update":"Thu Sep 7 07:29:35 2023","interfaces":[{"interface":"back","average":{"1min":0.98199999999999998,"5min":0.98199999999999998,"15min":0.98199999999999998},"min":{"1min":0.60399999999999998,"5min":0.60399999999999998,"15min":0.60399999999999998},"max":{"1min":1.4059999999999999,"5min":1.4059999999999999,"15min":1.4059999999999999},"last":0.78600000000000003},{"interface":"front","average":{"1min":1.0049999999999999,"5min":1.0049999999999999,"15min":1.0049999999999999},"min":{"1min":0.68300000000000005,"5min":0.68300000000000005,"15min":0.68300000000000005},"max":{"1min":1.349,"5min":1.349,"15min":1.349},"last":1.054}]},{"osd":3,"last update":"Thu Sep 7 07:29:35 2023","interfaces":[{"interface":"back","average":{"1min":0.94899999999999995,"5min":0.94899999999999995,"15min":0.94899999999999995},"min":{"1min":0.45300000000000001,"5min":0.45300000000000001,"15min":0.45300000000000001},"max":{"1min":1.1679999999999999,"5min":1.1679999999999999,"15min":1.1679999999999999},"last":0.85299999999999998},{"interface":"front","average":{"1min":0.97099999999999997,"5min":0.97099999999999997,"15min":0.97099999999999997},"min":{"1min":0.53100000000000003,"5min":0.53100000000000003,"15min":0.53100000000000003},"max":{"1min":1.2290000000000001,"5min":1.2290000000000001,"15min":1.2290000000000001},"last":0.60099999999999998}]},{"osd":4,"last update":"Thu Sep 7 07:29:35 2023","interfaces":[{"interface":"back","average":{"1min":1.1160000000000001,"5min":1.1160000000000001,"15min":1.1160000000000001},"min":{"1min":0.65100000000000002,"5min":0.65100000000000002,"15min":0.65100000000000002},"max":{"1min":1.448,"5min":1.448,"15min":1.448},"last":0.93100000000000005},{"interface":"front","average":{"1min":1.0740000000000001,"5min":1.0740000000000001,"15min":1.0740000000000001},"min":{"1min":0.78400000000000003,"5min":0.78400000000000003,"15min":0.78400000000000003},"max":{"1min":1.3109999999999999,"5min":1.3109999999999999,"15min":1.3109999999999999},"last":1.091}]},{"osd":6,"last update":"Thu Sep 7 07:29:35 2023","interfaces":[{"interface":"back","average":{"1min":1.1319999999999999,"5min":1.1319999999999999,"15min":1.1319999999999999},"min":{"1min":0.83799999999999997,"5min":0.83799999999999997,"15min":0.83799999999999997},"max":{"1min":1.4630000000000001,"5min":1.4630000000000001,"15min":1.4630000000000001},"last":1.139},{"interface":"front","average":{"1min":1.1699999999999999,"5min":1.1699999999999999,"15min":1.1699999999999999},"min":{"1min":0.70999999999999996,"5min":0.70999999999999996,"15min":0.70999999999999996},"max":{"1min":1.4279999999999999,"5min":1.4279999999999999,"15min":1.4279999999999999},"last":0.82299999999999995}]},{"osd":7,"last update":"Thu Sep 7 07:29:42 2023","interfaces":[{"interface":"back","average":{"1min":1.115,"5min":1.115,"15min":1.115},"min":{"1min":0.72399999999999998,"5min":0.72399999999999998,"15min":0.72399999999999998},"max":{"1min":1.3720000000000001,"5min":1.3720000000000001,"15min":1.3720000000000001},"last":1.2290000000000001},{"interface":"front","average":{"1min":1.1240000000000001,"5min":1.1240000000000001,"15min":1.1240000000000001},"min":{"1min":0.66200000000000003,"5min":0.66200000000000003,"15min":0.66200000000000003},"max":{"1min":1.573,"5min":1.573,"15min":1.573},"last":1.1819999999999999}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2023-09-07T07:30:40.986 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2023-09-07T07:30:40.986 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2023-09-07T07:30:40.987 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2023-09-07T07:30:40.987 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell --fsid 3e964040-4d4f-11ee-9ab5-7b867c8bd7da -- ceph health --format=json 2023-09-07T07:30:41.911 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:30:41 smithi110 bash[31897]: audit 2023-09-07T07:30:40.302593+0000 mgr.smithi037.ampdkg (mgr.14197) 195 : audit 0 from='client.14474 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:30:41.911 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:30:41 smithi110 bash[31897]: cluster 2023-09-07T07:30:40.335596+0000 mgr.smithi037.ampdkg (mgr.14197) 196 : cluster 0 pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:30:41.961 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:30:41 smithi037 bash[24115]: audit 2023-09-07T07:30:40.302593+0000 mgr.smithi037.ampdkg (mgr.14197) 195 : audit 0 from='client.14474 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:30:41.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:30:41 smithi037 bash[24115]: cluster 2023-09-07T07:30:40.335596+0000 mgr.smithi037.ampdkg (mgr.14197) 196 : cluster 0 pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:30:43.461 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:30:43 smithi037 bash[24115]: cluster 2023-09-07T07:30:42.336208+0000 mgr.smithi037.ampdkg (mgr.14197) 197 : cluster 0 pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:30:43.661 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:30:43 smithi110 bash[31897]: cluster 2023-09-07T07:30:42.336208+0000 mgr.smithi037.ampdkg (mgr.14197) 197 : cluster 0 pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:30:45.661 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:30:45 smithi110 bash[31897]: cluster 2023-09-07T07:30:44.336788+0000 mgr.smithi037.ampdkg (mgr.14197) 198 : cluster 0 pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:30:45.711 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:30:45 smithi037 bash[24115]: cluster 2023-09-07T07:30:44.336788+0000 mgr.smithi037.ampdkg (mgr.14197) 198 : cluster 0 pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:30:45.731 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/3e964040-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi037/config 2023-09-07T07:30:47.661 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:30:47 smithi110 bash[31897]: cluster 2023-09-07T07:30:46.337378+0000 mgr.smithi037.ampdkg (mgr.14197) 199 : cluster 0 pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:30:47.713 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:30:47 smithi037 bash[24115]: cluster 2023-09-07T07:30:46.337378+0000 mgr.smithi037.ampdkg (mgr.14197) 199 : cluster 0 pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:30:48.606 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-09-07T07:30:48.607 INFO:teuthology.orchestra.run.smithi037.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2023-09-07T07:30:49.266 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2023-09-07T07:30:49.267 INFO:tasks.cephadm:Setup complete, yielding 2023-09-07T07:30:49.267 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-09-07T07:30:49.276 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi037.front.sepia.ceph.com 2023-09-07T07:30:49.277 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e964040-4d4f-11ee-9ab5-7b867c8bd7da -- bash -c 'ceph orch status' 2023-09-07T07:30:49.661 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:30:49 smithi110 bash[31897]: cluster 2023-09-07T07:30:48.337881+0000 mgr.smithi037.ampdkg (mgr.14197) 200 : cluster 0 pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:30:49.661 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:30:49 smithi110 bash[31897]: audit 2023-09-07T07:30:48.604704+0000 mon.smithi037 (mon.0) 726 : audit 0 from='client.? 172.21.15.37:0/3426756129' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-07T07:30:49.711 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:30:49 smithi037 bash[24115]: cluster 2023-09-07T07:30:48.337881+0000 mgr.smithi037.ampdkg (mgr.14197) 200 : cluster 0 pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:30:49.712 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:30:49 smithi037 bash[24115]: audit 2023-09-07T07:30:48.604704+0000 mon.smithi037 (mon.0) 726 : audit 0 from='client.? 172.21.15.37:0/3426756129' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-07T07:30:51.661 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:30:51 smithi110 bash[31897]: cluster 2023-09-07T07:30:50.338445+0000 mgr.smithi037.ampdkg (mgr.14197) 201 : cluster 0 pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:30:51.711 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:30:51 smithi037 bash[24115]: cluster 2023-09-07T07:30:50.338445+0000 mgr.smithi037.ampdkg (mgr.14197) 201 : cluster 0 pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:30:53.461 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:30:53 smithi037 bash[24115]: cluster 2023-09-07T07:30:52.339047+0000 mgr.smithi037.ampdkg (mgr.14197) 202 : cluster 0 pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:30:53.661 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:30:53 smithi110 bash[31897]: cluster 2023-09-07T07:30:52.339047+0000 mgr.smithi037.ampdkg (mgr.14197) 202 : cluster 0 pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:30:54.033 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/3e964040-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi037/config 2023-09-07T07:30:54.461 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:30:54 smithi037 bash[24115]: audit 2023-09-07T07:30:53.365229+0000 mon.smithi037 (mon.0) 727 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:30:54.661 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:30:54 smithi110 bash[31897]: audit 2023-09-07T07:30:53.365229+0000 mon.smithi037 (mon.0) 727 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:30:55.411 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:30:55 smithi110 bash[31897]: cluster 2023-09-07T07:30:54.339674+0000 mgr.smithi037.ampdkg (mgr.14197) 203 : cluster 0 pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:30:55.711 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:30:55 smithi037 bash[24115]: cluster 2023-09-07T07:30:54.339674+0000 mgr.smithi037.ampdkg (mgr.14197) 203 : cluster 0 pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:30:56.992 INFO:teuthology.orchestra.run.smithi037.stdout:Backend: cephadm 2023-09-07T07:30:56.992 INFO:teuthology.orchestra.run.smithi037.stdout:Available: Yes 2023-09-07T07:30:56.992 INFO:teuthology.orchestra.run.smithi037.stdout:Paused: No 2023-09-07T07:30:57.461 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:30:57 smithi037 bash[24115]: cluster 2023-09-07T07:30:56.340305+0000 mgr.smithi037.ampdkg (mgr.14197) 204 : cluster 0 pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:30:57.628 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e964040-4d4f-11ee-9ab5-7b867c8bd7da -- bash -c 'ceph orch ps' 2023-09-07T07:30:57.661 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:30:57 smithi110 bash[31897]: cluster 2023-09-07T07:30:56.340305+0000 mgr.smithi037.ampdkg (mgr.14197) 204 : cluster 0 pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:30:58.661 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:30:58 smithi110 bash[31897]: audit 2023-09-07T07:30:56.989476+0000 mgr.smithi037.ampdkg (mgr.14197) 205 : audit 0 from='client.14482 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:30:58.711 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:30:58 smithi037 bash[24115]: audit 2023-09-07T07:30:56.989476+0000 mgr.smithi037.ampdkg (mgr.14197) 205 : audit 0 from='client.14482 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:30:59.662 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:30:59 smithi110 bash[31897]: cluster 2023-09-07T07:30:58.340946+0000 mgr.smithi037.ampdkg (mgr.14197) 206 : cluster 0 pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:30:59.711 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:30:59 smithi037 bash[24115]: cluster 2023-09-07T07:30:58.340946+0000 mgr.smithi037.ampdkg (mgr.14197) 206 : cluster 0 pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:31:01.711 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:31:01 smithi037 bash[24115]: cluster 2023-09-07T07:31:00.341578+0000 mgr.smithi037.ampdkg (mgr.14197) 207 : cluster 0 pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:31:01.911 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:31:01 smithi110 bash[31897]: cluster 2023-09-07T07:31:00.341578+0000 mgr.smithi037.ampdkg (mgr.14197) 207 : cluster 0 pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:31:02.379 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/3e964040-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi037/config 2023-09-07T07:31:03.454 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:31:03 smithi037 bash[24115]: cluster 2023-09-07T07:31:02.342234+0000 mgr.smithi037.ampdkg (mgr.14197) 208 : cluster 0 pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:31:03.661 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:31:03 smithi110 bash[31897]: cluster 2023-09-07T07:31:02.342234+0000 mgr.smithi037.ampdkg (mgr.14197) 208 : cluster 0 pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:31:05.228 INFO:teuthology.orchestra.run.smithi037.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-09-07T07:31:05.228 INFO:teuthology.orchestra.run.smithi037.stdout:alertmanager.smithi037 smithi037 *:9093,9094 running (4m) - 5m 14.5M - 0.25.0 c8568f914cd2 df5784fa3f8d 2023-09-07T07:31:05.228 INFO:teuthology.orchestra.run.smithi037.stdout:ceph-exporter.smithi037 smithi037 running (6m) - 6m 7808k - 18.2.0-387-g68b7f2b3 baa439efeddd cb9e4953aeae 2023-09-07T07:31:05.228 INFO:teuthology.orchestra.run.smithi037.stdout:ceph-exporter.smithi110 smithi110 running (4m) - 4m 8015k - 18.2.0-387-g68b7f2b3 baa439efeddd e5a0901fece1 2023-09-07T07:31:05.229 INFO:teuthology.orchestra.run.smithi037.stdout:crash.smithi037 smithi037 running (6m) - 6m 7104k - 18.2.0-387-g68b7f2b3 baa439efeddd e24422ed8cf5 2023-09-07T07:31:05.229 INFO:teuthology.orchestra.run.smithi037.stdout:crash.smithi110 smithi110 running (4m) - 4m 7107k - 18.2.0-387-g68b7f2b3 baa439efeddd 943f36a1f93b 2023-09-07T07:31:05.229 INFO:teuthology.orchestra.run.smithi037.stdout:grafana.smithi037 smithi037 *:3000 running (4m) - 5m 74.9M - 9.4.7 2c41d148cca3 83aa647a1f75 2023-09-07T07:31:05.229 INFO:teuthology.orchestra.run.smithi037.stdout:mgr.smithi037.ampdkg smithi037 *:9283,8765,8443 running (7m) - 7m 474M - 18.2.0-387-g68b7f2b3 baa439efeddd c78b452ce6cc 2023-09-07T07:31:05.229 INFO:teuthology.orchestra.run.smithi037.stdout:mgr.smithi110.rxefwu smithi110 *:8443,9283,8765 running (4m) - 4m 426M - 18.2.0-387-g68b7f2b3 baa439efeddd d15bdc2099c1 2023-09-07T07:31:05.230 INFO:teuthology.orchestra.run.smithi037.stdout:mon.smithi037 smithi037 running (7m) - 7m 43.0M 2048M 18.2.0-387-g68b7f2b3 baa439efeddd b4a81601f9c7 2023-09-07T07:31:05.230 INFO:teuthology.orchestra.run.smithi037.stdout:mon.smithi110 smithi110 running (4m) - 4m 32.6M 2048M 18.2.0-387-g68b7f2b3 baa439efeddd 7d76087725ff 2023-09-07T07:31:05.230 INFO:teuthology.orchestra.run.smithi037.stdout:node-exporter.smithi037 smithi037 *:9100 running (5m) - 6m 8384k - 1.5.0 0da6a335fe13 cab72d064fc9 2023-09-07T07:31:05.230 INFO:teuthology.orchestra.run.smithi037.stdout:node-exporter.smithi110 smithi110 *:9100 running (4m) - 4m 8599k - 1.5.0 0da6a335fe13 da1da8961da5 2023-09-07T07:31:05.230 INFO:teuthology.orchestra.run.smithi037.stdout:osd.0 smithi110 running (2m) - 2m 41.1M 3772M 18.2.0-387-g68b7f2b3 baa439efeddd 27d98eeab3cf 2023-09-07T07:31:05.231 INFO:teuthology.orchestra.run.smithi037.stdout:osd.1 smithi037 running (2m) - 2m 41.4M 3005M 18.2.0-387-g68b7f2b3 baa439efeddd 2de141d7088f 2023-09-07T07:31:05.231 INFO:teuthology.orchestra.run.smithi037.stdout:osd.2 smithi110 running (2m) - 2m 36.7M 3772M 18.2.0-387-g68b7f2b3 baa439efeddd cf05c5c073f3 2023-09-07T07:31:05.231 INFO:teuthology.orchestra.run.smithi037.stdout:osd.3 smithi037 running (2m) - 2m 40.5M 3005M 18.2.0-387-g68b7f2b3 baa439efeddd c88c82c554b2 2023-09-07T07:31:05.231 INFO:teuthology.orchestra.run.smithi037.stdout:osd.4 smithi110 running (2m) - 2m 36.8M 3772M 18.2.0-387-g68b7f2b3 baa439efeddd 651c5caca85c 2023-09-07T07:31:05.231 INFO:teuthology.orchestra.run.smithi037.stdout:osd.5 smithi037 running (2m) - 2m 37.3M 3005M 18.2.0-387-g68b7f2b3 baa439efeddd 8a0607147e73 2023-09-07T07:31:05.232 INFO:teuthology.orchestra.run.smithi037.stdout:osd.6 smithi110 running (2m) - 2m 37.2M 3772M 18.2.0-387-g68b7f2b3 baa439efeddd 2941da573de9 2023-09-07T07:31:05.232 INFO:teuthology.orchestra.run.smithi037.stdout:osd.7 smithi037 running (2m) - 2m 39.0M 3005M 18.2.0-387-g68b7f2b3 baa439efeddd 2661f787e15f 2023-09-07T07:31:05.232 INFO:teuthology.orchestra.run.smithi037.stdout:prometheus.smithi037 smithi037 *:9095 running (3m) - 5m 45.1M - 2.43.0 a07b618ecd1d 5f67c865bddc 2023-09-07T07:31:05.661 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:31:05 smithi110 bash[31897]: cluster 2023-09-07T07:31:04.342811+0000 mgr.smithi037.ampdkg (mgr.14197) 209 : cluster 0 pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:31:05.711 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:31:05 smithi037 bash[24115]: cluster 2023-09-07T07:31:04.342811+0000 mgr.smithi037.ampdkg (mgr.14197) 209 : cluster 0 pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:31:05.818 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e964040-4d4f-11ee-9ab5-7b867c8bd7da -- bash -c 'ceph orch ls' 2023-09-07T07:31:06.661 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:31:06 smithi110 bash[31897]: audit 2023-09-07T07:31:05.205836+0000 mgr.smithi037.ampdkg (mgr.14197) 210 : audit 0 from='client.14486 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:31:06.711 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:31:06 smithi037 bash[24115]: audit 2023-09-07T07:31:05.205836+0000 mgr.smithi037.ampdkg (mgr.14197) 210 : audit 0 from='client.14486 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:31:07.711 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:31:07 smithi037 bash[24115]: cluster 2023-09-07T07:31:06.343396+0000 mgr.smithi037.ampdkg (mgr.14197) 211 : cluster 0 pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:31:07.911 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:31:07 smithi110 bash[31897]: cluster 2023-09-07T07:31:06.343396+0000 mgr.smithi037.ampdkg (mgr.14197) 211 : cluster 0 pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:31:08.711 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:31:08 smithi037 bash[24115]: audit 2023-09-07T07:31:08.365586+0000 mon.smithi037 (mon.0) 728 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:31:08.911 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:31:08 smithi110 bash[31897]: audit 2023-09-07T07:31:08.365586+0000 mon.smithi037 (mon.0) 728 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:31:09.711 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:31:09 smithi037 bash[24115]: cluster 2023-09-07T07:31:08.343974+0000 mgr.smithi037.ampdkg (mgr.14197) 212 : cluster 0 pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:31:09.911 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:31:09 smithi110 bash[31897]: cluster 2023-09-07T07:31:08.343974+0000 mgr.smithi037.ampdkg (mgr.14197) 212 : cluster 0 pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:31:10.576 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/3e964040-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi037/config 2023-09-07T07:31:11.711 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:31:11 smithi037 bash[24115]: cluster 2023-09-07T07:31:10.344555+0000 mgr.smithi037.ampdkg (mgr.14197) 213 : cluster 0 pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:31:11.911 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:31:11 smithi110 bash[31897]: cluster 2023-09-07T07:31:10.344555+0000 mgr.smithi037.ampdkg (mgr.14197) 213 : cluster 0 pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:31:13.443 INFO:teuthology.orchestra.run.smithi037.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2023-09-07T07:31:13.443 INFO:teuthology.orchestra.run.smithi037.stdout:alertmanager ?:9093,9094 1/1 - 6m count:1 2023-09-07T07:31:13.443 INFO:teuthology.orchestra.run.smithi037.stdout:ceph-exporter 2/2 - 7m * 2023-09-07T07:31:13.443 INFO:teuthology.orchestra.run.smithi037.stdout:crash 2/2 - 7m * 2023-09-07T07:31:13.444 INFO:teuthology.orchestra.run.smithi037.stdout:grafana ?:3000 1/1 - 6m count:1 2023-09-07T07:31:13.444 INFO:teuthology.orchestra.run.smithi037.stdout:mgr 2/2 - 7m count:2 2023-09-07T07:31:13.444 INFO:teuthology.orchestra.run.smithi037.stdout:mon 2/2 - 5m smithi037:172.21.15.37=smithi037;smithi110:172.21.15.110=smithi110;count:2 2023-09-07T07:31:13.444 INFO:teuthology.orchestra.run.smithi037.stdout:node-exporter ?:9100 2/2 - 6m * 2023-09-07T07:31:13.444 INFO:teuthology.orchestra.run.smithi037.stdout:osd.all-available-devices 8 - 4m * 2023-09-07T07:31:13.445 INFO:teuthology.orchestra.run.smithi037.stdout:prometheus ?:9095 1/1 - 6m count:1 2023-09-07T07:31:13.660 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:31:13 smithi037 bash[24115]: cluster 2023-09-07T07:31:12.345110+0000 mgr.smithi037.ampdkg (mgr.14197) 214 : cluster 0 pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:31:13.661 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:31:13 smithi110 bash[31897]: cluster 2023-09-07T07:31:12.345110+0000 mgr.smithi037.ampdkg (mgr.14197) 214 : cluster 0 pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:31:14.167 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e964040-4d4f-11ee-9ab5-7b867c8bd7da -- bash -c 'ceph orch host ls' 2023-09-07T07:31:14.462 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:31:14 smithi037 bash[24115]: audit 2023-09-07T07:31:13.433032+0000 mgr.smithi037.ampdkg (mgr.14197) 215 : audit 0 from='client.14490 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:31:14.661 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:31:14 smithi110 bash[31897]: audit 2023-09-07T07:31:13.433032+0000 mgr.smithi037.ampdkg (mgr.14197) 215 : audit 0 from='client.14490 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:31:15.655 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:31:15 smithi037 bash[24115]: cluster 2023-09-07T07:31:14.345655+0000 mgr.smithi037.ampdkg (mgr.14197) 216 : cluster 0 pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:31:15.661 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:31:15 smithi110 bash[31897]: cluster 2023-09-07T07:31:14.345655+0000 mgr.smithi037.ampdkg (mgr.14197) 216 : cluster 0 pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:31:17.661 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:31:17 smithi110 bash[31897]: cluster 2023-09-07T07:31:16.346288+0000 mgr.smithi037.ampdkg (mgr.14197) 217 : cluster 0 pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:31:17.712 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:31:17 smithi037 bash[24115]: cluster 2023-09-07T07:31:16.346288+0000 mgr.smithi037.ampdkg (mgr.14197) 217 : cluster 0 pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:31:18.919 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/3e964040-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi037/config 2023-09-07T07:31:19.661 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:31:19 smithi110 bash[31897]: cluster 2023-09-07T07:31:18.346888+0000 mgr.smithi037.ampdkg (mgr.14197) 218 : cluster 0 pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:31:19.711 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:31:19 smithi037 bash[24115]: cluster 2023-09-07T07:31:18.346888+0000 mgr.smithi037.ampdkg (mgr.14197) 218 : cluster 0 pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:31:21.586 INFO:teuthology.orchestra.run.smithi037.stdout:HOST ADDR LABELS STATUS 2023-09-07T07:31:21.587 INFO:teuthology.orchestra.run.smithi037.stdout:smithi037 172.21.15.37 2023-09-07T07:31:21.587 INFO:teuthology.orchestra.run.smithi037.stdout:smithi110 172.21.15.110 2023-09-07T07:31:21.587 INFO:teuthology.orchestra.run.smithi037.stdout:2 hosts in cluster 2023-09-07T07:31:21.711 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:31:21 smithi037 bash[24115]: cluster 2023-09-07T07:31:20.347496+0000 mgr.smithi037.ampdkg (mgr.14197) 219 : cluster 0 pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:31:21.911 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:31:21 smithi110 bash[31897]: cluster 2023-09-07T07:31:20.347496+0000 mgr.smithi037.ampdkg (mgr.14197) 219 : cluster 0 pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:31:22.252 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e964040-4d4f-11ee-9ab5-7b867c8bd7da -- bash -c 'ceph orch device ls' 2023-09-07T07:31:22.712 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:31:22 smithi037 bash[24115]: audit 2023-09-07T07:31:21.583714+0000 mgr.smithi037.ampdkg (mgr.14197) 220 : audit 0 from='client.14494 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:31:22.911 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:31:22 smithi110 bash[31897]: audit 2023-09-07T07:31:21.583714+0000 mgr.smithi037.ampdkg (mgr.14197) 220 : audit 0 from='client.14494 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:31:23.712 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:31:23 smithi037 bash[24115]: cluster 2023-09-07T07:31:22.348008+0000 mgr.smithi037.ampdkg (mgr.14197) 221 : cluster 0 pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:31:23.712 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:31:23 smithi037 bash[24115]: audit 2023-09-07T07:31:23.366061+0000 mon.smithi037 (mon.0) 729 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:31:23.911 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:31:23 smithi110 bash[31897]: cluster 2023-09-07T07:31:22.348008+0000 mgr.smithi037.ampdkg (mgr.14197) 221 : cluster 0 pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:31:23.911 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:31:23 smithi110 bash[31897]: audit 2023-09-07T07:31:23.366061+0000 mon.smithi037 (mon.0) 729 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:31:25.673 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:31:25 smithi110 bash[31897]: cluster 2023-09-07T07:31:24.348622+0000 mgr.smithi037.ampdkg (mgr.14197) 222 : cluster 0 pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:31:25.711 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:31:25 smithi037 bash[24115]: cluster 2023-09-07T07:31:24.348622+0000 mgr.smithi037.ampdkg (mgr.14197) 222 : cluster 0 pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:31:27.002 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/3e964040-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi037/config 2023-09-07T07:31:27.685 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:31:27 smithi037 bash[24115]: cluster 2023-09-07T07:31:26.349246+0000 mgr.smithi037.ampdkg (mgr.14197) 223 : cluster 0 pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:31:27.911 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:31:27 smithi110 bash[31897]: cluster 2023-09-07T07:31:26.349246+0000 mgr.smithi037.ampdkg (mgr.14197) 223 : cluster 0 pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:31:29.711 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:31:29 smithi037 bash[24115]: cluster 2023-09-07T07:31:28.349861+0000 mgr.smithi037.ampdkg (mgr.14197) 224 : cluster 0 pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:31:29.724 INFO:teuthology.orchestra.run.smithi037.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2023-09-07T07:31:29.724 INFO:teuthology.orchestra.run.smithi037.stdout:smithi037 /dev/nvme0n1 ssd INTEL_SSDPEDMD400G4_CVFT5331005T400BGN 372G No 2m ago Has a FileSystem, LVM detected 2023-09-07T07:31:29.725 INFO:teuthology.orchestra.run.smithi037.stdout:smithi037 /dev/nvme1n1 ssd Linux_37ea8e68c2e5ca3353c4 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-09-07T07:31:29.725 INFO:teuthology.orchestra.run.smithi037.stdout:smithi037 /dev/nvme2n1 ssd Linux_12577a4cb11a61a44c78 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-09-07T07:31:29.725 INFO:teuthology.orchestra.run.smithi037.stdout:smithi037 /dev/nvme3n1 ssd Linux_6aa05a72ddffab17826e 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-09-07T07:31:29.725 INFO:teuthology.orchestra.run.smithi037.stdout:smithi037 /dev/nvme4n1 ssd Linux_ae731270c5c4fae9bd10 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-09-07T07:31:29.725 INFO:teuthology.orchestra.run.smithi037.stdout:smithi110 /dev/nvme0n1 ssd INTEL_SSDPED1D480GA_PHMB7476002T480DGN 447G No 2m ago Has a FileSystem, LVM detected 2023-09-07T07:31:29.726 INFO:teuthology.orchestra.run.smithi037.stdout:smithi110 /dev/nvme1n1 ssd Linux_70f41a1f0fa880bf2e77 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-09-07T07:31:29.726 INFO:teuthology.orchestra.run.smithi037.stdout:smithi110 /dev/nvme2n1 ssd Linux_5b68e83db298c095f7bf 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-09-07T07:31:29.726 INFO:teuthology.orchestra.run.smithi037.stdout:smithi110 /dev/nvme3n1 ssd Linux_312e6bf9f4020f815339 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-09-07T07:31:29.726 INFO:teuthology.orchestra.run.smithi037.stdout:smithi110 /dev/nvme4n1 ssd Linux_ca7d2343d38bed27cbcc 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-09-07T07:31:29.911 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:31:29 smithi110 bash[31897]: cluster 2023-09-07T07:31:28.349861+0000 mgr.smithi037.ampdkg (mgr.14197) 224 : cluster 0 pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:31:30.396 INFO:teuthology.run_tasks:Running task vip... 2023-09-07T07:31:30.406 INFO:tasks.vip:Allocating static IPs for each host... 2023-09-07T07:31:30.407 INFO:tasks.vip:peername 172.21.15.37 2023-09-07T07:31:30.410 INFO:tasks.vip:172.21.15.37 in 172.21.0.0/20, pos 3876 2023-09-07T07:31:30.415 INFO:tasks.vip:smithi037.front.sepia.ceph.com static 10.0.15.37, vnet 10.0.0.0/16 2023-09-07T07:31:30.415 INFO:tasks.vip:VIPs are {map(str, vips)} 2023-09-07T07:31:30.415 DEBUG:teuthology.orchestra.run.smithi037:> sudo ip route ls 2023-09-07T07:31:30.430 INFO:teuthology.orchestra.run.smithi037.stdout:default via 172.21.15.254 dev ens1f0 2023-09-07T07:31:30.430 INFO:teuthology.orchestra.run.smithi037.stdout:172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2023-09-07T07:31:30.430 INFO:teuthology.orchestra.run.smithi037.stdout:172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.37 2023-09-07T07:31:30.431 INFO:tasks.vip:Configuring 10.0.15.37 on smithi037.front.sepia.ceph.com iface ens1f0... 2023-09-07T07:31:30.432 DEBUG:teuthology.orchestra.run.smithi037:> sudo ip addr add 10.0.15.37/16 dev ens1f0 2023-09-07T07:31:30.490 INFO:tasks.vip:peername 172.21.15.110 2023-09-07T07:31:30.493 INFO:tasks.vip:172.21.15.110 in 172.21.0.0/20, pos 3949 2023-09-07T07:31:30.497 INFO:tasks.vip:smithi110.front.sepia.ceph.com static 10.0.15.110, vnet 10.0.0.0/16 2023-09-07T07:31:30.498 DEBUG:teuthology.orchestra.run.smithi110:> sudo ip route ls 2023-09-07T07:31:30.512 INFO:teuthology.orchestra.run.smithi110.stdout:default via 172.21.15.254 dev enp3s0f1 2023-09-07T07:31:30.512 INFO:teuthology.orchestra.run.smithi110.stdout:default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.110 metric 100 2023-09-07T07:31:30.512 INFO:teuthology.orchestra.run.smithi110.stdout:172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2023-09-07T07:31:30.513 INFO:teuthology.orchestra.run.smithi110.stdout:172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.110 2023-09-07T07:31:30.513 INFO:teuthology.orchestra.run.smithi110.stdout:172.21.15.254 dev enp3s0f1 proto dhcp scope link src 172.21.15.110 metric 100 2023-09-07T07:31:30.514 INFO:tasks.vip:Configuring 10.0.15.110 on smithi110.front.sepia.ceph.com iface enp3s0f1... 2023-09-07T07:31:30.514 DEBUG:teuthology.orchestra.run.smithi110:> sudo ip addr add 10.0.15.110/16 dev enp3s0f1 2023-09-07T07:31:30.573 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-09-07T07:31:30.586 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi037.front.sepia.ceph.com 2023-09-07T07:31:30.586 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e964040-4d4f-11ee-9ab5-7b867c8bd7da -- bash -c 'ceph orch device ls --refresh' 2023-09-07T07:31:30.711 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:31:30 smithi037 bash[24115]: audit 2023-09-07T07:31:29.719106+0000 mgr.smithi037.ampdkg (mgr.14197) 225 : audit 0 from='client.14498 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:31:30.760 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:31:30 smithi110 bash[31897]: audit 2023-09-07T07:31:29.719106+0000 mgr.smithi037.ampdkg (mgr.14197) 225 : audit 0 from='client.14498 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:31:31.711 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:31:31 smithi037 bash[24115]: cluster 2023-09-07T07:31:30.350427+0000 mgr.smithi037.ampdkg (mgr.14197) 226 : cluster 0 pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:31:31.911 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:31:31 smithi110 bash[31897]: cluster 2023-09-07T07:31:30.350427+0000 mgr.smithi037.ampdkg (mgr.14197) 226 : cluster 0 pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:31:33.462 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:31:33 smithi037 bash[24115]: cluster 2023-09-07T07:31:32.351024+0000 mgr.smithi037.ampdkg (mgr.14197) 227 : cluster 0 pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:31:33.661 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:31:33 smithi110 bash[31897]: cluster 2023-09-07T07:31:32.351024+0000 mgr.smithi037.ampdkg (mgr.14197) 227 : cluster 0 pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:31:35.337 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/3e964040-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi037/config 2023-09-07T07:31:35.661 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:31:35 smithi110 bash[31897]: cluster 2023-09-07T07:31:34.351622+0000 mgr.smithi037.ampdkg (mgr.14197) 228 : cluster 0 pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:31:35.711 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:31:35 smithi037 bash[24115]: cluster 2023-09-07T07:31:34.351622+0000 mgr.smithi037.ampdkg (mgr.14197) 228 : cluster 0 pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:31:36.661 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:31:36 smithi110 bash[31897]: audit 2023-09-07T07:31:36.148975+0000 mon.smithi037 (mon.0) 730 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:31:36.711 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:31:36 smithi037 bash[24115]: audit 2023-09-07T07:31:36.148975+0000 mon.smithi037 (mon.0) 730 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:31:37.711 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:31:37 smithi037 bash[24115]: cluster 2023-09-07T07:31:36.352194+0000 mgr.smithi037.ampdkg (mgr.14197) 229 : cluster 0 pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:31:37.911 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:31:37 smithi110 bash[31897]: cluster 2023-09-07T07:31:36.352194+0000 mgr.smithi037.ampdkg (mgr.14197) 229 : cluster 0 pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:31:38.234 INFO:teuthology.orchestra.run.smithi037.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2023-09-07T07:31:38.234 INFO:teuthology.orchestra.run.smithi037.stdout:smithi037 /dev/nvme0n1 ssd INTEL_SSDPEDMD400G4_CVFT5331005T400BGN 372G No 2m ago Has a FileSystem, LVM detected 2023-09-07T07:31:38.234 INFO:teuthology.orchestra.run.smithi037.stdout:smithi037 /dev/nvme1n1 ssd Linux_37ea8e68c2e5ca3353c4 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-09-07T07:31:38.234 INFO:teuthology.orchestra.run.smithi037.stdout:smithi037 /dev/nvme2n1 ssd Linux_12577a4cb11a61a44c78 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-09-07T07:31:38.235 INFO:teuthology.orchestra.run.smithi037.stdout:smithi037 /dev/nvme3n1 ssd Linux_6aa05a72ddffab17826e 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-09-07T07:31:38.235 INFO:teuthology.orchestra.run.smithi037.stdout:smithi037 /dev/nvme4n1 ssd Linux_ae731270c5c4fae9bd10 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-09-07T07:31:38.235 INFO:teuthology.orchestra.run.smithi037.stdout:smithi110 /dev/nvme0n1 ssd INTEL_SSDPED1D480GA_PHMB7476002T480DGN 447G No 2m ago Has a FileSystem, LVM detected 2023-09-07T07:31:38.235 INFO:teuthology.orchestra.run.smithi037.stdout:smithi110 /dev/nvme1n1 ssd Linux_70f41a1f0fa880bf2e77 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-09-07T07:31:38.235 INFO:teuthology.orchestra.run.smithi037.stdout:smithi110 /dev/nvme2n1 ssd Linux_5b68e83db298c095f7bf 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-09-07T07:31:38.236 INFO:teuthology.orchestra.run.smithi037.stdout:smithi110 /dev/nvme3n1 ssd Linux_312e6bf9f4020f815339 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-09-07T07:31:38.236 INFO:teuthology.orchestra.run.smithi037.stdout:smithi110 /dev/nvme4n1 ssd Linux_ca7d2343d38bed27cbcc 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-09-07T07:31:38.712 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:31:38 smithi037 bash[24115]: audit 2023-09-07T07:31:38.366232+0000 mon.smithi037 (mon.0) 731 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:31:38.903 INFO:teuthology.run_tasks:Running task vip.exec... 2023-09-07T07:31:38.916 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi037.front.sepia.ceph.com 2023-09-07T07:31:38.917 DEBUG:teuthology.orchestra.run.smithi037:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2023-09-07T07:31:38.917 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:31:38 smithi110 bash[31897]: audit 2023-09-07T07:31:38.366232+0000 mon.smithi037 (mon.0) 731 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:31:38.932 INFO:teuthology.orchestra.run.smithi037.stderr:+ systemctl stop nfs-server 2023-09-07T07:31:39.067 INFO:tasks.vip:Running commands on role host.b host ubuntu@smithi110.front.sepia.ceph.com 2023-09-07T07:31:39.068 DEBUG:teuthology.orchestra.run.smithi110:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2023-09-07T07:31:39.082 INFO:teuthology.orchestra.run.smithi110.stderr:+ systemctl stop nfs-server 2023-09-07T07:31:39.219 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-09-07T07:31:39.230 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi037.front.sepia.ceph.com 2023-09-07T07:31:39.230 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e964040-4d4f-11ee-9ab5-7b867c8bd7da -- bash -c 'ceph fs volume create foofs' 2023-09-07T07:31:39.712 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:31:39 smithi037 bash[24115]: audit 2023-09-07T07:31:38.223700+0000 mgr.smithi037.ampdkg (mgr.14197) 230 : audit 0 from='client.14502 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:31:39.712 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:31:39 smithi037 bash[24115]: cluster 2023-09-07T07:31:38.352790+0000 mgr.smithi037.ampdkg (mgr.14197) 231 : cluster 0 pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:31:39.911 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:31:39 smithi110 bash[31897]: audit 2023-09-07T07:31:38.223700+0000 mgr.smithi037.ampdkg (mgr.14197) 230 : audit 0 from='client.14502 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:31:39.911 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:31:39 smithi110 bash[31897]: cluster 2023-09-07T07:31:38.352790+0000 mgr.smithi037.ampdkg (mgr.14197) 231 : cluster 0 pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:31:41.711 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:31:41 smithi037 bash[24115]: cluster 2023-09-07T07:31:40.353490+0000 mgr.smithi037.ampdkg (mgr.14197) 232 : cluster 0 pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:31:41.911 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:31:41 smithi110 bash[31897]: cluster 2023-09-07T07:31:40.353490+0000 mgr.smithi037.ampdkg (mgr.14197) 232 : cluster 0 pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:31:43.154 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:31:42 smithi037 bash[24115]: audit 2023-09-07T07:31:41.849008+0000 mon.smithi037 (mon.0) 732 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:31:43.154 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:31:42 smithi037 bash[24115]: audit 2023-09-07T07:31:41.856771+0000 mon.smithi037 (mon.0) 733 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:31:43.154 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:31:42 smithi037 bash[24115]: cluster 2023-09-07T07:31:42.354104+0000 mgr.smithi037.ampdkg (mgr.14197) 233 : cluster 0 pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:31:43.155 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:31:42 smithi037 bash[24115]: audit 2023-09-07T07:31:42.648558+0000 mon.smithi037 (mon.0) 734 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:31:43.155 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:31:42 smithi037 bash[24115]: audit 2023-09-07T07:31:42.659445+0000 mon.smithi037 (mon.0) 735 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:31:43.161 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:31:42 smithi110 bash[31897]: audit 2023-09-07T07:31:41.849008+0000 mon.smithi037 (mon.0) 732 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:31:43.161 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:31:42 smithi110 bash[31897]: audit 2023-09-07T07:31:41.856771+0000 mon.smithi037 (mon.0) 733 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:31:43.162 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:31:42 smithi110 bash[31897]: cluster 2023-09-07T07:31:42.354104+0000 mgr.smithi037.ampdkg (mgr.14197) 233 : cluster 0 pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:31:43.162 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:31:42 smithi110 bash[31897]: audit 2023-09-07T07:31:42.648558+0000 mon.smithi037 (mon.0) 734 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:31:43.162 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:31:42 smithi110 bash[31897]: audit 2023-09-07T07:31:42.659445+0000 mon.smithi037 (mon.0) 735 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:31:43.461 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/3e964040-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi037/config 2023-09-07T07:31:44.305 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:31:44 smithi037 bash[24115]: audit 2023-09-07T07:31:43.023117+0000 mon.smithi037 (mon.0) 736 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:31:44.306 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:31:44 smithi037 bash[24115]: audit 2023-09-07T07:31:43.033021+0000 mon.smithi037 (mon.0) 737 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:31:44.306 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:31:44 smithi037 bash[24115]: audit 2023-09-07T07:31:43.879755+0000 mon.smithi037 (mon.0) 738 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:31:44.307 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:31:44 smithi037 bash[24115]: audit 2023-09-07T07:31:43.888485+0000 mon.smithi037 (mon.0) 739 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:31:44.411 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:31:44 smithi110 bash[31897]: audit 2023-09-07T07:31:43.023117+0000 mon.smithi037 (mon.0) 736 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:31:44.411 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:31:44 smithi110 bash[31897]: audit 2023-09-07T07:31:43.033021+0000 mon.smithi037 (mon.0) 737 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:31:44.412 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:31:44 smithi110 bash[31897]: audit 2023-09-07T07:31:43.879755+0000 mon.smithi037 (mon.0) 738 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:31:44.412 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:31:44 smithi110 bash[31897]: audit 2023-09-07T07:31:43.888485+0000 mon.smithi037 (mon.0) 739 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:31:45.411 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:31:45 smithi110 bash[31897]: cluster 2023-09-07T07:31:44.354706+0000 mgr.smithi037.ampdkg (mgr.14197) 234 : cluster 0 pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:31:45.462 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:31:45 smithi037 bash[24115]: cluster 2023-09-07T07:31:44.354706+0000 mgr.smithi037.ampdkg (mgr.14197) 234 : cluster 0 pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:31:47.161 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:31:46 smithi110 bash[31897]: audit 2023-09-07T07:31:46.319268+0000 mgr.smithi037.ampdkg (mgr.14197) 235 : audit 0 from='client.14506 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:31:47.162 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:31:46 smithi110 bash[31897]: audit 2023-09-07T07:31:46.319953+0000 mon.smithi037 (mon.0) 740 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2023-09-07T07:31:47.162 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:31:46 smithi110 bash[31897]: cluster 2023-09-07T07:31:46.355291+0000 mgr.smithi037.ampdkg (mgr.14197) 236 : cluster 0 pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:31:47.212 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:31:46 smithi037 bash[24115]: audit 2023-09-07T07:31:46.319268+0000 mgr.smithi037.ampdkg (mgr.14197) 235 : audit 0 from='client.14506 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:31:47.212 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:31:46 smithi037 bash[24115]: audit 2023-09-07T07:31:46.319953+0000 mon.smithi037 (mon.0) 740 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2023-09-07T07:31:47.212 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:31:46 smithi037 bash[24115]: cluster 2023-09-07T07:31:46.355291+0000 mgr.smithi037.ampdkg (mgr.14197) 236 : cluster 0 pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:31:47.848 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:31:47 smithi110 bash[31897]: audit 2023-09-07T07:31:46.834315+0000 mon.smithi037 (mon.0) 741 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2023-09-07T07:31:47.848 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:31:47 smithi110 bash[31897]: cluster 2023-09-07T07:31:46.834468+0000 mon.smithi037 (mon.0) 742 : cluster 0 osdmap e41: 8 total, 8 up, 8 in 2023-09-07T07:31:47.848 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:31:47 smithi110 bash[31897]: audit 2023-09-07T07:31:46.843757+0000 mon.smithi037 (mon.0) 743 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2023-09-07T07:31:48.212 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:31:47 smithi037 bash[24115]: audit 2023-09-07T07:31:46.834315+0000 mon.smithi037 (mon.0) 741 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2023-09-07T07:31:48.212 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:31:47 smithi037 bash[24115]: cluster 2023-09-07T07:31:46.834468+0000 mon.smithi037 (mon.0) 742 : cluster 0 osdmap e41: 8 total, 8 up, 8 in 2023-09-07T07:31:48.212 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:31:47 smithi037 bash[24115]: audit 2023-09-07T07:31:46.843757+0000 mon.smithi037 (mon.0) 743 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2023-09-07T07:31:48.213 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:31:47 smithi037 bash[24115]: debug 2023-09-07T07:31:47.846+0000 7f48ff2e1700 -1 log_channel(cluster) log [ERR] : Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2023-09-07T07:31:48.568 INFO:teuthology.run_tasks:Running task cephadm.apply... 2023-09-07T07:31:48.579 INFO:tasks.cephadm:Applying spec(s): placement: count: 2 service_id: foo service_type: nfs spec: port: 12049 --- service_id: nfs.foo service_type: ingress spec: backend_service: nfs.foo frontend_port: 2049 monitor_port: 9002 virtual_ip: '10.0.31.37/16' 2023-09-07T07:31:48.580 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e964040-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch apply -i - 2023-09-07T07:31:48.911 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:31:48 smithi110 bash[31897]: audit 2023-09-07T07:31:47.837793+0000 mon.smithi037 (mon.0) 744 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2023-09-07T07:31:48.912 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:31:48 smithi110 bash[31897]: cluster 2023-09-07T07:31:47.838187+0000 mon.smithi037 (mon.0) 745 : cluster 0 osdmap e42: 8 total, 8 up, 8 in 2023-09-07T07:31:48.912 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:31:48 smithi110 bash[31897]: audit 2023-09-07T07:31:47.849096+0000 mon.smithi037 (mon.0) 746 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2023-09-07T07:31:48.912 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:31:48 smithi110 bash[31897]: cluster 2023-09-07T07:31:47.851237+0000 mon.smithi037 (mon.0) 747 : cluster 4 Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2023-09-07T07:31:48.912 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:31:48 smithi110 bash[31897]: cluster 2023-09-07T07:31:47.851318+0000 mon.smithi037 (mon.0) 748 : cluster 3 Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2023-09-07T07:31:48.913 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:31:48 smithi110 bash[31897]: cluster 2023-09-07T07:31:47.862099+0000 mon.smithi037 (mon.0) 749 : cluster 0 osdmap e43: 8 total, 8 up, 8 in 2023-09-07T07:31:48.913 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:31:48 smithi110 bash[31897]: audit 2023-09-07T07:31:47.862827+0000 mon.smithi037 (mon.0) 750 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2023-09-07T07:31:48.913 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:31:48 smithi110 bash[31897]: cluster 2023-09-07T07:31:47.863113+0000 mon.smithi037 (mon.0) 751 : cluster 0 fsmap foofs:0 2023-09-07T07:31:48.913 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:31:48 smithi110 bash[31897]: cephadm 2023-09-07T07:31:47.866664+0000 mgr.smithi037.ampdkg (mgr.14197) 237 : cephadm 1 Saving service mds.foofs spec with placement count:2 2023-09-07T07:31:48.913 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:31:48 smithi110 bash[31897]: audit 2023-09-07T07:31:47.872116+0000 mon.smithi037 (mon.0) 752 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:31:48.914 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:31:48 smithi110 bash[31897]: cluster 2023-09-07T07:31:48.356004+0000 mgr.smithi037.ampdkg (mgr.14197) 238 : cluster 0 pgmap v201: 65 pgs: 4 creating+activating, 15 creating+peering, 18 active+clean, 28 unknown; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:31:49.212 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:31:48 smithi037 bash[24115]: audit 2023-09-07T07:31:47.837793+0000 mon.smithi037 (mon.0) 744 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2023-09-07T07:31:49.212 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:31:48 smithi037 bash[24115]: cluster 2023-09-07T07:31:47.838187+0000 mon.smithi037 (mon.0) 745 : cluster 0 osdmap e42: 8 total, 8 up, 8 in 2023-09-07T07:31:49.213 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:31:48 smithi037 bash[24115]: audit 2023-09-07T07:31:47.849096+0000 mon.smithi037 (mon.0) 746 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2023-09-07T07:31:49.213 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:31:48 smithi037 bash[24115]: cluster 2023-09-07T07:31:47.851237+0000 mon.smithi037 (mon.0) 747 : cluster 4 Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2023-09-07T07:31:49.213 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:31:48 smithi037 bash[24115]: cluster 2023-09-07T07:31:47.851318+0000 mon.smithi037 (mon.0) 748 : cluster 3 Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2023-09-07T07:31:49.213 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:31:48 smithi037 bash[24115]: cluster 2023-09-07T07:31:47.862099+0000 mon.smithi037 (mon.0) 749 : cluster 0 osdmap e43: 8 total, 8 up, 8 in 2023-09-07T07:31:49.213 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:31:48 smithi037 bash[24115]: audit 2023-09-07T07:31:47.862827+0000 mon.smithi037 (mon.0) 750 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2023-09-07T07:31:49.214 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:31:48 smithi037 bash[24115]: cluster 2023-09-07T07:31:47.863113+0000 mon.smithi037 (mon.0) 751 : cluster 0 fsmap foofs:0 2023-09-07T07:31:49.214 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:31:48 smithi037 bash[24115]: cephadm 2023-09-07T07:31:47.866664+0000 mgr.smithi037.ampdkg (mgr.14197) 237 : cephadm 1 Saving service mds.foofs spec with placement count:2 2023-09-07T07:31:49.214 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:31:48 smithi037 bash[24115]: audit 2023-09-07T07:31:47.872116+0000 mon.smithi037 (mon.0) 752 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:31:49.214 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:31:48 smithi037 bash[24115]: cluster 2023-09-07T07:31:48.356004+0000 mgr.smithi037.ampdkg (mgr.14197) 238 : cluster 0 pgmap v201: 65 pgs: 4 creating+activating, 15 creating+peering, 18 active+clean, 28 unknown; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:31:49.911 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:31:49 smithi110 bash[31897]: cluster 2023-09-07T07:31:48.861992+0000 mon.smithi037 (mon.0) 753 : cluster 0 osdmap e44: 8 total, 8 up, 8 in 2023-09-07T07:31:50.211 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:31:49 smithi037 bash[24115]: cluster 2023-09-07T07:31:48.861992+0000 mon.smithi037 (mon.0) 753 : cluster 0 osdmap e44: 8 total, 8 up, 8 in 2023-09-07T07:31:51.161 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:31:50 smithi110 bash[31897]: cluster 2023-09-07T07:31:49.866950+0000 mon.smithi037 (mon.0) 754 : cluster 0 osdmap e45: 8 total, 8 up, 8 in 2023-09-07T07:31:51.161 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:31:50 smithi110 bash[31897]: cluster 2023-09-07T07:31:50.356598+0000 mgr.smithi037.ampdkg (mgr.14197) 239 : cluster 0 pgmap v204: 65 pgs: 4 creating+activating, 17 creating+peering, 23 active+clean, 21 unknown; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:31:51.212 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:31:50 smithi037 bash[24115]: cluster 2023-09-07T07:31:49.866950+0000 mon.smithi037 (mon.0) 754 : cluster 0 osdmap e45: 8 total, 8 up, 8 in 2023-09-07T07:31:51.212 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:31:50 smithi037 bash[24115]: cluster 2023-09-07T07:31:50.356598+0000 mgr.smithi037.ampdkg (mgr.14197) 239 : cluster 0 pgmap v204: 65 pgs: 4 creating+activating, 17 creating+peering, 23 active+clean, 21 unknown; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:31:53.125 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/3e964040-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi037/config 2023-09-07T07:31:53.462 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:31:53 smithi037 bash[24115]: cluster 2023-09-07T07:31:52.357409+0000 mgr.smithi037.ampdkg (mgr.14197) 240 : cluster 0 pgmap v205: 65 pgs: 4 creating+activating, 10 creating+peering, 46 active+clean, 5 unknown; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:31:53.578 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:31:53 smithi110 bash[31897]: cluster 2023-09-07T07:31:52.357409+0000 mgr.smithi037.ampdkg (mgr.14197) 240 : cluster 0 pgmap v205: 65 pgs: 4 creating+activating, 10 creating+peering, 46 active+clean, 5 unknown; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:31:54.661 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:31:54 smithi110 bash[31897]: audit 2023-09-07T07:31:53.369116+0000 mon.smithi037 (mon.0) 755 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:31:54.662 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:31:54 smithi110 bash[31897]: audit 2023-09-07T07:31:53.370042+0000 mon.smithi037 (mon.0) 756 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:31:54.662 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:31:54 smithi110 bash[31897]: audit 2023-09-07T07:31:54.265577+0000 mon.smithi037 (mon.0) 757 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:31:54.662 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:31:54 smithi110 bash[31897]: audit 2023-09-07T07:31:54.271771+0000 mon.smithi037 (mon.0) 758 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:31:54.712 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:31:54 smithi037 bash[24115]: audit 2023-09-07T07:31:53.369116+0000 mon.smithi037 (mon.0) 755 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:31:54.712 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:31:54 smithi037 bash[24115]: audit 2023-09-07T07:31:53.370042+0000 mon.smithi037 (mon.0) 756 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:31:54.712 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:31:54 smithi037 bash[24115]: audit 2023-09-07T07:31:54.265577+0000 mon.smithi037 (mon.0) 757 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:31:54.712 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:31:54 smithi037 bash[24115]: audit 2023-09-07T07:31:54.271771+0000 mon.smithi037 (mon.0) 758 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:31:55.661 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:31:55 smithi110 bash[31897]: cluster 2023-09-07T07:31:54.358107+0000 mgr.smithi037.ampdkg (mgr.14197) 241 : cluster 0 pgmap v206: 65 pgs: 65 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:31:55.686 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:31:55 smithi037 bash[24115]: cluster 2023-09-07T07:31:54.358107+0000 mgr.smithi037.ampdkg (mgr.14197) 241 : cluster 0 pgmap v206: 65 pgs: 65 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:31:56.371 INFO:teuthology.orchestra.run.smithi037.stdout:Scheduled nfs.foo update... 2023-09-07T07:31:56.371 INFO:teuthology.orchestra.run.smithi037.stdout:Scheduled ingress.nfs.foo update... 2023-09-07T07:31:57.034 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2023-09-07T07:31:57.044 INFO:tasks.cephadm:Waiting for ceph service nfs.foo to start (timeout 300)... 2023-09-07T07:31:57.045 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e964040-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:31:57.662 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:31:57 smithi110 bash[31897]: audit 2023-09-07T07:31:56.345730+0000 mgr.smithi037.ampdkg (mgr.14197) 242 : audit 0 from='client.14510 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:31:57.662 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:31:57 smithi110 bash[31897]: cephadm 2023-09-07T07:31:56.355813+0000 mgr.smithi037.ampdkg (mgr.14197) 243 : cephadm 1 Saving service nfs.foo spec with placement count:2 2023-09-07T07:31:57.662 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:31:57 smithi110 bash[31897]: cluster 2023-09-07T07:31:56.358597+0000 mgr.smithi037.ampdkg (mgr.14197) 244 : cluster 0 pgmap v207: 65 pgs: 65 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:31:57.662 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:31:57 smithi110 bash[31897]: audit 2023-09-07T07:31:56.361112+0000 mon.smithi037 (mon.0) 759 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:31:57.663 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:31:57 smithi110 bash[31897]: cephadm 2023-09-07T07:31:56.361961+0000 mgr.smithi037.ampdkg (mgr.14197) 245 : cephadm 1 Saving service ingress.nfs.foo spec with placement count:2 2023-09-07T07:31:57.663 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:31:57 smithi110 bash[31897]: audit 2023-09-07T07:31:56.368734+0000 mon.smithi037 (mon.0) 760 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:31:57.663 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:31:57 smithi110 bash[31897]: audit 2023-09-07T07:31:56.446962+0000 mon.smithi037 (mon.0) 761 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:31:57.663 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:31:57 smithi110 bash[31897]: audit 2023-09-07T07:31:56.454659+0000 mon.smithi037 (mon.0) 762 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:31:57.663 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:31:57 smithi110 bash[31897]: audit 2023-09-07T07:31:56.456325+0000 mon.smithi037 (mon.0) 763 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:31:57.664 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:31:57 smithi110 bash[31897]: audit 2023-09-07T07:31:56.457617+0000 mon.smithi037 (mon.0) 764 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-07T07:31:57.664 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:31:57 smithi110 bash[31897]: audit 2023-09-07T07:31:56.464784+0000 mon.smithi037 (mon.0) 765 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:31:57.664 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:31:57 smithi110 bash[31897]: audit 2023-09-07T07:31:56.469943+0000 mon.smithi037 (mon.0) 766 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-07T07:31:57.664 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:31:57 smithi110 bash[31897]: audit 2023-09-07T07:31:56.482898+0000 mon.smithi037 (mon.0) 767 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi110.zdowox", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-09-07T07:31:57.664 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:31:57 smithi110 bash[31897]: audit 2023-09-07T07:31:56.488040+0000 mon.smithi037 (mon.0) 768 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi110.zdowox", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-09-07T07:31:57.665 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:31:57 smithi110 bash[31897]: audit 2023-09-07T07:31:56.489340+0000 mon.smithi037 (mon.0) 769 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:31:57.665 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:31:57 smithi110 bash[31897]: cephadm 2023-09-07T07:31:56.490591+0000 mgr.smithi037.ampdkg (mgr.14197) 246 : cephadm 1 Deploying daemon mds.foofs.smithi110.zdowox on smithi110 2023-09-07T07:31:57.712 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:31:57 smithi037 bash[24115]: audit 2023-09-07T07:31:56.345730+0000 mgr.smithi037.ampdkg (mgr.14197) 242 : audit 0 from='client.14510 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:31:57.712 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:31:57 smithi037 bash[24115]: cephadm 2023-09-07T07:31:56.355813+0000 mgr.smithi037.ampdkg (mgr.14197) 243 : cephadm 1 Saving service nfs.foo spec with placement count:2 2023-09-07T07:31:57.712 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:31:57 smithi037 bash[24115]: cluster 2023-09-07T07:31:56.358597+0000 mgr.smithi037.ampdkg (mgr.14197) 244 : cluster 0 pgmap v207: 65 pgs: 65 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:31:57.713 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:31:57 smithi037 bash[24115]: audit 2023-09-07T07:31:56.361112+0000 mon.smithi037 (mon.0) 759 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:31:57.713 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:31:57 smithi037 bash[24115]: cephadm 2023-09-07T07:31:56.361961+0000 mgr.smithi037.ampdkg (mgr.14197) 245 : cephadm 1 Saving service ingress.nfs.foo spec with placement count:2 2023-09-07T07:31:57.713 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:31:57 smithi037 bash[24115]: audit 2023-09-07T07:31:56.368734+0000 mon.smithi037 (mon.0) 760 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:31:57.713 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:31:57 smithi037 bash[24115]: audit 2023-09-07T07:31:56.446962+0000 mon.smithi037 (mon.0) 761 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:31:57.713 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:31:57 smithi037 bash[24115]: audit 2023-09-07T07:31:56.454659+0000 mon.smithi037 (mon.0) 762 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:31:57.714 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:31:57 smithi037 bash[24115]: audit 2023-09-07T07:31:56.456325+0000 mon.smithi037 (mon.0) 763 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:31:57.714 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:31:57 smithi037 bash[24115]: audit 2023-09-07T07:31:56.457617+0000 mon.smithi037 (mon.0) 764 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-07T07:31:57.714 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:31:57 smithi037 bash[24115]: audit 2023-09-07T07:31:56.464784+0000 mon.smithi037 (mon.0) 765 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:31:57.714 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:31:57 smithi037 bash[24115]: audit 2023-09-07T07:31:56.469943+0000 mon.smithi037 (mon.0) 766 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-07T07:31:57.714 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:31:57 smithi037 bash[24115]: audit 2023-09-07T07:31:56.482898+0000 mon.smithi037 (mon.0) 767 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi110.zdowox", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-09-07T07:31:57.715 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:31:57 smithi037 bash[24115]: audit 2023-09-07T07:31:56.488040+0000 mon.smithi037 (mon.0) 768 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi110.zdowox", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-09-07T07:31:57.715 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:31:57 smithi037 bash[24115]: audit 2023-09-07T07:31:56.489340+0000 mon.smithi037 (mon.0) 769 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:31:57.715 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:31:57 smithi037 bash[24115]: cephadm 2023-09-07T07:31:56.490591+0000 mgr.smithi037.ampdkg (mgr.14197) 246 : cephadm 1 Deploying daemon mds.foofs.smithi110.zdowox on smithi110 2023-09-07T07:31:59.411 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:31:59 smithi110 bash[31897]: cluster 2023-09-07T07:31:58.359471+0000 mgr.smithi037.ampdkg (mgr.14197) 247 : cluster 0 pgmap v208: 65 pgs: 65 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:31:59.412 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:31:59 smithi110 bash[31897]: audit 2023-09-07T07:31:59.197412+0000 mon.smithi037 (mon.0) 770 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:31:59.412 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:31:59 smithi110 bash[31897]: audit 2023-09-07T07:31:59.206963+0000 mon.smithi037 (mon.0) 771 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:31:59.412 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:31:59 smithi110 bash[31897]: audit 2023-09-07T07:31:59.215100+0000 mon.smithi037 (mon.0) 772 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:31:59.412 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:31:59 smithi110 bash[31897]: audit 2023-09-07T07:31:59.216140+0000 mon.smithi037 (mon.0) 773 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi037.nonxrb", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-09-07T07:31:59.412 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:31:59 smithi110 bash[31897]: audit 2023-09-07T07:31:59.221386+0000 mon.smithi037 (mon.0) 774 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi037.nonxrb", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-09-07T07:31:59.413 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:31:59 smithi110 bash[31897]: audit 2023-09-07T07:31:59.222782+0000 mon.smithi037 (mon.0) 775 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:31:59.712 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:31:59 smithi037 bash[24115]: cluster 2023-09-07T07:31:58.359471+0000 mgr.smithi037.ampdkg (mgr.14197) 247 : cluster 0 pgmap v208: 65 pgs: 65 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:31:59.712 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:31:59 smithi037 bash[24115]: audit 2023-09-07T07:31:59.197412+0000 mon.smithi037 (mon.0) 770 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:31:59.712 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:31:59 smithi037 bash[24115]: audit 2023-09-07T07:31:59.206963+0000 mon.smithi037 (mon.0) 771 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:31:59.712 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:31:59 smithi037 bash[24115]: audit 2023-09-07T07:31:59.215100+0000 mon.smithi037 (mon.0) 772 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:31:59.713 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:31:59 smithi037 bash[24115]: audit 2023-09-07T07:31:59.216140+0000 mon.smithi037 (mon.0) 773 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi037.nonxrb", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-09-07T07:31:59.713 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:31:59 smithi037 bash[24115]: audit 2023-09-07T07:31:59.221386+0000 mon.smithi037 (mon.0) 774 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi037.nonxrb", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-09-07T07:31:59.713 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:31:59 smithi037 bash[24115]: audit 2023-09-07T07:31:59.222782+0000 mon.smithi037 (mon.0) 775 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:32:00.661 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:32:00 smithi110 bash[31897]: cephadm 2023-09-07T07:31:59.224575+0000 mgr.smithi037.ampdkg (mgr.14197) 248 : cephadm 1 Deploying daemon mds.foofs.smithi037.nonxrb on smithi037 2023-09-07T07:32:00.694 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:32:00 smithi037 bash[24115]: cephadm 2023-09-07T07:31:59.224575+0000 mgr.smithi037.ampdkg (mgr.14197) 248 : cephadm 1 Deploying daemon mds.foofs.smithi037.nonxrb on smithi037 2023-09-07T07:32:01.517 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:32:01 smithi037 bash[24115]: cluster 2023-09-07T07:32:00.360134+0000 mgr.smithi037.ampdkg (mgr.14197) 249 : cluster 0 pgmap v209: 65 pgs: 65 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:32:01.661 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:32:01 smithi110 bash[31897]: cluster 2023-09-07T07:32:00.360134+0000 mgr.smithi037.ampdkg (mgr.14197) 249 : cluster 0 pgmap v209: 65 pgs: 65 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:32:01.796 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/3e964040-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi037/config 2023-09-07T07:32:02.912 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:32:02 smithi110 bash[31897]: cluster 2023-09-07T07:32:01.390570+0000 mon.smithi037 (mon.0) 776 : cluster 0 mds.? [v2:172.21.15.110:6832/3886766056,v1:172.21.15.110:6833/3886766056] up:boot 2023-09-07T07:32:02.912 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:32:02 smithi110 bash[31897]: cluster 2023-09-07T07:32:01.390640+0000 mon.smithi037 (mon.0) 777 : cluster 1 daemon mds.foofs.smithi110.zdowox assigned to filesystem foofs as rank 0 (now has 1 ranks) 2023-09-07T07:32:02.912 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:32:02 smithi110 bash[31897]: cluster 2023-09-07T07:32:01.390716+0000 mon.smithi037 (mon.0) 778 : cluster 1 Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2023-09-07T07:32:02.913 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:32:02 smithi110 bash[31897]: cluster 2023-09-07T07:32:01.390742+0000 mon.smithi037 (mon.0) 779 : cluster 1 Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2023-09-07T07:32:02.913 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:32:02 smithi110 bash[31897]: cluster 2023-09-07T07:32:01.390761+0000 mon.smithi037 (mon.0) 780 : cluster 1 Cluster is now healthy 2023-09-07T07:32:02.913 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:32:02 smithi110 bash[31897]: cluster 2023-09-07T07:32:01.391017+0000 mon.smithi037 (mon.0) 781 : cluster 0 fsmap foofs:0 1 up:standby 2023-09-07T07:32:02.913 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:32:02 smithi110 bash[31897]: audit 2023-09-07T07:32:01.391181+0000 mon.smithi037 (mon.0) 782 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi110.zdowox"}]: dispatch 2023-09-07T07:32:02.913 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:32:02 smithi110 bash[31897]: cluster 2023-09-07T07:32:01.394609+0000 mon.smithi037 (mon.0) 783 : cluster 0 fsmap foofs:1 {0=foofs.smithi110.zdowox=up:creating} 2023-09-07T07:32:02.914 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:32:02 smithi110 bash[31897]: cluster 2023-09-07T07:32:01.413236+0000 mon.smithi037 (mon.0) 784 : cluster 1 daemon mds.foofs.smithi110.zdowox is now active in filesystem foofs as rank 0 2023-09-07T07:32:02.914 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:32:02 smithi110 bash[31897]: audit 2023-09-07T07:32:01.808745+0000 mon.smithi037 (mon.0) 785 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:32:02.914 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:32:02 smithi110 bash[31897]: audit 2023-09-07T07:32:01.816052+0000 mon.smithi037 (mon.0) 786 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:32:02.914 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:32:02 smithi110 bash[31897]: audit 2023-09-07T07:32:01.852737+0000 mon.smithi037 (mon.0) 787 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:32:02.914 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:32:02 smithi110 bash[31897]: audit 2023-09-07T07:32:01.860691+0000 mon.smithi037 (mon.0) 788 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:32:02.915 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:32:02 smithi110 bash[31897]: audit 2023-09-07T07:32:01.866805+0000 mon.smithi037 (mon.0) 789 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:32:02.915 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:32:02 smithi110 bash[31897]: audit 2023-09-07T07:32:01.873351+0000 mon.smithi037 (mon.0) 790 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:32:02.915 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:32:02 smithi110 bash[31897]: audit 2023-09-07T07:32:01.874252+0000 mon.smithi037 (mon.0) 791 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi037.boriir", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-09-07T07:32:02.915 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:32:02 smithi110 bash[31897]: audit 2023-09-07T07:32:01.880062+0000 mon.smithi037 (mon.0) 792 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi037.boriir", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-09-07T07:32:02.915 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:32:02 smithi110 bash[31897]: audit 2023-09-07T07:32:01.881277+0000 mon.smithi037 (mon.0) 793 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-09-07T07:32:02.916 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:32:02 smithi110 bash[31897]: audit 2023-09-07T07:32:01.887122+0000 mon.smithi037 (mon.0) 794 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2023-09-07T07:32:02.916 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:32:02 smithi110 bash[31897]: audit 2023-09-07T07:32:01.888499+0000 mon.smithi037 (mon.0) 795 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:32:02.916 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:32:02 smithi110 bash[31897]: audit 2023-09-07T07:32:01.941741+0000 mon.smithi037 (mon.0) 796 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-09-07T07:32:02.916 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:32:02 smithi110 bash[31897]: audit 2023-09-07T07:32:01.948435+0000 mon.smithi037 (mon.0) 797 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-09-07T07:32:02.916 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:32:02 smithi110 bash[31897]: audit 2023-09-07T07:32:01.951111+0000 mon.smithi037 (mon.0) 798 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi110.tmfqme", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-09-07T07:32:02.917 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:32:02 smithi110 bash[31897]: audit 2023-09-07T07:32:01.957407+0000 mon.smithi037 (mon.0) 799 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi110.tmfqme", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-09-07T07:32:02.917 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:32:02 smithi110 bash[31897]: audit 2023-09-07T07:32:01.958593+0000 mon.smithi037 (mon.0) 800 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-09-07T07:32:02.917 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:32:02 smithi110 bash[31897]: audit 2023-09-07T07:32:01.964336+0000 mon.smithi037 (mon.0) 801 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2023-09-07T07:32:02.917 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:32:02 smithi110 bash[31897]: audit 2023-09-07T07:32:01.965746+0000 mon.smithi037 (mon.0) 802 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:32:02.917 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:32:02 smithi110 bash[31897]: audit 2023-09-07T07:32:02.019229+0000 mon.smithi037 (mon.0) 803 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-09-07T07:32:02.917 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:32:02 smithi110 bash[31897]: audit 2023-09-07T07:32:02.024048+0000 mon.smithi037 (mon.0) 804 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-09-07T07:32:02.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:32:02 smithi037 bash[24115]: cluster 2023-09-07T07:32:01.390570+0000 mon.smithi037 (mon.0) 776 : cluster 0 mds.? [v2:172.21.15.110:6832/3886766056,v1:172.21.15.110:6833/3886766056] up:boot 2023-09-07T07:32:02.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:32:02 smithi037 bash[24115]: cluster 2023-09-07T07:32:01.390640+0000 mon.smithi037 (mon.0) 777 : cluster 1 daemon mds.foofs.smithi110.zdowox assigned to filesystem foofs as rank 0 (now has 1 ranks) 2023-09-07T07:32:02.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:32:02 smithi037 bash[24115]: cluster 2023-09-07T07:32:01.390716+0000 mon.smithi037 (mon.0) 778 : cluster 1 Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2023-09-07T07:32:02.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:32:02 smithi037 bash[24115]: cluster 2023-09-07T07:32:01.390742+0000 mon.smithi037 (mon.0) 779 : cluster 1 Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2023-09-07T07:32:02.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:32:02 smithi037 bash[24115]: cluster 2023-09-07T07:32:01.390761+0000 mon.smithi037 (mon.0) 780 : cluster 1 Cluster is now healthy 2023-09-07T07:32:02.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:32:02 smithi037 bash[24115]: cluster 2023-09-07T07:32:01.391017+0000 mon.smithi037 (mon.0) 781 : cluster 0 fsmap foofs:0 1 up:standby 2023-09-07T07:32:02.964 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:32:02 smithi037 bash[24115]: audit 2023-09-07T07:32:01.391181+0000 mon.smithi037 (mon.0) 782 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi110.zdowox"}]: dispatch 2023-09-07T07:32:02.964 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:32:02 smithi037 bash[24115]: cluster 2023-09-07T07:32:01.394609+0000 mon.smithi037 (mon.0) 783 : cluster 0 fsmap foofs:1 {0=foofs.smithi110.zdowox=up:creating} 2023-09-07T07:32:02.964 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:32:02 smithi037 bash[24115]: cluster 2023-09-07T07:32:01.413236+0000 mon.smithi037 (mon.0) 784 : cluster 1 daemon mds.foofs.smithi110.zdowox is now active in filesystem foofs as rank 0 2023-09-07T07:32:02.964 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:32:02 smithi037 bash[24115]: audit 2023-09-07T07:32:01.808745+0000 mon.smithi037 (mon.0) 785 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:32:02.964 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:32:02 smithi037 bash[24115]: audit 2023-09-07T07:32:01.816052+0000 mon.smithi037 (mon.0) 786 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:32:02.964 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:32:02 smithi037 bash[24115]: audit 2023-09-07T07:32:01.852737+0000 mon.smithi037 (mon.0) 787 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:32:02.965 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:32:02 smithi037 bash[24115]: audit 2023-09-07T07:32:01.860691+0000 mon.smithi037 (mon.0) 788 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:32:02.965 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:32:02 smithi037 bash[24115]: audit 2023-09-07T07:32:01.866805+0000 mon.smithi037 (mon.0) 789 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:32:02.965 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:32:02 smithi037 bash[24115]: audit 2023-09-07T07:32:01.873351+0000 mon.smithi037 (mon.0) 790 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:32:02.965 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:32:02 smithi037 bash[24115]: audit 2023-09-07T07:32:01.874252+0000 mon.smithi037 (mon.0) 791 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi037.boriir", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-09-07T07:32:02.965 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:32:02 smithi037 bash[24115]: audit 2023-09-07T07:32:01.880062+0000 mon.smithi037 (mon.0) 792 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi037.boriir", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-09-07T07:32:02.966 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:32:02 smithi037 bash[24115]: audit 2023-09-07T07:32:01.881277+0000 mon.smithi037 (mon.0) 793 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-09-07T07:32:02.966 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:32:02 smithi037 bash[24115]: audit 2023-09-07T07:32:01.887122+0000 mon.smithi037 (mon.0) 794 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2023-09-07T07:32:02.966 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:32:02 smithi037 bash[24115]: audit 2023-09-07T07:32:01.888499+0000 mon.smithi037 (mon.0) 795 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:32:02.966 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:32:02 smithi037 bash[24115]: audit 2023-09-07T07:32:01.941741+0000 mon.smithi037 (mon.0) 796 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-09-07T07:32:02.966 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:32:02 smithi037 bash[24115]: audit 2023-09-07T07:32:01.948435+0000 mon.smithi037 (mon.0) 797 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-09-07T07:32:02.967 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:32:02 smithi037 bash[24115]: audit 2023-09-07T07:32:01.951111+0000 mon.smithi037 (mon.0) 798 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi110.tmfqme", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-09-07T07:32:02.967 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:32:02 smithi037 bash[24115]: audit 2023-09-07T07:32:01.957407+0000 mon.smithi037 (mon.0) 799 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi110.tmfqme", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-09-07T07:32:02.967 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:32:02 smithi037 bash[24115]: audit 2023-09-07T07:32:01.958593+0000 mon.smithi037 (mon.0) 800 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-09-07T07:32:02.967 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:32:02 smithi037 bash[24115]: audit 2023-09-07T07:32:01.964336+0000 mon.smithi037 (mon.0) 801 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2023-09-07T07:32:02.969 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:32:02 smithi037 bash[24115]: audit 2023-09-07T07:32:01.965746+0000 mon.smithi037 (mon.0) 802 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:32:02.969 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:32:02 smithi037 bash[24115]: audit 2023-09-07T07:32:02.019229+0000 mon.smithi037 (mon.0) 803 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-09-07T07:32:02.970 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:32:02 smithi037 bash[24115]: audit 2023-09-07T07:32:02.024048+0000 mon.smithi037 (mon.0) 804 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-09-07T07:32:03.712 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:32:03 smithi037 bash[24115]: cephadm 2023-09-07T07:32:01.873914+0000 mgr.smithi037.ampdkg (mgr.14197) 250 : cephadm 1 Creating key for client.nfs.foo.0.0.smithi037.boriir 2023-09-07T07:32:03.713 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:32:03 smithi037 bash[24115]: cephadm 2023-09-07T07:32:01.880932+0000 mgr.smithi037.ampdkg (mgr.14197) 251 : cephadm 1 Ensuring nfs.foo.0 is in the ganesha grace table 2023-09-07T07:32:03.713 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:32:03 smithi037 bash[24115]: cephadm 2023-09-07T07:32:01.941243+0000 mgr.smithi037.ampdkg (mgr.14197) 252 : cephadm 3 ganesha-rados-grace tool failed: rados_pool_create: -1 2023-09-07T07:32:03.713 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:32:03 smithi037 bash[24115]: Can't connect to cluster: -1 2023-09-07T07:32:03.713 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:32:03 smithi037 bash[24115]: terminate called after throwing an instance of 'std::bad_variant_access' 2023-09-07T07:32:03.714 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:32:03 smithi037 bash[24115]: what(): std::get: wrong index for variant 2023-09-07T07:32:03.714 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:32:03 smithi037 bash[24115]: cephadm 2023-09-07T07:32:01.949567+0000 mgr.smithi037.ampdkg (mgr.14197) 253 : cephadm 4 Failed while placing nfs.foo.0.0.smithi037.boriir on smithi037: grace tool failed: rados_pool_create: -1 2023-09-07T07:32:03.714 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:32:03 smithi037 bash[24115]: Can't connect to cluster: -1 2023-09-07T07:32:03.714 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:32:03 smithi037 bash[24115]: terminate called after throwing an instance of 'std::bad_variant_access' 2023-09-07T07:32:03.715 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:32:03 smithi037 bash[24115]: what(): std::get: wrong index for variant 2023-09-07T07:32:03.715 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:32:03 smithi037 bash[24115]: cephadm 2023-09-07T07:32:01.950728+0000 mgr.smithi037.ampdkg (mgr.14197) 254 : cephadm 1 Creating key for client.nfs.foo.1.0.smithi110.tmfqme 2023-09-07T07:32:03.715 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:32:03 smithi037 bash[24115]: cephadm 2023-09-07T07:32:01.958228+0000 mgr.smithi037.ampdkg (mgr.14197) 255 : cephadm 1 Ensuring nfs.foo.1 is in the ganesha grace table 2023-09-07T07:32:03.715 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:32:03 smithi037 bash[24115]: cephadm 2023-09-07T07:32:02.018745+0000 mgr.smithi037.ampdkg (mgr.14197) 256 : cephadm 3 ganesha-rados-grace tool failed: rados_pool_create: -1 2023-09-07T07:32:03.715 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:32:03 smithi037 bash[24115]: Can't connect to cluster: -1 2023-09-07T07:32:03.716 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:32:03 smithi037 bash[24115]: terminate called after throwing an instance of 'std::bad_variant_access' 2023-09-07T07:32:03.716 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:32:03 smithi037 bash[24115]: what(): std::get: wrong index for variant 2023-09-07T07:32:03.716 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:32:03 smithi037 bash[24115]: cephadm 2023-09-07T07:32:02.025239+0000 mgr.smithi037.ampdkg (mgr.14197) 257 : cephadm 4 Failed while placing nfs.foo.1.0.smithi110.tmfqme on smithi110: grace tool failed: rados_pool_create: -1 2023-09-07T07:32:03.716 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:32:03 smithi037 bash[24115]: Can't connect to cluster: -1 2023-09-07T07:32:03.717 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:32:03 smithi037 bash[24115]: terminate called after throwing an instance of 'std::bad_variant_access' 2023-09-07T07:32:03.717 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:32:03 smithi037 bash[24115]: what(): std::get: wrong index for variant 2023-09-07T07:32:03.717 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:32:03 smithi037 bash[24115]: cluster 2023-09-07T07:32:02.027200+0000 mgr.smithi037.ampdkg (mgr.14197) 258 : cluster 0 pgmap v210: 65 pgs: 65 active+clean; 578 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 350 B/s wr, 1 op/s 2023-09-07T07:32:03.717 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:32:03 smithi037 bash[24115]: audit 2023-09-07T07:32:02.056865+0000 mon.smithi037 (mon.0) 805 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd pool create", "pool": ".nfs", "yes_i_really_mean_it": true}]: dispatch 2023-09-07T07:32:03.718 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:32:03 smithi037 bash[24115]: cluster 2023-09-07T07:32:02.521317+0000 mon.smithi037 (mon.0) 806 : cluster 0 mds.? [v2:172.21.15.110:6832/3886766056,v1:172.21.15.110:6833/3886766056] up:active 2023-09-07T07:32:03.718 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:32:03 smithi037 bash[24115]: cluster 2023-09-07T07:32:02.521370+0000 mon.smithi037 (mon.0) 807 : cluster 0 fsmap foofs:1 {0=foofs.smithi110.zdowox=up:active} 2023-09-07T07:32:03.718 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:32:03 smithi037 bash[24115]: cluster 2023-09-07T07:32:03.021270+0000 mon.smithi037 (mon.0) 808 : cluster 3 Health check failed: Failed to place 2 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-09-07T07:32:03.718 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:32:03 smithi037 bash[24115]: audit 2023-09-07T07:32:03.032071+0000 mon.smithi037 (mon.0) 809 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd='[{"prefix": "osd pool create", "pool": ".nfs", "yes_i_really_mean_it": true}]': finished 2023-09-07T07:32:03.718 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:32:03 smithi037 bash[24115]: cluster 2023-09-07T07:32:03.032156+0000 mon.smithi037 (mon.0) 810 : cluster 0 osdmap e46: 8 total, 8 up, 8 in 2023-09-07T07:32:03.719 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:32:03 smithi037 bash[24115]: audit 2023-09-07T07:32:03.035193+0000 mon.smithi037 (mon.0) 811 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2023-09-07T07:32:03.912 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:32:03 smithi110 bash[31897]: cephadm 2023-09-07T07:32:01.873914+0000 mgr.smithi037.ampdkg (mgr.14197) 250 : cephadm 1 Creating key for client.nfs.foo.0.0.smithi037.boriir 2023-09-07T07:32:03.912 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:32:03 smithi110 bash[31897]: cephadm 2023-09-07T07:32:01.880932+0000 mgr.smithi037.ampdkg (mgr.14197) 251 : cephadm 1 Ensuring nfs.foo.0 is in the ganesha grace table 2023-09-07T07:32:03.912 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:32:03 smithi110 bash[31897]: cephadm 2023-09-07T07:32:01.941243+0000 mgr.smithi037.ampdkg (mgr.14197) 252 : cephadm 3 ganesha-rados-grace tool failed: rados_pool_create: -1 2023-09-07T07:32:03.913 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:32:03 smithi110 bash[31897]: Can't connect to cluster: -1 2023-09-07T07:32:03.913 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:32:03 smithi110 bash[31897]: terminate called after throwing an instance of 'std::bad_variant_access' 2023-09-07T07:32:03.913 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:32:03 smithi110 bash[31897]: what(): std::get: wrong index for variant 2023-09-07T07:32:03.913 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:32:03 smithi110 bash[31897]: cephadm 2023-09-07T07:32:01.949567+0000 mgr.smithi037.ampdkg (mgr.14197) 253 : cephadm 4 Failed while placing nfs.foo.0.0.smithi037.boriir on smithi037: grace tool failed: rados_pool_create: -1 2023-09-07T07:32:03.913 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:32:03 smithi110 bash[31897]: Can't connect to cluster: -1 2023-09-07T07:32:03.914 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:32:03 smithi110 bash[31897]: terminate called after throwing an instance of 'std::bad_variant_access' 2023-09-07T07:32:03.914 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:32:03 smithi110 bash[31897]: what(): std::get: wrong index for variant 2023-09-07T07:32:03.914 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:32:03 smithi110 bash[31897]: cephadm 2023-09-07T07:32:01.950728+0000 mgr.smithi037.ampdkg (mgr.14197) 254 : cephadm 1 Creating key for client.nfs.foo.1.0.smithi110.tmfqme 2023-09-07T07:32:03.914 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:32:03 smithi110 bash[31897]: cephadm 2023-09-07T07:32:01.958228+0000 mgr.smithi037.ampdkg (mgr.14197) 255 : cephadm 1 Ensuring nfs.foo.1 is in the ganesha grace table 2023-09-07T07:32:03.915 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:32:03 smithi110 bash[31897]: cephadm 2023-09-07T07:32:02.018745+0000 mgr.smithi037.ampdkg (mgr.14197) 256 : cephadm 3 ganesha-rados-grace tool failed: rados_pool_create: -1 2023-09-07T07:32:03.915 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:32:03 smithi110 bash[31897]: Can't connect to cluster: -1 2023-09-07T07:32:03.915 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:32:03 smithi110 bash[31897]: terminate called after throwing an instance of 'std::bad_variant_access' 2023-09-07T07:32:03.915 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:32:03 smithi110 bash[31897]: what(): std::get: wrong index for variant 2023-09-07T07:32:03.915 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:32:03 smithi110 bash[31897]: cephadm 2023-09-07T07:32:02.025239+0000 mgr.smithi037.ampdkg (mgr.14197) 257 : cephadm 4 Failed while placing nfs.foo.1.0.smithi110.tmfqme on smithi110: grace tool failed: rados_pool_create: -1 2023-09-07T07:32:03.915 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:32:03 smithi110 bash[31897]: Can't connect to cluster: -1 2023-09-07T07:32:03.916 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:32:03 smithi110 bash[31897]: terminate called after throwing an instance of 'std::bad_variant_access' 2023-09-07T07:32:03.916 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:32:03 smithi110 bash[31897]: what(): std::get: wrong index for variant 2023-09-07T07:32:03.916 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:32:03 smithi110 bash[31897]: cluster 2023-09-07T07:32:02.027200+0000 mgr.smithi037.ampdkg (mgr.14197) 258 : cluster 0 pgmap v210: 65 pgs: 65 active+clean; 578 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 350 B/s wr, 1 op/s 2023-09-07T07:32:03.916 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:32:03 smithi110 bash[31897]: audit 2023-09-07T07:32:02.056865+0000 mon.smithi037 (mon.0) 805 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd pool create", "pool": ".nfs", "yes_i_really_mean_it": true}]: dispatch 2023-09-07T07:32:03.917 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:32:03 smithi110 bash[31897]: cluster 2023-09-07T07:32:02.521317+0000 mon.smithi037 (mon.0) 806 : cluster 0 mds.? [v2:172.21.15.110:6832/3886766056,v1:172.21.15.110:6833/3886766056] up:active 2023-09-07T07:32:03.917 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:32:03 smithi110 bash[31897]: cluster 2023-09-07T07:32:02.521370+0000 mon.smithi037 (mon.0) 807 : cluster 0 fsmap foofs:1 {0=foofs.smithi110.zdowox=up:active} 2023-09-07T07:32:03.917 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:32:03 smithi110 bash[31897]: cluster 2023-09-07T07:32:03.021270+0000 mon.smithi037 (mon.0) 808 : cluster 3 Health check failed: Failed to place 2 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-09-07T07:32:03.918 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:32:03 smithi110 bash[31897]: audit 2023-09-07T07:32:03.032071+0000 mon.smithi037 (mon.0) 809 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd='[{"prefix": "osd pool create", "pool": ".nfs", "yes_i_really_mean_it": true}]': finished 2023-09-07T07:32:03.918 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:32:03 smithi110 bash[31897]: cluster 2023-09-07T07:32:03.032156+0000 mon.smithi037 (mon.0) 810 : cluster 0 osdmap e46: 8 total, 8 up, 8 in 2023-09-07T07:32:03.918 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:32:03 smithi110 bash[31897]: audit 2023-09-07T07:32:03.035193+0000 mon.smithi037 (mon.0) 811 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2023-09-07T07:32:05.263 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-09-07T07:32:05.263 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:24:21.246731Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:26:24.909502Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:24:12.326663Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:26:27.907144Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:24:10.314209Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:24:16.461108Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:31:56.369082Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-09-07T07:31:56.361978Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"events": ["2023-09-07T07:31:47.872407Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:31:47.866779Z", "running": 0, "size": 2}}, {"events": ["2023-09-07T07:26:32.381613Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:24:08.307163Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:26:09.281864Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:26:09.278084Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:31:56.361437Z service:nfs.foo [INFO] \"service was created\"", "2023-09-07T07:32:01.949340Z service:nfs.foo [ERROR] \"Failed while placing nfs.foo.0.0.smithi037.boriir on smithi037: grace tool failed: rados_pool_create: -1\nCan't connect to cluster: -1\nterminate called after throwing an instance of 'std::bad_variant_access'\n what(): std::get: wrong index for variant\n\"", "2023-09-07T07:32:02.024986Z service:nfs.foo [ERROR] \"Failed while placing nfs.foo.1.0.smithi110.tmfqme on smithi110: grace tool failed: rados_pool_create: -1\nCan't connect to cluster: -1\nterminate called after throwing an instance of 'std::bad_variant_access'\n what(): std::get: wrong index for variant\n\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-09-07T07:31:56.355844Z", "ports": [12049], "running": 0, "size": 2}}, {"events": ["2023-09-07T07:26:28.937335Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:24:18.967459Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:07.653183Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:27:07.647454Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:26:39.492288Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:24:14.487827Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:32:05.295 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:32:05 smithi037 bash[24115]: cluster 2023-09-07T07:32:04.027929+0000 mgr.smithi037.ampdkg (mgr.14197) 259 : cluster 0 pgmap v212: 97 pgs: 10 creating+peering, 22 unknown, 65 active+clean; 579 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s wr, 4 op/s 2023-09-07T07:32:05.296 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:32:05 smithi037 bash[24115]: audit 2023-09-07T07:32:04.035035+0000 mon.smithi037 (mon.0) 812 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2023-09-07T07:32:05.296 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:32:05 smithi037 bash[24115]: cluster 2023-09-07T07:32:04.035268+0000 mon.smithi037 (mon.0) 813 : cluster 0 osdmap e47: 8 total, 8 up, 8 in 2023-09-07T07:32:05.297 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:32:05 smithi037 bash[24115]: cluster 2023-09-07T07:32:04.045639+0000 mon.smithi037 (mon.0) 814 : cluster 0 mds.? [v2:172.21.15.37:6834/1119684274,v1:172.21.15.37:6835/1119684274] up:boot 2023-09-07T07:32:05.297 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:32:05 smithi037 bash[24115]: cluster 2023-09-07T07:32:04.045875+0000 mon.smithi037 (mon.0) 815 : cluster 1 Dropping low affinity active daemon mds.foofs.smithi110.zdowox in favor of higher affinity standby. 2023-09-07T07:32:05.297 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:32:05 smithi037 bash[24115]: cluster 2023-09-07T07:32:04.045942+0000 mon.smithi037 (mon.0) 816 : cluster 3 Replacing daemon mds.foofs.smithi110.zdowox as rank 0 with standby daemon mds.foofs.smithi037.nonxrb 2023-09-07T07:32:05.297 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:32:05 smithi037 bash[24115]: cluster 2023-09-07T07:32:04.047086+0000 mon.smithi037 (mon.0) 817 : cluster 3 Health check failed: 1 filesystem is degraded (FS_DEGRADED) 2023-09-07T07:32:05.298 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:32:05 smithi037 bash[24115]: cluster 2023-09-07T07:32:04.047143+0000 mon.smithi037 (mon.0) 818 : cluster 3 Health check failed: insufficient standby MDS daemons available (MDS_INSUFFICIENT_STANDBY) 2023-09-07T07:32:05.298 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:32:05 smithi037 bash[24115]: cluster 2023-09-07T07:32:04.047216+0000 mon.smithi037 (mon.0) 819 : cluster 0 fsmap foofs:1 {0=foofs.smithi110.zdowox=up:active} 1 up:standby 2023-09-07T07:32:05.298 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:32:05 smithi037 bash[24115]: audit 2023-09-07T07:32:04.048792+0000 mon.smithi037 (mon.0) 820 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi037.nonxrb"}]: dispatch 2023-09-07T07:32:05.298 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:32:05 smithi037 bash[24115]: audit 2023-09-07T07:32:04.054917+0000 mon.smithi037 (mon.0) 821 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:32:05.299 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:32:05 smithi037 bash[24115]: cluster 2023-09-07T07:32:04.055271+0000 mon.smithi037 (mon.0) 822 : cluster 0 osdmap e48: 8 total, 8 up, 8 in 2023-09-07T07:32:05.299 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:32:05 smithi037 bash[24115]: cluster 2023-09-07T07:32:04.061455+0000 mon.smithi037 (mon.0) 823 : cluster 0 fsmap foofs:1/1 {0=foofs.smithi037.nonxrb=up:replay} 2023-09-07T07:32:05.299 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:32:05 smithi037 bash[24115]: audit 2023-09-07T07:32:04.069094+0000 mon.smithi037 (mon.0) 824 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:32:05.299 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:32:05 smithi037 bash[24115]: cephadm 2023-09-07T07:32:04.087395+0000 mgr.smithi037.ampdkg (mgr.14197) 260 : cephadm 1 Deploying daemon haproxy.nfs.foo.smithi110.ydvqkg on smithi110 2023-09-07T07:32:05.411 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:32:05 smithi110 bash[31897]: cluster 2023-09-07T07:32:04.027929+0000 mgr.smithi037.ampdkg (mgr.14197) 259 : cluster 0 pgmap v212: 97 pgs: 10 creating+peering, 22 unknown, 65 active+clean; 579 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s wr, 4 op/s 2023-09-07T07:32:05.412 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:32:05 smithi110 bash[31897]: audit 2023-09-07T07:32:04.035035+0000 mon.smithi037 (mon.0) 812 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2023-09-07T07:32:05.412 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:32:05 smithi110 bash[31897]: cluster 2023-09-07T07:32:04.035268+0000 mon.smithi037 (mon.0) 813 : cluster 0 osdmap e47: 8 total, 8 up, 8 in 2023-09-07T07:32:05.412 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:32:05 smithi110 bash[31897]: cluster 2023-09-07T07:32:04.045639+0000 mon.smithi037 (mon.0) 814 : cluster 0 mds.? [v2:172.21.15.37:6834/1119684274,v1:172.21.15.37:6835/1119684274] up:boot 2023-09-07T07:32:05.412 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:32:05 smithi110 bash[31897]: cluster 2023-09-07T07:32:04.045875+0000 mon.smithi037 (mon.0) 815 : cluster 1 Dropping low affinity active daemon mds.foofs.smithi110.zdowox in favor of higher affinity standby. 2023-09-07T07:32:05.412 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:32:05 smithi110 bash[31897]: cluster 2023-09-07T07:32:04.045942+0000 mon.smithi037 (mon.0) 816 : cluster 3 Replacing daemon mds.foofs.smithi110.zdowox as rank 0 with standby daemon mds.foofs.smithi037.nonxrb 2023-09-07T07:32:05.413 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:32:05 smithi110 bash[31897]: cluster 2023-09-07T07:32:04.047086+0000 mon.smithi037 (mon.0) 817 : cluster 3 Health check failed: 1 filesystem is degraded (FS_DEGRADED) 2023-09-07T07:32:05.413 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:32:05 smithi110 bash[31897]: cluster 2023-09-07T07:32:04.047143+0000 mon.smithi037 (mon.0) 818 : cluster 3 Health check failed: insufficient standby MDS daemons available (MDS_INSUFFICIENT_STANDBY) 2023-09-07T07:32:05.413 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:32:05 smithi110 bash[31897]: cluster 2023-09-07T07:32:04.047216+0000 mon.smithi037 (mon.0) 819 : cluster 0 fsmap foofs:1 {0=foofs.smithi110.zdowox=up:active} 1 up:standby 2023-09-07T07:32:05.413 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:32:05 smithi110 bash[31897]: audit 2023-09-07T07:32:04.048792+0000 mon.smithi037 (mon.0) 820 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi037.nonxrb"}]: dispatch 2023-09-07T07:32:05.413 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:32:05 smithi110 bash[31897]: audit 2023-09-07T07:32:04.054917+0000 mon.smithi037 (mon.0) 821 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:32:05.414 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:32:05 smithi110 bash[31897]: cluster 2023-09-07T07:32:04.055271+0000 mon.smithi037 (mon.0) 822 : cluster 0 osdmap e48: 8 total, 8 up, 8 in 2023-09-07T07:32:05.414 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:32:05 smithi110 bash[31897]: cluster 2023-09-07T07:32:04.061455+0000 mon.smithi037 (mon.0) 823 : cluster 0 fsmap foofs:1/1 {0=foofs.smithi037.nonxrb=up:replay} 2023-09-07T07:32:05.414 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:32:05 smithi110 bash[31897]: audit 2023-09-07T07:32:04.069094+0000 mon.smithi037 (mon.0) 824 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:32:05.414 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:32:05 smithi110 bash[31897]: cephadm 2023-09-07T07:32:04.087395+0000 mgr.smithi037.ampdkg (mgr.14197) 260 : cephadm 1 Deploying daemon haproxy.nfs.foo.smithi110.ydvqkg on smithi110 2023-09-07T07:32:05.964 INFO:tasks.cephadm:nfs.foo has 0/2 2023-09-07T07:32:06.411 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:32:06 smithi110 bash[31897]: cluster 2023-09-07T07:32:05.057847+0000 mon.smithi037 (mon.0) 825 : cluster 0 osdmap e49: 8 total, 8 up, 8 in 2023-09-07T07:32:06.412 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:32:06 smithi110 bash[31897]: cluster 2023-09-07T07:32:05.065805+0000 mon.smithi037 (mon.0) 826 : cluster 1 Health check cleared: MDS_INSUFFICIENT_STANDBY (was: insufficient standby MDS daemons available) 2023-09-07T07:32:06.412 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:32:06 smithi110 bash[31897]: cluster 2023-09-07T07:32:05.072703+0000 mon.smithi037 (mon.0) 827 : cluster 0 mds.? [v2:172.21.15.37:6834/1119684274,v1:172.21.15.37:6835/1119684274] up:reconnect 2023-09-07T07:32:06.412 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:32:06 smithi110 bash[31897]: cluster 2023-09-07T07:32:05.072780+0000 mon.smithi037 (mon.0) 828 : cluster 0 mds.? [v2:172.21.15.110:6832/3956695735,v1:172.21.15.110:6833/3956695735] up:boot 2023-09-07T07:32:06.412 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:32:06 smithi110 bash[31897]: cluster 2023-09-07T07:32:05.072940+0000 mon.smithi037 (mon.0) 829 : cluster 0 fsmap foofs:1/1 {0=foofs.smithi037.nonxrb=up:reconnect} 1 up:standby 2023-09-07T07:32:06.412 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:32:06 smithi110 bash[31897]: audit 2023-09-07T07:32:05.073431+0000 mon.smithi037 (mon.0) 830 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi110.zdowox"}]: dispatch 2023-09-07T07:32:06.413 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:32:06 smithi110 bash[31897]: audit 2023-09-07T07:32:05.253620+0000 mgr.smithi037.ampdkg (mgr.14197) 261 : audit 0 from='client.14534 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:32:06.413 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:32:06 smithi110 bash[31897]: audit 2023-09-07T07:32:05.585639+0000 mon.smithi037 (mon.0) 831 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:32:06.462 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:32:06 smithi037 bash[24115]: cluster 2023-09-07T07:32:05.057847+0000 mon.smithi037 (mon.0) 825 : cluster 0 osdmap e49: 8 total, 8 up, 8 in 2023-09-07T07:32:06.462 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:32:06 smithi037 bash[24115]: cluster 2023-09-07T07:32:05.065805+0000 mon.smithi037 (mon.0) 826 : cluster 1 Health check cleared: MDS_INSUFFICIENT_STANDBY (was: insufficient standby MDS daemons available) 2023-09-07T07:32:06.462 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:32:06 smithi037 bash[24115]: cluster 2023-09-07T07:32:05.072703+0000 mon.smithi037 (mon.0) 827 : cluster 0 mds.? [v2:172.21.15.37:6834/1119684274,v1:172.21.15.37:6835/1119684274] up:reconnect 2023-09-07T07:32:06.463 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:32:06 smithi037 bash[24115]: cluster 2023-09-07T07:32:05.072780+0000 mon.smithi037 (mon.0) 828 : cluster 0 mds.? [v2:172.21.15.110:6832/3956695735,v1:172.21.15.110:6833/3956695735] up:boot 2023-09-07T07:32:06.463 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:32:06 smithi037 bash[24115]: cluster 2023-09-07T07:32:05.072940+0000 mon.smithi037 (mon.0) 829 : cluster 0 fsmap foofs:1/1 {0=foofs.smithi037.nonxrb=up:reconnect} 1 up:standby 2023-09-07T07:32:06.463 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:32:06 smithi037 bash[24115]: audit 2023-09-07T07:32:05.073431+0000 mon.smithi037 (mon.0) 830 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi110.zdowox"}]: dispatch 2023-09-07T07:32:06.463 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:32:06 smithi037 bash[24115]: audit 2023-09-07T07:32:05.253620+0000 mgr.smithi037.ampdkg (mgr.14197) 261 : audit 0 from='client.14534 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:32:06.464 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:32:06 smithi037 bash[24115]: audit 2023-09-07T07:32:05.585639+0000 mon.smithi037 (mon.0) 831 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:32:06.966 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e964040-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:32:07.411 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:32:07 smithi110 bash[31897]: cluster 2023-09-07T07:32:06.028880+0000 mgr.smithi037.ampdkg (mgr.14197) 262 : cluster 0 pgmap v216: 97 pgs: 10 creating+peering, 21 unknown, 66 active+clean; 579 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 2.5 KiB/s wr, 8 op/s 2023-09-07T07:32:07.411 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:32:07 smithi110 bash[31897]: cluster 2023-09-07T07:32:06.074532+0000 mon.smithi037 (mon.0) 832 : cluster 0 mds.? [v2:172.21.15.37:6834/1119684274,v1:172.21.15.37:6835/1119684274] up:rejoin 2023-09-07T07:32:07.412 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:32:07 smithi110 bash[31897]: cluster 2023-09-07T07:32:06.074620+0000 mon.smithi037 (mon.0) 833 : cluster 0 fsmap foofs:1/1 {0=foofs.smithi037.nonxrb=up:rejoin} 1 up:standby 2023-09-07T07:32:07.412 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:32:07 smithi110 bash[31897]: cluster 2023-09-07T07:32:06.074854+0000 mon.smithi037 (mon.0) 834 : cluster 1 daemon mds.foofs.smithi037.nonxrb is now active in filesystem foofs as rank 0 2023-09-07T07:32:07.462 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:32:07 smithi037 bash[24115]: cluster 2023-09-07T07:32:06.028880+0000 mgr.smithi037.ampdkg (mgr.14197) 262 : cluster 0 pgmap v216: 97 pgs: 10 creating+peering, 21 unknown, 66 active+clean; 579 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 2.5 KiB/s wr, 8 op/s 2023-09-07T07:32:07.462 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:32:07 smithi037 bash[24115]: cluster 2023-09-07T07:32:06.074532+0000 mon.smithi037 (mon.0) 832 : cluster 0 mds.? [v2:172.21.15.37:6834/1119684274,v1:172.21.15.37:6835/1119684274] up:rejoin 2023-09-07T07:32:07.463 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:32:07 smithi037 bash[24115]: cluster 2023-09-07T07:32:06.074620+0000 mon.smithi037 (mon.0) 833 : cluster 0 fsmap foofs:1/1 {0=foofs.smithi037.nonxrb=up:rejoin} 1 up:standby 2023-09-07T07:32:07.463 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:32:07 smithi037 bash[24115]: cluster 2023-09-07T07:32:06.074854+0000 mon.smithi037 (mon.0) 834 : cluster 1 daemon mds.foofs.smithi037.nonxrb is now active in filesystem foofs as rank 0 2023-09-07T07:32:08.411 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:32:08 smithi110 bash[31897]: cluster 2023-09-07T07:32:07.071302+0000 mon.smithi037 (mon.0) 835 : cluster 1 Health check cleared: FS_DEGRADED (was: 1 filesystem is degraded) 2023-09-07T07:32:08.412 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:32:08 smithi110 bash[31897]: cluster 2023-09-07T07:32:07.081456+0000 mon.smithi037 (mon.0) 836 : cluster 0 mds.? [v2:172.21.15.37:6834/1119684274,v1:172.21.15.37:6835/1119684274] up:active 2023-09-07T07:32:08.412 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:32:08 smithi110 bash[31897]: cluster 2023-09-07T07:32:07.081523+0000 mon.smithi037 (mon.0) 837 : cluster 0 fsmap foofs:1 {0=foofs.smithi037.nonxrb=up:active} 1 up:standby 2023-09-07T07:32:08.462 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:32:08 smithi037 bash[24115]: cluster 2023-09-07T07:32:07.071302+0000 mon.smithi037 (mon.0) 835 : cluster 1 Health check cleared: FS_DEGRADED (was: 1 filesystem is degraded) 2023-09-07T07:32:08.462 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:32:08 smithi037 bash[24115]: cluster 2023-09-07T07:32:07.081456+0000 mon.smithi037 (mon.0) 836 : cluster 0 mds.? [v2:172.21.15.37:6834/1119684274,v1:172.21.15.37:6835/1119684274] up:active 2023-09-07T07:32:08.462 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:32:08 smithi037 bash[24115]: cluster 2023-09-07T07:32:07.081523+0000 mon.smithi037 (mon.0) 837 : cluster 0 fsmap foofs:1 {0=foofs.smithi037.nonxrb=up:active} 1 up:standby 2023-09-07T07:32:09.662 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:32:09 smithi110 bash[31897]: cluster 2023-09-07T07:32:08.030103+0000 mgr.smithi037.ampdkg (mgr.14197) 263 : cluster 0 pgmap v217: 97 pgs: 10 creating+peering, 87 active+clean; 579 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 3.8 KiB/s rd, 204 B/s wr, 7 op/s 2023-09-07T07:32:09.662 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:32:09 smithi110 bash[31897]: audit 2023-09-07T07:32:08.373904+0000 mon.smithi037 (mon.0) 838 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:32:09.662 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:32:09 smithi110 bash[31897]: audit 2023-09-07T07:32:08.375698+0000 mon.smithi037 (mon.0) 839 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:32:09.712 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:32:09 smithi037 bash[24115]: cluster 2023-09-07T07:32:08.030103+0000 mgr.smithi037.ampdkg (mgr.14197) 263 : cluster 0 pgmap v217: 97 pgs: 10 creating+peering, 87 active+clean; 579 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 3.8 KiB/s rd, 204 B/s wr, 7 op/s 2023-09-07T07:32:09.712 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:32:09 smithi037 bash[24115]: audit 2023-09-07T07:32:08.373904+0000 mon.smithi037 (mon.0) 838 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:32:09.712 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:32:09 smithi037 bash[24115]: audit 2023-09-07T07:32:08.375698+0000 mon.smithi037 (mon.0) 839 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:32:11.661 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:32:11 smithi110 bash[31897]: cluster 2023-09-07T07:32:10.031185+0000 mgr.smithi037.ampdkg (mgr.14197) 264 : cluster 0 pgmap v218: 97 pgs: 97 active+clean; 579 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 9.3 KiB/s rd, 0 B/s wr, 9 op/s 2023-09-07T07:32:11.712 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:32:11 smithi037 bash[24115]: cluster 2023-09-07T07:32:10.031185+0000 mgr.smithi037.ampdkg (mgr.14197) 264 : cluster 0 pgmap v218: 97 pgs: 97 active+clean; 579 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 9.3 KiB/s rd, 0 B/s wr, 9 op/s 2023-09-07T07:32:11.720 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/3e964040-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi037/config 2023-09-07T07:32:13.412 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:32:13 smithi110 bash[31897]: cluster 2023-09-07T07:32:12.031931+0000 mgr.smithi037.ampdkg (mgr.14197) 265 : cluster 0 pgmap v219: 97 pgs: 97 active+clean; 579 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 10 KiB/s rd, 0 B/s wr, 10 op/s 2023-09-07T07:32:13.412 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:32:13 smithi110 bash[31897]: audit 2023-09-07T07:32:12.196339+0000 mon.smithi037 (mon.0) 840 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:32:13.412 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:32:13 smithi110 bash[31897]: audit 2023-09-07T07:32:12.202676+0000 mon.smithi037 (mon.0) 841 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:32:13.412 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:32:13 smithi110 bash[31897]: audit 2023-09-07T07:32:12.228030+0000 mon.smithi037 (mon.0) 842 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:32:13.413 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:32:13 smithi110 bash[31897]: cephadm 2023-09-07T07:32:12.231094+0000 mgr.smithi037.ampdkg (mgr.14197) 266 : cephadm 1 Deploying daemon haproxy.nfs.foo.smithi037.uvwury on smithi037 2023-09-07T07:32:13.462 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:32:13 smithi037 bash[24115]: cluster 2023-09-07T07:32:12.031931+0000 mgr.smithi037.ampdkg (mgr.14197) 265 : cluster 0 pgmap v219: 97 pgs: 97 active+clean; 579 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 10 KiB/s rd, 0 B/s wr, 10 op/s 2023-09-07T07:32:13.462 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:32:13 smithi037 bash[24115]: audit 2023-09-07T07:32:12.196339+0000 mon.smithi037 (mon.0) 840 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:32:13.462 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:32:13 smithi037 bash[24115]: audit 2023-09-07T07:32:12.202676+0000 mon.smithi037 (mon.0) 841 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:32:13.462 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:32:13 smithi037 bash[24115]: audit 2023-09-07T07:32:12.228030+0000 mon.smithi037 (mon.0) 842 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:32:13.463 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:32:13 smithi037 bash[24115]: cephadm 2023-09-07T07:32:12.231094+0000 mgr.smithi037.ampdkg (mgr.14197) 266 : cephadm 1 Deploying daemon haproxy.nfs.foo.smithi037.uvwury on smithi037 2023-09-07T07:32:15.462 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:32:15 smithi037 bash[24115]: cluster 2023-09-07T07:32:14.032914+0000 mgr.smithi037.ampdkg (mgr.14197) 267 : cluster 0 pgmap v220: 97 pgs: 97 active+clean; 579 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 8.0 KiB/s rd, 0 B/s wr, 8 op/s 2023-09-07T07:32:15.599 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-09-07T07:32:15.600 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:24:21.246731Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:26:24.909502Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:24:12.326663Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:26:27.907144Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:24:10.314209Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:24:16.461108Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:31:56.369082Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-09-07T07:31:56.361978Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"events": ["2023-09-07T07:31:47.872407Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:31:47.866779Z", "running": 0, "size": 2}}, {"events": ["2023-09-07T07:26:32.381613Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:24:08.307163Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:26:09.281864Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:26:09.278084Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:31:56.361437Z service:nfs.foo [INFO] \"service was created\"", "2023-09-07T07:32:01.949340Z service:nfs.foo [ERROR] \"Failed while placing nfs.foo.0.0.smithi037.boriir on smithi037: grace tool failed: rados_pool_create: -1\nCan't connect to cluster: -1\nterminate called after throwing an instance of 'std::bad_variant_access'\n what(): std::get: wrong index for variant\n\"", "2023-09-07T07:32:02.024986Z service:nfs.foo [ERROR] \"Failed while placing nfs.foo.1.0.smithi110.tmfqme on smithi110: grace tool failed: rados_pool_create: -1\nCan't connect to cluster: -1\nterminate called after throwing an instance of 'std::bad_variant_access'\n what(): std::get: wrong index for variant\n\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-09-07T07:31:56.355844Z", "ports": [12049], "running": 0, "size": 2}}, {"events": ["2023-09-07T07:26:28.937335Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:24:18.967459Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:07.653183Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:27:07.647454Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:26:39.492288Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:24:14.487827Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:32:15.661 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:32:15 smithi110 bash[31897]: cluster 2023-09-07T07:32:14.032914+0000 mgr.smithi037.ampdkg (mgr.14197) 267 : cluster 0 pgmap v220: 97 pgs: 97 active+clean; 579 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 8.0 KiB/s rd, 0 B/s wr, 8 op/s 2023-09-07T07:32:16.911 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:32:16 smithi110 bash[31897]: audit 2023-09-07T07:32:15.592844+0000 mgr.smithi037.ampdkg (mgr.14197) 268 : audit 0 from='client.14538 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:32:16.912 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:32:16 smithi110 bash[31897]: audit 2023-09-07T07:32:15.608065+0000 mon.smithi037 (mon.0) 843 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:32:16.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:32:16 smithi037 bash[24115]: audit 2023-09-07T07:32:15.592844+0000 mgr.smithi037.ampdkg (mgr.14197) 268 : audit 0 from='client.14538 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:32:16.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:32:16 smithi037 bash[24115]: audit 2023-09-07T07:32:15.608065+0000 mon.smithi037 (mon.0) 843 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:32:17.726 INFO:tasks.cephadm:nfs.foo has 0/2 2023-09-07T07:32:17.911 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:32:17 smithi110 bash[31897]: cluster 2023-09-07T07:32:16.033773+0000 mgr.smithi037.ampdkg (mgr.14197) 269 : cluster 0 pgmap v221: 97 pgs: 97 active+clean; 579 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 7.3 KiB/s rd, 0 B/s wr, 7 op/s 2023-09-07T07:32:17.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:32:17 smithi037 bash[24115]: cluster 2023-09-07T07:32:16.033773+0000 mgr.smithi037.ampdkg (mgr.14197) 269 : cluster 0 pgmap v221: 97 pgs: 97 active+clean; 579 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 7.3 KiB/s rd, 0 B/s wr, 7 op/s 2023-09-07T07:32:18.728 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e964040-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:32:19.911 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:32:19 smithi110 bash[31897]: cluster 2023-09-07T07:32:18.034896+0000 mgr.smithi037.ampdkg (mgr.14197) 270 : cluster 0 pgmap v222: 97 pgs: 97 active+clean; 579 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 6.5 KiB/s rd, 0 B/s wr, 6 op/s 2023-09-07T07:32:19.914 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:32:19 smithi037 bash[24115]: cluster 2023-09-07T07:32:18.034896+0000 mgr.smithi037.ampdkg (mgr.14197) 270 : cluster 0 pgmap v222: 97 pgs: 97 active+clean; 579 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 6.5 KiB/s rd, 0 B/s wr, 6 op/s 2023-09-07T07:32:21.712 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:32:21 smithi037 bash[24115]: cluster 2023-09-07T07:32:20.035797+0000 mgr.smithi037.ampdkg (mgr.14197) 271 : cluster 0 pgmap v223: 97 pgs: 97 active+clean; 579 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 5.1 KiB/s rd, 0 B/s wr, 5 op/s 2023-09-07T07:32:21.713 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:32:21 smithi037 bash[24115]: audit 2023-09-07T07:32:20.491782+0000 mon.smithi037 (mon.0) 844 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:32:21.713 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:32:21 smithi037 bash[24115]: audit 2023-09-07T07:32:20.499874+0000 mon.smithi037 (mon.0) 845 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:32:21.714 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:32:21 smithi037 bash[24115]: audit 2023-09-07T07:32:20.519276+0000 mon.smithi037 (mon.0) 846 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:32:21.714 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:32:21 smithi037 bash[24115]: audit 2023-09-07T07:32:20.525968+0000 mon.smithi037 (mon.0) 847 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:32:21.714 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:32:21 smithi037 bash[24115]: cephadm 2023-09-07T07:32:20.526625+0000 mgr.smithi037.ampdkg (mgr.14197) 272 : cephadm 1 10.0.31.37 is in 10.0.0.0/16 on smithi110 interface enp3s0f1 2023-09-07T07:32:21.714 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:32:21 smithi037 bash[24115]: cephadm 2023-09-07T07:32:20.526816+0000 mgr.smithi037.ampdkg (mgr.14197) 273 : cephadm 1 10.0.31.37 is in 10.0.0.0/16 on smithi037 interface ens1f0 2023-09-07T07:32:21.715 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:32:21 smithi037 bash[24115]: cephadm 2023-09-07T07:32:20.535753+0000 mgr.smithi037.ampdkg (mgr.14197) 274 : cephadm 1 Deploying daemon keepalived.nfs.foo.smithi110.ygibiw on smithi110 2023-09-07T07:32:21.814 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:32:21 smithi110 bash[31897]: cluster 2023-09-07T07:32:20.035797+0000 mgr.smithi037.ampdkg (mgr.14197) 271 : cluster 0 pgmap v223: 97 pgs: 97 active+clean; 579 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 5.1 KiB/s rd, 0 B/s wr, 5 op/s 2023-09-07T07:32:21.814 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:32:21 smithi110 bash[31897]: audit 2023-09-07T07:32:20.491782+0000 mon.smithi037 (mon.0) 844 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:32:21.815 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:32:21 smithi110 bash[31897]: audit 2023-09-07T07:32:20.499874+0000 mon.smithi037 (mon.0) 845 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:32:21.815 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:32:21 smithi110 bash[31897]: audit 2023-09-07T07:32:20.519276+0000 mon.smithi037 (mon.0) 846 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:32:21.815 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:32:21 smithi110 bash[31897]: audit 2023-09-07T07:32:20.525968+0000 mon.smithi037 (mon.0) 847 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:32:21.815 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:32:21 smithi110 bash[31897]: cephadm 2023-09-07T07:32:20.526625+0000 mgr.smithi037.ampdkg (mgr.14197) 272 : cephadm 1 10.0.31.37 is in 10.0.0.0/16 on smithi110 interface enp3s0f1 2023-09-07T07:32:21.815 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:32:21 smithi110 bash[31897]: cephadm 2023-09-07T07:32:20.526816+0000 mgr.smithi037.ampdkg (mgr.14197) 273 : cephadm 1 10.0.31.37 is in 10.0.0.0/16 on smithi037 interface ens1f0 2023-09-07T07:32:21.816 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:32:21 smithi110 bash[31897]: cephadm 2023-09-07T07:32:20.535753+0000 mgr.smithi037.ampdkg (mgr.14197) 274 : cephadm 1 Deploying daemon keepalived.nfs.foo.smithi110.ygibiw on smithi110 2023-09-07T07:32:23.481 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/3e964040-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi037/config 2023-09-07T07:32:23.911 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:32:23 smithi110 bash[31897]: cluster 2023-09-07T07:32:22.036841+0000 mgr.smithi037.ampdkg (mgr.14197) 275 : cluster 0 pgmap v224: 97 pgs: 97 active+clean; 579 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-09-07T07:32:23.912 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:32:23 smithi110 bash[31897]: audit 2023-09-07T07:32:23.367945+0000 mon.smithi037 (mon.0) 848 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:32:23.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:32:23 smithi037 bash[24115]: cluster 2023-09-07T07:32:22.036841+0000 mgr.smithi037.ampdkg (mgr.14197) 275 : cluster 0 pgmap v224: 97 pgs: 97 active+clean; 579 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-09-07T07:32:23.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:32:23 smithi037 bash[24115]: audit 2023-09-07T07:32:23.367945+0000 mon.smithi037 (mon.0) 848 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:32:25.870 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:32:25 smithi037 bash[24115]: cluster 2023-09-07T07:32:24.038053+0000 mgr.smithi037.ampdkg (mgr.14197) 276 : cluster 0 pgmap v225: 97 pgs: 97 active+clean; 579 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:32:25.911 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:32:25 smithi110 bash[31897]: cluster 2023-09-07T07:32:24.038053+0000 mgr.smithi037.ampdkg (mgr.14197) 276 : cluster 0 pgmap v225: 97 pgs: 97 active+clean; 579 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:32:26.336 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-09-07T07:32:26.337 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:24:21.246731Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:26:24.909502Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:24:12.326663Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:26:27.907144Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:24:10.314209Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:24:16.461108Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:31:56.369082Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-09-07T07:31:56.361978Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"events": ["2023-09-07T07:31:47.872407Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:31:47.866779Z", "running": 0, "size": 2}}, {"events": ["2023-09-07T07:26:32.381613Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:24:08.307163Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:26:09.281864Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:26:09.278084Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:31:56.361437Z service:nfs.foo [INFO] \"service was created\"", "2023-09-07T07:32:01.949340Z service:nfs.foo [ERROR] \"Failed while placing nfs.foo.0.0.smithi037.boriir on smithi037: grace tool failed: rados_pool_create: -1\nCan't connect to cluster: -1\nterminate called after throwing an instance of 'std::bad_variant_access'\n what(): std::get: wrong index for variant\n\"", "2023-09-07T07:32:02.024986Z service:nfs.foo [ERROR] \"Failed while placing nfs.foo.1.0.smithi110.tmfqme on smithi110: grace tool failed: rados_pool_create: -1\nCan't connect to cluster: -1\nterminate called after throwing an instance of 'std::bad_variant_access'\n what(): std::get: wrong index for variant\n\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-09-07T07:31:56.355844Z", "ports": [12049], "running": 0, "size": 2}}, {"events": ["2023-09-07T07:26:28.937335Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:24:18.967459Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:07.653183Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:27:07.647454Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:26:39.492288Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:24:14.487827Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:32:27.082 INFO:tasks.cephadm:nfs.foo has 0/2 2023-09-07T07:32:27.911 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:32:27 smithi110 bash[31897]: cluster 2023-09-07T07:32:26.038933+0000 mgr.smithi037.ampdkg (mgr.14197) 277 : cluster 0 pgmap v226: 97 pgs: 97 active+clean; 579 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:32:27.912 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:32:27 smithi110 bash[31897]: audit 2023-09-07T07:32:26.325329+0000 mgr.smithi037.ampdkg (mgr.14197) 278 : audit 0 from='client.14542 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:32:27.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:32:27 smithi037 bash[24115]: cluster 2023-09-07T07:32:26.038933+0000 mgr.smithi037.ampdkg (mgr.14197) 277 : cluster 0 pgmap v226: 97 pgs: 97 active+clean; 579 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:32:27.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:32:27 smithi037 bash[24115]: audit 2023-09-07T07:32:26.325329+0000 mgr.smithi037.ampdkg (mgr.14197) 278 : audit 0 from='client.14542 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:32:28.084 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e964040-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:32:29.813 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:32:29 smithi110 bash[31897]: cluster 2023-09-07T07:32:28.040014+0000 mgr.smithi037.ampdkg (mgr.14197) 279 : cluster 0 pgmap v227: 97 pgs: 97 active+clean; 579 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:32:29.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:32:29 smithi037 bash[24115]: cluster 2023-09-07T07:32:28.040014+0000 mgr.smithi037.ampdkg (mgr.14197) 279 : cluster 0 pgmap v227: 97 pgs: 97 active+clean; 579 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:32:31.162 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:32:30 smithi110 bash[31897]: audit 2023-09-07T07:32:29.797400+0000 mon.smithi037 (mon.0) 849 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:32:31.162 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:32:30 smithi110 bash[31897]: audit 2023-09-07T07:32:29.806388+0000 mon.smithi037 (mon.0) 850 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:32:31.162 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:32:30 smithi110 bash[31897]: audit 2023-09-07T07:32:29.834376+0000 mon.smithi037 (mon.0) 851 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:32:31.163 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:32:30 smithi110 bash[31897]: cephadm 2023-09-07T07:32:29.838506+0000 mgr.smithi037.ampdkg (mgr.14197) 280 : cephadm 1 10.0.31.37 is in 10.0.0.0/16 on smithi037 interface ens1f0 2023-09-07T07:32:31.163 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:32:30 smithi110 bash[31897]: cephadm 2023-09-07T07:32:29.838790+0000 mgr.smithi037.ampdkg (mgr.14197) 281 : cephadm 1 10.0.31.37 is in 10.0.0.0/16 on smithi110 interface enp3s0f1 2023-09-07T07:32:31.163 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:32:30 smithi110 bash[31897]: cephadm 2023-09-07T07:32:29.839735+0000 mgr.smithi037.ampdkg (mgr.14197) 282 : cephadm 1 Deploying daemon keepalived.nfs.foo.smithi037.giiqyr on smithi037 2023-09-07T07:32:31.163 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:32:30 smithi110 bash[31897]: cluster 2023-09-07T07:32:30.040954+0000 mgr.smithi037.ampdkg (mgr.14197) 283 : cluster 0 pgmap v228: 97 pgs: 97 active+clean; 579 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:32:31.212 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:32:30 smithi037 bash[24115]: audit 2023-09-07T07:32:29.797400+0000 mon.smithi037 (mon.0) 849 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:32:31.212 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:32:30 smithi037 bash[24115]: audit 2023-09-07T07:32:29.806388+0000 mon.smithi037 (mon.0) 850 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:32:31.212 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:32:30 smithi037 bash[24115]: audit 2023-09-07T07:32:29.834376+0000 mon.smithi037 (mon.0) 851 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:32:31.213 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:32:30 smithi037 bash[24115]: cephadm 2023-09-07T07:32:29.838506+0000 mgr.smithi037.ampdkg (mgr.14197) 280 : cephadm 1 10.0.31.37 is in 10.0.0.0/16 on smithi037 interface ens1f0 2023-09-07T07:32:31.213 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:32:30 smithi037 bash[24115]: cephadm 2023-09-07T07:32:29.838790+0000 mgr.smithi037.ampdkg (mgr.14197) 281 : cephadm 1 10.0.31.37 is in 10.0.0.0/16 on smithi110 interface enp3s0f1 2023-09-07T07:32:31.213 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:32:30 smithi037 bash[24115]: cephadm 2023-09-07T07:32:29.839735+0000 mgr.smithi037.ampdkg (mgr.14197) 282 : cephadm 1 Deploying daemon keepalived.nfs.foo.smithi037.giiqyr on smithi037 2023-09-07T07:32:31.213 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:32:30 smithi037 bash[24115]: cluster 2023-09-07T07:32:30.040954+0000 mgr.smithi037.ampdkg (mgr.14197) 283 : cluster 0 pgmap v228: 97 pgs: 97 active+clean; 579 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:32:32.849 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/3e964040-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi037/config 2023-09-07T07:32:33.911 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:32:33 smithi110 bash[31897]: cluster 2023-09-07T07:32:32.041761+0000 mgr.smithi037.ampdkg (mgr.14197) 284 : cluster 0 pgmap v229: 97 pgs: 97 active+clean; 579 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:32:33.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:32:33 smithi037 bash[24115]: cluster 2023-09-07T07:32:32.041761+0000 mgr.smithi037.ampdkg (mgr.14197) 284 : cluster 0 pgmap v229: 97 pgs: 97 active+clean; 579 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:32:35.712 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:32:35 smithi037 bash[24115]: cluster 2023-09-07T07:32:34.042657+0000 mgr.smithi037.ampdkg (mgr.14197) 285 : cluster 0 pgmap v230: 97 pgs: 97 active+clean; 579 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:32:35.911 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:32:35 smithi110 bash[31897]: cluster 2023-09-07T07:32:34.042657+0000 mgr.smithi037.ampdkg (mgr.14197) 285 : cluster 0 pgmap v230: 97 pgs: 97 active+clean; 579 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:32:37.911 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:32:37 smithi110 bash[31897]: cluster 2023-09-07T07:32:36.043343+0000 mgr.smithi037.ampdkg (mgr.14197) 286 : cluster 0 pgmap v231: 97 pgs: 97 active+clean; 579 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:32:37.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:32:37 smithi037 bash[24115]: cluster 2023-09-07T07:32:36.043343+0000 mgr.smithi037.ampdkg (mgr.14197) 286 : cluster 0 pgmap v231: 97 pgs: 97 active+clean; 579 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:32:38.911 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:32:38 smithi110 bash[31897]: audit 2023-09-07T07:32:38.368072+0000 mon.smithi037 (mon.0) 852 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:32:38.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:32:38 smithi037 bash[24115]: audit 2023-09-07T07:32:38.368072+0000 mon.smithi037 (mon.0) 852 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:32:39.140 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-09-07T07:32:39.140 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:24:21.246731Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:26:24.909502Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:24:12.326663Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:26:27.907144Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:24:10.314209Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:24:16.461108Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:31:56.369082Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-09-07T07:31:56.361978Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"events": ["2023-09-07T07:31:47.872407Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:31:47.866779Z", "running": 0, "size": 2}}, {"events": ["2023-09-07T07:26:32.381613Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:24:08.307163Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:26:09.281864Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:26:09.278084Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:31:56.361437Z service:nfs.foo [INFO] \"service was created\"", "2023-09-07T07:32:01.949340Z service:nfs.foo [ERROR] \"Failed while placing nfs.foo.0.0.smithi037.boriir on smithi037: grace tool failed: rados_pool_create: -1\nCan't connect to cluster: -1\nterminate called after throwing an instance of 'std::bad_variant_access'\n what(): std::get: wrong index for variant\n\"", "2023-09-07T07:32:02.024986Z service:nfs.foo [ERROR] \"Failed while placing nfs.foo.1.0.smithi110.tmfqme on smithi110: grace tool failed: rados_pool_create: -1\nCan't connect to cluster: -1\nterminate called after throwing an instance of 'std::bad_variant_access'\n what(): std::get: wrong index for variant\n\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-09-07T07:31:56.355844Z", "ports": [12049], "running": 0, "size": 2}}, {"events": ["2023-09-07T07:26:28.937335Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:24:18.967459Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:07.653183Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:27:07.647454Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:26:39.492288Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:24:14.487827Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:32:39.911 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:32:39 smithi110 bash[31897]: cluster 2023-09-07T07:32:38.044387+0000 mgr.smithi037.ampdkg (mgr.14197) 287 : cluster 0 pgmap v232: 97 pgs: 97 active+clean; 579 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:32:39.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:32:39 smithi037 bash[24115]: cluster 2023-09-07T07:32:38.044387+0000 mgr.smithi037.ampdkg (mgr.14197) 287 : cluster 0 pgmap v232: 97 pgs: 97 active+clean; 579 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:32:40.247 INFO:tasks.cephadm:nfs.foo has 0/2 2023-09-07T07:32:40.911 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:32:40 smithi110 bash[31897]: audit 2023-09-07T07:32:39.133705+0000 mgr.smithi037.ampdkg (mgr.14197) 288 : audit 0 from='client.14546 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:32:40.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:32:40 smithi037 bash[24115]: audit 2023-09-07T07:32:39.133705+0000 mgr.smithi037.ampdkg (mgr.14197) 288 : audit 0 from='client.14546 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:32:41.249 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e964040-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:32:41.789 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:32:41 smithi037 bash[24115]: cluster 2023-09-07T07:32:40.045420+0000 mgr.smithi037.ampdkg (mgr.14197) 289 : cluster 0 pgmap v233: 97 pgs: 97 active+clean; 579 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:32:41.911 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:32:41 smithi110 bash[31897]: cluster 2023-09-07T07:32:40.045420+0000 mgr.smithi037.ampdkg (mgr.14197) 289 : cluster 0 pgmap v233: 97 pgs: 97 active+clean; 579 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:32:42.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:32:42 smithi037 bash[24115]: audit 2023-09-07T07:32:41.829207+0000 mon.smithi037 (mon.0) 853 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:32:42.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:32:42 smithi037 bash[24115]: audit 2023-09-07T07:32:41.837826+0000 mon.smithi037 (mon.0) 854 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:32:42.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:32:42 smithi037 bash[24115]: audit 2023-09-07T07:32:41.888789+0000 mon.smithi037 (mon.0) 855 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:32:42.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:32:42 smithi037 bash[24115]: audit 2023-09-07T07:32:41.895831+0000 mon.smithi037 (mon.0) 856 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:32:42.964 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:32:42 smithi037 bash[24115]: audit 2023-09-07T07:32:41.961459+0000 mon.smithi037 (mon.0) 857 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:32:42.964 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:32:42 smithi037 bash[24115]: cluster 2023-09-07T07:32:42.046009+0000 mgr.smithi037.ampdkg (mgr.14197) 290 : cluster 0 pgmap v234: 97 pgs: 97 active+clean; 579 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:32:43.162 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:32:42 smithi110 bash[31897]: audit 2023-09-07T07:32:41.829207+0000 mon.smithi037 (mon.0) 853 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:32:43.162 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:32:42 smithi110 bash[31897]: audit 2023-09-07T07:32:41.837826+0000 mon.smithi037 (mon.0) 854 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:32:43.163 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:32:42 smithi110 bash[31897]: audit 2023-09-07T07:32:41.888789+0000 mon.smithi037 (mon.0) 855 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:32:43.163 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:32:42 smithi110 bash[31897]: audit 2023-09-07T07:32:41.895831+0000 mon.smithi037 (mon.0) 856 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:32:43.163 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:32:42 smithi110 bash[31897]: audit 2023-09-07T07:32:41.961459+0000 mon.smithi037 (mon.0) 857 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:32:43.164 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:32:42 smithi110 bash[31897]: cluster 2023-09-07T07:32:42.046009+0000 mgr.smithi037.ampdkg (mgr.14197) 290 : cluster 0 pgmap v234: 97 pgs: 97 active+clean; 579 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:32:45.411 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:32:45 smithi110 bash[31897]: cluster 2023-09-07T07:32:44.047274+0000 mgr.smithi037.ampdkg (mgr.14197) 291 : cluster 0 pgmap v235: 97 pgs: 97 active+clean; 579 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:32:45.462 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:32:45 smithi037 bash[24115]: cluster 2023-09-07T07:32:44.047274+0000 mgr.smithi037.ampdkg (mgr.14197) 291 : cluster 0 pgmap v235: 97 pgs: 97 active+clean; 579 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:32:46.911 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:32:46 smithi110 bash[31897]: audit 2023-09-07T07:32:45.622568+0000 mon.smithi037 (mon.0) 858 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:32:46.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:32:46 smithi037 bash[24115]: audit 2023-09-07T07:32:45.622568+0000 mon.smithi037 (mon.0) 858 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:32:47.024 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/3e964040-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi037/config 2023-09-07T07:32:47.911 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:32:47 smithi110 bash[31897]: cluster 2023-09-07T07:32:46.048106+0000 mgr.smithi037.ampdkg (mgr.14197) 292 : cluster 0 pgmap v236: 97 pgs: 97 active+clean; 579 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:32:47.915 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:32:47 smithi037 bash[24115]: cluster 2023-09-07T07:32:46.048106+0000 mgr.smithi037.ampdkg (mgr.14197) 292 : cluster 0 pgmap v236: 97 pgs: 97 active+clean; 579 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:32:49.212 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:32:49 smithi037 bash[24115]: cluster 2023-09-07T07:32:48.048970+0000 mgr.smithi037.ampdkg (mgr.14197) 293 : cluster 0 pgmap v237: 97 pgs: 97 active+clean; 579 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:32:49.212 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:32:49 smithi037 bash[24115]: audit 2023-09-07T07:32:48.053039+0000 mon.smithi037 (mon.0) 859 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:32:49.212 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:32:49 smithi037 bash[24115]: audit 2023-09-07T07:32:48.061254+0000 mon.smithi037 (mon.0) 860 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:32:49.213 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:32:49 smithi037 bash[24115]: audit 2023-09-07T07:32:48.718304+0000 mon.smithi037 (mon.0) 861 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:32:49.213 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:32:49 smithi037 bash[24115]: audit 2023-09-07T07:32:48.726595+0000 mon.smithi037 (mon.0) 862 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:32:49.412 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:32:49 smithi110 bash[31897]: cluster 2023-09-07T07:32:48.048970+0000 mgr.smithi037.ampdkg (mgr.14197) 293 : cluster 0 pgmap v237: 97 pgs: 97 active+clean; 579 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:32:49.412 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:32:49 smithi110 bash[31897]: audit 2023-09-07T07:32:48.053039+0000 mon.smithi037 (mon.0) 859 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:32:49.413 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:32:49 smithi110 bash[31897]: audit 2023-09-07T07:32:48.061254+0000 mon.smithi037 (mon.0) 860 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:32:49.413 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:32:49 smithi110 bash[31897]: audit 2023-09-07T07:32:48.718304+0000 mon.smithi037 (mon.0) 861 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:32:49.413 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:32:49 smithi110 bash[31897]: audit 2023-09-07T07:32:48.726595+0000 mon.smithi037 (mon.0) 862 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:32:50.120 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-09-07T07:32:50.121 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:24:21.246731Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:26:24.909502Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:24:12.326663Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:26:27.907144Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:24:10.314209Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:24:16.461108Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:31:56.369082Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-09-07T07:31:56.361978Z", "ports": [2049, 9002], "running": 4, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"events": ["2023-09-07T07:31:47.872407Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:31:47.866779Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:26:32.381613Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:24:08.307163Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:26:09.281864Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:26:09.278084Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:31:56.361437Z service:nfs.foo [INFO] \"service was created\"", "2023-09-07T07:32:01.949340Z service:nfs.foo [ERROR] \"Failed while placing nfs.foo.0.0.smithi037.boriir on smithi037: grace tool failed: rados_pool_create: -1\nCan't connect to cluster: -1\nterminate called after throwing an instance of 'std::bad_variant_access'\n what(): std::get: wrong index for variant\n\"", "2023-09-07T07:32:02.024986Z service:nfs.foo [ERROR] \"Failed while placing nfs.foo.1.0.smithi110.tmfqme on smithi110: grace tool failed: rados_pool_create: -1\nCan't connect to cluster: -1\nterminate called after throwing an instance of 'std::bad_variant_access'\n what(): std::get: wrong index for variant\n\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-09-07T07:31:56.355844Z", "ports": [12049], "running": 0, "size": 2}}, {"events": ["2023-09-07T07:26:28.937335Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:24:18.967459Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:07.653183Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:27:07.647454Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:26:39.492288Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:24:14.487827Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:32:50.172 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:32:50 smithi037 bash[24115]: audit 2023-09-07T07:32:49.199324+0000 mon.smithi037 (mon.0) 863 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:32:50.172 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:32:50 smithi037 bash[24115]: audit 2023-09-07T07:32:49.200964+0000 mon.smithi037 (mon.0) 864 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-07T07:32:50.172 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:32:50 smithi037 bash[24115]: audit 2023-09-07T07:32:49.208688+0000 mon.smithi037 (mon.0) 865 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:32:50.172 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:32:50 smithi037 bash[24115]: cluster 2023-09-07T07:32:49.209610+0000 mgr.smithi037.ampdkg (mgr.14197) 294 : cluster 0 pgmap v238: 97 pgs: 97 active+clean; 579 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:32:50.173 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:32:50 smithi037 bash[24115]: audit 2023-09-07T07:32:49.213609+0000 mon.smithi037 (mon.0) 866 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-07T07:32:50.173 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:32:50 smithi037 bash[24115]: audit 2023-09-07T07:32:49.229576+0000 mon.smithi037 (mon.0) 867 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:32:50.173 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:32:50 smithi037 bash[24115]: cephadm 2023-09-07T07:32:49.230050+0000 mgr.smithi037.ampdkg (mgr.14197) 295 : cephadm 1 Fencing old nfs.foo.0.0.smithi037.boriir 2023-09-07T07:32:50.173 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:32:50 smithi037 bash[24115]: audit 2023-09-07T07:32:49.230432+0000 mon.smithi037 (mon.0) 868 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi037.boriir"}]: dispatch 2023-09-07T07:32:50.173 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:32:50 smithi037 bash[24115]: audit 2023-09-07T07:32:49.234508+0000 mon.smithi037 (mon.0) 869 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi037.boriir"}]': finished 2023-09-07T07:32:50.176 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:32:50 smithi037 bash[24115]: audit 2023-09-07T07:32:49.239066+0000 mon.smithi037 (mon.0) 870 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:32:50.176 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:32:50 smithi037 bash[24115]: cephadm 2023-09-07T07:32:49.239577+0000 mgr.smithi037.ampdkg (mgr.14197) 296 : cephadm 1 Fencing old nfs.foo.1.0.smithi110.tmfqme 2023-09-07T07:32:50.177 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:32:50 smithi037 bash[24115]: audit 2023-09-07T07:32:49.239956+0000 mon.smithi037 (mon.0) 871 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi110.tmfqme"}]: dispatch 2023-09-07T07:32:50.177 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:32:50 smithi037 bash[24115]: audit 2023-09-07T07:32:49.243591+0000 mon.smithi037 (mon.0) 872 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi110.tmfqme"}]': finished 2023-09-07T07:32:50.177 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:32:50 smithi037 bash[24115]: audit 2023-09-07T07:32:49.247526+0000 mon.smithi037 (mon.0) 873 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:32:50.177 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:32:50 smithi037 bash[24115]: cephadm 2023-09-07T07:32:49.248117+0000 mgr.smithi037.ampdkg (mgr.14197) 297 : cephadm 1 Creating key for client.nfs.foo.0.1.smithi037.gtupiq 2023-09-07T07:32:50.177 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:32:50 smithi037 bash[24115]: audit 2023-09-07T07:32:49.248535+0000 mon.smithi037 (mon.0) 874 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi037.gtupiq", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-09-07T07:32:50.178 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:32:50 smithi037 bash[24115]: audit 2023-09-07T07:32:49.252748+0000 mon.smithi037 (mon.0) 875 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi037.gtupiq", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-09-07T07:32:50.178 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:32:50 smithi037 bash[24115]: cephadm 2023-09-07T07:32:49.253576+0000 mgr.smithi037.ampdkg (mgr.14197) 298 : cephadm 1 Ensuring nfs.foo.0 is in the ganesha grace table 2023-09-07T07:32:50.178 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:32:50 smithi037 bash[24115]: audit 2023-09-07T07:32:49.253946+0000 mon.smithi037 (mon.0) 876 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-09-07T07:32:50.178 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:32:50 smithi037 bash[24115]: audit 2023-09-07T07:32:49.257891+0000 mon.smithi037 (mon.0) 877 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2023-09-07T07:32:50.178 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:32:50 smithi037 bash[24115]: audit 2023-09-07T07:32:49.259622+0000 mon.smithi037 (mon.0) 878 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:32:50.179 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:32:50 smithi037 bash[24115]: audit 2023-09-07T07:32:49.330018+0000 mon.smithi037 (mon.0) 879 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-09-07T07:32:50.179 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:32:50 smithi037 bash[24115]: audit 2023-09-07T07:32:49.334724+0000 mon.smithi037 (mon.0) 880 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-09-07T07:32:50.179 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:32:50 smithi037 bash[24115]: cephadm 2023-09-07T07:32:49.406951+0000 mgr.smithi037.ampdkg (mgr.14197) 299 : cephadm 1 Creating rados config object: conf-nfs.foo 2023-09-07T07:32:50.179 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:32:50 smithi037 bash[24115]: cephadm 2023-09-07T07:32:49.483244+0000 mgr.smithi037.ampdkg (mgr.14197) 300 : cephadm 1 Creating key for client.nfs.foo.0.1.smithi037.gtupiq-rgw 2023-09-07T07:32:50.179 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:32:50 smithi037 bash[24115]: audit 2023-09-07T07:32:49.484106+0000 mon.smithi037 (mon.0) 881 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi037.gtupiq-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-09-07T07:32:50.180 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:32:50 smithi037 bash[24115]: audit 2023-09-07T07:32:49.490658+0000 mon.smithi037 (mon.0) 882 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi037.gtupiq-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-09-07T07:32:50.180 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:32:50 smithi037 bash[24115]: cephadm 2023-09-07T07:32:49.491913+0000 mgr.smithi037.ampdkg (mgr.14197) 301 : cephadm 3 Bind address in nfs.foo.0.1.smithi037.gtupiq's ganesha conf is defaulting to empty 2023-09-07T07:32:50.180 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:32:50 smithi037 bash[24115]: audit 2023-09-07T07:32:49.499369+0000 mon.smithi037 (mon.0) 883 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:32:50.180 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:32:50 smithi037 bash[24115]: cephadm 2023-09-07T07:32:49.501787+0000 mgr.smithi037.ampdkg (mgr.14197) 302 : cephadm 1 Deploying daemon nfs.foo.0.1.smithi037.gtupiq on smithi037 2023-09-07T07:32:50.412 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:32:50 smithi110 bash[31897]: audit 2023-09-07T07:32:49.199324+0000 mon.smithi037 (mon.0) 863 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:32:50.413 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:32:50 smithi110 bash[31897]: audit 2023-09-07T07:32:49.200964+0000 mon.smithi037 (mon.0) 864 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-07T07:32:50.413 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:32:50 smithi110 bash[31897]: audit 2023-09-07T07:32:49.208688+0000 mon.smithi037 (mon.0) 865 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:32:50.413 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:32:50 smithi110 bash[31897]: cluster 2023-09-07T07:32:49.209610+0000 mgr.smithi037.ampdkg (mgr.14197) 294 : cluster 0 pgmap v238: 97 pgs: 97 active+clean; 579 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:32:50.413 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:32:50 smithi110 bash[31897]: audit 2023-09-07T07:32:49.213609+0000 mon.smithi037 (mon.0) 866 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-07T07:32:50.413 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:32:50 smithi110 bash[31897]: audit 2023-09-07T07:32:49.229576+0000 mon.smithi037 (mon.0) 867 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:32:50.414 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:32:50 smithi110 bash[31897]: cephadm 2023-09-07T07:32:49.230050+0000 mgr.smithi037.ampdkg (mgr.14197) 295 : cephadm 1 Fencing old nfs.foo.0.0.smithi037.boriir 2023-09-07T07:32:50.414 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:32:50 smithi110 bash[31897]: audit 2023-09-07T07:32:49.230432+0000 mon.smithi037 (mon.0) 868 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi037.boriir"}]: dispatch 2023-09-07T07:32:50.414 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:32:50 smithi110 bash[31897]: audit 2023-09-07T07:32:49.234508+0000 mon.smithi037 (mon.0) 869 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi037.boriir"}]': finished 2023-09-07T07:32:50.415 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:32:50 smithi110 bash[31897]: audit 2023-09-07T07:32:49.239066+0000 mon.smithi037 (mon.0) 870 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:32:50.415 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:32:50 smithi110 bash[31897]: cephadm 2023-09-07T07:32:49.239577+0000 mgr.smithi037.ampdkg (mgr.14197) 296 : cephadm 1 Fencing old nfs.foo.1.0.smithi110.tmfqme 2023-09-07T07:32:50.415 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:32:50 smithi110 bash[31897]: audit 2023-09-07T07:32:49.239956+0000 mon.smithi037 (mon.0) 871 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi110.tmfqme"}]: dispatch 2023-09-07T07:32:50.416 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:32:50 smithi110 bash[31897]: audit 2023-09-07T07:32:49.243591+0000 mon.smithi037 (mon.0) 872 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi110.tmfqme"}]': finished 2023-09-07T07:32:50.416 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:32:50 smithi110 bash[31897]: audit 2023-09-07T07:32:49.247526+0000 mon.smithi037 (mon.0) 873 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:32:50.416 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:32:50 smithi110 bash[31897]: cephadm 2023-09-07T07:32:49.248117+0000 mgr.smithi037.ampdkg (mgr.14197) 297 : cephadm 1 Creating key for client.nfs.foo.0.1.smithi037.gtupiq 2023-09-07T07:32:50.417 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:32:50 smithi110 bash[31897]: audit 2023-09-07T07:32:49.248535+0000 mon.smithi037 (mon.0) 874 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi037.gtupiq", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-09-07T07:32:50.417 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:32:50 smithi110 bash[31897]: audit 2023-09-07T07:32:49.252748+0000 mon.smithi037 (mon.0) 875 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi037.gtupiq", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-09-07T07:32:50.417 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:32:50 smithi110 bash[31897]: cephadm 2023-09-07T07:32:49.253576+0000 mgr.smithi037.ampdkg (mgr.14197) 298 : cephadm 1 Ensuring nfs.foo.0 is in the ganesha grace table 2023-09-07T07:32:50.418 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:32:50 smithi110 bash[31897]: audit 2023-09-07T07:32:49.253946+0000 mon.smithi037 (mon.0) 876 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-09-07T07:32:50.418 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:32:50 smithi110 bash[31897]: audit 2023-09-07T07:32:49.257891+0000 mon.smithi037 (mon.0) 877 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2023-09-07T07:32:50.418 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:32:50 smithi110 bash[31897]: audit 2023-09-07T07:32:49.259622+0000 mon.smithi037 (mon.0) 878 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:32:50.419 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:32:50 smithi110 bash[31897]: audit 2023-09-07T07:32:49.330018+0000 mon.smithi037 (mon.0) 879 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-09-07T07:32:50.419 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:32:50 smithi110 bash[31897]: audit 2023-09-07T07:32:49.334724+0000 mon.smithi037 (mon.0) 880 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-09-07T07:32:50.419 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:32:50 smithi110 bash[31897]: cephadm 2023-09-07T07:32:49.406951+0000 mgr.smithi037.ampdkg (mgr.14197) 299 : cephadm 1 Creating rados config object: conf-nfs.foo 2023-09-07T07:32:50.419 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:32:50 smithi110 bash[31897]: cephadm 2023-09-07T07:32:49.483244+0000 mgr.smithi037.ampdkg (mgr.14197) 300 : cephadm 1 Creating key for client.nfs.foo.0.1.smithi037.gtupiq-rgw 2023-09-07T07:32:50.420 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:32:50 smithi110 bash[31897]: audit 2023-09-07T07:32:49.484106+0000 mon.smithi037 (mon.0) 881 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi037.gtupiq-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-09-07T07:32:50.420 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:32:50 smithi110 bash[31897]: audit 2023-09-07T07:32:49.490658+0000 mon.smithi037 (mon.0) 882 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi037.gtupiq-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-09-07T07:32:50.420 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:32:50 smithi110 bash[31897]: cephadm 2023-09-07T07:32:49.491913+0000 mgr.smithi037.ampdkg (mgr.14197) 301 : cephadm 3 Bind address in nfs.foo.0.1.smithi037.gtupiq's ganesha conf is defaulting to empty 2023-09-07T07:32:50.420 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:32:50 smithi110 bash[31897]: audit 2023-09-07T07:32:49.499369+0000 mon.smithi037 (mon.0) 883 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:32:50.421 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:32:50 smithi110 bash[31897]: cephadm 2023-09-07T07:32:49.501787+0000 mgr.smithi037.ampdkg (mgr.14197) 302 : cephadm 1 Deploying daemon nfs.foo.0.1.smithi037.gtupiq on smithi037 2023-09-07T07:32:51.174 INFO:tasks.cephadm:nfs.foo has 0/2 2023-09-07T07:32:51.412 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:32:51 smithi110 bash[31897]: audit 2023-09-07T07:32:50.112350+0000 mgr.smithi037.ampdkg (mgr.14197) 303 : audit 0 from='client.14566 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:32:51.412 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:32:51 smithi110 bash[31897]: cluster 2023-09-07T07:32:50.206657+0000 mon.smithi037 (mon.0) 884 : cluster 1 Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 2 daemon(s)) 2023-09-07T07:32:51.412 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:32:51 smithi110 bash[31897]: cluster 2023-09-07T07:32:50.206714+0000 mon.smithi037 (mon.0) 885 : cluster 1 Cluster is now healthy 2023-09-07T07:32:51.443 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:32:51 smithi037 bash[24115]: audit 2023-09-07T07:32:50.112350+0000 mgr.smithi037.ampdkg (mgr.14197) 303 : audit 0 from='client.14566 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:32:51.443 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:32:51 smithi037 bash[24115]: cluster 2023-09-07T07:32:50.206657+0000 mon.smithi037 (mon.0) 884 : cluster 1 Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 2 daemon(s)) 2023-09-07T07:32:51.443 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:32:51 smithi037 bash[24115]: cluster 2023-09-07T07:32:50.206714+0000 mon.smithi037 (mon.0) 885 : cluster 1 Cluster is now healthy 2023-09-07T07:32:52.176 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e964040-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:32:52.411 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:32:52 smithi110 bash[31897]: cluster 2023-09-07T07:32:51.210508+0000 mgr.smithi037.ampdkg (mgr.14197) 304 : cluster 0 pgmap v239: 97 pgs: 97 active+clean; 579 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:32:52.462 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:32:52 smithi037 bash[24115]: cluster 2023-09-07T07:32:51.210508+0000 mgr.smithi037.ampdkg (mgr.14197) 304 : cluster 0 pgmap v239: 97 pgs: 97 active+clean; 579 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:32:54.162 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:32:53 smithi110 bash[31897]: audit 2023-09-07T07:32:52.810562+0000 mon.smithi037 (mon.0) 886 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:32:54.163 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:32:53 smithi110 bash[31897]: audit 2023-09-07T07:32:52.821181+0000 mon.smithi037 (mon.0) 887 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:32:54.163 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:32:53 smithi110 bash[31897]: audit 2023-09-07T07:32:52.829988+0000 mon.smithi037 (mon.0) 888 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:32:54.163 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:32:53 smithi110 bash[31897]: cephadm 2023-09-07T07:32:52.830766+0000 mgr.smithi037.ampdkg (mgr.14197) 305 : cephadm 1 Creating key for client.nfs.foo.1.1.smithi110.gieyqx 2023-09-07T07:32:54.163 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:32:53 smithi110 bash[31897]: audit 2023-09-07T07:32:52.831071+0000 mon.smithi037 (mon.0) 889 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi110.gieyqx", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-09-07T07:32:54.163 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:32:53 smithi110 bash[31897]: audit 2023-09-07T07:32:52.836746+0000 mon.smithi037 (mon.0) 890 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi110.gieyqx", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-09-07T07:32:54.164 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:32:53 smithi110 bash[31897]: cephadm 2023-09-07T07:32:52.837601+0000 mgr.smithi037.ampdkg (mgr.14197) 306 : cephadm 1 Ensuring nfs.foo.1 is in the ganesha grace table 2023-09-07T07:32:54.164 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:32:53 smithi110 bash[31897]: audit 2023-09-07T07:32:52.837997+0000 mon.smithi037 (mon.0) 891 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-09-07T07:32:54.164 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:32:53 smithi110 bash[31897]: audit 2023-09-07T07:32:52.843778+0000 mon.smithi037 (mon.0) 892 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2023-09-07T07:32:54.164 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:32:53 smithi110 bash[31897]: audit 2023-09-07T07:32:52.845503+0000 mon.smithi037 (mon.0) 893 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:32:54.164 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:32:53 smithi110 bash[31897]: audit 2023-09-07T07:32:52.911969+0000 mon.smithi037 (mon.0) 894 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-09-07T07:32:54.165 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:32:53 smithi110 bash[31897]: audit 2023-09-07T07:32:52.917885+0000 mon.smithi037 (mon.0) 895 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-09-07T07:32:54.165 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:32:53 smithi110 bash[31897]: cephadm 2023-09-07T07:32:53.148061+0000 mgr.smithi037.ampdkg (mgr.14197) 307 : cephadm 1 Rados config object exists: conf-nfs.foo 2023-09-07T07:32:54.165 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:32:53 smithi110 bash[31897]: cephadm 2023-09-07T07:32:53.148217+0000 mgr.smithi037.ampdkg (mgr.14197) 308 : cephadm 1 Creating key for client.nfs.foo.1.1.smithi110.gieyqx-rgw 2023-09-07T07:32:54.165 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:32:53 smithi110 bash[31897]: audit 2023-09-07T07:32:53.148727+0000 mon.smithi037 (mon.0) 896 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi110.gieyqx-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-09-07T07:32:54.166 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:32:53 smithi110 bash[31897]: audit 2023-09-07T07:32:53.154847+0000 mon.smithi037 (mon.0) 897 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi110.gieyqx-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-09-07T07:32:54.166 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:32:53 smithi110 bash[31897]: cephadm 2023-09-07T07:32:53.155876+0000 mgr.smithi037.ampdkg (mgr.14197) 309 : cephadm 3 Bind address in nfs.foo.1.1.smithi110.gieyqx's ganesha conf is defaulting to empty 2023-09-07T07:32:54.166 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:32:53 smithi110 bash[31897]: audit 2023-09-07T07:32:53.156694+0000 mon.smithi037 (mon.0) 898 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:32:54.166 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:32:53 smithi110 bash[31897]: cephadm 2023-09-07T07:32:53.158603+0000 mgr.smithi037.ampdkg (mgr.14197) 310 : cephadm 1 Deploying daemon nfs.foo.1.1.smithi110.gieyqx on smithi110 2023-09-07T07:32:54.166 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:32:53 smithi110 bash[31897]: cluster 2023-09-07T07:32:53.211850+0000 mgr.smithi037.ampdkg (mgr.14197) 311 : cluster 0 pgmap v240: 97 pgs: 97 active+clean; 579 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2023-09-07T07:32:54.167 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:32:53 smithi110 bash[31897]: audit 2023-09-07T07:32:53.374401+0000 mon.smithi037 (mon.0) 899 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:32:54.167 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:32:53 smithi110 bash[31897]: audit 2023-09-07T07:32:53.375661+0000 mon.smithi037 (mon.0) 900 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:32:54.212 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:32:53 smithi037 bash[24115]: audit 2023-09-07T07:32:52.810562+0000 mon.smithi037 (mon.0) 886 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:32:54.213 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:32:53 smithi037 bash[24115]: audit 2023-09-07T07:32:52.821181+0000 mon.smithi037 (mon.0) 887 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:32:54.213 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:32:53 smithi037 bash[24115]: audit 2023-09-07T07:32:52.829988+0000 mon.smithi037 (mon.0) 888 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:32:54.213 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:32:53 smithi037 bash[24115]: cephadm 2023-09-07T07:32:52.830766+0000 mgr.smithi037.ampdkg (mgr.14197) 305 : cephadm 1 Creating key for client.nfs.foo.1.1.smithi110.gieyqx 2023-09-07T07:32:54.213 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:32:53 smithi037 bash[24115]: audit 2023-09-07T07:32:52.831071+0000 mon.smithi037 (mon.0) 889 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi110.gieyqx", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-09-07T07:32:54.214 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:32:53 smithi037 bash[24115]: audit 2023-09-07T07:32:52.836746+0000 mon.smithi037 (mon.0) 890 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi110.gieyqx", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-09-07T07:32:54.214 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:32:53 smithi037 bash[24115]: cephadm 2023-09-07T07:32:52.837601+0000 mgr.smithi037.ampdkg (mgr.14197) 306 : cephadm 1 Ensuring nfs.foo.1 is in the ganesha grace table 2023-09-07T07:32:54.214 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:32:53 smithi037 bash[24115]: audit 2023-09-07T07:32:52.837997+0000 mon.smithi037 (mon.0) 891 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-09-07T07:32:54.214 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:32:53 smithi037 bash[24115]: audit 2023-09-07T07:32:52.843778+0000 mon.smithi037 (mon.0) 892 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2023-09-07T07:32:54.214 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:32:53 smithi037 bash[24115]: audit 2023-09-07T07:32:52.845503+0000 mon.smithi037 (mon.0) 893 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:32:54.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:32:53 smithi037 bash[24115]: audit 2023-09-07T07:32:52.911969+0000 mon.smithi037 (mon.0) 894 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-09-07T07:32:54.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:32:53 smithi037 bash[24115]: audit 2023-09-07T07:32:52.917885+0000 mon.smithi037 (mon.0) 895 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-09-07T07:32:54.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:32:53 smithi037 bash[24115]: cephadm 2023-09-07T07:32:53.148061+0000 mgr.smithi037.ampdkg (mgr.14197) 307 : cephadm 1 Rados config object exists: conf-nfs.foo 2023-09-07T07:32:54.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:32:53 smithi037 bash[24115]: cephadm 2023-09-07T07:32:53.148217+0000 mgr.smithi037.ampdkg (mgr.14197) 308 : cephadm 1 Creating key for client.nfs.foo.1.1.smithi110.gieyqx-rgw 2023-09-07T07:32:54.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:32:53 smithi037 bash[24115]: audit 2023-09-07T07:32:53.148727+0000 mon.smithi037 (mon.0) 896 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi110.gieyqx-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-09-07T07:32:54.216 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:32:53 smithi037 bash[24115]: audit 2023-09-07T07:32:53.154847+0000 mon.smithi037 (mon.0) 897 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi110.gieyqx-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-09-07T07:32:54.216 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:32:53 smithi037 bash[24115]: cephadm 2023-09-07T07:32:53.155876+0000 mgr.smithi037.ampdkg (mgr.14197) 309 : cephadm 3 Bind address in nfs.foo.1.1.smithi110.gieyqx's ganesha conf is defaulting to empty 2023-09-07T07:32:54.216 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:32:53 smithi037 bash[24115]: audit 2023-09-07T07:32:53.156694+0000 mon.smithi037 (mon.0) 898 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:32:54.216 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:32:53 smithi037 bash[24115]: cephadm 2023-09-07T07:32:53.158603+0000 mgr.smithi037.ampdkg (mgr.14197) 310 : cephadm 1 Deploying daemon nfs.foo.1.1.smithi110.gieyqx on smithi110 2023-09-07T07:32:54.216 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:32:53 smithi037 bash[24115]: cluster 2023-09-07T07:32:53.211850+0000 mgr.smithi037.ampdkg (mgr.14197) 311 : cluster 0 pgmap v240: 97 pgs: 97 active+clean; 579 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2023-09-07T07:32:54.217 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:32:53 smithi037 bash[24115]: audit 2023-09-07T07:32:53.374401+0000 mon.smithi037 (mon.0) 899 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:32:54.217 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:32:53 smithi037 bash[24115]: audit 2023-09-07T07:32:53.375661+0000 mon.smithi037 (mon.0) 900 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:32:56.662 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:32:56 smithi110 bash[31897]: cluster 2023-09-07T07:32:55.212673+0000 mgr.smithi037.ampdkg (mgr.14197) 312 : cluster 0 pgmap v241: 97 pgs: 97 active+clean; 579 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 183 B/s rd, 275 B/s wr, 0 op/s 2023-09-07T07:32:56.712 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:32:56 smithi037 bash[24115]: cluster 2023-09-07T07:32:55.212673+0000 mgr.smithi037.ampdkg (mgr.14197) 312 : cluster 0 pgmap v241: 97 pgs: 97 active+clean; 579 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 183 B/s rd, 275 B/s wr, 0 op/s 2023-09-07T07:32:57.443 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:32:57 smithi110 bash[31897]: audit 2023-09-07T07:32:56.302821+0000 mon.smithi037 (mon.0) 901 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:32:57.443 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:32:57 smithi110 bash[31897]: audit 2023-09-07T07:32:56.312870+0000 mon.smithi037 (mon.0) 902 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:32:57.443 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:32:57 smithi110 bash[31897]: audit 2023-09-07T07:32:56.337619+0000 mon.smithi037 (mon.0) 903 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:32:57.443 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:32:57 smithi110 bash[31897]: audit 2023-09-07T07:32:56.344809+0000 mon.smithi037 (mon.0) 904 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:32:57.444 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:32:57 smithi110 bash[31897]: audit 2023-09-07T07:32:56.411579+0000 mon.smithi037 (mon.0) 905 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:32:57.712 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:32:57 smithi037 bash[24115]: audit 2023-09-07T07:32:56.302821+0000 mon.smithi037 (mon.0) 901 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:32:57.712 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:32:57 smithi037 bash[24115]: audit 2023-09-07T07:32:56.312870+0000 mon.smithi037 (mon.0) 902 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:32:57.713 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:32:57 smithi037 bash[24115]: audit 2023-09-07T07:32:56.337619+0000 mon.smithi037 (mon.0) 903 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:32:57.713 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:32:57 smithi037 bash[24115]: audit 2023-09-07T07:32:56.344809+0000 mon.smithi037 (mon.0) 904 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:32:57.713 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:32:57 smithi037 bash[24115]: audit 2023-09-07T07:32:56.411579+0000 mon.smithi037 (mon.0) 905 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:32:57.968 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/3e964040-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi037/config 2023-09-07T07:32:58.881 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:32:58 smithi037 bash[24115]: cluster 2023-09-07T07:32:57.213623+0000 mgr.smithi037.ampdkg (mgr.14197) 313 : cluster 0 pgmap v242: 97 pgs: 97 active+clean; 579 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 183 B/s rd, 275 B/s wr, 0 op/s 2023-09-07T07:32:58.911 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:32:58 smithi110 bash[31897]: cluster 2023-09-07T07:32:57.213623+0000 mgr.smithi037.ampdkg (mgr.14197) 313 : cluster 0 pgmap v242: 97 pgs: 97 active+clean; 579 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 183 B/s rd, 275 B/s wr, 0 op/s 2023-09-07T07:33:00.911 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:33:00 smithi110 bash[31897]: cluster 2023-09-07T07:32:59.214919+0000 mgr.smithi037.ampdkg (mgr.14197) 314 : cluster 0 pgmap v243: 97 pgs: 97 active+clean; 579 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 3.3 KiB/s rd, 1.5 KiB/s wr, 5 op/s 2023-09-07T07:33:00.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:33:00 smithi037 bash[24115]: cluster 2023-09-07T07:32:59.214919+0000 mgr.smithi037.ampdkg (mgr.14197) 314 : cluster 0 pgmap v243: 97 pgs: 97 active+clean; 579 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 3.3 KiB/s rd, 1.5 KiB/s wr, 5 op/s 2023-09-07T07:33:00.994 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-09-07T07:33:00.995 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:24:21.246731Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:26:24.909502Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:24:12.326663Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:26:27.907144Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:24:10.314209Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:24:16.461108Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:31:56.369082Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-09-07T07:31:56.361978Z", "ports": [2049, 9002], "running": 4, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"events": ["2023-09-07T07:31:47.872407Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:31:47.866779Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:26:32.381613Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:24:08.307163Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:26:09.281864Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:26:09.278084Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:31:56.361437Z service:nfs.foo [INFO] \"service was created\"", "2023-09-07T07:32:01.949340Z service:nfs.foo [ERROR] \"Failed while placing nfs.foo.0.0.smithi037.boriir on smithi037: grace tool failed: rados_pool_create: -1\nCan't connect to cluster: -1\nterminate called after throwing an instance of 'std::bad_variant_access'\n what(): std::get: wrong index for variant\n\"", "2023-09-07T07:32:02.024986Z service:nfs.foo [ERROR] \"Failed while placing nfs.foo.1.0.smithi110.tmfqme on smithi110: grace tool failed: rados_pool_create: -1\nCan't connect to cluster: -1\nterminate called after throwing an instance of 'std::bad_variant_access'\n what(): std::get: wrong index for variant\n\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-09-07T07:31:56.355844Z", "ports": [12049], "running": 0, "size": 2}}, {"events": ["2023-09-07T07:26:28.937335Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:24:18.967459Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:07.653183Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:27:07.647454Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:26:39.492288Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:24:14.487827Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:33:01.652 INFO:tasks.cephadm:nfs.foo has 0/2 2023-09-07T07:33:01.912 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:33:01 smithi110 bash[31897]: audit 2023-09-07T07:33:00.633429+0000 mon.smithi037 (mon.0) 906 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:33:01.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:33:01 smithi037 bash[24115]: audit 2023-09-07T07:33:00.633429+0000 mon.smithi037 (mon.0) 906 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:33:02.653 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e964040-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:33:02.912 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:33:02 smithi110 bash[31897]: audit 2023-09-07T07:33:00.981110+0000 mgr.smithi037.ampdkg (mgr.14197) 315 : audit 0 from='client.14596 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:33:02.912 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:33:02 smithi110 bash[31897]: cluster 2023-09-07T07:33:01.215596+0000 mgr.smithi037.ampdkg (mgr.14197) 316 : cluster 0 pgmap v244: 97 pgs: 97 active+clean; 579 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 3.1 KiB/s rd, 1.4 KiB/s wr, 4 op/s 2023-09-07T07:33:02.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:33:02 smithi037 bash[24115]: audit 2023-09-07T07:33:00.981110+0000 mgr.smithi037.ampdkg (mgr.14197) 315 : audit 0 from='client.14596 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:33:02.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:33:02 smithi037 bash[24115]: cluster 2023-09-07T07:33:01.215596+0000 mgr.smithi037.ampdkg (mgr.14197) 316 : cluster 0 pgmap v244: 97 pgs: 97 active+clean; 579 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 3.1 KiB/s rd, 1.4 KiB/s wr, 4 op/s 2023-09-07T07:33:03.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:33:03 smithi037 bash[24115]: audit 2023-09-07T07:33:02.709674+0000 mon.smithi037 (mon.0) 907 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:33:03.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:33:03 smithi037 bash[24115]: audit 2023-09-07T07:33:02.719645+0000 mon.smithi037 (mon.0) 908 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:33:03.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:33:03 smithi037 bash[24115]: audit 2023-09-07T07:33:03.073068+0000 mon.smithi037 (mon.0) 909 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:33:03.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:33:03 smithi037 bash[24115]: audit 2023-09-07T07:33:03.083629+0000 mon.smithi037 (mon.0) 910 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:33:03.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:33:03 smithi037 bash[24115]: audit 2023-09-07T07:33:03.086289+0000 mon.smithi037 (mon.0) 911 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:33:03.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:33:03 smithi037 bash[24115]: audit 2023-09-07T07:33:03.087617+0000 mon.smithi037 (mon.0) 912 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-07T07:33:03.964 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:33:03 smithi037 bash[24115]: audit 2023-09-07T07:33:03.095085+0000 mon.smithi037 (mon.0) 913 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:33:03.964 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:33:03 smithi037 bash[24115]: audit 2023-09-07T07:33:03.099921+0000 mon.smithi037 (mon.0) 914 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-07T07:33:03.964 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:33:03 smithi037 bash[24115]: audit 2023-09-07T07:33:03.115809+0000 mon.smithi037 (mon.0) 915 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:33:04.162 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:33:03 smithi110 bash[31897]: audit 2023-09-07T07:33:02.709674+0000 mon.smithi037 (mon.0) 907 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:33:04.162 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:33:03 smithi110 bash[31897]: audit 2023-09-07T07:33:02.719645+0000 mon.smithi037 (mon.0) 908 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:33:04.162 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:33:03 smithi110 bash[31897]: audit 2023-09-07T07:33:03.073068+0000 mon.smithi037 (mon.0) 909 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:33:04.163 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:33:03 smithi110 bash[31897]: audit 2023-09-07T07:33:03.083629+0000 mon.smithi037 (mon.0) 910 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:33:04.163 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:33:03 smithi110 bash[31897]: audit 2023-09-07T07:33:03.086289+0000 mon.smithi037 (mon.0) 911 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:33:04.163 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:33:03 smithi110 bash[31897]: audit 2023-09-07T07:33:03.087617+0000 mon.smithi037 (mon.0) 912 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-07T07:33:04.163 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:33:03 smithi110 bash[31897]: audit 2023-09-07T07:33:03.095085+0000 mon.smithi037 (mon.0) 913 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:33:04.163 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:33:03 smithi110 bash[31897]: audit 2023-09-07T07:33:03.099921+0000 mon.smithi037 (mon.0) 914 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-07T07:33:04.163 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:33:03 smithi110 bash[31897]: audit 2023-09-07T07:33:03.115809+0000 mon.smithi037 (mon.0) 915 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:33:04.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:33:04 smithi037 bash[24115]: cephadm 2023-09-07T07:33:03.187785+0000 mgr.smithi037.ampdkg (mgr.14197) 317 : cephadm 1 Reconfiguring prometheus.smithi037 (dependencies changed)... 2023-09-07T07:33:04.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:33:04 smithi037 bash[24115]: cluster 2023-09-07T07:33:03.216493+0000 mgr.smithi037.ampdkg (mgr.14197) 318 : cluster 0 pgmap v245: 97 pgs: 97 active+clean; 579 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 3.1 KiB/s rd, 1.5 KiB/s wr, 4 op/s 2023-09-07T07:33:04.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:33:04 smithi037 bash[24115]: cephadm 2023-09-07T07:33:03.451425+0000 mgr.smithi037.ampdkg (mgr.14197) 319 : cephadm 1 Reconfiguring daemon prometheus.smithi037 on smithi037 2023-09-07T07:33:05.162 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:33:04 smithi110 bash[31897]: cephadm 2023-09-07T07:33:03.187785+0000 mgr.smithi037.ampdkg (mgr.14197) 317 : cephadm 1 Reconfiguring prometheus.smithi037 (dependencies changed)... 2023-09-07T07:33:05.162 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:33:04 smithi110 bash[31897]: cluster 2023-09-07T07:33:03.216493+0000 mgr.smithi037.ampdkg (mgr.14197) 318 : cluster 0 pgmap v245: 97 pgs: 97 active+clean; 579 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 3.1 KiB/s rd, 1.5 KiB/s wr, 4 op/s 2023-09-07T07:33:05.162 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:33:04 smithi110 bash[31897]: cephadm 2023-09-07T07:33:03.451425+0000 mgr.smithi037.ampdkg (mgr.14197) 319 : cephadm 1 Reconfiguring daemon prometheus.smithi037 on smithi037 2023-09-07T07:33:06.944 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:33:06 smithi037 bash[24115]: cluster 2023-09-07T07:33:05.217144+0000 mgr.smithi037.ampdkg (mgr.14197) 320 : cluster 0 pgmap v246: 97 pgs: 97 active+clean; 579 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 3.1 KiB/s rd, 1.5 KiB/s wr, 4 op/s 2023-09-07T07:33:07.162 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:33:06 smithi110 bash[31897]: cluster 2023-09-07T07:33:05.217144+0000 mgr.smithi037.ampdkg (mgr.14197) 320 : cluster 0 pgmap v246: 97 pgs: 97 active+clean; 579 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 3.1 KiB/s rd, 1.5 KiB/s wr, 4 op/s 2023-09-07T07:33:08.492 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/3e964040-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi037/config 2023-09-07T07:33:09.162 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:33:08 smithi110 bash[31897]: cluster 2023-09-07T07:33:07.218398+0000 mgr.smithi037.ampdkg (mgr.14197) 321 : cluster 0 pgmap v247: 97 pgs: 97 active+clean; 579 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 2.9 KiB/s rd, 1.2 KiB/s wr, 4 op/s 2023-09-07T07:33:09.162 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:33:08 smithi110 bash[31897]: audit 2023-09-07T07:33:07.768827+0000 mon.smithi037 (mon.0) 916 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:33:09.162 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:33:08 smithi110 bash[31897]: audit 2023-09-07T07:33:07.778426+0000 mon.smithi037 (mon.0) 917 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:33:09.162 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:33:08 smithi110 bash[31897]: audit 2023-09-07T07:33:08.369024+0000 mon.smithi037 (mon.0) 918 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:33:09.212 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:33:08 smithi037 bash[24115]: cluster 2023-09-07T07:33:07.218398+0000 mgr.smithi037.ampdkg (mgr.14197) 321 : cluster 0 pgmap v247: 97 pgs: 97 active+clean; 579 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 2.9 KiB/s rd, 1.2 KiB/s wr, 4 op/s 2023-09-07T07:33:09.213 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:33:08 smithi037 bash[24115]: audit 2023-09-07T07:33:07.768827+0000 mon.smithi037 (mon.0) 916 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:33:09.213 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:33:08 smithi037 bash[24115]: audit 2023-09-07T07:33:07.778426+0000 mon.smithi037 (mon.0) 917 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:33:09.213 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:33:08 smithi037 bash[24115]: audit 2023-09-07T07:33:08.369024+0000 mon.smithi037 (mon.0) 918 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:33:09.912 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:33:09 smithi037 bash[24115]: cephadm 2023-09-07T07:33:07.803280+0000 mgr.smithi037.ampdkg (mgr.14197) 322 : cephadm 1 Reconfiguring haproxy.nfs.foo.smithi037.uvwury (dependencies changed)... 2023-09-07T07:33:09.912 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:33:09 smithi037 bash[24115]: cephadm 2023-09-07T07:33:07.805744+0000 mgr.smithi037.ampdkg (mgr.14197) 323 : cephadm 1 Reconfiguring daemon haproxy.nfs.foo.smithi037.uvwury on smithi037 2023-09-07T07:33:10.162 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:33:09 smithi110 bash[31897]: cephadm 2023-09-07T07:33:07.803280+0000 mgr.smithi037.ampdkg (mgr.14197) 322 : cephadm 1 Reconfiguring haproxy.nfs.foo.smithi037.uvwury (dependencies changed)... 2023-09-07T07:33:10.162 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:33:09 smithi110 bash[31897]: cephadm 2023-09-07T07:33:07.805744+0000 mgr.smithi037.ampdkg (mgr.14197) 323 : cephadm 1 Reconfiguring daemon haproxy.nfs.foo.smithi037.uvwury on smithi037 2023-09-07T07:33:11.002 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:33:10 smithi037 bash[24115]: cluster 2023-09-07T07:33:09.219146+0000 mgr.smithi037.ampdkg (mgr.14197) 324 : cluster 0 pgmap v248: 97 pgs: 97 active+clean; 579 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 3.1 KiB/s rd, 1.2 KiB/s wr, 4 op/s 2023-09-07T07:33:11.162 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:33:10 smithi110 bash[31897]: cluster 2023-09-07T07:33:09.219146+0000 mgr.smithi037.ampdkg (mgr.14197) 324 : cluster 0 pgmap v248: 97 pgs: 97 active+clean; 579 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 3.1 KiB/s rd, 1.2 KiB/s wr, 4 op/s 2023-09-07T07:33:12.901 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:33:12 smithi037 bash[24115]: cluster 2023-09-07T07:33:11.219863+0000 mgr.smithi037.ampdkg (mgr.14197) 325 : cluster 0 pgmap v249: 97 pgs: 97 active+clean; 579 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 85 B/s wr, 0 op/s 2023-09-07T07:33:12.901 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:33:12 smithi037 bash[24115]: audit 2023-09-07T07:33:12.467348+0000 mon.smithi037 (mon.0) 919 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:33:12.901 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:33:12 smithi037 bash[24115]: audit 2023-09-07T07:33:12.477919+0000 mon.smithi037 (mon.0) 920 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:33:12.995 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-09-07T07:33:12.996 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:24:21.246731Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:26:24.909502Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:24:12.326663Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:26:27.907144Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:24:10.314209Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:24:16.461108Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:31:56.369082Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-09-07T07:31:56.361978Z", "ports": [2049, 9002], "running": 3, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"events": ["2023-09-07T07:31:47.872407Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:31:47.866779Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:26:32.381613Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:24:08.307163Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:26:09.281864Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:26:09.278084Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:31:56.361437Z service:nfs.foo [INFO] \"service was created\"", "2023-09-07T07:32:01.949340Z service:nfs.foo [ERROR] \"Failed while placing nfs.foo.0.0.smithi037.boriir on smithi037: grace tool failed: rados_pool_create: -1\nCan't connect to cluster: -1\nterminate called after throwing an instance of 'std::bad_variant_access'\n what(): std::get: wrong index for variant\n\"", "2023-09-07T07:32:02.024986Z service:nfs.foo [ERROR] \"Failed while placing nfs.foo.1.0.smithi110.tmfqme on smithi110: grace tool failed: rados_pool_create: -1\nCan't connect to cluster: -1\nterminate called after throwing an instance of 'std::bad_variant_access'\n what(): std::get: wrong index for variant\n\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-09-07T07:31:56.355844Z", "ports": [12049], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:26:28.937335Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:24:18.967459Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:07.653183Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:27:07.647454Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:26:39.492288Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:24:14.487827Z", "ports": [9095], "running": 0, "size": 1}}] 2023-09-07T07:33:13.162 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:33:12 smithi110 bash[31897]: cluster 2023-09-07T07:33:11.219863+0000 mgr.smithi037.ampdkg (mgr.14197) 325 : cluster 0 pgmap v249: 97 pgs: 97 active+clean; 579 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 85 B/s wr, 0 op/s 2023-09-07T07:33:13.162 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:33:12 smithi110 bash[31897]: audit 2023-09-07T07:33:12.467348+0000 mon.smithi037 (mon.0) 919 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:33:13.162 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:33:12 smithi110 bash[31897]: audit 2023-09-07T07:33:12.477919+0000 mon.smithi037 (mon.0) 920 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:33:13.982 INFO:tasks.cephadm:nfs.foo has 2/2 2023-09-07T07:33:13.982 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2023-09-07T07:33:13.994 INFO:tasks.cephadm:Waiting for ceph service ingress.nfs.foo to start (timeout 300)... 2023-09-07T07:33:13.995 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e964040-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:33:14.006 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:33:13 smithi037 bash[24115]: cephadm 2023-09-07T07:33:12.484070+0000 mgr.smithi037.ampdkg (mgr.14197) 326 : cephadm 1 Reconfiguring haproxy.nfs.foo.smithi110.ydvqkg (dependencies changed)... 2023-09-07T07:33:14.007 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:33:13 smithi037 bash[24115]: cephadm 2023-09-07T07:33:12.487793+0000 mgr.smithi037.ampdkg (mgr.14197) 327 : cephadm 1 Reconfiguring daemon haproxy.nfs.foo.smithi110.ydvqkg on smithi110 2023-09-07T07:33:14.086 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:33:13 smithi110 bash[31897]: cephadm 2023-09-07T07:33:12.484070+0000 mgr.smithi037.ampdkg (mgr.14197) 326 : cephadm 1 Reconfiguring haproxy.nfs.foo.smithi110.ydvqkg (dependencies changed)... 2023-09-07T07:33:14.086 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:33:13 smithi110 bash[31897]: cephadm 2023-09-07T07:33:12.487793+0000 mgr.smithi037.ampdkg (mgr.14197) 327 : cephadm 1 Reconfiguring daemon haproxy.nfs.foo.smithi110.ydvqkg on smithi110 2023-09-07T07:33:15.162 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:33:14 smithi110 bash[31897]: audit 2023-09-07T07:33:12.983939+0000 mgr.smithi037.ampdkg (mgr.14197) 328 : audit 0 from='client.14600 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:33:15.162 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:33:14 smithi110 bash[31897]: cluster 2023-09-07T07:33:13.220929+0000 mgr.smithi037.ampdkg (mgr.14197) 329 : cluster 0 pgmap v250: 97 pgs: 97 active+clean; 579 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 85 B/s wr, 0 op/s 2023-09-07T07:33:15.212 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:33:14 smithi037 bash[24115]: audit 2023-09-07T07:33:12.983939+0000 mgr.smithi037.ampdkg (mgr.14197) 328 : audit 0 from='client.14600 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:33:15.212 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:33:14 smithi037 bash[24115]: cluster 2023-09-07T07:33:13.220929+0000 mgr.smithi037.ampdkg (mgr.14197) 329 : cluster 0 pgmap v250: 97 pgs: 97 active+clean; 579 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 85 B/s wr, 0 op/s 2023-09-07T07:33:17.162 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:33:16 smithi110 bash[31897]: cluster 2023-09-07T07:33:15.221889+0000 mgr.smithi037.ampdkg (mgr.14197) 330 : cluster 0 pgmap v251: 97 pgs: 97 active+clean; 579 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-07T07:33:17.175 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:33:16 smithi110 bash[31897]: audit 2023-09-07T07:33:15.761982+0000 mon.smithi037 (mon.0) 921 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:33:17.176 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:33:16 smithi110 bash[31897]: audit 2023-09-07T07:33:15.770278+0000 mon.smithi037 (mon.0) 922 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:33:17.176 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:33:16 smithi110 bash[31897]: audit 2023-09-07T07:33:15.818760+0000 mon.smithi037 (mon.0) 923 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-09-07T07:33:17.176 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:33:16 smithi110 bash[31897]: audit 2023-09-07T07:33:15.826362+0000 mon.smithi037 (mon.0) 924 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:33:17.212 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:33:16 smithi037 bash[24115]: cluster 2023-09-07T07:33:15.221889+0000 mgr.smithi037.ampdkg (mgr.14197) 330 : cluster 0 pgmap v251: 97 pgs: 97 active+clean; 579 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-07T07:33:17.212 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:33:16 smithi037 bash[24115]: audit 2023-09-07T07:33:15.761982+0000 mon.smithi037 (mon.0) 921 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:33:17.212 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:33:16 smithi037 bash[24115]: audit 2023-09-07T07:33:15.770278+0000 mon.smithi037 (mon.0) 922 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:33:17.213 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:33:16 smithi037 bash[24115]: audit 2023-09-07T07:33:15.818760+0000 mon.smithi037 (mon.0) 923 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-09-07T07:33:17.213 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:33:16 smithi037 bash[24115]: audit 2023-09-07T07:33:15.826362+0000 mon.smithi037 (mon.0) 924 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:33:18.138 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:33:17 smithi037 bash[24115]: audit 2023-09-07T07:33:15.819387+0000 mgr.smithi037.ampdkg (mgr.14197) 331 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-09-07T07:33:18.161 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:33:17 smithi110 bash[31897]: audit 2023-09-07T07:33:15.819387+0000 mgr.smithi037.ampdkg (mgr.14197) 331 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-09-07T07:33:18.773 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/3e964040-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi037/config 2023-09-07T07:33:19.162 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:33:18 smithi110 bash[31897]: cluster 2023-09-07T07:33:17.222895+0000 mgr.smithi037.ampdkg (mgr.14197) 332 : cluster 0 pgmap v252: 97 pgs: 97 active+clean; 579 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-07T07:33:19.212 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:33:18 smithi037 bash[24115]: cluster 2023-09-07T07:33:17.222895+0000 mgr.smithi037.ampdkg (mgr.14197) 332 : cluster 0 pgmap v252: 97 pgs: 97 active+clean; 579 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-07T07:33:19.967 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:33:19 smithi037 bash[24115]: cluster 2023-09-07T07:33:19.223981+0000 mgr.smithi037.ampdkg (mgr.14197) 333 : cluster 0 pgmap v253: 97 pgs: 97 active+clean; 579 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-09-07T07:33:20.162 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:33:19 smithi110 bash[31897]: cluster 2023-09-07T07:33:19.223981+0000 mgr.smithi037.ampdkg (mgr.14197) 333 : cluster 0 pgmap v253: 97 pgs: 97 active+clean; 579 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-09-07T07:33:21.971 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-09-07T07:33:21.972 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:24:21.246731Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:26:24.909502Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:24:12.326663Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:26:27.907144Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:24:10.314209Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:24:16.461108Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:31:56.369082Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-09-07T07:31:56.361978Z", "ports": [2049, 9002], "running": 3, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"events": ["2023-09-07T07:31:47.872407Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:31:47.866779Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:26:32.381613Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:24:08.307163Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:26:09.281864Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:26:09.278084Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:31:56.361437Z service:nfs.foo [INFO] \"service was created\"", "2023-09-07T07:32:01.949340Z service:nfs.foo [ERROR] \"Failed while placing nfs.foo.0.0.smithi037.boriir on smithi037: grace tool failed: rados_pool_create: -1\nCan't connect to cluster: -1\nterminate called after throwing an instance of 'std::bad_variant_access'\n what(): std::get: wrong index for variant\n\"", "2023-09-07T07:32:02.024986Z service:nfs.foo [ERROR] \"Failed while placing nfs.foo.1.0.smithi110.tmfqme on smithi110: grace tool failed: rados_pool_create: -1\nCan't connect to cluster: -1\nterminate called after throwing an instance of 'std::bad_variant_access'\n what(): std::get: wrong index for variant\n\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-09-07T07:31:56.355844Z", "ports": [12049], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:26:28.937335Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:24:18.967459Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:07.653183Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:27:07.647454Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:26:39.492288Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:24:14.487827Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:33:22.697 INFO:tasks.cephadm:ingress.nfs.foo has 3/4 2023-09-07T07:33:22.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:33:22 smithi037 bash[24115]: cluster 2023-09-07T07:33:21.224552+0000 mgr.smithi037.ampdkg (mgr.14197) 334 : cluster 0 pgmap v254: 97 pgs: 97 active+clean; 579 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-07T07:33:22.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:33:22 smithi037 bash[24115]: audit 2023-09-07T07:33:21.671211+0000 mon.smithi037 (mon.0) 925 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:33:22.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:33:22 smithi037 bash[24115]: audit 2023-09-07T07:33:21.681329+0000 mon.smithi037 (mon.0) 926 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:33:22.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:33:22 smithi037 bash[24115]: audit 2023-09-07T07:33:22.077017+0000 mon.smithi037 (mon.0) 927 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:33:22.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:33:22 smithi037 bash[24115]: audit 2023-09-07T07:33:22.084977+0000 mon.smithi037 (mon.0) 928 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:33:22.964 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:33:22 smithi037 bash[24115]: audit 2023-09-07T07:33:22.086479+0000 mon.smithi037 (mon.0) 929 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:33:22.964 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:33:22 smithi037 bash[24115]: audit 2023-09-07T07:33:22.087395+0000 mon.smithi037 (mon.0) 930 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-07T07:33:22.964 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:33:22 smithi037 bash[24115]: audit 2023-09-07T07:33:22.093379+0000 mon.smithi037 (mon.0) 931 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:33:22.964 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:33:22 smithi037 bash[24115]: audit 2023-09-07T07:33:22.099441+0000 mon.smithi037 (mon.0) 932 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-07T07:33:22.964 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:33:22 smithi037 bash[24115]: audit 2023-09-07T07:33:22.117485+0000 mon.smithi037 (mon.0) 933 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:33:23.095 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:33:22 smithi110 bash[31897]: cluster 2023-09-07T07:33:21.224552+0000 mgr.smithi037.ampdkg (mgr.14197) 334 : cluster 0 pgmap v254: 97 pgs: 97 active+clean; 579 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-07T07:33:23.096 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:33:22 smithi110 bash[31897]: audit 2023-09-07T07:33:21.671211+0000 mon.smithi037 (mon.0) 925 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:33:23.096 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:33:22 smithi110 bash[31897]: audit 2023-09-07T07:33:21.681329+0000 mon.smithi037 (mon.0) 926 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:33:23.096 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:33:22 smithi110 bash[31897]: audit 2023-09-07T07:33:22.077017+0000 mon.smithi037 (mon.0) 927 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:33:23.097 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:33:22 smithi110 bash[31897]: audit 2023-09-07T07:33:22.084977+0000 mon.smithi037 (mon.0) 928 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:33:23.097 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:33:22 smithi110 bash[31897]: audit 2023-09-07T07:33:22.086479+0000 mon.smithi037 (mon.0) 929 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:33:23.097 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:33:22 smithi110 bash[31897]: audit 2023-09-07T07:33:22.087395+0000 mon.smithi037 (mon.0) 930 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-07T07:33:23.097 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:33:22 smithi110 bash[31897]: audit 2023-09-07T07:33:22.093379+0000 mon.smithi037 (mon.0) 931 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:33:23.097 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:33:22 smithi110 bash[31897]: audit 2023-09-07T07:33:22.099441+0000 mon.smithi037 (mon.0) 932 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-07T07:33:23.098 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:33:22 smithi110 bash[31897]: audit 2023-09-07T07:33:22.117485+0000 mon.smithi037 (mon.0) 933 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:33:23.698 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e964040-4d4f-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:33:23.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:33:23 smithi037 bash[24115]: audit 2023-09-07T07:33:21.960396+0000 mgr.smithi037.ampdkg (mgr.14197) 335 : audit 0 from='client.14604 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:33:23.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:33:23 smithi037 bash[24115]: audit 2023-09-07T07:33:23.369564+0000 mon.smithi037 (mon.0) 934 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:33:24.162 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:33:23 smithi110 bash[31897]: audit 2023-09-07T07:33:21.960396+0000 mgr.smithi037.ampdkg (mgr.14197) 335 : audit 0 from='client.14604 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:33:24.162 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:33:23 smithi110 bash[31897]: audit 2023-09-07T07:33:23.369564+0000 mon.smithi037 (mon.0) 934 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:33:24.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:33:24 smithi037 bash[24115]: cluster 2023-09-07T07:33:23.225671+0000 mgr.smithi037.ampdkg (mgr.14197) 336 : cluster 0 pgmap v255: 97 pgs: 97 active+clean; 579 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-07T07:33:25.162 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:33:24 smithi110 bash[31897]: cluster 2023-09-07T07:33:23.225671+0000 mgr.smithi037.ampdkg (mgr.14197) 336 : cluster 0 pgmap v255: 97 pgs: 97 active+clean; 579 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-07T07:33:26.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:33:26 smithi037 bash[24115]: cluster 2023-09-07T07:33:25.226447+0000 mgr.smithi037.ampdkg (mgr.14197) 337 : cluster 0 pgmap v256: 97 pgs: 97 active+clean; 579 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-07T07:33:27.162 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:33:26 smithi110 bash[31897]: cluster 2023-09-07T07:33:25.226447+0000 mgr.smithi037.ampdkg (mgr.14197) 337 : cluster 0 pgmap v256: 97 pgs: 97 active+clean; 579 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-07T07:33:28.486 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/3e964040-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi037/config 2023-09-07T07:33:28.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:33:28 smithi037 bash[24115]: cluster 2023-09-07T07:33:27.227295+0000 mgr.smithi037.ampdkg (mgr.14197) 338 : cluster 0 pgmap v257: 97 pgs: 97 active+clean; 579 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-07T07:33:29.162 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:33:28 smithi110 bash[31897]: cluster 2023-09-07T07:33:27.227295+0000 mgr.smithi037.ampdkg (mgr.14197) 338 : cluster 0 pgmap v257: 97 pgs: 97 active+clean; 579 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-07T07:33:30.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:33:30 smithi037 bash[24115]: cluster 2023-09-07T07:33:29.228226+0000 mgr.smithi037.ampdkg (mgr.14197) 339 : cluster 0 pgmap v258: 97 pgs: 97 active+clean; 579 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-09-07T07:33:31.162 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:33:30 smithi110 bash[31897]: cluster 2023-09-07T07:33:29.228226+0000 mgr.smithi037.ampdkg (mgr.14197) 339 : cluster 0 pgmap v258: 97 pgs: 97 active+clean; 579 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-09-07T07:33:31.616 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-09-07T07:33:31.616 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:24:21.246731Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:26:24.909502Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-09-07T07:24:12.326663Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:26:27.907144Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:24:10.314209Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:24:16.461108Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:31:56.369082Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-09-07T07:31:56.361978Z", "ports": [2049, 9002], "running": 4, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"events": ["2023-09-07T07:31:47.872407Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:31:47.866779Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:26:32.381613Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:24:08.307163Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:26:09.281864Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:26:09.278084Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:31:56.361437Z service:nfs.foo [INFO] \"service was created\"", "2023-09-07T07:32:01.949340Z service:nfs.foo [ERROR] \"Failed while placing nfs.foo.0.0.smithi037.boriir on smithi037: grace tool failed: rados_pool_create: -1\nCan't connect to cluster: -1\nterminate called after throwing an instance of 'std::bad_variant_access'\n what(): std::get: wrong index for variant\n\"", "2023-09-07T07:32:02.024986Z service:nfs.foo [ERROR] \"Failed while placing nfs.foo.1.0.smithi110.tmfqme on smithi110: grace tool failed: rados_pool_create: -1\nCan't connect to cluster: -1\nterminate called after throwing an instance of 'std::bad_variant_access'\n what(): std::get: wrong index for variant\n\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-09-07T07:31:56.355844Z", "ports": [12049], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:26:28.937335Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:24:18.967459Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-09-07T07:27:07.653183Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-09-07T07:27:07.647454Z", "running": 8, "size": 8}}, {"events": ["2023-09-07T07:26:39.492288Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:24:14.487827Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:33:32.337 INFO:tasks.cephadm:ingress.nfs.foo has 4/4 2023-09-07T07:33:32.337 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-09-07T07:33:32.348 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi037.front.sepia.ceph.com 2023-09-07T07:33:32.348 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e964040-4d4f-11ee-9ab5-7b867c8bd7da -- bash -c 'ceph nfs export create cephfs --fsname foofs --cluster-id foo --pseudo-path /fake' 2023-09-07T07:33:32.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:33:32 smithi037 bash[24115]: cluster 2023-09-07T07:33:31.228982+0000 mgr.smithi037.ampdkg (mgr.14197) 340 : cluster 0 pgmap v259: 97 pgs: 97 active+clean; 579 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-07T07:33:32.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:33:32 smithi037 bash[24115]: audit 2023-09-07T07:33:31.603362+0000 mgr.smithi037.ampdkg (mgr.14197) 341 : audit 0 from='client.14608 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:33:33.162 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:33:32 smithi110 bash[31897]: cluster 2023-09-07T07:33:31.228982+0000 mgr.smithi037.ampdkg (mgr.14197) 340 : cluster 0 pgmap v259: 97 pgs: 97 active+clean; 579 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-07T07:33:33.162 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:33:32 smithi110 bash[31897]: audit 2023-09-07T07:33:31.603362+0000 mgr.smithi037.ampdkg (mgr.14197) 341 : audit 0 from='client.14608 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:33:34.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:33:34 smithi037 bash[24115]: cluster 2023-09-07T07:33:33.230047+0000 mgr.smithi037.ampdkg (mgr.14197) 342 : cluster 0 pgmap v260: 97 pgs: 97 active+clean; 579 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-07T07:33:35.162 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:33:34 smithi110 bash[31897]: cluster 2023-09-07T07:33:33.230047+0000 mgr.smithi037.ampdkg (mgr.14197) 342 : cluster 0 pgmap v260: 97 pgs: 97 active+clean; 579 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-07T07:33:36.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:33:36 smithi037 bash[24115]: cluster 2023-09-07T07:33:35.230972+0000 mgr.smithi037.ampdkg (mgr.14197) 343 : cluster 0 pgmap v261: 97 pgs: 97 active+clean; 579 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-07T07:33:37.132 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/3e964040-4d4f-11ee-9ab5-7b867c8bd7da/mon.smithi037/config 2023-09-07T07:33:37.162 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:33:36 smithi110 bash[31897]: cluster 2023-09-07T07:33:35.230972+0000 mgr.smithi037.ampdkg (mgr.14197) 343 : cluster 0 pgmap v261: 97 pgs: 97 active+clean; 579 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-07T07:33:38.918 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:33:38 smithi037 bash[24115]: cluster 2023-09-07T07:33:37.231940+0000 mgr.smithi037.ampdkg (mgr.14197) 344 : cluster 0 pgmap v262: 97 pgs: 97 active+clean; 579 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-07T07:33:38.918 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:33:38 smithi037 bash[24115]: audit 2023-09-07T07:33:38.369099+0000 mon.smithi037 (mon.0) 935 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:33:39.162 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:33:38 smithi110 bash[31897]: cluster 2023-09-07T07:33:37.231940+0000 mgr.smithi037.ampdkg (mgr.14197) 344 : cluster 0 pgmap v262: 97 pgs: 97 active+clean; 579 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-07T07:33:39.162 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:33:38 smithi110 bash[31897]: audit 2023-09-07T07:33:38.369099+0000 mon.smithi037 (mon.0) 935 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:33:40.334 INFO:teuthology.orchestra.run.smithi037.stdout:{ 2023-09-07T07:33:40.334 INFO:teuthology.orchestra.run.smithi037.stdout: "bind": "/fake", 2023-09-07T07:33:40.334 INFO:teuthology.orchestra.run.smithi037.stdout: "cluster": "foo", 2023-09-07T07:33:40.335 INFO:teuthology.orchestra.run.smithi037.stdout: "fs": "foofs", 2023-09-07T07:33:40.335 INFO:teuthology.orchestra.run.smithi037.stdout: "mode": "RW", 2023-09-07T07:33:40.335 INFO:teuthology.orchestra.run.smithi037.stdout: "path": "/" 2023-09-07T07:33:40.335 INFO:teuthology.orchestra.run.smithi037.stdout:} 2023-09-07T07:33:40.912 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:33:40 smithi110 bash[31897]: cluster 2023-09-07T07:33:39.232712+0000 mgr.smithi037.ampdkg (mgr.14197) 345 : cluster 0 pgmap v263: 97 pgs: 97 active+clean; 579 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-09-07T07:33:40.912 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:33:40 smithi110 bash[31897]: audit 2023-09-07T07:33:40.317392+0000 mon.smithi037 (mon.0) 936 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"}]: dispatch 2023-09-07T07:33:40.912 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:33:40 smithi110 bash[31897]: audit 2023-09-07T07:33:40.322882+0000 mon.smithi037 (mon.0) 937 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"}]': finished 2023-09-07T07:33:40.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:33:40 smithi037 bash[24115]: cluster 2023-09-07T07:33:39.232712+0000 mgr.smithi037.ampdkg (mgr.14197) 345 : cluster 0 pgmap v263: 97 pgs: 97 active+clean; 579 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-09-07T07:33:40.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:33:40 smithi037 bash[24115]: audit 2023-09-07T07:33:40.317392+0000 mon.smithi037 (mon.0) 936 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"}]: dispatch 2023-09-07T07:33:40.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:33:40 smithi037 bash[24115]: audit 2023-09-07T07:33:40.322882+0000 mon.smithi037 (mon.0) 937 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"}]': finished 2023-09-07T07:33:41.529 INFO:teuthology.run_tasks:Running task vip.exec... 2023-09-07T07:33:41.540 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi037.front.sepia.ceph.com 2023-09-07T07:33:41.541 DEBUG:teuthology.orchestra.run.smithi037:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'mkdir /mnt/foo' 2023-09-07T07:33:41.554 INFO:teuthology.orchestra.run.smithi037.stderr:+ mkdir /mnt/foo 2023-09-07T07:33:41.564 DEBUG:teuthology.orchestra.run.smithi037:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'sleep 5' 2023-09-07T07:33:41.622 INFO:teuthology.orchestra.run.smithi037.stderr:+ sleep 5 2023-09-07T07:33:41.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:33:41 smithi037 bash[24115]: audit 2023-09-07T07:33:40.250664+0000 mgr.smithi037.ampdkg (mgr.14197) 346 : audit 0 from='client.14612 -' entity='client.admin' cmd=[{"prefix": "nfs export create cephfs", "fsname": "foofs", "cluster_id": "foo", "pseudo_path": "/fake", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:33:42.162 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:33:41 smithi110 bash[31897]: audit 2023-09-07T07:33:40.250664+0000 mgr.smithi037.ampdkg (mgr.14197) 346 : audit 0 from='client.14612 -' entity='client.admin' cmd=[{"prefix": "nfs export create cephfs", "fsname": "foofs", "cluster_id": "foo", "pseudo_path": "/fake", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:33:43.154 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:33:42 smithi037 bash[24115]: cluster 2023-09-07T07:33:41.233467+0000 mgr.smithi037.ampdkg (mgr.14197) 347 : cluster 0 pgmap v264: 97 pgs: 97 active+clean; 579 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-07T07:33:43.154 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:33:42 smithi037 bash[24115]: cluster 2023-09-07T07:33:41.735397+0000 mon.smithi037 (mon.0) 938 : cluster 0 mgrmap e20: smithi037.ampdkg(active, since 7m), standbys: smithi110.rxefwu 2023-09-07T07:33:43.162 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:33:42 smithi110 bash[31897]: cluster 2023-09-07T07:33:41.233467+0000 mgr.smithi037.ampdkg (mgr.14197) 347 : cluster 0 pgmap v264: 97 pgs: 97 active+clean; 579 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-07T07:33:43.162 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:33:42 smithi110 bash[31897]: cluster 2023-09-07T07:33:41.735397+0000 mon.smithi037 (mon.0) 938 : cluster 0 mgrmap e20: smithi037.ampdkg(active, since 7m), standbys: smithi110.rxefwu 2023-09-07T07:33:45.165 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:33:44 smithi110 bash[31897]: cluster 2023-09-07T07:33:43.234661+0000 mgr.smithi037.ampdkg (mgr.14197) 348 : cluster 0 pgmap v265: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 341 B/s wr, 1 op/s 2023-09-07T07:33:45.212 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:33:44 smithi037 bash[24115]: cluster 2023-09-07T07:33:43.234661+0000 mgr.smithi037.ampdkg (mgr.14197) 348 : cluster 0 pgmap v265: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 341 B/s wr, 1 op/s 2023-09-07T07:33:46.625 DEBUG:teuthology.orchestra.run.smithi037:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'mount -t nfs 10.0.31.37:/fake /mnt/foo' 2023-09-07T07:33:46.682 INFO:teuthology.orchestra.run.smithi037.stderr:+ mount -t nfs 10.0.31.37:/fake /mnt/foo 2023-09-07T07:33:46.883 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:33:46 smithi037 bash[24115]: cluster 2023-09-07T07:33:45.235599+0000 mgr.smithi037.ampdkg (mgr.14197) 349 : cluster 0 pgmap v266: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 341 B/s wr, 1 op/s 2023-09-07T07:33:47.162 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:33:46 smithi110 bash[31897]: cluster 2023-09-07T07:33:45.235599+0000 mgr.smithi037.ampdkg (mgr.14197) 349 : cluster 0 pgmap v266: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 341 B/s wr, 1 op/s 2023-09-07T07:33:49.162 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:33:48 smithi110 bash[31897]: cluster 2023-09-07T07:33:47.236506+0000 mgr.smithi037.ampdkg (mgr.14197) 350 : cluster 0 pgmap v267: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 341 B/s wr, 1 op/s 2023-09-07T07:33:49.212 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:33:48 smithi037 bash[24115]: cluster 2023-09-07T07:33:47.236506+0000 mgr.smithi037.ampdkg (mgr.14197) 350 : cluster 0 pgmap v267: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 341 B/s wr, 1 op/s 2023-09-07T07:33:51.162 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:33:50 smithi110 bash[31897]: cluster 2023-09-07T07:33:49.237593+0000 mgr.smithi037.ampdkg (mgr.14197) 351 : cluster 0 pgmap v268: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 341 B/s wr, 1 op/s 2023-09-07T07:33:51.212 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:33:50 smithi037 bash[24115]: cluster 2023-09-07T07:33:49.237593+0000 mgr.smithi037.ampdkg (mgr.14197) 351 : cluster 0 pgmap v268: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 341 B/s wr, 1 op/s 2023-09-07T07:33:52.912 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:33:52 smithi110 bash[31897]: cluster 2023-09-07T07:33:51.238402+0000 mgr.smithi037.ampdkg (mgr.14197) 352 : cluster 0 pgmap v269: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 341 B/s wr, 0 op/s 2023-09-07T07:33:53.154 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:33:52 smithi037 bash[24115]: cluster 2023-09-07T07:33:51.238402+0000 mgr.smithi037.ampdkg (mgr.14197) 352 : cluster 0 pgmap v269: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 341 B/s wr, 0 op/s 2023-09-07T07:33:54.162 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:33:53 smithi110 bash[31897]: audit 2023-09-07T07:33:53.370150+0000 mon.smithi037 (mon.0) 939 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:33:54.212 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:33:53 smithi037 bash[24115]: audit 2023-09-07T07:33:53.370150+0000 mon.smithi037 (mon.0) 939 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:33:55.162 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:33:54 smithi110 bash[31897]: cluster 2023-09-07T07:33:53.239456+0000 mgr.smithi037.ampdkg (mgr.14197) 353 : cluster 0 pgmap v270: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 341 B/s wr, 0 op/s 2023-09-07T07:33:55.212 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:33:54 smithi037 bash[24115]: cluster 2023-09-07T07:33:53.239456+0000 mgr.smithi037.ampdkg (mgr.14197) 353 : cluster 0 pgmap v270: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 341 B/s wr, 0 op/s 2023-09-07T07:33:57.162 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:33:56 smithi110 bash[31897]: cluster 2023-09-07T07:33:55.240207+0000 mgr.smithi037.ampdkg (mgr.14197) 354 : cluster 0 pgmap v271: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:33:57.212 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:33:56 smithi037 bash[24115]: cluster 2023-09-07T07:33:55.240207+0000 mgr.smithi037.ampdkg (mgr.14197) 354 : cluster 0 pgmap v271: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:33:59.047 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:33:58 smithi037 bash[24115]: cluster 2023-09-07T07:33:57.241084+0000 mgr.smithi037.ampdkg (mgr.14197) 355 : cluster 0 pgmap v272: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 682 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:33:59.162 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:33:58 smithi110 bash[31897]: cluster 2023-09-07T07:33:57.241084+0000 mgr.smithi037.ampdkg (mgr.14197) 355 : cluster 0 pgmap v272: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 682 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:34:00.162 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:33:59 smithi110 bash[31897]: cluster 2023-09-07T07:33:59.242244+0000 mgr.smithi037.ampdkg (mgr.14197) 356 : cluster 0 pgmap v273: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 426 B/s wr, 1 op/s 2023-09-07T07:34:00.212 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:33:59 smithi037 bash[24115]: cluster 2023-09-07T07:33:59.242244+0000 mgr.smithi037.ampdkg (mgr.14197) 356 : cluster 0 pgmap v273: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 426 B/s wr, 1 op/s 2023-09-07T07:34:02.429 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:34:02 smithi110 bash[31897]: cluster 2023-09-07T07:34:01.242986+0000 mgr.smithi037.ampdkg (mgr.14197) 357 : cluster 0 pgmap v274: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 426 B/s wr, 1 op/s 2023-09-07T07:34:02.712 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:34:02 smithi037 bash[24115]: cluster 2023-09-07T07:34:01.242986+0000 mgr.smithi037.ampdkg (mgr.14197) 357 : cluster 0 pgmap v274: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 426 B/s wr, 1 op/s 2023-09-07T07:34:04.912 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:34:04 smithi110 bash[31897]: cluster 2023-09-07T07:34:03.244024+0000 mgr.smithi037.ampdkg (mgr.14197) 358 : cluster 0 pgmap v275: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 426 B/s wr, 2 op/s 2023-09-07T07:34:04.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:34:04 smithi037 bash[24115]: cluster 2023-09-07T07:34:03.244024+0000 mgr.smithi037.ampdkg (mgr.14197) 358 : cluster 0 pgmap v275: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 426 B/s wr, 2 op/s 2023-09-07T07:34:06.912 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:34:06 smithi110 bash[31897]: cluster 2023-09-07T07:34:05.244645+0000 mgr.smithi037.ampdkg (mgr.14197) 359 : cluster 0 pgmap v276: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 1.9 KiB/s rd, 767 B/s wr, 2 op/s 2023-09-07T07:34:06.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:34:06 smithi037 bash[24115]: cluster 2023-09-07T07:34:05.244645+0000 mgr.smithi037.ampdkg (mgr.14197) 359 : cluster 0 pgmap v276: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 1.9 KiB/s rd, 767 B/s wr, 2 op/s 2023-09-07T07:34:08.912 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:34:08 smithi110 bash[31897]: cluster 2023-09-07T07:34:07.245509+0000 mgr.smithi037.ampdkg (mgr.14197) 360 : cluster 0 pgmap v277: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 597 B/s wr, 2 op/s 2023-09-07T07:34:08.912 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:34:08 smithi110 bash[31897]: audit 2023-09-07T07:34:08.370584+0000 mon.smithi037 (mon.0) 940 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:34:08.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:34:08 smithi037 bash[24115]: cluster 2023-09-07T07:34:07.245509+0000 mgr.smithi037.ampdkg (mgr.14197) 360 : cluster 0 pgmap v277: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 597 B/s wr, 2 op/s 2023-09-07T07:34:08.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:34:08 smithi037 bash[24115]: audit 2023-09-07T07:34:08.370584+0000 mon.smithi037 (mon.0) 940 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:34:10.912 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:34:10 smithi110 bash[31897]: cluster 2023-09-07T07:34:09.246653+0000 mgr.smithi037.ampdkg (mgr.14197) 361 : cluster 0 pgmap v278: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 597 B/s wr, 2 op/s 2023-09-07T07:34:10.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:34:10 smithi037 bash[24115]: cluster 2023-09-07T07:34:09.246653+0000 mgr.smithi037.ampdkg (mgr.14197) 361 : cluster 0 pgmap v278: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 597 B/s wr, 2 op/s 2023-09-07T07:34:12.912 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:34:12 smithi110 bash[31897]: cluster 2023-09-07T07:34:11.247471+0000 mgr.smithi037.ampdkg (mgr.14197) 362 : cluster 0 pgmap v279: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 341 B/s wr, 1 op/s 2023-09-07T07:34:12.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:34:12 smithi037 bash[24115]: cluster 2023-09-07T07:34:11.247471+0000 mgr.smithi037.ampdkg (mgr.14197) 362 : cluster 0 pgmap v279: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 341 B/s wr, 1 op/s 2023-09-07T07:34:14.713 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:34:14 smithi037 bash[24115]: cluster 2023-09-07T07:34:13.248931+0000 mgr.smithi037.ampdkg (mgr.14197) 363 : cluster 0 pgmap v280: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 341 B/s wr, 1 op/s 2023-09-07T07:34:14.913 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:34:14 smithi110 bash[31897]: cluster 2023-09-07T07:34:13.248931+0000 mgr.smithi037.ampdkg (mgr.14197) 363 : cluster 0 pgmap v280: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 341 B/s wr, 1 op/s 2023-09-07T07:34:16.889 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:34:16 smithi037 bash[24115]: cluster 2023-09-07T07:34:15.249917+0000 mgr.smithi037.ampdkg (mgr.14197) 364 : cluster 0 pgmap v281: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 597 B/s rd, 341 B/s wr, 0 op/s 2023-09-07T07:34:16.912 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:34:16 smithi110 bash[31897]: cluster 2023-09-07T07:34:15.249917+0000 mgr.smithi037.ampdkg (mgr.14197) 364 : cluster 0 pgmap v281: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 597 B/s rd, 341 B/s wr, 0 op/s 2023-09-07T07:34:18.912 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:34:18 smithi110 bash[31897]: cluster 2023-09-07T07:34:17.250861+0000 mgr.smithi037.ampdkg (mgr.14197) 365 : cluster 0 pgmap v282: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 B/s wr, 0 op/s 2023-09-07T07:34:18.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:34:18 smithi037 bash[24115]: cluster 2023-09-07T07:34:17.250861+0000 mgr.smithi037.ampdkg (mgr.14197) 365 : cluster 0 pgmap v282: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 B/s wr, 0 op/s 2023-09-07T07:34:20.912 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:34:20 smithi110 bash[31897]: cluster 2023-09-07T07:34:19.251937+0000 mgr.smithi037.ampdkg (mgr.14197) 366 : cluster 0 pgmap v283: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 938 B/s rd, 341 B/s wr, 1 op/s 2023-09-07T07:34:20.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:34:20 smithi037 bash[24115]: cluster 2023-09-07T07:34:19.251937+0000 mgr.smithi037.ampdkg (mgr.14197) 366 : cluster 0 pgmap v283: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 938 B/s rd, 341 B/s wr, 1 op/s 2023-09-07T07:34:22.912 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:34:22 smithi110 bash[31897]: cluster 2023-09-07T07:34:21.252532+0000 mgr.smithi037.ampdkg (mgr.14197) 367 : cluster 0 pgmap v284: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 938 B/s rd, 341 B/s wr, 1 op/s 2023-09-07T07:34:22.912 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:34:22 smithi110 bash[31897]: audit 2023-09-07T07:34:22.197875+0000 mon.smithi037 (mon.0) 941 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:34:22.913 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:34:22 smithi110 bash[31897]: audit 2023-09-07T07:34:22.574906+0000 mon.smithi037 (mon.0) 942 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:34:22.913 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:34:22 smithi110 bash[31897]: audit 2023-09-07T07:34:22.586401+0000 mon.smithi037 (mon.0) 943 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:34:22.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:34:22 smithi037 bash[24115]: cluster 2023-09-07T07:34:21.252532+0000 mgr.smithi037.ampdkg (mgr.14197) 367 : cluster 0 pgmap v284: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 938 B/s rd, 341 B/s wr, 1 op/s 2023-09-07T07:34:22.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:34:22 smithi037 bash[24115]: audit 2023-09-07T07:34:22.197875+0000 mon.smithi037 (mon.0) 941 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:34:22.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:34:22 smithi037 bash[24115]: audit 2023-09-07T07:34:22.574906+0000 mon.smithi037 (mon.0) 942 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:34:22.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:34:22 smithi037 bash[24115]: audit 2023-09-07T07:34:22.586401+0000 mon.smithi037 (mon.0) 943 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:34:23.912 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:34:23 smithi110 bash[31897]: audit 2023-09-07T07:34:23.371327+0000 mon.smithi037 (mon.0) 944 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:34:23.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:34:23 smithi037 bash[24115]: audit 2023-09-07T07:34:23.371327+0000 mon.smithi037 (mon.0) 944 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:34:24.912 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:34:24 smithi110 bash[31897]: cluster 2023-09-07T07:34:23.253516+0000 mgr.smithi037.ampdkg (mgr.14197) 368 : cluster 0 pgmap v285: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 341 B/s wr, 1 op/s 2023-09-07T07:34:24.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:34:24 smithi037 bash[24115]: cluster 2023-09-07T07:34:23.253516+0000 mgr.smithi037.ampdkg (mgr.14197) 368 : cluster 0 pgmap v285: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 341 B/s wr, 1 op/s 2023-09-07T07:34:26.912 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:34:26 smithi110 bash[31897]: cluster 2023-09-07T07:34:25.254477+0000 mgr.smithi037.ampdkg (mgr.14197) 369 : cluster 0 pgmap v286: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 682 B/s wr, 2 op/s 2023-09-07T07:34:26.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:34:26 smithi037 bash[24115]: cluster 2023-09-07T07:34:25.254477+0000 mgr.smithi037.ampdkg (mgr.14197) 369 : cluster 0 pgmap v286: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 682 B/s wr, 2 op/s 2023-09-07T07:34:28.912 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:34:28 smithi110 bash[31897]: cluster 2023-09-07T07:34:27.255323+0000 mgr.smithi037.ampdkg (mgr.14197) 370 : cluster 0 pgmap v287: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 682 B/s wr, 2 op/s 2023-09-07T07:34:28.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:34:28 smithi037 bash[24115]: cluster 2023-09-07T07:34:27.255323+0000 mgr.smithi037.ampdkg (mgr.14197) 370 : cluster 0 pgmap v287: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 682 B/s wr, 2 op/s 2023-09-07T07:34:29.912 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:34:29 smithi110 bash[31897]: audit 2023-09-07T07:34:28.745811+0000 mon.smithi037 (mon.0) 945 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:34:29.913 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:34:29 smithi110 bash[31897]: audit 2023-09-07T07:34:28.756390+0000 mon.smithi037 (mon.0) 946 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:34:30.013 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:34:29 smithi037 bash[24115]: audit 2023-09-07T07:34:28.745811+0000 mon.smithi037 (mon.0) 945 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:34:30.014 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:34:29 smithi037 bash[24115]: audit 2023-09-07T07:34:28.756390+0000 mon.smithi037 (mon.0) 946 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:34:31.162 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:34:30 smithi110 bash[31897]: cluster 2023-09-07T07:34:29.256066+0000 mgr.smithi037.ampdkg (mgr.14197) 371 : cluster 0 pgmap v288: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 1.8 KiB/s rd, 767 B/s wr, 2 op/s 2023-09-07T07:34:31.163 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:34:30 smithi110 bash[31897]: audit 2023-09-07T07:34:30.053368+0000 mon.smithi037 (mon.0) 947 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:34:31.163 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:34:30 smithi110 bash[31897]: audit 2023-09-07T07:34:30.062254+0000 mon.smithi037 (mon.0) 948 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:34:31.163 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:34:30 smithi110 bash[31897]: audit 2023-09-07T07:34:30.535091+0000 mon.smithi037 (mon.0) 949 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:34:31.163 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:34:30 smithi110 bash[31897]: audit 2023-09-07T07:34:30.536933+0000 mon.smithi037 (mon.0) 950 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-07T07:34:31.164 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:34:30 smithi110 bash[31897]: audit 2023-09-07T07:34:30.545760+0000 mon.smithi037 (mon.0) 951 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:34:31.164 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:34:30 smithi110 bash[31897]: audit 2023-09-07T07:34:30.550938+0000 mon.smithi037 (mon.0) 952 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-07T07:34:31.164 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:34:30 smithi110 bash[31897]: audit 2023-09-07T07:34:30.572273+0000 mon.smithi037 (mon.0) 953 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:34:31.213 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:34:30 smithi037 bash[24115]: cluster 2023-09-07T07:34:29.256066+0000 mgr.smithi037.ampdkg (mgr.14197) 371 : cluster 0 pgmap v288: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 1.8 KiB/s rd, 767 B/s wr, 2 op/s 2023-09-07T07:34:31.213 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:34:30 smithi037 bash[24115]: audit 2023-09-07T07:34:30.053368+0000 mon.smithi037 (mon.0) 947 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:34:31.213 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:34:30 smithi037 bash[24115]: audit 2023-09-07T07:34:30.062254+0000 mon.smithi037 (mon.0) 948 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:34:31.214 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:34:30 smithi037 bash[24115]: audit 2023-09-07T07:34:30.535091+0000 mon.smithi037 (mon.0) 949 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:34:31.214 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:34:30 smithi037 bash[24115]: audit 2023-09-07T07:34:30.536933+0000 mon.smithi037 (mon.0) 950 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-07T07:34:31.214 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:34:30 smithi037 bash[24115]: audit 2023-09-07T07:34:30.545760+0000 mon.smithi037 (mon.0) 951 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:34:31.214 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:34:30 smithi037 bash[24115]: audit 2023-09-07T07:34:30.550938+0000 mon.smithi037 (mon.0) 952 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-07T07:34:31.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:34:30 smithi037 bash[24115]: audit 2023-09-07T07:34:30.572273+0000 mon.smithi037 (mon.0) 953 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:34:32.162 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:34:31 smithi110 bash[31897]: cluster 2023-09-07T07:34:30.540042+0000 mgr.smithi037.ampdkg (mgr.14197) 372 : cluster 0 pgmap v289: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 453 B/s wr, 1 op/s 2023-09-07T07:34:32.163 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:34:31 smithi110 bash[31897]: cluster 2023-09-07T07:34:31.060032+0000 mon.smithi037 (mon.0) 954 : cluster 3 Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2023-09-07T07:34:32.212 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:34:31 smithi037 bash[24115]: cluster 2023-09-07T07:34:30.540042+0000 mgr.smithi037.ampdkg (mgr.14197) 372 : cluster 0 pgmap v289: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 453 B/s wr, 1 op/s 2023-09-07T07:34:32.213 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:34:31 smithi037 bash[24115]: cluster 2023-09-07T07:34:31.060032+0000 mon.smithi037 (mon.0) 954 : cluster 3 Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2023-09-07T07:34:34.162 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:34:33 smithi110 bash[31897]: cluster 2023-09-07T07:34:32.541014+0000 mgr.smithi037.ampdkg (mgr.14197) 373 : cluster 0 pgmap v290: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 453 B/s wr, 1 op/s 2023-09-07T07:34:34.213 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:34:33 smithi037 bash[24115]: cluster 2023-09-07T07:34:32.541014+0000 mgr.smithi037.ampdkg (mgr.14197) 373 : cluster 0 pgmap v290: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 453 B/s wr, 1 op/s 2023-09-07T07:34:36.162 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:34:35 smithi110 bash[31897]: cluster 2023-09-07T07:34:34.542168+0000 mgr.smithi037.ampdkg (mgr.14197) 374 : cluster 0 pgmap v291: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 907 B/s rd, 453 B/s wr, 1 op/s 2023-09-07T07:34:36.212 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:34:35 smithi037 bash[24115]: cluster 2023-09-07T07:34:34.542168+0000 mgr.smithi037.ampdkg (mgr.14197) 374 : cluster 0 pgmap v291: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 907 B/s rd, 453 B/s wr, 1 op/s 2023-09-07T07:34:38.162 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:34:37 smithi110 bash[31897]: cluster 2023-09-07T07:34:36.542942+0000 mgr.smithi037.ampdkg (mgr.14197) 375 : cluster 0 pgmap v292: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 272 B/s rd, 90 B/s wr, 0 op/s 2023-09-07T07:34:38.213 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:34:37 smithi037 bash[24115]: cluster 2023-09-07T07:34:36.542942+0000 mgr.smithi037.ampdkg (mgr.14197) 375 : cluster 0 pgmap v292: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 272 B/s rd, 90 B/s wr, 0 op/s 2023-09-07T07:34:39.662 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:34:39 smithi110 bash[31897]: audit 2023-09-07T07:34:38.377570+0000 mon.smithi037 (mon.0) 955 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:34:39.663 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:34:39 smithi110 bash[31897]: audit 2023-09-07T07:34:38.379296+0000 mon.smithi037 (mon.0) 956 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:34:39.663 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:34:39 smithi110 bash[31897]: cluster 2023-09-07T07:34:38.544135+0000 mgr.smithi037.ampdkg (mgr.14197) 376 : cluster 0 pgmap v293: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 634 B/s rd, 181 B/s wr, 1 op/s 2023-09-07T07:34:39.713 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:34:39 smithi037 bash[24115]: audit 2023-09-07T07:34:38.377570+0000 mon.smithi037 (mon.0) 955 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:34:39.713 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:34:39 smithi037 bash[24115]: audit 2023-09-07T07:34:38.379296+0000 mon.smithi037 (mon.0) 956 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:34:39.713 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:34:39 smithi037 bash[24115]: cluster 2023-09-07T07:34:38.544135+0000 mgr.smithi037.ampdkg (mgr.14197) 376 : cluster 0 pgmap v293: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 634 B/s rd, 181 B/s wr, 1 op/s 2023-09-07T07:34:41.912 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:34:41 smithi110 bash[31897]: cluster 2023-09-07T07:34:40.544975+0000 mgr.smithi037.ampdkg (mgr.14197) 377 : cluster 0 pgmap v294: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 453 B/s rd, 90 B/s wr, 0 op/s 2023-09-07T07:34:41.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:34:41 smithi037 bash[24115]: cluster 2023-09-07T07:34:40.544975+0000 mgr.smithi037.ampdkg (mgr.14197) 377 : cluster 0 pgmap v294: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 453 B/s rd, 90 B/s wr, 0 op/s 2023-09-07T07:34:43.912 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:34:43 smithi110 bash[31897]: cluster 2023-09-07T07:34:42.545949+0000 mgr.smithi037.ampdkg (mgr.14197) 378 : cluster 0 pgmap v295: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 85 B/s wr, 0 op/s 2023-09-07T07:34:43.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:34:43 smithi037 bash[24115]: cluster 2023-09-07T07:34:42.545949+0000 mgr.smithi037.ampdkg (mgr.14197) 378 : cluster 0 pgmap v295: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 85 B/s wr, 0 op/s 2023-09-07T07:34:45.912 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:34:45 smithi110 bash[31897]: cluster 2023-09-07T07:34:44.547002+0000 mgr.smithi037.ampdkg (mgr.14197) 379 : cluster 0 pgmap v296: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 511 B/s wr, 2 op/s 2023-09-07T07:34:45.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:34:45 smithi037 bash[24115]: cluster 2023-09-07T07:34:44.547002+0000 mgr.smithi037.ampdkg (mgr.14197) 379 : cluster 0 pgmap v296: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 511 B/s wr, 2 op/s 2023-09-07T07:34:47.713 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:34:47 smithi037 bash[24115]: cluster 2023-09-07T07:34:46.547763+0000 mgr.smithi037.ampdkg (mgr.14197) 380 : cluster 0 pgmap v297: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 511 B/s wr, 2 op/s 2023-09-07T07:34:47.913 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:34:47 smithi110 bash[31897]: cluster 2023-09-07T07:34:46.547763+0000 mgr.smithi037.ampdkg (mgr.14197) 380 : cluster 0 pgmap v297: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 511 B/s wr, 2 op/s 2023-09-07T07:34:49.912 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:34:49 smithi110 bash[31897]: cluster 2023-09-07T07:34:48.548925+0000 mgr.smithi037.ampdkg (mgr.14197) 381 : cluster 0 pgmap v298: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 1.8 KiB/s rd, 767 B/s wr, 2 op/s 2023-09-07T07:34:49.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:34:49 smithi037 bash[24115]: cluster 2023-09-07T07:34:48.548925+0000 mgr.smithi037.ampdkg (mgr.14197) 381 : cluster 0 pgmap v298: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 1.8 KiB/s rd, 767 B/s wr, 2 op/s 2023-09-07T07:34:51.912 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:34:51 smithi110 bash[31897]: cluster 2023-09-07T07:34:50.549807+0000 mgr.smithi037.ampdkg (mgr.14197) 382 : cluster 0 pgmap v299: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 682 B/s wr, 2 op/s 2023-09-07T07:34:51.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:34:51 smithi037 bash[24115]: cluster 2023-09-07T07:34:50.549807+0000 mgr.smithi037.ampdkg (mgr.14197) 382 : cluster 0 pgmap v299: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 682 B/s wr, 2 op/s 2023-09-07T07:34:53.912 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:34:53 smithi110 bash[31897]: cluster 2023-09-07T07:34:52.550792+0000 mgr.smithi037.ampdkg (mgr.14197) 383 : cluster 0 pgmap v300: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 682 B/s wr, 2 op/s 2023-09-07T07:34:53.913 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:34:53 smithi110 bash[31897]: audit 2023-09-07T07:34:53.371874+0000 mon.smithi037 (mon.0) 957 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:34:53.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:34:53 smithi037 bash[24115]: cluster 2023-09-07T07:34:52.550792+0000 mgr.smithi037.ampdkg (mgr.14197) 383 : cluster 0 pgmap v300: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 682 B/s wr, 2 op/s 2023-09-07T07:34:53.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:34:53 smithi037 bash[24115]: audit 2023-09-07T07:34:53.371874+0000 mon.smithi037 (mon.0) 957 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:34:55.713 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:34:55 smithi037 bash[24115]: cluster 2023-09-07T07:34:54.551897+0000 mgr.smithi037.ampdkg (mgr.14197) 384 : cluster 0 pgmap v301: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 1.6 KiB/s rd, 682 B/s wr, 2 op/s 2023-09-07T07:34:55.912 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:34:55 smithi110 bash[31897]: cluster 2023-09-07T07:34:54.551897+0000 mgr.smithi037.ampdkg (mgr.14197) 384 : cluster 0 pgmap v301: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 1.6 KiB/s rd, 682 B/s wr, 2 op/s 2023-09-07T07:34:57.912 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:34:57 smithi110 bash[31897]: cluster 2023-09-07T07:34:56.552688+0000 mgr.smithi037.ampdkg (mgr.14197) 385 : cluster 0 pgmap v302: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 255 B/s wr, 1 op/s 2023-09-07T07:34:57.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:34:57 smithi037 bash[24115]: cluster 2023-09-07T07:34:56.552688+0000 mgr.smithi037.ampdkg (mgr.14197) 385 : cluster 0 pgmap v302: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 255 B/s wr, 1 op/s 2023-09-07T07:34:59.912 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:34:59 smithi110 bash[31897]: cluster 2023-09-07T07:34:58.553805+0000 mgr.smithi037.ampdkg (mgr.14197) 386 : cluster 0 pgmap v303: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 255 B/s wr, 1 op/s 2023-09-07T07:34:59.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:34:59 smithi037 bash[24115]: cluster 2023-09-07T07:34:58.553805+0000 mgr.smithi037.ampdkg (mgr.14197) 386 : cluster 0 pgmap v303: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 255 B/s wr, 1 op/s 2023-09-07T07:35:01.912 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:35:01 smithi110 bash[31897]: cluster 2023-09-07T07:35:00.554686+0000 mgr.smithi037.ampdkg (mgr.14197) 387 : cluster 0 pgmap v304: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T07:35:01.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:35:01 smithi037 bash[24115]: cluster 2023-09-07T07:35:00.554686+0000 mgr.smithi037.ampdkg (mgr.14197) 387 : cluster 0 pgmap v304: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T07:35:03.912 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:35:03 smithi110 bash[31897]: cluster 2023-09-07T07:35:02.555648+0000 mgr.smithi037.ampdkg (mgr.14197) 388 : cluster 0 pgmap v305: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 597 B/s rd, 0 op/s 2023-09-07T07:35:03.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:35:03 smithi037 bash[24115]: cluster 2023-09-07T07:35:02.555648+0000 mgr.smithi037.ampdkg (mgr.14197) 388 : cluster 0 pgmap v305: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 597 B/s rd, 0 op/s 2023-09-07T07:35:05.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:35:05 smithi037 bash[24115]: cluster 2023-09-07T07:35:04.556738+0000 mgr.smithi037.ampdkg (mgr.14197) 389 : cluster 0 pgmap v306: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 511 B/s wr, 2 op/s 2023-09-07T07:35:06.162 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:35:05 smithi110 bash[31897]: cluster 2023-09-07T07:35:04.556738+0000 mgr.smithi037.ampdkg (mgr.14197) 389 : cluster 0 pgmap v306: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 511 B/s wr, 2 op/s 2023-09-07T07:35:07.966 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:35:07 smithi037 bash[24115]: cluster 2023-09-07T07:35:06.557533+0000 mgr.smithi037.ampdkg (mgr.14197) 390 : cluster 0 pgmap v307: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 511 B/s wr, 1 op/s 2023-09-07T07:35:08.162 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:35:07 smithi110 bash[31897]: cluster 2023-09-07T07:35:06.557533+0000 mgr.smithi037.ampdkg (mgr.14197) 390 : cluster 0 pgmap v307: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 511 B/s wr, 1 op/s 2023-09-07T07:35:08.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:35:08 smithi037 bash[24115]: audit 2023-09-07T07:35:08.372016+0000 mon.smithi037 (mon.0) 958 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:35:09.162 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:35:08 smithi110 bash[31897]: audit 2023-09-07T07:35:08.372016+0000 mon.smithi037 (mon.0) 958 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:35:09.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:35:09 smithi037 bash[24115]: cluster 2023-09-07T07:35:08.558845+0000 mgr.smithi037.ampdkg (mgr.14197) 391 : cluster 0 pgmap v308: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 511 B/s wr, 2 op/s 2023-09-07T07:35:10.003 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:35:09 smithi110 bash[31897]: cluster 2023-09-07T07:35:08.558845+0000 mgr.smithi037.ampdkg (mgr.14197) 391 : cluster 0 pgmap v308: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 511 B/s wr, 2 op/s 2023-09-07T07:35:11.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:35:11 smithi037 bash[24115]: cluster 2023-09-07T07:35:10.559713+0000 mgr.smithi037.ampdkg (mgr.14197) 392 : cluster 0 pgmap v309: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 511 B/s wr, 1 op/s 2023-09-07T07:35:12.162 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:35:11 smithi110 bash[31897]: cluster 2023-09-07T07:35:10.559713+0000 mgr.smithi037.ampdkg (mgr.14197) 392 : cluster 0 pgmap v309: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 511 B/s wr, 1 op/s 2023-09-07T07:35:13.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:35:13 smithi037 bash[24115]: cluster 2023-09-07T07:35:12.560660+0000 mgr.smithi037.ampdkg (mgr.14197) 393 : cluster 0 pgmap v310: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 682 B/s wr, 1 op/s 2023-09-07T07:35:13.964 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:35:13 smithi037 bash[24115]: cluster 2023-09-07T07:35:12.696409+0000 mon.smithi037 (mon.0) 959 : cluster 0 mgrmap e21: smithi037.ampdkg(active, since 9m), standbys: smithi110.rxefwu 2023-09-07T07:35:14.003 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:35:13 smithi110 bash[31897]: cluster 2023-09-07T07:35:12.560660+0000 mgr.smithi037.ampdkg (mgr.14197) 393 : cluster 0 pgmap v310: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 682 B/s wr, 1 op/s 2023-09-07T07:35:14.003 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:35:13 smithi110 bash[31897]: cluster 2023-09-07T07:35:12.696409+0000 mon.smithi037 (mon.0) 959 : cluster 0 mgrmap e21: smithi037.ampdkg(active, since 9m), standbys: smithi110.rxefwu 2023-09-07T07:35:15.912 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:35:15 smithi110 bash[31897]: cluster 2023-09-07T07:35:14.561875+0000 mgr.smithi037.ampdkg (mgr.14197) 394 : cluster 0 pgmap v311: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 682 B/s wr, 2 op/s 2023-09-07T07:35:15.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:35:15 smithi037 bash[24115]: cluster 2023-09-07T07:35:14.561875+0000 mgr.smithi037.ampdkg (mgr.14197) 394 : cluster 0 pgmap v311: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 682 B/s wr, 2 op/s 2023-09-07T07:35:17.909 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:35:17 smithi037 bash[24115]: cluster 2023-09-07T07:35:16.562720+0000 mgr.smithi037.ampdkg (mgr.14197) 395 : cluster 0 pgmap v312: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:35:18.162 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:35:17 smithi110 bash[31897]: cluster 2023-09-07T07:35:16.562720+0000 mgr.smithi037.ampdkg (mgr.14197) 395 : cluster 0 pgmap v312: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:35:19.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:35:19 smithi037 bash[24115]: cluster 2023-09-07T07:35:18.563894+0000 mgr.smithi037.ampdkg (mgr.14197) 396 : cluster 0 pgmap v313: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 426 B/s wr, 1 op/s 2023-09-07T07:35:20.163 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:35:19 smithi110 bash[31897]: cluster 2023-09-07T07:35:18.563894+0000 mgr.smithi037.ampdkg (mgr.14197) 396 : cluster 0 pgmap v313: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 426 B/s wr, 1 op/s 2023-09-07T07:35:21.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:35:21 smithi037 bash[24115]: cluster 2023-09-07T07:35:20.564810+0000 mgr.smithi037.ampdkg (mgr.14197) 397 : cluster 0 pgmap v314: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 938 B/s rd, 426 B/s wr, 1 op/s 2023-09-07T07:35:22.162 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:35:21 smithi110 bash[31897]: cluster 2023-09-07T07:35:20.564810+0000 mgr.smithi037.ampdkg (mgr.14197) 397 : cluster 0 pgmap v314: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 938 B/s rd, 426 B/s wr, 1 op/s 2023-09-07T07:35:23.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:35:23 smithi037 bash[24115]: cluster 2023-09-07T07:35:22.565931+0000 mgr.smithi037.ampdkg (mgr.14197) 398 : cluster 0 pgmap v315: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 426 B/s wr, 1 op/s 2023-09-07T07:35:23.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:35:23 smithi037 bash[24115]: audit 2023-09-07T07:35:23.372559+0000 mon.smithi037 (mon.0) 960 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:35:23.974 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:35:23 smithi110 bash[31897]: cluster 2023-09-07T07:35:22.565931+0000 mgr.smithi037.ampdkg (mgr.14197) 398 : cluster 0 pgmap v315: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 426 B/s wr, 1 op/s 2023-09-07T07:35:23.974 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:35:23 smithi110 bash[31897]: audit 2023-09-07T07:35:23.372559+0000 mon.smithi037 (mon.0) 960 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:35:26.158 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:35:25 smithi037 bash[24115]: cluster 2023-09-07T07:35:24.567098+0000 mgr.smithi037.ampdkg (mgr.14197) 399 : cluster 0 pgmap v316: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 511 B/s wr, 2 op/s 2023-09-07T07:35:26.162 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:35:25 smithi110 bash[31897]: cluster 2023-09-07T07:35:24.567098+0000 mgr.smithi037.ampdkg (mgr.14197) 399 : cluster 0 pgmap v316: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 511 B/s wr, 2 op/s 2023-09-07T07:35:28.003 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:35:27 smithi037 bash[24115]: cluster 2023-09-07T07:35:26.567877+0000 mgr.smithi037.ampdkg (mgr.14197) 400 : cluster 0 pgmap v317: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 511 B/s wr, 1 op/s 2023-09-07T07:35:28.162 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:35:27 smithi110 bash[31897]: cluster 2023-09-07T07:35:26.567877+0000 mgr.smithi037.ampdkg (mgr.14197) 400 : cluster 0 pgmap v317: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 511 B/s wr, 1 op/s 2023-09-07T07:35:30.162 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:35:29 smithi110 bash[31897]: cluster 2023-09-07T07:35:28.569034+0000 mgr.smithi037.ampdkg (mgr.14197) 401 : cluster 0 pgmap v318: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 511 B/s wr, 2 op/s 2023-09-07T07:35:30.213 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:35:29 smithi037 bash[24115]: cluster 2023-09-07T07:35:28.569034+0000 mgr.smithi037.ampdkg (mgr.14197) 401 : cluster 0 pgmap v318: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 511 B/s wr, 2 op/s 2023-09-07T07:35:31.162 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:35:30 smithi110 bash[31897]: audit 2023-09-07T07:35:30.651401+0000 mon.smithi037 (mon.0) 961 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:35:31.213 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:35:30 smithi037 bash[24115]: audit 2023-09-07T07:35:30.651401+0000 mon.smithi037 (mon.0) 961 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:35:32.003 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:35:31 smithi037 bash[24115]: cluster 2023-09-07T07:35:30.569844+0000 mgr.smithi037.ampdkg (mgr.14197) 402 : cluster 0 pgmap v319: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 255 B/s wr, 1 op/s 2023-09-07T07:35:32.162 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:35:31 smithi110 bash[31897]: cluster 2023-09-07T07:35:30.569844+0000 mgr.smithi037.ampdkg (mgr.14197) 402 : cluster 0 pgmap v319: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 255 B/s wr, 1 op/s 2023-09-07T07:35:34.162 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:35:33 smithi110 bash[31897]: cluster 2023-09-07T07:35:32.570826+0000 mgr.smithi037.ampdkg (mgr.14197) 403 : cluster 0 pgmap v320: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 255 B/s wr, 1 op/s 2023-09-07T07:35:34.213 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:35:33 smithi037 bash[24115]: cluster 2023-09-07T07:35:32.570826+0000 mgr.smithi037.ampdkg (mgr.14197) 403 : cluster 0 pgmap v320: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 255 B/s wr, 1 op/s 2023-09-07T07:35:36.003 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:35:35 smithi037 bash[24115]: cluster 2023-09-07T07:35:34.571938+0000 mgr.smithi037.ampdkg (mgr.14197) 404 : cluster 0 pgmap v321: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 255 B/s wr, 1 op/s 2023-09-07T07:35:36.162 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:35:35 smithi110 bash[31897]: cluster 2023-09-07T07:35:34.571938+0000 mgr.smithi037.ampdkg (mgr.14197) 404 : cluster 0 pgmap v321: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 255 B/s wr, 1 op/s 2023-09-07T07:35:38.162 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:35:37 smithi110 bash[31897]: cluster 2023-09-07T07:35:36.572815+0000 mgr.smithi037.ampdkg (mgr.14197) 405 : cluster 0 pgmap v322: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T07:35:38.163 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:35:37 smithi110 bash[31897]: audit 2023-09-07T07:35:36.849582+0000 mon.smithi037 (mon.0) 962 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:35:38.163 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:35:37 smithi110 bash[31897]: audit 2023-09-07T07:35:36.857963+0000 mon.smithi037 (mon.0) 963 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:35:38.163 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:35:37 smithi110 bash[31897]: audit 2023-09-07T07:35:37.610939+0000 mon.smithi037 (mon.0) 964 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:35:38.163 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:35:37 smithi110 bash[31897]: audit 2023-09-07T07:35:37.619825+0000 mon.smithi037 (mon.0) 965 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:35:38.213 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:35:37 smithi037 bash[24115]: cluster 2023-09-07T07:35:36.572815+0000 mgr.smithi037.ampdkg (mgr.14197) 405 : cluster 0 pgmap v322: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T07:35:38.213 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:35:37 smithi037 bash[24115]: audit 2023-09-07T07:35:36.849582+0000 mon.smithi037 (mon.0) 962 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:35:38.214 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:35:37 smithi037 bash[24115]: audit 2023-09-07T07:35:36.857963+0000 mon.smithi037 (mon.0) 963 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:35:38.214 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:35:37 smithi037 bash[24115]: audit 2023-09-07T07:35:37.610939+0000 mon.smithi037 (mon.0) 964 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:35:38.214 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:35:37 smithi037 bash[24115]: audit 2023-09-07T07:35:37.619825+0000 mon.smithi037 (mon.0) 965 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:35:39.162 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:35:38 smithi110 bash[31897]: audit 2023-09-07T07:35:38.147636+0000 mon.smithi037 (mon.0) 966 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:35:39.163 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:35:38 smithi110 bash[31897]: audit 2023-09-07T07:35:38.149470+0000 mon.smithi037 (mon.0) 967 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-07T07:35:39.163 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:35:38 smithi110 bash[31897]: audit 2023-09-07T07:35:38.157959+0000 mon.smithi037 (mon.0) 968 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:35:39.163 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:35:38 smithi110 bash[31897]: audit 2023-09-07T07:35:38.163412+0000 mon.smithi037 (mon.0) 969 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-07T07:35:39.163 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:35:38 smithi110 bash[31897]: audit 2023-09-07T07:35:38.184128+0000 mon.smithi037 (mon.0) 970 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:35:39.164 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:35:38 smithi110 bash[31897]: audit 2023-09-07T07:35:38.372926+0000 mon.smithi037 (mon.0) 971 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:35:39.213 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:35:38 smithi037 bash[24115]: audit 2023-09-07T07:35:38.147636+0000 mon.smithi037 (mon.0) 966 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:35:39.213 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:35:38 smithi037 bash[24115]: audit 2023-09-07T07:35:38.149470+0000 mon.smithi037 (mon.0) 967 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-07T07:35:39.214 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:35:38 smithi037 bash[24115]: audit 2023-09-07T07:35:38.157959+0000 mon.smithi037 (mon.0) 968 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:35:39.214 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:35:38 smithi037 bash[24115]: audit 2023-09-07T07:35:38.163412+0000 mon.smithi037 (mon.0) 969 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-07T07:35:39.214 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:35:38 smithi037 bash[24115]: audit 2023-09-07T07:35:38.184128+0000 mon.smithi037 (mon.0) 970 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:35:39.214 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:35:38 smithi037 bash[24115]: audit 2023-09-07T07:35:38.372926+0000 mon.smithi037 (mon.0) 971 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:35:40.162 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:35:39 smithi110 bash[31897]: cluster 2023-09-07T07:35:38.153106+0000 mgr.smithi037.ampdkg (mgr.14197) 406 : cluster 0 pgmap v323: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 795 B/s rd, 0 op/s 2023-09-07T07:35:40.213 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:35:39 smithi037 bash[24115]: cluster 2023-09-07T07:35:38.153106+0000 mgr.smithi037.ampdkg (mgr.14197) 406 : cluster 0 pgmap v323: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 795 B/s rd, 0 op/s 2023-09-07T07:35:42.162 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:35:41 smithi110 bash[31897]: cluster 2023-09-07T07:35:40.154077+0000 mgr.smithi037.ampdkg (mgr.14197) 407 : cluster 0 pgmap v324: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 530 B/s rd, 0 op/s 2023-09-07T07:35:42.213 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:35:41 smithi037 bash[24115]: cluster 2023-09-07T07:35:40.154077+0000 mgr.smithi037.ampdkg (mgr.14197) 407 : cluster 0 pgmap v324: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 530 B/s rd, 0 op/s 2023-09-07T07:35:44.162 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:35:43 smithi110 bash[31897]: cluster 2023-09-07T07:35:42.154989+0000 mgr.smithi037.ampdkg (mgr.14197) 408 : cluster 0 pgmap v325: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 530 B/s rd, 0 op/s 2023-09-07T07:35:44.214 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:35:43 smithi037 bash[24115]: cluster 2023-09-07T07:35:42.154989+0000 mgr.smithi037.ampdkg (mgr.14197) 408 : cluster 0 pgmap v325: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 530 B/s rd, 0 op/s 2023-09-07T07:35:46.162 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:35:45 smithi110 bash[31897]: cluster 2023-09-07T07:35:44.156105+0000 mgr.smithi037.ampdkg (mgr.14197) 409 : cluster 0 pgmap v326: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 795 B/s rd, 0 op/s 2023-09-07T07:35:46.213 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:35:45 smithi037 bash[24115]: cluster 2023-09-07T07:35:44.156105+0000 mgr.smithi037.ampdkg (mgr.14197) 409 : cluster 0 pgmap v326: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 795 B/s rd, 0 op/s 2023-09-07T07:35:48.162 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:35:47 smithi110 bash[31897]: cluster 2023-09-07T07:35:46.156924+0000 mgr.smithi037.ampdkg (mgr.14197) 410 : cluster 0 pgmap v327: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 530 B/s rd, 0 op/s 2023-09-07T07:35:48.213 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:35:47 smithi037 bash[24115]: cluster 2023-09-07T07:35:46.156924+0000 mgr.smithi037.ampdkg (mgr.14197) 410 : cluster 0 pgmap v327: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 530 B/s rd, 0 op/s 2023-09-07T07:35:50.162 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:35:49 smithi110 bash[31897]: cluster 2023-09-07T07:35:48.158007+0000 mgr.smithi037.ampdkg (mgr.14197) 411 : cluster 0 pgmap v328: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 530 B/s rd, 0 op/s 2023-09-07T07:35:50.213 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:35:49 smithi037 bash[24115]: cluster 2023-09-07T07:35:48.158007+0000 mgr.smithi037.ampdkg (mgr.14197) 411 : cluster 0 pgmap v328: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 530 B/s rd, 0 op/s 2023-09-07T07:35:52.005 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:35:51 smithi037 bash[24115]: cluster 2023-09-07T07:35:50.158972+0000 mgr.smithi037.ampdkg (mgr.14197) 412 : cluster 0 pgmap v329: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2023-09-07T07:35:52.162 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:35:51 smithi110 bash[31897]: cluster 2023-09-07T07:35:50.158972+0000 mgr.smithi037.ampdkg (mgr.14197) 412 : cluster 0 pgmap v329: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2023-09-07T07:35:54.162 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:35:53 smithi110 bash[31897]: cluster 2023-09-07T07:35:52.159957+0000 mgr.smithi037.ampdkg (mgr.14197) 413 : cluster 0 pgmap v330: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T07:35:54.163 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:35:53 smithi110 bash[31897]: audit 2023-09-07T07:35:53.373346+0000 mon.smithi037 (mon.0) 972 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:35:54.213 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:35:53 smithi037 bash[24115]: cluster 2023-09-07T07:35:52.159957+0000 mgr.smithi037.ampdkg (mgr.14197) 413 : cluster 0 pgmap v330: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T07:35:54.213 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:35:53 smithi037 bash[24115]: audit 2023-09-07T07:35:53.373346+0000 mon.smithi037 (mon.0) 972 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:35:56.162 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:35:55 smithi110 bash[31897]: cluster 2023-09-07T07:35:54.161040+0000 mgr.smithi037.ampdkg (mgr.14197) 414 : cluster 0 pgmap v331: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2023-09-07T07:35:56.213 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:35:55 smithi037 bash[24115]: cluster 2023-09-07T07:35:54.161040+0000 mgr.smithi037.ampdkg (mgr.14197) 414 : cluster 0 pgmap v331: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2023-09-07T07:35:57.163 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:35:56 smithi110 bash[31897]: cluster 2023-09-07T07:35:56.161877+0000 mgr.smithi037.ampdkg (mgr.14197) 415 : cluster 0 pgmap v332: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T07:35:57.213 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:35:56 smithi037 bash[24115]: cluster 2023-09-07T07:35:56.161877+0000 mgr.smithi037.ampdkg (mgr.14197) 415 : cluster 0 pgmap v332: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T07:35:59.912 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:35:59 smithi110 bash[31897]: cluster 2023-09-07T07:35:58.162943+0000 mgr.smithi037.ampdkg (mgr.14197) 416 : cluster 0 pgmap v333: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T07:35:59.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:35:59 smithi037 bash[24115]: cluster 2023-09-07T07:35:58.162943+0000 mgr.smithi037.ampdkg (mgr.14197) 416 : cluster 0 pgmap v333: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T07:36:01.912 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:36:01 smithi110 bash[31897]: cluster 2023-09-07T07:36:00.163915+0000 mgr.smithi037.ampdkg (mgr.14197) 417 : cluster 0 pgmap v334: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2023-09-07T07:36:01.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:36:01 smithi037 bash[24115]: cluster 2023-09-07T07:36:00.163915+0000 mgr.smithi037.ampdkg (mgr.14197) 417 : cluster 0 pgmap v334: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2023-09-07T07:36:03.913 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:36:03 smithi110 bash[31897]: cluster 2023-09-07T07:36:02.164873+0000 mgr.smithi037.ampdkg (mgr.14197) 418 : cluster 0 pgmap v335: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T07:36:03.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:36:03 smithi037 bash[24115]: cluster 2023-09-07T07:36:02.164873+0000 mgr.smithi037.ampdkg (mgr.14197) 418 : cluster 0 pgmap v335: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T07:36:05.912 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:36:05 smithi110 bash[31897]: cluster 2023-09-07T07:36:04.166224+0000 mgr.smithi037.ampdkg (mgr.14197) 419 : cluster 0 pgmap v336: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T07:36:05.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:36:05 smithi037 bash[24115]: cluster 2023-09-07T07:36:04.166224+0000 mgr.smithi037.ampdkg (mgr.14197) 419 : cluster 0 pgmap v336: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T07:36:07.912 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:36:07 smithi110 bash[31897]: cluster 2023-09-07T07:36:06.166909+0000 mgr.smithi037.ampdkg (mgr.14197) 420 : cluster 0 pgmap v337: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T07:36:07.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:36:07 smithi037 bash[24115]: cluster 2023-09-07T07:36:06.166909+0000 mgr.smithi037.ampdkg (mgr.14197) 420 : cluster 0 pgmap v337: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T07:36:08.912 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:36:08 smithi110 bash[31897]: audit 2023-09-07T07:36:08.373644+0000 mon.smithi037 (mon.0) 973 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:36:08.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:36:08 smithi037 bash[24115]: audit 2023-09-07T07:36:08.373644+0000 mon.smithi037 (mon.0) 973 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:36:09.912 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:36:09 smithi110 bash[31897]: cluster 2023-09-07T07:36:08.168064+0000 mgr.smithi037.ampdkg (mgr.14197) 421 : cluster 0 pgmap v338: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T07:36:09.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:36:09 smithi037 bash[24115]: cluster 2023-09-07T07:36:08.168064+0000 mgr.smithi037.ampdkg (mgr.14197) 421 : cluster 0 pgmap v338: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T07:36:11.912 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:36:11 smithi110 bash[31897]: cluster 2023-09-07T07:36:10.169072+0000 mgr.smithi037.ampdkg (mgr.14197) 422 : cluster 0 pgmap v339: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T07:36:11.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:36:11 smithi037 bash[24115]: cluster 2023-09-07T07:36:10.169072+0000 mgr.smithi037.ampdkg (mgr.14197) 422 : cluster 0 pgmap v339: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T07:36:13.912 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:36:13 smithi110 bash[31897]: cluster 2023-09-07T07:36:12.170044+0000 mgr.smithi037.ampdkg (mgr.14197) 423 : cluster 0 pgmap v340: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T07:36:13.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:36:13 smithi037 bash[24115]: cluster 2023-09-07T07:36:12.170044+0000 mgr.smithi037.ampdkg (mgr.14197) 423 : cluster 0 pgmap v340: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T07:36:15.912 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:36:15 smithi110 bash[31897]: cluster 2023-09-07T07:36:14.171097+0000 mgr.smithi037.ampdkg (mgr.14197) 424 : cluster 0 pgmap v341: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T07:36:15.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:36:15 smithi037 bash[24115]: cluster 2023-09-07T07:36:14.171097+0000 mgr.smithi037.ampdkg (mgr.14197) 424 : cluster 0 pgmap v341: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T07:36:17.913 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:36:17 smithi110 bash[31897]: cluster 2023-09-07T07:36:16.171883+0000 mgr.smithi037.ampdkg (mgr.14197) 425 : cluster 0 pgmap v342: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T07:36:17.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:36:17 smithi037 bash[24115]: cluster 2023-09-07T07:36:16.171883+0000 mgr.smithi037.ampdkg (mgr.14197) 425 : cluster 0 pgmap v342: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T07:36:19.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:36:19 smithi037 bash[24115]: cluster 2023-09-07T07:36:18.172932+0000 mgr.smithi037.ampdkg (mgr.14197) 426 : cluster 0 pgmap v343: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T07:36:20.162 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:36:19 smithi110 bash[31897]: cluster 2023-09-07T07:36:18.172932+0000 mgr.smithi037.ampdkg (mgr.14197) 426 : cluster 0 pgmap v343: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T07:36:21.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:36:21 smithi037 bash[24115]: cluster 2023-09-07T07:36:20.173884+0000 mgr.smithi037.ampdkg (mgr.14197) 427 : cluster 0 pgmap v344: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T07:36:22.162 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:36:21 smithi110 bash[31897]: cluster 2023-09-07T07:36:20.173884+0000 mgr.smithi037.ampdkg (mgr.14197) 427 : cluster 0 pgmap v344: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T07:36:23.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:36:23 smithi037 bash[24115]: cluster 2023-09-07T07:36:22.174836+0000 mgr.smithi037.ampdkg (mgr.14197) 428 : cluster 0 pgmap v345: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T07:36:23.964 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:36:23 smithi037 bash[24115]: audit 2023-09-07T07:36:23.374053+0000 mon.smithi037 (mon.0) 974 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:36:24.163 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:36:23 smithi110 bash[31897]: cluster 2023-09-07T07:36:22.174836+0000 mgr.smithi037.ampdkg (mgr.14197) 428 : cluster 0 pgmap v345: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T07:36:24.163 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:36:23 smithi110 bash[31897]: audit 2023-09-07T07:36:23.374053+0000 mon.smithi037 (mon.0) 974 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:36:25.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:36:25 smithi037 bash[24115]: cluster 2023-09-07T07:36:24.175938+0000 mgr.smithi037.ampdkg (mgr.14197) 429 : cluster 0 pgmap v346: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T07:36:26.162 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:36:25 smithi110 bash[31897]: cluster 2023-09-07T07:36:24.175938+0000 mgr.smithi037.ampdkg (mgr.14197) 429 : cluster 0 pgmap v346: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T07:36:27.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:36:27 smithi037 bash[24115]: cluster 2023-09-07T07:36:26.176765+0000 mgr.smithi037.ampdkg (mgr.14197) 430 : cluster 0 pgmap v347: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T07:36:28.162 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:36:27 smithi110 bash[31897]: cluster 2023-09-07T07:36:26.176765+0000 mgr.smithi037.ampdkg (mgr.14197) 430 : cluster 0 pgmap v347: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T07:36:29.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:36:29 smithi037 bash[24115]: cluster 2023-09-07T07:36:28.177821+0000 mgr.smithi037.ampdkg (mgr.14197) 431 : cluster 0 pgmap v348: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T07:36:30.162 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:36:29 smithi110 bash[31897]: cluster 2023-09-07T07:36:28.177821+0000 mgr.smithi037.ampdkg (mgr.14197) 431 : cluster 0 pgmap v348: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T07:36:31.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:36:31 smithi037 bash[24115]: cluster 2023-09-07T07:36:30.178793+0000 mgr.smithi037.ampdkg (mgr.14197) 432 : cluster 0 pgmap v349: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T07:36:32.124 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:36:31 smithi110 bash[31897]: cluster 2023-09-07T07:36:30.178793+0000 mgr.smithi037.ampdkg (mgr.14197) 432 : cluster 0 pgmap v349: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T07:36:33.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:36:33 smithi037 bash[24115]: cluster 2023-09-07T07:36:32.179733+0000 mgr.smithi037.ampdkg (mgr.14197) 433 : cluster 0 pgmap v350: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T07:36:34.162 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:36:33 smithi110 bash[31897]: cluster 2023-09-07T07:36:32.179733+0000 mgr.smithi037.ampdkg (mgr.14197) 433 : cluster 0 pgmap v350: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T07:36:35.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:36:35 smithi037 bash[24115]: cluster 2023-09-07T07:36:34.180779+0000 mgr.smithi037.ampdkg (mgr.14197) 434 : cluster 0 pgmap v351: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T07:36:36.162 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:36:35 smithi110 bash[31897]: cluster 2023-09-07T07:36:34.180779+0000 mgr.smithi037.ampdkg (mgr.14197) 434 : cluster 0 pgmap v351: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T07:36:37.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:36:37 smithi037 bash[24115]: cluster 2023-09-07T07:36:36.181555+0000 mgr.smithi037.ampdkg (mgr.14197) 435 : cluster 0 pgmap v352: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T07:36:38.162 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:36:37 smithi110 bash[31897]: cluster 2023-09-07T07:36:36.181555+0000 mgr.smithi037.ampdkg (mgr.14197) 435 : cluster 0 pgmap v352: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T07:36:38.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:36:38 smithi037 bash[24115]: audit 2023-09-07T07:36:38.263287+0000 mon.smithi037 (mon.0) 975 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:36:38.964 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:36:38 smithi037 bash[24115]: audit 2023-09-07T07:36:38.374473+0000 mon.smithi037 (mon.0) 976 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:36:38.964 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:36:38 smithi037 bash[24115]: audit 2023-09-07T07:36:38.643418+0000 mon.smithi037 (mon.0) 977 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:36:38.964 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:36:38 smithi037 bash[24115]: audit 2023-09-07T07:36:38.652140+0000 mon.smithi037 (mon.0) 978 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:36:39.163 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:36:38 smithi110 bash[31897]: audit 2023-09-07T07:36:38.263287+0000 mon.smithi037 (mon.0) 975 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:36:39.163 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:36:38 smithi110 bash[31897]: audit 2023-09-07T07:36:38.374473+0000 mon.smithi037 (mon.0) 976 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:36:39.163 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:36:38 smithi110 bash[31897]: audit 2023-09-07T07:36:38.643418+0000 mon.smithi037 (mon.0) 977 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:36:39.163 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:36:38 smithi110 bash[31897]: audit 2023-09-07T07:36:38.652140+0000 mon.smithi037 (mon.0) 978 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:36:39.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:36:39 smithi037 bash[24115]: cluster 2023-09-07T07:36:38.182643+0000 mgr.smithi037.ampdkg (mgr.14197) 436 : cluster 0 pgmap v353: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T07:36:40.162 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:36:39 smithi110 bash[31897]: cluster 2023-09-07T07:36:38.182643+0000 mgr.smithi037.ampdkg (mgr.14197) 436 : cluster 0 pgmap v353: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T07:36:42.003 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:36:41 smithi037 bash[24115]: cluster 2023-09-07T07:36:40.183550+0000 mgr.smithi037.ampdkg (mgr.14197) 437 : cluster 0 pgmap v354: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T07:36:42.163 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:36:41 smithi110 bash[31897]: cluster 2023-09-07T07:36:40.183550+0000 mgr.smithi037.ampdkg (mgr.14197) 437 : cluster 0 pgmap v354: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T07:36:44.162 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:36:43 smithi110 bash[31897]: cluster 2023-09-07T07:36:42.184484+0000 mgr.smithi037.ampdkg (mgr.14197) 438 : cluster 0 pgmap v355: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T07:36:44.213 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:36:43 smithi037 bash[24115]: cluster 2023-09-07T07:36:42.184484+0000 mgr.smithi037.ampdkg (mgr.14197) 438 : cluster 0 pgmap v355: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T07:36:46.163 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:36:45 smithi110 bash[31897]: cluster 2023-09-07T07:36:44.185501+0000 mgr.smithi037.ampdkg (mgr.14197) 439 : cluster 0 pgmap v356: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T07:36:46.163 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:36:45 smithi110 bash[31897]: audit 2023-09-07T07:36:44.844602+0000 mon.smithi037 (mon.0) 979 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:36:46.163 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:36:45 smithi110 bash[31897]: audit 2023-09-07T07:36:44.852238+0000 mon.smithi037 (mon.0) 980 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:36:46.163 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:36:45 smithi110 bash[31897]: audit 2023-09-07T07:36:45.375826+0000 mon.smithi037 (mon.0) 981 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:36:46.164 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:36:45 smithi110 bash[31897]: audit 2023-09-07T07:36:45.385268+0000 mon.smithi037 (mon.0) 982 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:36:46.213 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:36:45 smithi037 bash[24115]: cluster 2023-09-07T07:36:44.185501+0000 mgr.smithi037.ampdkg (mgr.14197) 439 : cluster 0 pgmap v356: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T07:36:46.213 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:36:45 smithi037 bash[24115]: audit 2023-09-07T07:36:44.844602+0000 mon.smithi037 (mon.0) 979 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:36:46.214 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:36:45 smithi037 bash[24115]: audit 2023-09-07T07:36:44.852238+0000 mon.smithi037 (mon.0) 980 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:36:46.214 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:36:45 smithi037 bash[24115]: audit 2023-09-07T07:36:45.375826+0000 mon.smithi037 (mon.0) 981 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:36:46.214 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:36:45 smithi037 bash[24115]: audit 2023-09-07T07:36:45.385268+0000 mon.smithi037 (mon.0) 982 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:36:46.929 INFO:teuthology.orchestra.run.smithi037.stderr:mount.nfs: mount system call failed 2023-09-07T07:36:46.931 DEBUG:teuthology.orchestra.run:got remote process result: 32 2023-09-07T07:36:46.933 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/run_tasks.py", line 105, in run_tasks manager = run_one_task(taskname, ctx=ctx, config=config) File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_ceph-c_68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb/qa/tasks/vip.py", line 60, in exec remote.run( File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/orchestra/remote.py", line 522, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi037 with status 32: "sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'mount -t nfs 10.0.31.37:/fake /mnt/foo'" 2023-09-07T07:36:47.007 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=32b326a288cf4b278f01696183589ef0 Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/run_tasks.py", line 105, in run_tasks manager = run_one_task(taskname, ctx=ctx, config=config) File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_ceph-c_68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb/qa/tasks/vip.py", line 60, in exec remote.run( File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/orchestra/remote.py", line 522, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi037 with status 32: "sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'mount -t nfs 10.0.31.37:/fake /mnt/foo'" 2023-09-07T07:36:47.010 DEBUG:teuthology.run_tasks:Unwinding manager vip 2023-09-07T07:36:47.021 INFO:tasks.vip:Removing 10.0.15.37 (and any VIPs) on smithi037.front.sepia.ceph.com iface ens1f0... 2023-09-07T07:36:47.022 DEBUG:teuthology.orchestra.run.smithi037:> sudo ip addr del 10.0.15.37/16 dev ens1f0 2023-09-07T07:36:47.026 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:36:46 smithi037 bash[24115]: audit 2023-09-07T07:36:45.857869+0000 mon.smithi037 (mon.0) 983 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:36:47.027 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:36:46 smithi037 bash[24115]: audit 2023-09-07T07:36:45.859812+0000 mon.smithi037 (mon.0) 984 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-07T07:36:47.027 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:36:46 smithi037 bash[24115]: audit 2023-09-07T07:36:45.869903+0000 mon.smithi037 (mon.0) 985 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:36:47.027 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:36:46 smithi037 bash[24115]: audit 2023-09-07T07:36:45.875728+0000 mon.smithi037 (mon.0) 986 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-07T07:36:47.028 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:36:46 smithi037 bash[24115]: audit 2023-09-07T07:36:45.896652+0000 mon.smithi037 (mon.0) 987 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:36:47.046 DEBUG:teuthology.orchestra.run.smithi037:> sudo ip addr del 10.0.31.37/16 dev ens1f0 2023-09-07T07:36:47.107 INFO:tasks.vip:Removing 10.0.15.110 (and any VIPs) on smithi110.front.sepia.ceph.com iface enp3s0f1... 2023-09-07T07:36:47.107 DEBUG:teuthology.orchestra.run.smithi110:> sudo ip addr del 10.0.15.110/16 dev enp3s0f1 2023-09-07T07:36:47.120 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:36:46 smithi110 bash[31897]: audit 2023-09-07T07:36:45.857869+0000 mon.smithi037 (mon.0) 983 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:36:47.121 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:36:46 smithi110 bash[31897]: audit 2023-09-07T07:36:45.859812+0000 mon.smithi037 (mon.0) 984 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-07T07:36:47.121 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:36:46 smithi110 bash[31897]: audit 2023-09-07T07:36:45.869903+0000 mon.smithi037 (mon.0) 985 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:36:47.121 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:36:46 smithi110 bash[31897]: audit 2023-09-07T07:36:45.875728+0000 mon.smithi037 (mon.0) 986 : audit 0 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-07T07:36:47.122 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:36:46 smithi110 bash[31897]: audit 2023-09-07T07:36:45.896652+0000 mon.smithi037 (mon.0) 987 : audit 1 from='mgr.14197 172.21.15.37:0/2261301728' entity='mgr.smithi037.ampdkg' 2023-09-07T07:36:47.124 DEBUG:teuthology.orchestra.run.smithi110:> sudo ip addr del 10.0.31.37/16 dev enp3s0f1 2023-09-07T07:36:47.182 INFO:teuthology.orchestra.run.smithi110.stderr:RTNETLINK answers: Cannot assign requested address 2023-09-07T07:36:47.183 DEBUG:teuthology.orchestra.run:got remote process result: 2 2023-09-07T07:36:47.184 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2023-09-07T07:36:47.233 INFO:tasks.cephadm:Teardown begin 2023-09-07T07:36:47.234 DEBUG:teuthology.orchestra.run.smithi037:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-09-07T07:36:47.252 DEBUG:teuthology.orchestra.run.smithi110:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-09-07T07:36:47.268 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2023-09-07T07:36:47.269 DEBUG:teuthology.orchestra.run.smithi037:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-09-07T07:36:47.307 DEBUG:teuthology.orchestra.run.smithi110:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-09-07T07:36:47.318 INFO:tasks.cephadm:Stopping all daemons... 2023-09-07T07:36:47.318 INFO:tasks.cephadm.mon.smithi037:Stopping mon.smithi037... 2023-09-07T07:36:47.319 DEBUG:teuthology.orchestra.run.smithi037:> sudo systemctl stop ceph-3e964040-4d4f-11ee-9ab5-7b867c8bd7da@mon.smithi037 2023-09-07T07:36:47.675 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:36:47 smithi037 systemd[1]: Stopping Ceph mon.smithi037 for 3e964040-4d4f-11ee-9ab5-7b867c8bd7da... 2023-09-07T07:36:47.675 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:36:47 smithi037 bash[24115]: debug 2023-09-07T07:36:47.529+0000 7f4904aec700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.smithi037 -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 2023-09-07T07:36:47.676 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Sep 07 07:36:47 smithi037 bash[24115]: debug 2023-09-07T07:36:47.529+0000 7f4904aec700 -1 mon.smithi037@0(leader) e2 *** Got Signal Terminated *** 2023-09-07T07:36:48.680 DEBUG:teuthology.orchestra.run.smithi037:> sudo pkill -f 'journalctl -f -n 0 -u ceph-3e964040-4d4f-11ee-9ab5-7b867c8bd7da@mon.smithi037.service' 2023-09-07T07:36:48.738 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-09-07T07:36:48.739 INFO:tasks.cephadm.mon.smithi037:Stopped mon.smithi037 2023-09-07T07:36:48.739 INFO:tasks.cephadm.mon.smithi110:Stopping mon.smithi110... 2023-09-07T07:36:48.740 DEBUG:teuthology.orchestra.run.smithi110:> sudo systemctl stop ceph-3e964040-4d4f-11ee-9ab5-7b867c8bd7da@mon.smithi110 2023-09-07T07:36:49.107 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:36:48 smithi110 systemd[1]: Stopping Ceph mon.smithi110 for 3e964040-4d4f-11ee-9ab5-7b867c8bd7da... 2023-09-07T07:36:49.107 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:36:48 smithi110 bash[31897]: debug 2023-09-07T07:36:48.968+0000 7f0c13530700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.smithi110 -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 2023-09-07T07:36:49.107 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 07 07:36:48 smithi110 bash[31897]: debug 2023-09-07T07:36:48.968+0000 7f0c13530700 -1 mon.smithi110@1(peon) e2 *** Got Signal Terminated *** 2023-09-07T07:36:50.039 DEBUG:teuthology.orchestra.run.smithi110:> sudo pkill -f 'journalctl -f -n 0 -u ceph-3e964040-4d4f-11ee-9ab5-7b867c8bd7da@mon.smithi110.service' 2023-09-07T07:36:50.093 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-09-07T07:36:50.094 INFO:tasks.cephadm.mon.smithi110:Stopped mon.smithi110 2023-09-07T07:36:50.095 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 3e964040-4d4f-11ee-9ab5-7b867c8bd7da --force --keep-logs 2023-09-07T07:38:03.175 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 3e964040-4d4f-11ee-9ab5-7b867c8bd7da --force --keep-logs 2023-09-07T07:38:57.149 DEBUG:teuthology.orchestra.run.smithi037:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-09-07T07:38:57.165 DEBUG:teuthology.orchestra.run.smithi110:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-09-07T07:38:57.180 INFO:tasks.cephadm:Archiving crash dumps... 2023-09-07T07:38:57.182 DEBUG:teuthology.misc:Transferring archived files from smithi037:/var/lib/ceph/3e964040-4d4f-11ee-9ab5-7b867c8bd7da/crash to /home/teuthworker/archive/gabrioux-2023-09-07_07:03:32-orch:cephadm-wip-guits-testing-2-2023-09-05-1426-distro-default-smithi/7390769/remote/smithi037/crash 2023-09-07T07:38:57.184 DEBUG:teuthology.orchestra.run.smithi037:> sudo tar c -f - -C /var/lib/ceph/3e964040-4d4f-11ee-9ab5-7b867c8bd7da/crash -- . 2023-09-07T07:38:57.222 INFO:teuthology.orchestra.run.smithi037.stderr:tar: /var/lib/ceph/3e964040-4d4f-11ee-9ab5-7b867c8bd7da/crash: Cannot open: No such file or directory 2023-09-07T07:38:57.223 INFO:teuthology.orchestra.run.smithi037.stderr:tar: Error is not recoverable: exiting now 2023-09-07T07:38:57.224 DEBUG:teuthology.misc:Transferring archived files from smithi110:/var/lib/ceph/3e964040-4d4f-11ee-9ab5-7b867c8bd7da/crash to /home/teuthworker/archive/gabrioux-2023-09-07_07:03:32-orch:cephadm-wip-guits-testing-2-2023-09-05-1426-distro-default-smithi/7390769/remote/smithi110/crash 2023-09-07T07:38:57.226 DEBUG:teuthology.orchestra.run.smithi110:> sudo tar c -f - -C /var/lib/ceph/3e964040-4d4f-11ee-9ab5-7b867c8bd7da/crash -- . 2023-09-07T07:38:57.239 INFO:teuthology.orchestra.run.smithi110.stderr:tar: /var/lib/ceph/3e964040-4d4f-11ee-9ab5-7b867c8bd7da/crash: Cannot open: No such file or directory 2023-09-07T07:38:57.240 INFO:teuthology.orchestra.run.smithi110.stderr:tar: Error is not recoverable: exiting now 2023-09-07T07:38:57.241 INFO:tasks.cephadm:Checking cluster log for badness... 2023-09-07T07:38:57.241 DEBUG:teuthology.orchestra.run.smithi037:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/3e964040-4d4f-11ee-9ab5-7b867c8bd7da/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2023-09-07T07:38:57.280 INFO:teuthology.orchestra.run.smithi037.stderr:grep: /var/log/ceph/3e964040-4d4f-11ee-9ab5-7b867c8bd7da/ceph.log: No such file or directory 2023-09-07T07:38:57.282 INFO:tasks.cephadm:Compressing logs... 2023-09-07T07:38:57.283 DEBUG:teuthology.orchestra.run.smithi037:> sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-09-07T07:38:57.327 DEBUG:teuthology.orchestra.run.smithi110:> sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-09-07T07:38:57.341 INFO:teuthology.orchestra.run.smithi037.stderr:find: '/var/log/rbd-target-api': No such file or directory 2023-09-07T07:38:57.344 INFO:teuthology.orchestra.run.smithi110.stderr:find: '/var/log/rbd-target-api': No such file or directory 2023-09-07T07:38:58.884 INFO:tasks.cephadm:Archiving logs... 2023-09-07T07:38:58.884 DEBUG:teuthology.misc:Transferring archived files from smithi037:/var/log/ceph to /home/teuthworker/archive/gabrioux-2023-09-07_07:03:32-orch:cephadm-wip-guits-testing-2-2023-09-05-1426-distro-default-smithi/7390769/remote/smithi037/log 2023-09-07T07:38:58.886 DEBUG:teuthology.orchestra.run.smithi037:> sudo tar c -f - -C /var/log/ceph -- . 2023-09-07T07:38:59.140 DEBUG:teuthology.misc:Transferring archived files from smithi110:/var/log/ceph to /home/teuthworker/archive/gabrioux-2023-09-07_07:03:32-orch:cephadm-wip-guits-testing-2-2023-09-05-1426-distro-default-smithi/7390769/remote/smithi110/log 2023-09-07T07:38:59.141 DEBUG:teuthology.orchestra.run.smithi110:> sudo tar c -f - -C /var/log/ceph -- . 2023-09-07T07:38:59.303 INFO:tasks.cephadm:Removing cluster... 2023-09-07T07:38:59.303 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 3e964040-4d4f-11ee-9ab5-7b867c8bd7da --force 2023-09-07T07:39:00.630 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 3e964040-4d4f-11ee-9ab5-7b867c8bd7da --force 2023-09-07T07:39:01.935 INFO:tasks.cephadm:Removing cephadm ... 2023-09-07T07:39:01.936 DEBUG:teuthology.orchestra.run.smithi037:> rm -rf /home/ubuntu/cephtest/cephadm 2023-09-07T07:39:01.943 DEBUG:teuthology.orchestra.run.smithi110:> rm -rf /home/ubuntu/cephtest/cephadm 2023-09-07T07:39:01.951 INFO:tasks.cephadm:Teardown complete 2023-09-07T07:39:01.951 DEBUG:teuthology.run_tasks:Unwinding manager nvme_loop 2023-09-07T07:39:01.962 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi037:/dev/vg_nvme/lv_1... 2023-09-07T07:39:01.962 DEBUG:teuthology.orchestra.run.smithi037:> sudo nvme disconnect -n lv_1 2023-09-07T07:39:02.286 INFO:teuthology.orchestra.run.smithi037.stdout:NQN:lv_1 disconnected 1 controller(s) 2023-09-07T07:39:02.287 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-09-07T07:39:02.288 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi037:/dev/vg_nvme/lv_2... 2023-09-07T07:39:02.288 DEBUG:teuthology.orchestra.run.smithi037:> sudo nvme disconnect -n lv_2 2023-09-07T07:39:02.590 INFO:teuthology.orchestra.run.smithi037.stdout:NQN:lv_2 disconnected 1 controller(s) 2023-09-07T07:39:02.591 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-09-07T07:39:02.592 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi037:/dev/vg_nvme/lv_3... 2023-09-07T07:39:02.592 DEBUG:teuthology.orchestra.run.smithi037:> sudo nvme disconnect -n lv_3 2023-09-07T07:39:02.878 INFO:teuthology.orchestra.run.smithi037.stdout:NQN:lv_3 disconnected 1 controller(s) 2023-09-07T07:39:02.879 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-09-07T07:39:02.880 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi037:/dev/vg_nvme/lv_4... 2023-09-07T07:39:02.880 DEBUG:teuthology.orchestra.run.smithi037:> sudo nvme disconnect -n lv_4 2023-09-07T07:39:03.194 INFO:teuthology.orchestra.run.smithi037.stdout:NQN:lv_4 disconnected 1 controller(s) 2023-09-07T07:39:03.195 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-09-07T07:39:03.196 DEBUG:teuthology.orchestra.run.smithi037:> set -ex 2023-09-07T07:39:03.196 DEBUG:teuthology.orchestra.run.smithi037:> sudo dd of=/scratch_devs 2023-09-07T07:39:03.211 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi110:/dev/vg_nvme/lv_1... 2023-09-07T07:39:03.212 DEBUG:teuthology.orchestra.run.smithi110:> sudo nvme disconnect -n lv_1 2023-09-07T07:39:03.545 INFO:teuthology.orchestra.run.smithi110.stdout:NQN:lv_1 disconnected 1 controller(s) 2023-09-07T07:39:03.546 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-09-07T07:39:03.547 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi110:/dev/vg_nvme/lv_2... 2023-09-07T07:39:03.548 DEBUG:teuthology.orchestra.run.smithi110:> sudo nvme disconnect -n lv_2 2023-09-07T07:39:03.841 INFO:teuthology.orchestra.run.smithi110.stdout:NQN:lv_2 disconnected 1 controller(s) 2023-09-07T07:39:03.842 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-09-07T07:39:03.843 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi110:/dev/vg_nvme/lv_3... 2023-09-07T07:39:03.843 DEBUG:teuthology.orchestra.run.smithi110:> sudo nvme disconnect -n lv_3 2023-09-07T07:39:04.133 INFO:teuthology.orchestra.run.smithi110.stdout:NQN:lv_3 disconnected 1 controller(s) 2023-09-07T07:39:04.135 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-09-07T07:39:04.135 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi110:/dev/vg_nvme/lv_4... 2023-09-07T07:39:04.136 DEBUG:teuthology.orchestra.run.smithi110:> sudo nvme disconnect -n lv_4 2023-09-07T07:39:04.433 INFO:teuthology.orchestra.run.smithi110.stdout:NQN:lv_4 disconnected 1 controller(s) 2023-09-07T07:39:04.434 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-09-07T07:39:04.435 DEBUG:teuthology.orchestra.run.smithi110:> set -ex 2023-09-07T07:39:04.435 DEBUG:teuthology.orchestra.run.smithi110:> sudo dd of=/scratch_devs 2023-09-07T07:39:04.450 DEBUG:teuthology.run_tasks:Unwinding manager clock 2023-09-07T07:39:04.461 INFO:teuthology.task.clock:Checking final clock skew... 2023-09-07T07:39:04.462 DEBUG:teuthology.orchestra.run.smithi037:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-09-07T07:39:04.464 DEBUG:teuthology.orchestra.run.smithi110:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-09-07T07:39:04.481 INFO:teuthology.orchestra.run.smithi037.stdout: remote refid st t when poll reach delay offset jitter 2023-09-07T07:39:04.482 INFO:teuthology.orchestra.run.smithi037.stdout:============================================================================== 2023-09-07T07:39:04.482 INFO:teuthology.orchestra.run.smithi037.stdout:*hv01.front.sepi 44.4.53.2 2 u 36 64 377 0.097 2.514 1.148 2023-09-07T07:39:04.483 INFO:teuthology.orchestra.run.smithi037.stdout:+hv02.front.sepi 63.231.80.2 3 u 37 64 377 0.082 4.443 1.372 2023-09-07T07:39:04.483 INFO:teuthology.orchestra.run.smithi037.stdout:+hv03.front.sepi 74.6.168.72 3 u 51 64 377 0.091 0.927 1.035 2023-09-07T07:39:04.485 INFO:teuthology.orchestra.run.smithi037.stdout: hv04.front.sepi .INIT. 16 u - 512 0 0.000 0.000 0.000 2023-09-07T07:39:04.512 INFO:teuthology.orchestra.run.smithi110.stdout: remote refid st t when poll reach delay offset jitter 2023-09-07T07:39:04.512 INFO:teuthology.orchestra.run.smithi110.stdout:============================================================================== 2023-09-07T07:39:04.513 INFO:teuthology.orchestra.run.smithi110.stdout:*hv01.front.sepi 44.4.53.2 2 u 35 64 377 0.073 0.403 1.398 2023-09-07T07:39:04.513 INFO:teuthology.orchestra.run.smithi110.stdout:+hv02.front.sepi 63.231.80.2 3 u 37 64 377 0.076 3.325 0.766 2023-09-07T07:39:04.513 INFO:teuthology.orchestra.run.smithi110.stdout:+hv03.front.sepi 74.6.168.72 3 u 36 64 377 0.081 1.991 1.087 2023-09-07T07:39:04.514 INFO:teuthology.orchestra.run.smithi110.stdout: hv04.front.sepi .INIT. 16 u - 512 0 0.000 0.000 0.000 2023-09-07T07:39:04.515 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-09-07T07:39:04.526 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-09-07T07:39:04.526 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-09-07T07:39:04.538 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-09-07T07:39:04.548 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-09-07T07:39:04.558 INFO:teuthology.task.internal:Duration was 1373.530654 seconds 2023-09-07T07:39:04.559 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-09-07T07:39:04.569 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-09-07T07:39:04.569 DEBUG:teuthology.orchestra.run.smithi037:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-09-07T07:39:04.572 DEBUG:teuthology.orchestra.run.smithi110:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-09-07T07:39:04.617 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-09-07T07:39:04.618 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi037.front.sepia.ceph.com 2023-09-07T07:39:04.618 DEBUG:teuthology.orchestra.run.smithi037:> 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 2023-09-07T07:39:04.675 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi110.front.sepia.ceph.com 2023-09-07T07:39:04.676 DEBUG:teuthology.orchestra.run.smithi110:> 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 2023-09-07T07:39:04.694 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-09-07T07:39:04.694 DEBUG:teuthology.orchestra.run.smithi037:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-09-07T07:39:04.719 DEBUG:teuthology.orchestra.run.smithi110:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-09-07T07:39:04.781 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-09-07T07:39:04.782 DEBUG:teuthology.orchestra.run.smithi037:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-09-07T07:39:04.784 DEBUG:teuthology.orchestra.run.smithi110:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-09-07T07:39:04.893 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-09-07T07:39:04.908 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-09-07T07:39:04.909 DEBUG:teuthology.orchestra.run.smithi037:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-09-07T07:39:04.926 DEBUG:teuthology.orchestra.run.smithi110:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-09-07T07:39:04.942 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-09-07T07:39:04.958 DEBUG:teuthology.orchestra.run.smithi037:> 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 2023-09-07T07:39:04.971 DEBUG:teuthology.orchestra.run.smithi110:> 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 2023-09-07T07:39:04.983 INFO:teuthology.orchestra.run.smithi037.stdout:kernel.core_pattern = core 2023-09-07T07:39:04.998 INFO:teuthology.orchestra.run.smithi110.stdout:kernel.core_pattern = core 2023-09-07T07:39:05.026 DEBUG:teuthology.orchestra.run.smithi037:> test -e /home/ubuntu/cephtest/archive/coredump 2023-09-07T07:39:05.066 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-09-07T07:39:05.067 DEBUG:teuthology.orchestra.run.smithi110:> test -e /home/ubuntu/cephtest/archive/coredump 2023-09-07T07:39:05.074 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-09-07T07:39:05.075 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-09-07T07:39:05.087 INFO:teuthology.task.internal:Transferring archived files... 2023-09-07T07:39:05.088 DEBUG:teuthology.misc:Transferring archived files from smithi037:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/gabrioux-2023-09-07_07:03:32-orch:cephadm-wip-guits-testing-2-2023-09-05-1426-distro-default-smithi/7390769/remote/smithi037 2023-09-07T07:39:05.089 DEBUG:teuthology.orchestra.run.smithi037:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-09-07T07:39:05.141 DEBUG:teuthology.misc:Transferring archived files from smithi110:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/gabrioux-2023-09-07_07:03:32-orch:cephadm-wip-guits-testing-2-2023-09-05-1426-distro-default-smithi/7390769/remote/smithi110 2023-09-07T07:39:05.142 DEBUG:teuthology.orchestra.run.smithi110:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-09-07T07:39:05.166 INFO:teuthology.task.internal:Removing archive directory... 2023-09-07T07:39:05.167 DEBUG:teuthology.orchestra.run.smithi037:> rm -rf -- /home/ubuntu/cephtest/archive 2023-09-07T07:39:05.179 DEBUG:teuthology.orchestra.run.smithi110:> rm -rf -- /home/ubuntu/cephtest/archive 2023-09-07T07:39:05.211 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-09-07T07:39:05.226 INFO:teuthology.task.internal:Not uploading archives. 2023-09-07T07:39:05.226 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-09-07T07:39:05.238 INFO:teuthology.task.internal:Tidying up after the test... 2023-09-07T07:39:05.238 DEBUG:teuthology.orchestra.run.smithi037:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-09-07T07:39:05.241 DEBUG:teuthology.orchestra.run.smithi110:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-09-07T07:39:05.247 INFO:teuthology.orchestra.run.smithi037.stdout: 1048609 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 7 07:39 /home/ubuntu/cephtest 2023-09-07T07:39:05.259 INFO:teuthology.orchestra.run.smithi110.stdout: 1048617 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 7 07:39 /home/ubuntu/cephtest 2023-09-07T07:39:05.261 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-09-07T07:39:05.273 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-09-07T07:39:05.297 INFO:teuthology.nuke:Checking targets against current locks 2023-09-07T07:39:05.323 DEBUG:teuthology.nuke:shortname: smithi037 2023-09-07T07:39:05.324 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-09-07T07:39:05.348 DEBUG:teuthology.nuke:shortname: smithi110 2023-09-07T07:39:05.349 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-09-07T07:39:05.352 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi037.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2023-09-07_07:03:32-orch:cephadm-wip-guits-testing-2-2023-09-05-1426-distro-default-smithi/7390769', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '20.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-09-07 07:07:22.278994', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFyT/r7xuKfmg50w0OdQebr4A/ptJo1Zk6DyZNZNZM/q5rW+sznh+wvHqeT3e4YtCdZLaXyvMms8o8u8H5nXOYM='} 2023-09-07T07:39:05.373 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi110.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2023-09-07_07:03:32-orch:cephadm-wip-guits-testing-2-2023-09-05-1426-distro-default-smithi/7390769', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '20.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-09-07 07:07:22.280581', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFyT/r7xuKfmg50w0OdQebr4A/ptJo1Zk6DyZNZNZM/q5rW+sznh+wvHqeT3e4YtCdZLaXyvMms8o8u8H5nXOYM='} 2023-09-07T07:39:05.405 INFO:teuthology.orchestra.console.smithi037:Power off 2023-09-07T07:39:05.406 DEBUG:teuthology.orchestra.console.smithi037:pexpect command: ipmitool -H smithi037.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-09-07T07:39:05.421 INFO:teuthology.orchestra.console.smithi110:Power off 2023-09-07T07:39:05.422 DEBUG:teuthology.orchestra.console.smithi110:pexpect command: ipmitool -H smithi110.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-09-07T07:39:05.431 DEBUG:teuthology.orchestra.console.smithi037:power off output: Chassis Power Control: Down/Off 2023-09-07T07:39:05.431 DEBUG:teuthology.orchestra.console.smithi037:pexpect command: ipmitool -H smithi037.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-09-07T07:39:05.443 DEBUG:teuthology.orchestra.console.smithi110:power off output: Chassis Power Control: Down/Off 2023-09-07T07:39:05.444 DEBUG:teuthology.orchestra.console.smithi110:pexpect command: ipmitool -H smithi110.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-09-07T07:39:05.455 DEBUG:teuthology.orchestra.console.smithi037:check power output: Chassis Power is on 2023-09-07T07:39:05.469 DEBUG:teuthology.orchestra.console.smithi110:check power output: Chassis Power is on 2023-09-07T07:39:09.457 DEBUG:teuthology.orchestra.console.smithi037:pexpect command: ipmitool -H smithi037.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-09-07T07:39:09.470 DEBUG:teuthology.orchestra.console.smithi110:pexpect command: ipmitool -H smithi110.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-09-07T07:39:09.568 DEBUG:teuthology.orchestra.console.smithi037:check power output: Chassis Power is on 2023-09-07T07:39:09.579 DEBUG:teuthology.orchestra.console.smithi110:check power output: Chassis Power is on 2023-09-07T07:39:13.574 DEBUG:teuthology.orchestra.console.smithi037:pexpect command: ipmitool -H smithi037.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-09-07T07:39:13.582 DEBUG:teuthology.orchestra.console.smithi110:pexpect command: ipmitool -H smithi110.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-09-07T07:39:13.684 DEBUG:teuthology.orchestra.console.smithi037:check power output: Chassis Power is on 2023-09-07T07:39:13.692 DEBUG:teuthology.orchestra.console.smithi110:check power output: Chassis Power is on 2023-09-07T07:39:17.690 DEBUG:teuthology.orchestra.console.smithi037:pexpect command: ipmitool -H smithi037.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-09-07T07:39:17.698 DEBUG:teuthology.orchestra.console.smithi110:pexpect command: ipmitool -H smithi110.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-09-07T07:39:17.800 DEBUG:teuthology.orchestra.console.smithi037:check power output: Chassis Power is off 2023-09-07T07:39:17.807 DEBUG:teuthology.orchestra.console.smithi110:check power output: Chassis Power is off 2023-09-07T07:39:17.902 INFO:teuthology.orchestra.console.smithi037:Power off completed 2023-09-07T07:39:17.908 INFO:teuthology.orchestra.console.smithi110:Power off completed 2023-09-07T07:39:18.012 INFO:teuthology.run:Summary data: description: orch:cephadm/smoke-roleless/{0-distro/ubuntu_20.04 0-nvme-loop 1-start 2-services/nfs-ingress 3-final} duration: 1373.5306544303894 failure_reason: 'Command failed on smithi037 with status 32: "sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c ''mount -t nfs 10.0.31.37:/fake /mnt/foo''"' owner: scheduled_gabrioux@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=32b326a288cf4b278f01696183589ef0 status: fail success: false 2023-09-07T07:39:18.013 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-09-07T07:39:18.082 INFO:teuthology.run:FAIL