2023-01-25T10:02:15.438 INFO:root:teuthology version: 0.0.1.dev22+g8e1bba1 2023-01-25T10:02:15.439 DEBUG:teuthology.run:Teuthology command: teuthology --owner scheduled_yuriw@teuthology --name yuriw-2023-01-24_22:27:30-rados-wip-yuri6-testing-2023-01-24-0746-distro-default-smithi --description rados/cephadm/osds/{0-distro/ubuntu_20.04 0-nvme-loop 1-start 2-ops/rm-zap-add} --archive /home/teuthworker/archive/yuriw-2023-01-24_22:27:30-rados-wip-yuri6-testing-2023-01-24-0746-distro-default-smithi/7137226 --verbose -- /home/teuthworker/archive/yuriw-2023-01-24_22:27:30-rados-wip-yuri6-testing-2023-01-24-0746-distro-default-smithi/7137226/orig.config.yaml 2023-01-25T10:02:15.469 DEBUG:teuthology.report:Pushing job info to http://paddles.front.sepia.ceph.com/ 2023-01-25T10:02:15.530 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2023-01-24_22:27:30-rados-wip-yuri6-testing-2023-01-24-0746-distro-default-smithi/7137226 branch: wip-yuri6-testing-2023-01-24-0746 description: rados/cephadm/osds/{0-distro/ubuntu_20.04 0-nvme-loop 1-start 2-ops/rm-zap-add} email: yweinstein@radhat.com first_in_suite: false job_id: '7137226' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2023-01-24_22:27:30-rados-wip-yuri6-testing-2023-01-24-0746-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-yuri6-testing-2023-01-24-0746 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: 44e4095da12a8269eb6cfe163cbb0d00b1a6412c ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: osd default pool size: 2 install: ceph: flavor: default sha1: 44e4095da12a8269eb6cfe163cbb0d00b1a6412c kernel: hwe: true workunit: branch: wip-yuri6-testing-2023-01-24-0746 sha1: 44e4095da12a8269eb6cfe163cbb0d00b1a6412c owner: scheduled_yuriw@teuthology priority: 71 repo: https://github.com/ceph/ceph-ci.git roles: - - host.a - client.0 - - host.b - client.1 sha1: 44e4095da12a8269eb6cfe163cbb0d00b1a6412c sleep_before_teardown: 0 suite: rados suite_branch: wip-yuri6-testing-2023-01-24-0746 suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_44e4095da12a8269eb6cfe163cbb0d00b1a6412c/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: 44e4095da12a8269eb6cfe163cbb0d00b1a6412c targets: smithi064.front.sepia.ceph.com: ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGETOy3xONfbx7kUFCNiUtRLNfkcrcEsWzPdq6Np/6Bw smithi146.front.sepia.ceph.com: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCwINnmi+N3LgR9ET61cABYBnDJDAAQE1klaPINljTOvitiIM3/5ICam+qurn41RkfyLPz4uwE1yDyHeI7QBKChMImagaJPfltOSsFsTn67ifp6uunrBJblDzycEd7/lJfdMwBn8dApfOw5SSnVdpzpaKWGNpPqshrinViULNhTz2PMAkza/R7qM6v4qqKKxQx/yVi8/Lt03nxO672k5WH/Wkz7KHX4nwyeTelksSojH9SBt4yR4WpLbMjuFX33Ag14KBWr9YQ30L5/h7VtBLQL+2c7sq3Bnll5zj8H+sIa0hOHmwR5sxs4cVs6Eb4Cblr6xTs0Q9vQefWDDYNL4qRpuj1NO+bW1xGcALK9TujCJ0/fdcMLQ0/r4QukVxSE1j6frwWwo/u8lxTTp/wbNVU14w+37ppSvzcPbOD5FNnCu4PMHgrtqp02ggncjqMYpHvxXoQ53JPn84XfXX04vWf5emRMQ76T0NvWW0jYtj7x7ex7l/iEGUGHVnaOmjLqij0= 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 - ceph orch ls | grep '^osd.all-available-devices ' - cephadm.shell: host.a: - 'set -e set -x ceph orch ps ceph orch device ls DEVID=$(ceph device ls | grep osd.1 | awk ''{print $1}'') HOST=$(ceph orch device ls | grep $DEVID | awk ''{print $1}'') DEV=$(ceph orch device ls | grep $DEVID | awk ''{print $2}'') echo "host $HOST, dev $DEV, devid $DEVID" ceph orch osd rm 1 while ceph orch osd rm status | grep ^1 ; do sleep 5 ; done ceph orch device zap $HOST $DEV --force ceph orch daemon add osd $HOST:$DEV while ! ceph osd dump | grep osd.1 | grep up ; do sleep 5 ; done ' teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: 8e1bba12e584b7ae912e92e94afe9c075ab51fa3 timestamp: 2023-01-24_22:27:30 tube: smithi user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.17735 2023-01-25T10:02:15.530 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_44e4095da12a8269eb6cfe163cbb0d00b1a6412c/qa; will attempt to use it 2023-01-25T10:02:15.531 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_44e4095da12a8269eb6cfe163cbb0d00b1a6412c/qa/tasks 2023-01-25T10:02:15.532 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-01-25T10:02:15.533 INFO:teuthology.task.internal:Checking packages... 2023-01-25T10:02:15.562 INFO:teuthology.task.internal:Checking packages for os_type 'ubuntu', flavor 'default' and ceph hash '44e4095da12a8269eb6cfe163cbb0d00b1a6412c' 2023-01-25T10:02:15.562 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-01-25T10:02:15.562 INFO:teuthology.packaging:ref: None 2023-01-25T10:02:15.563 INFO:teuthology.packaging:tag: None 2023-01-25T10:02:15.563 INFO:teuthology.packaging:branch: wip-yuri6-testing-2023-01-24-0746 2023-01-25T10:02:15.563 INFO:teuthology.packaging:sha1: 44e4095da12a8269eb6cfe163cbb0d00b1a6412c 2023-01-25T10:02:15.564 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F20.04%2Fx86_64&ref=wip-yuri6-testing-2023-01-24-0746 2023-01-25T10:02:15.718 INFO:teuthology.task.internal:Found packages for ceph version 18.0.0-1986-g44e4095d-1focal 2023-01-25T10:02:15.719 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-01-25T10:02:15.725 INFO:teuthology.task.internal:no buildpackages task found 2023-01-25T10:02:15.726 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-01-25T10:02:15.743 INFO:teuthology.task.internal:Saving configuration 2023-01-25T10:02:15.754 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-01-25T10:02:15.761 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-01-25T10:02:15.782 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi064.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-01-24_22:27:30-rados-wip-yuri6-testing-2023-01-24-0746-distro-default-smithi/7137226', '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-01-25 09:56:14.808457', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGETOy3xONfbx7kUFCNiUtRLNfkcrcEsWzPdq6Np/6Bw'} 2023-01-25T10:02:15.804 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi146.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-01-24_22:27:30-rados-wip-yuri6-testing-2023-01-24-0746-distro-default-smithi/7137226', '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-01-25 09:56:14.807172', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGETOy3xONfbx7kUFCNiUtRLNfkcrcEsWzPdq6Np/6Bw'} 2023-01-25T10:02:15.805 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-01-25T10:02:15.811 INFO:teuthology.task.internal:roles: ubuntu@smithi064.front.sepia.ceph.com - ['host.a', 'client.0'] 2023-01-25T10:02:15.811 INFO:teuthology.task.internal:roles: ubuntu@smithi146.front.sepia.ceph.com - ['host.b', 'client.1'] 2023-01-25T10:02:15.811 INFO:teuthology.run_tasks:Running task console_log... 2023-01-25T10:02:15.875 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f0bd5c6d670>, signals=[15]) 2023-01-25T10:02:15.876 INFO:teuthology.run_tasks:Running task internal.connect... 2023-01-25T10:02:15.884 INFO:teuthology.task.internal:Opening connections... 2023-01-25T10:02:15.885 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi064.front.sepia.ceph.com 2023-01-25T10:02:15.886 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi064.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-01-25T10:02:15.937 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi146.front.sepia.ceph.com 2023-01-25T10:02:15.938 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi146.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-01-25T10:02:15.991 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-01-25T10:02:15.997 DEBUG:teuthology.orchestra.run.smithi064:> uname -m 2023-01-25T10:02:16.020 INFO:teuthology.orchestra.run.smithi064.stdout:x86_64 2023-01-25T10:02:16.020 DEBUG:teuthology.orchestra.run.smithi064:> cat /etc/os-release 2023-01-25T10:02:16.070 INFO:teuthology.orchestra.run.smithi064.stdout:NAME="Ubuntu" 2023-01-25T10:02:16.070 INFO:teuthology.orchestra.run.smithi064.stdout:VERSION="20.04.4 LTS (Focal Fossa)" 2023-01-25T10:02:16.071 INFO:teuthology.orchestra.run.smithi064.stdout:ID=ubuntu 2023-01-25T10:02:16.071 INFO:teuthology.orchestra.run.smithi064.stdout:ID_LIKE=debian 2023-01-25T10:02:16.071 INFO:teuthology.orchestra.run.smithi064.stdout:PRETTY_NAME="Ubuntu 20.04.4 LTS" 2023-01-25T10:02:16.071 INFO:teuthology.orchestra.run.smithi064.stdout:VERSION_ID="20.04" 2023-01-25T10:02:16.072 INFO:teuthology.orchestra.run.smithi064.stdout:HOME_URL="https://www.ubuntu.com/" 2023-01-25T10:02:16.073 INFO:teuthology.orchestra.run.smithi064.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2023-01-25T10:02:16.073 INFO:teuthology.orchestra.run.smithi064.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2023-01-25T10:02:16.073 INFO:teuthology.orchestra.run.smithi064.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2023-01-25T10:02:16.073 INFO:teuthology.orchestra.run.smithi064.stdout:VERSION_CODENAME=focal 2023-01-25T10:02:16.074 INFO:teuthology.orchestra.run.smithi064.stdout:UBUNTU_CODENAME=focal 2023-01-25T10:02:16.074 INFO:teuthology.lock.ops:Updating smithi064.front.sepia.ceph.com on lock server 2023-01-25T10:02:16.098 DEBUG:teuthology.orchestra.run.smithi146:> uname -m 2023-01-25T10:02:16.105 INFO:teuthology.orchestra.run.smithi146.stdout:x86_64 2023-01-25T10:02:16.106 DEBUG:teuthology.orchestra.run.smithi146:> cat /etc/os-release 2023-01-25T10:02:16.112 INFO:teuthology.orchestra.run.smithi146.stdout:NAME="Ubuntu" 2023-01-25T10:02:16.112 INFO:teuthology.orchestra.run.smithi146.stdout:VERSION="20.04.4 LTS (Focal Fossa)" 2023-01-25T10:02:16.113 INFO:teuthology.orchestra.run.smithi146.stdout:ID=ubuntu 2023-01-25T10:02:16.113 INFO:teuthology.orchestra.run.smithi146.stdout:ID_LIKE=debian 2023-01-25T10:02:16.113 INFO:teuthology.orchestra.run.smithi146.stdout:PRETTY_NAME="Ubuntu 20.04.4 LTS" 2023-01-25T10:02:16.113 INFO:teuthology.orchestra.run.smithi146.stdout:VERSION_ID="20.04" 2023-01-25T10:02:16.113 INFO:teuthology.orchestra.run.smithi146.stdout:HOME_URL="https://www.ubuntu.com/" 2023-01-25T10:02:16.114 INFO:teuthology.orchestra.run.smithi146.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2023-01-25T10:02:16.114 INFO:teuthology.orchestra.run.smithi146.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2023-01-25T10:02:16.114 INFO:teuthology.orchestra.run.smithi146.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2023-01-25T10:02:16.114 INFO:teuthology.orchestra.run.smithi146.stdout:VERSION_CODENAME=focal 2023-01-25T10:02:16.114 INFO:teuthology.orchestra.run.smithi146.stdout:UBUNTU_CODENAME=focal 2023-01-25T10:02:16.115 INFO:teuthology.lock.ops:Updating smithi146.front.sepia.ceph.com on lock server 2023-01-25T10:02:16.132 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-01-25T10:02:16.142 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-01-25T10:02:16.147 INFO:teuthology.task.internal:Checking for old test directory... 2023-01-25T10:02:16.148 DEBUG:teuthology.orchestra.run.smithi064:> test '!' -e /home/ubuntu/cephtest 2023-01-25T10:02:16.151 DEBUG:teuthology.orchestra.run.smithi146:> test '!' -e /home/ubuntu/cephtest 2023-01-25T10:02:16.159 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-01-25T10:02:16.166 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-01-25T10:02:16.166 DEBUG:teuthology.orchestra.run.smithi064:> test -z $(ls -A /var/lib/ceph) 2023-01-25T10:02:16.169 DEBUG:teuthology.orchestra.run.smithi146:> test -z $(ls -A /var/lib/ceph) 2023-01-25T10:02:16.187 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-01-25T10:02:16.244 INFO:teuthology.run_tasks:Running task kernel... 2023-01-25T10:02:16.263 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-01-25T10:02:16.264 INFO:teuthology.task.kernel:normalize config orig: {'hwe': True} 2023-01-25T10:02:16.264 DEBUG:teuthology.task.kernel:normalized overrides {'host.a': {'hwe': True}, 'client.0': {'hwe': True}, 'host.b': {'hwe': True}, 'client.1': {'hwe': True}} 2023-01-25T10:02:16.264 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro', 'hwe': True}, 'host.b': {'kdb': True, 'sha1': 'distro', 'hwe': True}}, timeout 300 2023-01-25T10:02:16.265 DEBUG:teuthology.orchestra.run.smithi064:> test -f /run/.containerenv -o -f /.dockerenv 2023-01-25T10:02:16.266 DEBUG:teuthology.orchestra.run.smithi146:> test -f /run/.containerenv -o -f /.dockerenv 2023-01-25T10:02:16.271 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-01-25T10:02:16.272 DEBUG:teuthology.orchestra.run.smithi064:> uname -r 2023-01-25T10:02:16.272 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-01-25T10:02:16.273 DEBUG:teuthology.orchestra.run.smithi146:> uname -r 2023-01-25T10:02:16.280 INFO:teuthology.orchestra.run.smithi064.stdout:5.4.0-124-generic 2023-01-25T10:02:16.280 INFO:teuthology.task.kernel:Running kernel on smithi064: 5.4.0-124-generic 2023-01-25T10:02:16.281 DEBUG:teuthology.orchestra.run.smithi064:> sudo apt-get clean 2023-01-25T10:02:16.282 INFO:teuthology.orchestra.run.smithi146.stdout:5.4.0-124-generic 2023-01-25T10:02:16.282 INFO:teuthology.task.kernel:Running kernel on smithi146: 5.4.0-124-generic 2023-01-25T10:02:16.282 DEBUG:teuthology.orchestra.run.smithi146:> sudo apt-get clean 2023-01-25T10:02:16.387 DEBUG:teuthology.orchestra.run.smithi146:> sudo apt-get update 2023-01-25T10:02:16.395 DEBUG:teuthology.orchestra.run.smithi064:> sudo apt-get update 2023-01-25T10:02:16.568 INFO:teuthology.orchestra.run.smithi146.stdout:Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease 2023-01-25T10:02:16.569 INFO:teuthology.orchestra.run.smithi146.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB] 2023-01-25T10:02:16.569 INFO:teuthology.orchestra.run.smithi146.stdout:Get:3 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB] 2023-01-25T10:02:16.626 INFO:teuthology.orchestra.run.smithi146.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease [108 kB] 2023-01-25T10:02:16.708 INFO:teuthology.orchestra.run.smithi064.stdout:Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease 2023-01-25T10:02:16.708 INFO:teuthology.orchestra.run.smithi064.stdout:Get:2 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB] 2023-01-25T10:02:16.777 INFO:teuthology.orchestra.run.smithi064.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB] 2023-01-25T10:02:16.938 INFO:teuthology.orchestra.run.smithi146.stdout:Get:5 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [1,960 kB] 2023-01-25T10:02:17.083 INFO:teuthology.orchestra.run.smithi146.stdout:Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main i386 Packages [780 kB] 2023-01-25T10:02:17.084 INFO:teuthology.orchestra.run.smithi146.stdout:Get:7 http://security.ubuntu.com/ubuntu focal-security/main i386 Packages [543 kB] 2023-01-25T10:02:17.096 INFO:teuthology.orchestra.run.smithi146.stdout:Get:8 http://security.ubuntu.com/ubuntu focal-security/main Translation-en [320 kB] 2023-01-25T10:02:17.098 INFO:teuthology.orchestra.run.smithi146.stdout:Get:9 http://security.ubuntu.com/ubuntu focal-security/main amd64 c-n-f Metadata [11.7 kB] 2023-01-25T10:02:17.098 INFO:teuthology.orchestra.run.smithi146.stdout:Get:10 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [1,463 kB] 2023-01-25T10:02:17.110 INFO:teuthology.orchestra.run.smithi146.stdout:Get:11 http://security.ubuntu.com/ubuntu focal-security/restricted i386 Packages [29.1 kB] 2023-01-25T10:02:17.110 INFO:teuthology.orchestra.run.smithi146.stdout:Get:12 http://security.ubuntu.com/ubuntu focal-security/restricted Translation-en [207 kB] 2023-01-25T10:02:17.112 INFO:teuthology.orchestra.run.smithi146.stdout:Get:13 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 c-n-f Metadata [624 B] 2023-01-25T10:02:17.112 INFO:teuthology.orchestra.run.smithi146.stdout:Get:14 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [787 kB] 2023-01-25T10:02:17.118 INFO:teuthology.orchestra.run.smithi146.stdout:Get:15 http://security.ubuntu.com/ubuntu focal-security/universe i386 Packages [576 kB] 2023-01-25T10:02:17.122 INFO:teuthology.orchestra.run.smithi146.stdout:Get:16 http://security.ubuntu.com/ubuntu focal-security/universe Translation-en [152 kB] 2023-01-25T10:02:17.123 INFO:teuthology.orchestra.run.smithi146.stdout:Get:17 http://security.ubuntu.com/ubuntu focal-security/universe amd64 c-n-f Metadata [16.9 kB] 2023-01-25T10:02:17.151 INFO:teuthology.orchestra.run.smithi146.stdout:Get:18 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [2,359 kB] 2023-01-25T10:02:17.162 INFO:teuthology.orchestra.run.smithi064.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease [108 kB] 2023-01-25T10:02:17.187 INFO:teuthology.orchestra.run.smithi146.stdout:Get:19 http://archive.ubuntu.com/ubuntu focal-updates/main Translation-en [404 kB] 2023-01-25T10:02:17.191 INFO:teuthology.orchestra.run.smithi146.stdout:Get:20 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 c-n-f Metadata [16.2 kB] 2023-01-25T10:02:17.191 INFO:teuthology.orchestra.run.smithi146.stdout:Get:21 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [1,560 kB] 2023-01-25T10:02:17.200 INFO:teuthology.orchestra.run.smithi146.stdout:Get:22 http://archive.ubuntu.com/ubuntu focal-updates/restricted i386 Packages [30.4 kB] 2023-01-25T10:02:17.200 INFO:teuthology.orchestra.run.smithi146.stdout:Get:23 http://archive.ubuntu.com/ubuntu focal-updates/restricted Translation-en [220 kB] 2023-01-25T10:02:17.202 INFO:teuthology.orchestra.run.smithi146.stdout:Get:24 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 c-n-f Metadata [620 B] 2023-01-25T10:02:17.202 INFO:teuthology.orchestra.run.smithi146.stdout:Get:25 http://archive.ubuntu.com/ubuntu focal-updates/universe i386 Packages [708 kB] 2023-01-25T10:02:17.207 INFO:teuthology.orchestra.run.smithi146.stdout:Get:26 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1,019 kB] 2023-01-25T10:02:17.213 INFO:teuthology.orchestra.run.smithi146.stdout:Get:27 http://archive.ubuntu.com/ubuntu focal-updates/universe Translation-en [236 kB] 2023-01-25T10:02:17.214 INFO:teuthology.orchestra.run.smithi146.stdout:Get:28 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 c-n-f Metadata [23.4 kB] 2023-01-25T10:02:17.221 INFO:teuthology.orchestra.run.smithi146.stdout:Get:29 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [25.2 kB] 2023-01-25T10:02:17.221 INFO:teuthology.orchestra.run.smithi146.stdout:Get:30 http://archive.ubuntu.com/ubuntu focal-updates/multiverse Translation-en [7,408 B] 2023-01-25T10:02:17.221 INFO:teuthology.orchestra.run.smithi146.stdout:Get:31 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 c-n-f Metadata [604 B] 2023-01-25T10:02:17.222 INFO:teuthology.orchestra.run.smithi146.stdout:Get:32 http://archive.ubuntu.com/ubuntu focal-backports/universe i386 Packages [13.8 kB] 2023-01-25T10:02:17.222 INFO:teuthology.orchestra.run.smithi146.stdout:Get:33 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [24.9 kB] 2023-01-25T10:02:17.222 INFO:teuthology.orchestra.run.smithi146.stdout:Get:34 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 c-n-f Metadata [880 B] 2023-01-25T10:02:17.231 INFO:teuthology.orchestra.run.smithi064.stdout:Get:5 http://security.ubuntu.com/ubuntu focal-security/main i386 Packages [543 kB] 2023-01-25T10:02:17.375 INFO:teuthology.orchestra.run.smithi064.stdout:Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main i386 Packages [780 kB] 2023-01-25T10:02:17.579 INFO:teuthology.orchestra.run.smithi064.stdout:Get:7 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [1,960 kB] 2023-01-25T10:02:17.724 INFO:teuthology.orchestra.run.smithi064.stdout:Get:8 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [2,359 kB] 2023-01-25T10:02:17.780 INFO:teuthology.orchestra.run.smithi064.stdout:Get:9 http://security.ubuntu.com/ubuntu focal-security/main Translation-en [320 kB] 2023-01-25T10:02:17.796 INFO:teuthology.orchestra.run.smithi064.stdout:Get:10 http://security.ubuntu.com/ubuntu focal-security/main amd64 c-n-f Metadata [11.7 kB] 2023-01-25T10:02:17.797 INFO:teuthology.orchestra.run.smithi064.stdout:Get:11 http://security.ubuntu.com/ubuntu focal-security/restricted i386 Packages [29.1 kB] 2023-01-25T10:02:17.798 INFO:teuthology.orchestra.run.smithi064.stdout:Get:12 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [1,463 kB] 2023-01-25T10:02:17.865 INFO:teuthology.orchestra.run.smithi064.stdout:Get:13 http://security.ubuntu.com/ubuntu focal-security/restricted Translation-en [207 kB] 2023-01-25T10:02:17.870 INFO:teuthology.orchestra.run.smithi064.stdout:Get:14 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 c-n-f Metadata [624 B] 2023-01-25T10:02:17.871 INFO:teuthology.orchestra.run.smithi064.stdout:Get:15 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [787 kB] 2023-01-25T10:02:17.891 INFO:teuthology.orchestra.run.smithi064.stdout:Get:16 http://security.ubuntu.com/ubuntu focal-security/universe i386 Packages [576 kB] 2023-01-25T10:02:17.903 INFO:teuthology.orchestra.run.smithi064.stdout:Get:17 http://security.ubuntu.com/ubuntu focal-security/universe Translation-en [152 kB] 2023-01-25T10:02:17.906 INFO:teuthology.orchestra.run.smithi064.stdout:Get:18 http://security.ubuntu.com/ubuntu focal-security/universe amd64 c-n-f Metadata [16.9 kB] 2023-01-25T10:02:17.911 INFO:teuthology.orchestra.run.smithi064.stdout:Get:19 http://archive.ubuntu.com/ubuntu focal-updates/main Translation-en [404 kB] 2023-01-25T10:02:17.926 INFO:teuthology.orchestra.run.smithi064.stdout:Get:20 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 c-n-f Metadata [16.2 kB] 2023-01-25T10:02:17.926 INFO:teuthology.orchestra.run.smithi064.stdout:Get:21 http://archive.ubuntu.com/ubuntu focal-updates/restricted i386 Packages [30.4 kB] 2023-01-25T10:02:17.927 INFO:teuthology.orchestra.run.smithi064.stdout:Get:22 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [1,560 kB] 2023-01-25T10:02:17.984 INFO:teuthology.orchestra.run.smithi064.stdout:Get:23 http://archive.ubuntu.com/ubuntu focal-updates/restricted Translation-en [220 kB] 2023-01-25T10:02:17.990 INFO:teuthology.orchestra.run.smithi064.stdout:Get:24 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 c-n-f Metadata [620 B] 2023-01-25T10:02:17.991 INFO:teuthology.orchestra.run.smithi064.stdout:Get:25 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1,019 kB] 2023-01-25T10:02:18.022 INFO:teuthology.orchestra.run.smithi064.stdout:Get:26 http://archive.ubuntu.com/ubuntu focal-updates/universe i386 Packages [708 kB] 2023-01-25T10:02:18.035 INFO:teuthology.orchestra.run.smithi064.stdout:Get:27 http://archive.ubuntu.com/ubuntu focal-updates/universe Translation-en [236 kB] 2023-01-25T10:02:18.041 INFO:teuthology.orchestra.run.smithi064.stdout:Get:28 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 c-n-f Metadata [23.4 kB] 2023-01-25T10:02:18.082 INFO:teuthology.orchestra.run.smithi064.stdout:Get:29 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [25.2 kB] 2023-01-25T10:02:18.083 INFO:teuthology.orchestra.run.smithi064.stdout:Get:30 http://archive.ubuntu.com/ubuntu focal-updates/multiverse Translation-en [7,408 B] 2023-01-25T10:02:18.084 INFO:teuthology.orchestra.run.smithi064.stdout:Get:31 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 c-n-f Metadata [604 B] 2023-01-25T10:02:18.084 INFO:teuthology.orchestra.run.smithi064.stdout:Get:32 http://archive.ubuntu.com/ubuntu focal-backports/universe i386 Packages [13.8 kB] 2023-01-25T10:02:18.084 INFO:teuthology.orchestra.run.smithi064.stdout:Get:33 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [24.9 kB] 2023-01-25T10:02:18.097 INFO:teuthology.orchestra.run.smithi064.stdout:Get:34 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 c-n-f Metadata [880 B] 2023-01-25T10:02:20.520 INFO:teuthology.orchestra.run.smithi146.stdout:Fetched 13.8 MB in 2s (6,538 kB/s) 2023-01-25T10:02:21.236 INFO:teuthology.orchestra.run.smithi064.stdout:Fetched 13.8 MB in 3s (4,948 kB/s) 2023-01-25T10:02:21.940 INFO:teuthology.orchestra.run.smithi146.stdout:Reading package lists... 2023-01-25T10:02:21.964 DEBUG:teuthology.orchestra.run.smithi146:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic-hwe-20.04 2023-01-25T10:02:22.048 INFO:teuthology.orchestra.run.smithi146.stdout:Reading package lists... 2023-01-25T10:02:22.216 INFO:teuthology.orchestra.run.smithi146.stdout:Building dependency tree... 2023-01-25T10:02:22.217 INFO:teuthology.orchestra.run.smithi146.stdout:Reading state information... 2023-01-25T10:02:22.366 INFO:teuthology.orchestra.run.smithi146.stdout:The following additional packages will be installed: 2023-01-25T10:02:22.366 INFO:teuthology.orchestra.run.smithi146.stdout: libdbus-glib-1-2 libevdev2 libimobiledevice6 libplist3 libupower-glib3 2023-01-25T10:02:22.367 INFO:teuthology.orchestra.run.smithi146.stdout: libusbmuxd6 linux-image-5.15.0-58-generic linux-modules-5.15.0-58-generic 2023-01-25T10:02:22.367 INFO:teuthology.orchestra.run.smithi146.stdout: linux-modules-extra-5.15.0-58-generic thermald upower usbmuxd 2023-01-25T10:02:22.368 INFO:teuthology.orchestra.run.smithi146.stdout:Suggested packages: 2023-01-25T10:02:22.368 INFO:teuthology.orchestra.run.smithi146.stdout: libusbmuxd-tools fdutils linux-doc | linux-hwe-5.15-source-5.15.0 2023-01-25T10:02:22.368 INFO:teuthology.orchestra.run.smithi146.stdout: linux-hwe-5.15-tools linux-headers-5.15.0-58-generic 2023-01-25T10:02:22.430 INFO:teuthology.orchestra.run.smithi146.stdout:The following NEW packages will be installed: 2023-01-25T10:02:22.431 INFO:teuthology.orchestra.run.smithi146.stdout: libdbus-glib-1-2 libevdev2 libimobiledevice6 libplist3 libupower-glib3 2023-01-25T10:02:22.431 INFO:teuthology.orchestra.run.smithi146.stdout: libusbmuxd6 linux-image-5.15.0-58-generic linux-image-generic-hwe-20.04 2023-01-25T10:02:22.432 INFO:teuthology.orchestra.run.smithi146.stdout: linux-modules-5.15.0-58-generic linux-modules-extra-5.15.0-58-generic 2023-01-25T10:02:22.432 INFO:teuthology.orchestra.run.smithi146.stdout: thermald upower usbmuxd 2023-01-25T10:02:22.485 INFO:teuthology.orchestra.run.smithi146.stdout:0 upgraded, 13 newly installed, 0 to remove and 132 not upgraded. 2023-01-25T10:02:22.486 INFO:teuthology.orchestra.run.smithi146.stdout:Need to get 90.3 MB of archives. 2023-01-25T10:02:22.486 INFO:teuthology.orchestra.run.smithi146.stdout:After this operation, 485 MB of additional disk space will be used. 2023-01-25T10:02:22.486 INFO:teuthology.orchestra.run.smithi146.stdout:Get:1 http://archive.ubuntu.com/ubuntu focal/main amd64 libdbus-glib-1-2 amd64 0.110-5fakssync1 [59.1 kB] 2023-01-25T10:02:22.543 INFO:teuthology.orchestra.run.smithi146.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal/main amd64 libplist3 amd64 2.1.0-4build2 [31.6 kB] 2023-01-25T10:02:22.548 INFO:teuthology.orchestra.run.smithi146.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal/main amd64 libusbmuxd6 amd64 2.0.1-2 [19.1 kB] 2023-01-25T10:02:22.552 INFO:teuthology.orchestra.run.smithi146.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal/main amd64 libimobiledevice6 amd64 1.2.1~git20191129.9f79242-1build1 [65.2 kB] 2023-01-25T10:02:22.568 INFO:teuthology.orchestra.run.smithi146.stdout:Get:5 http://archive.ubuntu.com/ubuntu focal/main amd64 libupower-glib3 amd64 0.99.11-1build2 [43.2 kB] 2023-01-25T10:02:22.574 INFO:teuthology.orchestra.run.smithi146.stdout:Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-modules-5.15.0-58-generic amd64 5.15.0-58.64~20.04.1 [20.5 MB] 2023-01-25T10:02:22.632 INFO:teuthology.orchestra.run.smithi064.stdout:Reading package lists... 2023-01-25T10:02:22.658 DEBUG:teuthology.orchestra.run.smithi064:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic-hwe-20.04 2023-01-25T10:02:22.727 INFO:teuthology.orchestra.run.smithi064.stdout:Reading package lists... 2023-01-25T10:02:22.858 INFO:teuthology.orchestra.run.smithi146.stdout:Get:7 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-image-5.15.0-58-generic amd64 5.15.0-58.64~20.04.1 [11.3 MB] 2023-01-25T10:02:22.919 INFO:teuthology.orchestra.run.smithi064.stdout:Building dependency tree... 2023-01-25T10:02:22.920 INFO:teuthology.orchestra.run.smithi064.stdout:Reading state information... 2023-01-25T10:02:22.995 INFO:teuthology.orchestra.run.smithi146.stdout:Get:8 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-modules-extra-5.15.0-58-generic amd64 5.15.0-58.64~20.04.1 [57.8 MB] 2023-01-25T10:02:23.092 INFO:teuthology.orchestra.run.smithi064.stdout:The following additional packages will be installed: 2023-01-25T10:02:23.092 INFO:teuthology.orchestra.run.smithi064.stdout: libdbus-glib-1-2 libevdev2 libimobiledevice6 libplist3 libupower-glib3 2023-01-25T10:02:23.092 INFO:teuthology.orchestra.run.smithi064.stdout: libusbmuxd6 linux-image-5.15.0-58-generic linux-modules-5.15.0-58-generic 2023-01-25T10:02:23.093 INFO:teuthology.orchestra.run.smithi064.stdout: linux-modules-extra-5.15.0-58-generic thermald upower usbmuxd 2023-01-25T10:02:23.093 INFO:teuthology.orchestra.run.smithi064.stdout:Suggested packages: 2023-01-25T10:02:23.093 INFO:teuthology.orchestra.run.smithi064.stdout: libusbmuxd-tools fdutils linux-doc | linux-hwe-5.15-source-5.15.0 2023-01-25T10:02:23.094 INFO:teuthology.orchestra.run.smithi064.stdout: linux-hwe-5.15-tools linux-headers-5.15.0-58-generic 2023-01-25T10:02:23.158 INFO:teuthology.orchestra.run.smithi064.stdout:The following NEW packages will be installed: 2023-01-25T10:02:23.158 INFO:teuthology.orchestra.run.smithi064.stdout: libdbus-glib-1-2 libevdev2 libimobiledevice6 libplist3 libupower-glib3 2023-01-25T10:02:23.158 INFO:teuthology.orchestra.run.smithi064.stdout: libusbmuxd6 linux-image-5.15.0-58-generic linux-image-generic-hwe-20.04 2023-01-25T10:02:23.159 INFO:teuthology.orchestra.run.smithi064.stdout: linux-modules-5.15.0-58-generic linux-modules-extra-5.15.0-58-generic 2023-01-25T10:02:23.159 INFO:teuthology.orchestra.run.smithi064.stdout: thermald upower usbmuxd 2023-01-25T10:02:23.361 INFO:teuthology.orchestra.run.smithi064.stdout:0 upgraded, 13 newly installed, 0 to remove and 132 not upgraded. 2023-01-25T10:02:23.361 INFO:teuthology.orchestra.run.smithi064.stdout:Need to get 90.3 MB of archives. 2023-01-25T10:02:23.361 INFO:teuthology.orchestra.run.smithi064.stdout:After this operation, 485 MB of additional disk space will be used. 2023-01-25T10:02:23.361 INFO:teuthology.orchestra.run.smithi064.stdout:Get:1 http://archive.ubuntu.com/ubuntu focal/main amd64 libdbus-glib-1-2 amd64 0.110-5fakssync1 [59.1 kB] 2023-01-25T10:02:23.666 INFO:teuthology.orchestra.run.smithi064.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal/main amd64 libplist3 amd64 2.1.0-4build2 [31.6 kB] 2023-01-25T10:02:23.699 INFO:teuthology.orchestra.run.smithi064.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal/main amd64 libusbmuxd6 amd64 2.0.1-2 [19.1 kB] 2023-01-25T10:02:23.719 INFO:teuthology.orchestra.run.smithi064.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal/main amd64 libimobiledevice6 amd64 1.2.1~git20191129.9f79242-1build1 [65.2 kB] 2023-01-25T10:02:23.725 INFO:teuthology.orchestra.run.smithi146.stdout:Get:9 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-image-generic-hwe-20.04 amd64 5.15.0.58.64~20.04.24 [2,840 B] 2023-01-25T10:02:23.726 INFO:teuthology.orchestra.run.smithi146.stdout:Get:10 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libevdev2 amd64 1.9.0+dfsg-1ubuntu0.2 [31.6 kB] 2023-01-25T10:02:23.726 INFO:teuthology.orchestra.run.smithi146.stdout:Get:11 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 thermald amd64 1.9.1-1ubuntu0.6 [233 kB] 2023-01-25T10:02:23.732 INFO:teuthology.orchestra.run.smithi146.stdout:Get:12 http://archive.ubuntu.com/ubuntu focal/main amd64 upower amd64 0.99.11-1build2 [104 kB] 2023-01-25T10:02:23.734 INFO:teuthology.orchestra.run.smithi146.stdout:Get:13 http://archive.ubuntu.com/ubuntu focal/main amd64 usbmuxd amd64 1.1.1~git20191130.9af2b12-1 [38.4 kB] 2023-01-25T10:02:23.802 INFO:teuthology.orchestra.run.smithi064.stdout:Get:5 http://archive.ubuntu.com/ubuntu focal/main amd64 libupower-glib3 amd64 0.99.11-1build2 [43.2 kB] 2023-01-25T10:02:23.843 INFO:teuthology.orchestra.run.smithi064.stdout:Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-modules-5.15.0-58-generic amd64 5.15.0-58.64~20.04.1 [20.5 MB] 2023-01-25T10:02:24.381 INFO:teuthology.orchestra.run.smithi146.stdout:Fetched 90.3 MB in 1s (69.7 MB/s) 2023-01-25T10:02:24.592 INFO:teuthology.orchestra.run.smithi146.stdout:Selecting previously unselected package libdbus-glib-1-2:amd64. 2023-01-25T10:02:24.836 INFO:teuthology.orchestra.run.smithi064.stdout:Get:7 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-image-5.15.0-58-generic amd64 5.15.0-58.64~20.04.1 [11.3 MB] 2023-01-25T10:02:25.151 INFO:teuthology.orchestra.run.smithi064.stdout:Get:8 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-modules-extra-5.15.0-58-generic amd64 5.15.0-58.64~20.04.1 [57.8 MB] 2023-01-25T10:02:26.314 INFO:teuthology.orchestra.run.smithi146.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-01-25T10:02:26.318 INFO:teuthology.orchestra.run.smithi146.stdout:Preparing to unpack .../00-libdbus-glib-1-2_0.110-5fakssync1_amd64.deb ... 2023-01-25T10:02:26.497 INFO:teuthology.orchestra.run.smithi146.stdout:Unpacking libdbus-glib-1-2:amd64 (0.110-5fakssync1) ... 2023-01-25T10:02:26.859 INFO:teuthology.orchestra.run.smithi146.stdout:Selecting previously unselected package libplist3:amd64. 2023-01-25T10:02:26.874 INFO:teuthology.orchestra.run.smithi146.stdout:Preparing to unpack .../01-libplist3_2.1.0-4build2_amd64.deb ... 2023-01-25T10:02:26.934 INFO:teuthology.orchestra.run.smithi146.stdout:Unpacking libplist3:amd64 (2.1.0-4build2) ... 2023-01-25T10:02:27.173 INFO:teuthology.orchestra.run.smithi064.stdout:Get:9 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-image-generic-hwe-20.04 amd64 5.15.0.58.64~20.04.24 [2,840 B] 2023-01-25T10:02:27.173 INFO:teuthology.orchestra.run.smithi064.stdout:Get:10 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libevdev2 amd64 1.9.0+dfsg-1ubuntu0.2 [31.6 kB] 2023-01-25T10:02:27.241 INFO:teuthology.orchestra.run.smithi064.stdout:Get:11 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 thermald amd64 1.9.1-1ubuntu0.6 [233 kB] 2023-01-25T10:02:27.247 INFO:teuthology.orchestra.run.smithi064.stdout:Get:12 http://archive.ubuntu.com/ubuntu focal/main amd64 upower amd64 0.99.11-1build2 [104 kB] 2023-01-25T10:02:27.249 INFO:teuthology.orchestra.run.smithi064.stdout:Get:13 http://archive.ubuntu.com/ubuntu focal/main amd64 usbmuxd amd64 1.1.1~git20191130.9af2b12-1 [38.4 kB] 2023-01-25T10:02:27.295 INFO:teuthology.orchestra.run.smithi146.stdout:Selecting previously unselected package libusbmuxd6:amd64. 2023-01-25T10:02:27.308 INFO:teuthology.orchestra.run.smithi146.stdout:Preparing to unpack .../02-libusbmuxd6_2.0.1-2_amd64.deb ... 2023-01-25T10:02:27.345 INFO:teuthology.orchestra.run.smithi146.stdout:Unpacking libusbmuxd6:amd64 (2.0.1-2) ... 2023-01-25T10:02:27.714 INFO:teuthology.orchestra.run.smithi146.stdout:Selecting previously unselected package libimobiledevice6:amd64. 2023-01-25T10:02:27.727 INFO:teuthology.orchestra.run.smithi146.stdout:Preparing to unpack .../03-libimobiledevice6_1.2.1~git20191129.9f79242-1build1_amd64.deb ... 2023-01-25T10:02:27.768 INFO:teuthology.orchestra.run.smithi146.stdout:Unpacking libimobiledevice6:amd64 (1.2.1~git20191129.9f79242-1build1) ... 2023-01-25T10:02:27.895 INFO:teuthology.orchestra.run.smithi064.stdout:Fetched 90.3 MB in 4s (22.1 MB/s) 2023-01-25T10:02:28.074 INFO:teuthology.orchestra.run.smithi064.stdout:Selecting previously unselected package libdbus-glib-1-2:amd64. 2023-01-25T10:02:28.268 INFO:teuthology.orchestra.run.smithi146.stdout:Selecting previously unselected package libupower-glib3:amd64. 2023-01-25T10:02:28.282 INFO:teuthology.orchestra.run.smithi146.stdout:Preparing to unpack .../04-libupower-glib3_0.99.11-1build2_amd64.deb ... 2023-01-25T10:02:28.325 INFO:teuthology.orchestra.run.smithi146.stdout:Unpacking libupower-glib3:amd64 (0.99.11-1build2) ... 2023-01-25T10:02:28.670 INFO:teuthology.orchestra.run.smithi146.stdout:Selecting previously unselected package linux-modules-5.15.0-58-generic. 2023-01-25T10:02:28.683 INFO:teuthology.orchestra.run.smithi146.stdout:Preparing to unpack .../05-linux-modules-5.15.0-58-generic_5.15.0-58.64~20.04.1_amd64.deb ... 2023-01-25T10:02:28.728 INFO:teuthology.orchestra.run.smithi146.stdout:Unpacking linux-modules-5.15.0-58-generic (5.15.0-58.64~20.04.1) ... 2023-01-25T10:02:29.764 INFO:teuthology.orchestra.run.smithi064.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-01-25T10:02:29.769 INFO:teuthology.orchestra.run.smithi064.stdout:Preparing to unpack .../00-libdbus-glib-1-2_0.110-5fakssync1_amd64.deb ... 2023-01-25T10:02:29.888 INFO:teuthology.orchestra.run.smithi064.stdout:Unpacking libdbus-glib-1-2:amd64 (0.110-5fakssync1) ... 2023-01-25T10:02:30.266 INFO:teuthology.orchestra.run.smithi064.stdout:Selecting previously unselected package libplist3:amd64. 2023-01-25T10:02:30.280 INFO:teuthology.orchestra.run.smithi064.stdout:Preparing to unpack .../01-libplist3_2.1.0-4build2_amd64.deb ... 2023-01-25T10:02:30.325 INFO:teuthology.orchestra.run.smithi064.stdout:Unpacking libplist3:amd64 (2.1.0-4build2) ... 2023-01-25T10:02:30.802 INFO:teuthology.orchestra.run.smithi064.stdout:Selecting previously unselected package libusbmuxd6:amd64. 2023-01-25T10:02:30.816 INFO:teuthology.orchestra.run.smithi064.stdout:Preparing to unpack .../02-libusbmuxd6_2.0.1-2_amd64.deb ... 2023-01-25T10:02:30.961 INFO:teuthology.orchestra.run.smithi064.stdout:Unpacking libusbmuxd6:amd64 (2.0.1-2) ... 2023-01-25T10:02:31.245 INFO:teuthology.orchestra.run.smithi146.stdout:Selecting previously unselected package linux-image-5.15.0-58-generic. 2023-01-25T10:02:31.261 INFO:teuthology.orchestra.run.smithi146.stdout:Preparing to unpack .../06-linux-image-5.15.0-58-generic_5.15.0-58.64~20.04.1_amd64.deb ... 2023-01-25T10:02:31.368 INFO:teuthology.orchestra.run.smithi146.stdout:Unpacking linux-image-5.15.0-58-generic (5.15.0-58.64~20.04.1) ... 2023-01-25T10:02:31.372 INFO:teuthology.orchestra.run.smithi064.stdout:Selecting previously unselected package libimobiledevice6:amd64. 2023-01-25T10:02:31.385 INFO:teuthology.orchestra.run.smithi064.stdout:Preparing to unpack .../03-libimobiledevice6_1.2.1~git20191129.9f79242-1build1_amd64.deb ... 2023-01-25T10:02:31.421 INFO:teuthology.orchestra.run.smithi064.stdout:Unpacking libimobiledevice6:amd64 (1.2.1~git20191129.9f79242-1build1) ... 2023-01-25T10:02:31.733 INFO:teuthology.orchestra.run.smithi064.stdout:Selecting previously unselected package libupower-glib3:amd64. 2023-01-25T10:02:31.747 INFO:teuthology.orchestra.run.smithi064.stdout:Preparing to unpack .../04-libupower-glib3_0.99.11-1build2_amd64.deb ... 2023-01-25T10:02:31.792 INFO:teuthology.orchestra.run.smithi064.stdout:Unpacking libupower-glib3:amd64 (0.99.11-1build2) ... 2023-01-25T10:02:31.898 INFO:teuthology.orchestra.run.smithi146.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-58-generic. 2023-01-25T10:02:31.912 INFO:teuthology.orchestra.run.smithi146.stdout:Preparing to unpack .../07-linux-modules-extra-5.15.0-58-generic_5.15.0-58.64~20.04.1_amd64.deb ... 2023-01-25T10:02:31.956 INFO:teuthology.orchestra.run.smithi146.stdout:Unpacking linux-modules-extra-5.15.0-58-generic (5.15.0-58.64~20.04.1) ... 2023-01-25T10:02:32.144 INFO:teuthology.orchestra.run.smithi064.stdout:Selecting previously unselected package linux-modules-5.15.0-58-generic. 2023-01-25T10:02:32.157 INFO:teuthology.orchestra.run.smithi064.stdout:Preparing to unpack .../05-linux-modules-5.15.0-58-generic_5.15.0-58.64~20.04.1_amd64.deb ... 2023-01-25T10:02:32.195 INFO:teuthology.orchestra.run.smithi064.stdout:Unpacking linux-modules-5.15.0-58-generic (5.15.0-58.64~20.04.1) ... 2023-01-25T10:02:34.678 INFO:teuthology.orchestra.run.smithi064.stdout:Selecting previously unselected package linux-image-5.15.0-58-generic. 2023-01-25T10:02:34.692 INFO:teuthology.orchestra.run.smithi064.stdout:Preparing to unpack .../06-linux-image-5.15.0-58-generic_5.15.0-58.64~20.04.1_amd64.deb ... 2023-01-25T10:02:34.796 INFO:teuthology.orchestra.run.smithi064.stdout:Unpacking linux-image-5.15.0-58-generic (5.15.0-58.64~20.04.1) ... 2023-01-25T10:02:35.389 INFO:teuthology.orchestra.run.smithi064.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-58-generic. 2023-01-25T10:02:35.403 INFO:teuthology.orchestra.run.smithi064.stdout:Preparing to unpack .../07-linux-modules-extra-5.15.0-58-generic_5.15.0-58.64~20.04.1_amd64.deb ... 2023-01-25T10:02:35.447 INFO:teuthology.orchestra.run.smithi064.stdout:Unpacking linux-modules-extra-5.15.0-58-generic (5.15.0-58.64~20.04.1) ... 2023-01-25T10:02:38.638 INFO:teuthology.orchestra.run.smithi146.stdout:Selecting previously unselected package linux-image-generic-hwe-20.04. 2023-01-25T10:02:38.656 INFO:teuthology.orchestra.run.smithi146.stdout:Preparing to unpack .../08-linux-image-generic-hwe-20.04_5.15.0.58.64~20.04.24_amd64.deb ... 2023-01-25T10:02:38.696 INFO:teuthology.orchestra.run.smithi146.stdout:Unpacking linux-image-generic-hwe-20.04 (5.15.0.58.64~20.04.24) ... 2023-01-25T10:02:39.024 INFO:teuthology.orchestra.run.smithi146.stdout:Selecting previously unselected package libevdev2:amd64. 2023-01-25T10:02:39.037 INFO:teuthology.orchestra.run.smithi146.stdout:Preparing to unpack .../09-libevdev2_1.9.0+dfsg-1ubuntu0.2_amd64.deb ... 2023-01-25T10:02:39.073 INFO:teuthology.orchestra.run.smithi146.stdout:Unpacking libevdev2:amd64 (1.9.0+dfsg-1ubuntu0.2) ... 2023-01-25T10:02:39.451 INFO:teuthology.orchestra.run.smithi146.stdout:Selecting previously unselected package thermald. 2023-01-25T10:02:39.465 INFO:teuthology.orchestra.run.smithi146.stdout:Preparing to unpack .../10-thermald_1.9.1-1ubuntu0.6_amd64.deb ... 2023-01-25T10:02:39.510 INFO:teuthology.orchestra.run.smithi146.stdout:Unpacking thermald (1.9.1-1ubuntu0.6) ... 2023-01-25T10:02:40.056 INFO:teuthology.orchestra.run.smithi146.stdout:Selecting previously unselected package upower. 2023-01-25T10:02:40.070 INFO:teuthology.orchestra.run.smithi146.stdout:Preparing to unpack .../11-upower_0.99.11-1build2_amd64.deb ... 2023-01-25T10:02:40.133 INFO:teuthology.orchestra.run.smithi146.stdout:Unpacking upower (0.99.11-1build2) ... 2023-01-25T10:02:40.527 INFO:teuthology.orchestra.run.smithi146.stdout:Selecting previously unselected package usbmuxd. 2023-01-25T10:02:40.543 INFO:teuthology.orchestra.run.smithi146.stdout:Preparing to unpack .../12-usbmuxd_1.1.1~git20191130.9af2b12-1_amd64.deb ... 2023-01-25T10:02:40.585 INFO:teuthology.orchestra.run.smithi146.stdout:Unpacking usbmuxd (1.1.1~git20191130.9af2b12-1) ... 2023-01-25T10:02:40.909 INFO:teuthology.orchestra.run.smithi146.stdout:Setting up libplist3:amd64 (2.1.0-4build2) ... 2023-01-25T10:02:41.031 INFO:teuthology.orchestra.run.smithi146.stdout:Setting up libdbus-glib-1-2:amd64 (0.110-5fakssync1) ... 2023-01-25T10:02:41.174 INFO:teuthology.orchestra.run.smithi146.stdout:Setting up libusbmuxd6:amd64 (2.0.1-2) ... 2023-01-25T10:02:41.300 INFO:teuthology.orchestra.run.smithi146.stdout:Setting up libupower-glib3:amd64 (0.99.11-1build2) ... 2023-01-25T10:02:41.426 INFO:teuthology.orchestra.run.smithi146.stdout:Setting up libimobiledevice6:amd64 (1.2.1~git20191129.9f79242-1build1) ... 2023-01-25T10:02:41.568 INFO:teuthology.orchestra.run.smithi146.stdout:Setting up libevdev2:amd64 (1.9.0+dfsg-1ubuntu0.2) ... 2023-01-25T10:02:41.686 INFO:teuthology.orchestra.run.smithi146.stdout:Setting up upower (0.99.11-1build2) ... 2023-01-25T10:02:42.221 INFO:teuthology.orchestra.run.smithi146.stdout:upower.service is a disabled or a static unit, not starting it. 2023-01-25T10:02:42.273 INFO:teuthology.orchestra.run.smithi146.stdout:Setting up usbmuxd (1.1.1~git20191130.9af2b12-1) ... 2023-01-25T10:02:42.364 INFO:teuthology.orchestra.run.smithi064.stdout:Selecting previously unselected package linux-image-generic-hwe-20.04. 2023-01-25T10:02:42.383 INFO:teuthology.orchestra.run.smithi064.stdout:Preparing to unpack .../08-linux-image-generic-hwe-20.04_5.15.0.58.64~20.04.24_amd64.deb ... 2023-01-25T10:02:42.431 INFO:teuthology.orchestra.run.smithi064.stdout:Unpacking linux-image-generic-hwe-20.04 (5.15.0.58.64~20.04.24) ... 2023-01-25T10:02:42.440 INFO:teuthology.orchestra.run.smithi146.stdout:Warning: The home dir /var/lib/usbmux you specified can't be accessed: No such file or directory 2023-01-25T10:02:42.452 INFO:teuthology.orchestra.run.smithi146.stdout:Adding system user `usbmux' (UID 114) ... 2023-01-25T10:02:42.453 INFO:teuthology.orchestra.run.smithi146.stdout:Adding new user `usbmux' (UID 114) with group `plugdev' ... 2023-01-25T10:02:42.758 INFO:teuthology.orchestra.run.smithi064.stdout:Selecting previously unselected package libevdev2:amd64. 2023-01-25T10:02:42.773 INFO:teuthology.orchestra.run.smithi064.stdout:Preparing to unpack .../09-libevdev2_1.9.0+dfsg-1ubuntu0.2_amd64.deb ... 2023-01-25T10:02:42.816 INFO:teuthology.orchestra.run.smithi064.stdout:Unpacking libevdev2:amd64 (1.9.0+dfsg-1ubuntu0.2) ... 2023-01-25T10:02:42.983 INFO:teuthology.orchestra.run.smithi146.stdout:Not creating home directory `/var/lib/usbmux'. 2023-01-25T10:02:43.201 INFO:teuthology.orchestra.run.smithi146.stdout:usbmuxd.service is a disabled or a static unit, not starting it. 2023-01-25T10:02:43.219 INFO:teuthology.orchestra.run.smithi064.stdout:Selecting previously unselected package thermald. 2023-01-25T10:02:43.235 INFO:teuthology.orchestra.run.smithi064.stdout:Preparing to unpack .../10-thermald_1.9.1-1ubuntu0.6_amd64.deb ... 2023-01-25T10:02:43.236 INFO:teuthology.orchestra.run.smithi146.stdout:Setting up thermald (1.9.1-1ubuntu0.6) ... 2023-01-25T10:02:43.278 INFO:teuthology.orchestra.run.smithi064.stdout:Unpacking thermald (1.9.1-1ubuntu0.6) ... 2023-01-25T10:02:43.578 INFO:teuthology.orchestra.run.smithi146.stdout:Created symlink /etc/systemd/system/dbus-org.freedesktop.thermald.service -> /lib/systemd/system/thermald.service. 2023-01-25T10:02:43.578 INFO:teuthology.orchestra.run.smithi146.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/thermald.service -> /lib/systemd/system/thermald.service. 2023-01-25T10:02:43.824 INFO:teuthology.orchestra.run.smithi064.stdout:Selecting previously unselected package upower. 2023-01-25T10:02:43.838 INFO:teuthology.orchestra.run.smithi064.stdout:Preparing to unpack .../11-upower_0.99.11-1build2_amd64.deb ... 2023-01-25T10:02:43.898 INFO:teuthology.orchestra.run.smithi064.stdout:Unpacking upower (0.99.11-1build2) ... 2023-01-25T10:02:44.033 INFO:teuthology.orchestra.run.smithi146.stdout:Setting up linux-image-5.15.0-58-generic (5.15.0-58.64~20.04.1) ... 2023-01-25T10:02:44.287 INFO:teuthology.orchestra.run.smithi064.stdout:Selecting previously unselected package usbmuxd. 2023-01-25T10:02:44.303 INFO:teuthology.orchestra.run.smithi064.stdout:Preparing to unpack .../12-usbmuxd_1.1.1~git20191130.9af2b12-1_amd64.deb ... 2023-01-25T10:02:44.345 INFO:teuthology.orchestra.run.smithi064.stdout:Unpacking usbmuxd (1.1.1~git20191130.9af2b12-1) ... 2023-01-25T10:02:44.670 INFO:teuthology.orchestra.run.smithi064.stdout:Setting up libplist3:amd64 (2.1.0-4build2) ... 2023-01-25T10:02:44.799 INFO:teuthology.orchestra.run.smithi064.stdout:Setting up libdbus-glib-1-2:amd64 (0.110-5fakssync1) ... 2023-01-25T10:02:44.927 INFO:teuthology.orchestra.run.smithi064.stdout:Setting up libusbmuxd6:amd64 (2.0.1-2) ... 2023-01-25T10:02:45.043 INFO:teuthology.orchestra.run.smithi064.stdout:Setting up libupower-glib3:amd64 (0.99.11-1build2) ... 2023-01-25T10:02:45.169 INFO:teuthology.orchestra.run.smithi064.stdout:Setting up libimobiledevice6:amd64 (1.2.1~git20191129.9f79242-1build1) ... 2023-01-25T10:02:45.320 INFO:teuthology.orchestra.run.smithi064.stdout:Setting up libevdev2:amd64 (1.9.0+dfsg-1ubuntu0.2) ... 2023-01-25T10:02:45.364 INFO:teuthology.orchestra.run.smithi146.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-58-generic 2023-01-25T10:02:45.364 INFO:teuthology.orchestra.run.smithi146.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-58-generic 2023-01-25T10:02:45.446 INFO:teuthology.orchestra.run.smithi064.stdout:Setting up upower (0.99.11-1build2) ... 2023-01-25T10:02:45.560 INFO:teuthology.orchestra.run.smithi146.stdout:Setting up linux-modules-5.15.0-58-generic (5.15.0-58.64~20.04.1) ... 2023-01-25T10:02:45.999 INFO:teuthology.orchestra.run.smithi064.stdout:upower.service is a disabled or a static unit, not starting it. 2023-01-25T10:02:46.050 INFO:teuthology.orchestra.run.smithi064.stdout:Setting up usbmuxd (1.1.1~git20191130.9af2b12-1) ... 2023-01-25T10:02:46.216 INFO:teuthology.orchestra.run.smithi064.stdout:Warning: The home dir /var/lib/usbmux you specified can't be accessed: No such file or directory 2023-01-25T10:02:46.227 INFO:teuthology.orchestra.run.smithi064.stdout:Adding system user `usbmux' (UID 114) ... 2023-01-25T10:02:46.227 INFO:teuthology.orchestra.run.smithi064.stdout:Adding new user `usbmux' (UID 114) with group `plugdev' ... 2023-01-25T10:02:46.792 INFO:teuthology.orchestra.run.smithi064.stdout:Not creating home directory `/var/lib/usbmux'. 2023-01-25T10:02:46.936 INFO:teuthology.orchestra.run.smithi146.stdout:Setting up linux-modules-extra-5.15.0-58-generic (5.15.0-58.64~20.04.1) ... 2023-01-25T10:02:47.008 INFO:teuthology.orchestra.run.smithi064.stdout:usbmuxd.service is a disabled or a static unit, not starting it. 2023-01-25T10:02:47.055 INFO:teuthology.orchestra.run.smithi064.stdout:Setting up thermald (1.9.1-1ubuntu0.6) ... 2023-01-25T10:02:47.369 INFO:teuthology.orchestra.run.smithi064.stdout:Created symlink /etc/systemd/system/dbus-org.freedesktop.thermald.service -> /lib/systemd/system/thermald.service. 2023-01-25T10:02:47.369 INFO:teuthology.orchestra.run.smithi064.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/thermald.service -> /lib/systemd/system/thermald.service. 2023-01-25T10:02:47.827 INFO:teuthology.orchestra.run.smithi064.stdout:Setting up linux-image-5.15.0-58-generic (5.15.0-58.64~20.04.1) ... 2023-01-25T10:02:48.303 INFO:teuthology.orchestra.run.smithi146.stdout:Setting up linux-image-generic-hwe-20.04 (5.15.0.58.64~20.04.24) ... 2023-01-25T10:02:48.454 INFO:teuthology.orchestra.run.smithi146.stdout:Processing triggers for libc-bin (2.31-0ubuntu9.9) ... 2023-01-25T10:02:49.215 INFO:teuthology.orchestra.run.smithi064.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-58-generic 2023-01-25T10:02:49.215 INFO:teuthology.orchestra.run.smithi064.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-58-generic 2023-01-25T10:02:49.371 INFO:teuthology.orchestra.run.smithi064.stdout:Setting up linux-modules-5.15.0-58-generic (5.15.0-58.64~20.04.1) ... 2023-01-25T10:02:49.435 INFO:teuthology.orchestra.run.smithi146.stdout:Processing triggers for man-db (2.9.1-1) ... 2023-01-25T10:02:50.221 INFO:teuthology.orchestra.run.smithi146.stdout:Processing triggers for dbus (1.12.16-2ubuntu2.2) ... 2023-01-25T10:02:50.346 INFO:teuthology.orchestra.run.smithi146.stdout:Processing triggers for linux-image-5.15.0-58-generic (5.15.0-58.64~20.04.1) ... 2023-01-25T10:02:50.424 INFO:teuthology.orchestra.run.smithi146.stdout:/etc/kernel/postinst.d/initramfs-tools: 2023-01-25T10:02:50.425 INFO:teuthology.orchestra.run.smithi146.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-58-generic 2023-01-25T10:02:50.797 INFO:teuthology.orchestra.run.smithi064.stdout:Setting up linux-modules-extra-5.15.0-58-generic (5.15.0-58.64~20.04.1) ... 2023-01-25T10:02:52.625 INFO:teuthology.orchestra.run.smithi064.stdout:Setting up linux-image-generic-hwe-20.04 (5.15.0.58.64~20.04.24) ... 2023-01-25T10:02:52.749 INFO:teuthology.orchestra.run.smithi064.stdout:Processing triggers for libc-bin (2.31-0ubuntu9.9) ... 2023-01-25T10:02:53.065 INFO:teuthology.orchestra.run.smithi064.stdout:Processing triggers for man-db (2.9.1-1) ... 2023-01-25T10:02:53.816 INFO:teuthology.orchestra.run.smithi064.stdout:Processing triggers for dbus (1.12.16-2ubuntu2.2) ... 2023-01-25T10:02:53.916 INFO:teuthology.orchestra.run.smithi064.stdout:Processing triggers for linux-image-5.15.0-58-generic (5.15.0-58.64~20.04.1) ... 2023-01-25T10:02:53.983 INFO:teuthology.orchestra.run.smithi064.stdout:/etc/kernel/postinst.d/initramfs-tools: 2023-01-25T10:02:53.984 INFO:teuthology.orchestra.run.smithi064.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-58-generic 2023-01-25T10:03:15.509 INFO:teuthology.orchestra.run.smithi146.stdout:/etc/kernel/postinst.d/zz-update-grub: 2023-01-25T10:03:15.509 INFO:teuthology.orchestra.run.smithi146.stdout:Sourcing file `/etc/default/grub' 2023-01-25T10:03:15.517 INFO:teuthology.orchestra.run.smithi146.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2023-01-25T10:03:15.545 INFO:teuthology.orchestra.run.smithi146.stdout:Generating grub configuration file ... 2023-01-25T10:03:15.878 INFO:teuthology.orchestra.run.smithi146.stdout:Found linux image: /boot/vmlinuz-5.15.0-58-generic 2023-01-25T10:03:15.911 INFO:teuthology.orchestra.run.smithi146.stdout:Found initrd image: /boot/initrd.img-5.15.0-58-generic 2023-01-25T10:03:16.311 INFO:teuthology.orchestra.run.smithi146.stdout:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2023-01-25T10:03:16.323 INFO:teuthology.orchestra.run.smithi146.stdout:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2023-01-25T10:03:19.037 INFO:teuthology.orchestra.run.smithi146.stdout:done 2023-01-25T10:03:19.455 DEBUG:teuthology.orchestra.run.smithi146:> dpkg -s linux-image-generic-hwe-20.04 2023-01-25T10:03:19.505 INFO:teuthology.orchestra.run.smithi146.stdout:Package: linux-image-generic-hwe-20.04 2023-01-25T10:03:19.505 INFO:teuthology.orchestra.run.smithi146.stdout:Status: install ok installed 2023-01-25T10:03:19.505 INFO:teuthology.orchestra.run.smithi146.stdout:Priority: optional 2023-01-25T10:03:19.505 INFO:teuthology.orchestra.run.smithi146.stdout:Section: kernel 2023-01-25T10:03:19.506 INFO:teuthology.orchestra.run.smithi146.stdout:Installed-Size: 20 2023-01-25T10:03:19.506 INFO:teuthology.orchestra.run.smithi146.stdout:Maintainer: Ubuntu Kernel Team 2023-01-25T10:03:19.506 INFO:teuthology.orchestra.run.smithi146.stdout:Architecture: amd64 2023-01-25T10:03:19.506 INFO:teuthology.orchestra.run.smithi146.stdout:Source: linux-meta-hwe-5.15 2023-01-25T10:03:19.506 INFO:teuthology.orchestra.run.smithi146.stdout:Version: 5.15.0.58.64~20.04.24 2023-01-25T10:03:19.507 INFO:teuthology.orchestra.run.smithi146.stdout:Provides: spl-modules (= 2.1.4-0ubuntu0.1), v4l2loopback-modules (= 0.12.5-1ubuntu5), virtualbox-guest-modules (= 5.15.0-58), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.4-0ubuntu0.1) 2023-01-25T10:03:19.507 INFO:teuthology.orchestra.run.smithi146.stdout:Depends: linux-image-5.15.0-58-generic, linux-modules-extra-5.15.0-58-generic, linux-firmware, intel-microcode, amd64-microcode 2023-01-25T10:03:19.507 INFO:teuthology.orchestra.run.smithi146.stdout:Recommends: thermald 2023-01-25T10:03:19.507 INFO:teuthology.orchestra.run.smithi146.stdout:Description: Generic Linux kernel image 2023-01-25T10:03:19.507 INFO:teuthology.orchestra.run.smithi146.stdout: This package will always depend on the latest generic kernel image 2023-01-25T10:03:19.508 INFO:teuthology.orchestra.run.smithi146.stdout: available. 2023-01-25T10:03:19.508 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.4.0-124-generic Expected: 5.15.0-58-generic 2023-01-25T10:03:19.508 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-01-25T10:03:19.509 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-01-25T10:03:19.509 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2023-01-25T10:03:19.509 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi146.front.sepia.ceph.com, path=None, version=distro) 2023-01-25T10:03:19.510 DEBUG:teuthology.orchestra.run.smithi146:> sudo apt-get clean 2023-01-25T10:03:19.592 DEBUG:teuthology.orchestra.run.smithi146:> sudo apt-get update 2023-01-25T10:03:19.599 INFO:teuthology.orchestra.run.smithi064.stdout:/etc/kernel/postinst.d/zz-update-grub: 2023-01-25T10:03:19.599 INFO:teuthology.orchestra.run.smithi064.stdout:Sourcing file `/etc/default/grub' 2023-01-25T10:03:19.606 INFO:teuthology.orchestra.run.smithi064.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2023-01-25T10:03:19.634 INFO:teuthology.orchestra.run.smithi064.stdout:Generating grub configuration file ... 2023-01-25T10:03:19.721 INFO:teuthology.orchestra.run.smithi146.stdout:Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease 2023-01-25T10:03:19.728 INFO:teuthology.orchestra.run.smithi146.stdout:Hit:2 http://archive.ubuntu.com/ubuntu focal-updates InRelease 2023-01-25T10:03:19.745 INFO:teuthology.orchestra.run.smithi146.stdout:Hit:3 http://archive.ubuntu.com/ubuntu focal-backports InRelease 2023-01-25T10:03:19.952 INFO:teuthology.orchestra.run.smithi146.stdout:Hit:4 http://security.ubuntu.com/ubuntu focal-security InRelease 2023-01-25T10:03:20.029 INFO:teuthology.orchestra.run.smithi064.stdout:Found linux image: /boot/vmlinuz-5.15.0-58-generic 2023-01-25T10:03:20.052 INFO:teuthology.orchestra.run.smithi064.stdout:Found initrd image: /boot/initrd.img-5.15.0-58-generic 2023-01-25T10:03:20.432 INFO:teuthology.orchestra.run.smithi064.stdout:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2023-01-25T10:03:20.444 INFO:teuthology.orchestra.run.smithi064.stdout:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2023-01-25T10:03:21.367 INFO:teuthology.orchestra.run.smithi146.stdout:Reading package lists... 2023-01-25T10:03:21.392 DEBUG:teuthology.orchestra.run.smithi146:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic-hwe-20.04 2023-01-25T10:03:21.463 INFO:teuthology.orchestra.run.smithi146.stdout:Reading package lists... 2023-01-25T10:03:21.642 INFO:teuthology.orchestra.run.smithi146.stdout:Building dependency tree... 2023-01-25T10:03:21.643 INFO:teuthology.orchestra.run.smithi146.stdout:Reading state information... 2023-01-25T10:03:21.828 INFO:teuthology.orchestra.run.smithi146.stdout:linux-image-generic-hwe-20.04 is already the newest version (5.15.0.58.64~20.04.24). 2023-01-25T10:03:21.829 INFO:teuthology.orchestra.run.smithi146.stdout:0 upgraded, 0 newly installed, 0 to remove and 132 not upgraded. 2023-01-25T10:03:21.830 DEBUG:teuthology.orchestra.run.smithi146:> dpkg -s linux-image-generic-hwe-20.04 2023-01-25T10:03:21.850 INFO:teuthology.orchestra.run.smithi146.stdout:Package: linux-image-generic-hwe-20.04 2023-01-25T10:03:21.850 INFO:teuthology.orchestra.run.smithi146.stdout:Status: install ok installed 2023-01-25T10:03:21.850 INFO:teuthology.orchestra.run.smithi146.stdout:Priority: optional 2023-01-25T10:03:21.850 INFO:teuthology.orchestra.run.smithi146.stdout:Section: kernel 2023-01-25T10:03:21.851 INFO:teuthology.orchestra.run.smithi146.stdout:Installed-Size: 20 2023-01-25T10:03:21.851 INFO:teuthology.orchestra.run.smithi146.stdout:Maintainer: Ubuntu Kernel Team 2023-01-25T10:03:21.851 INFO:teuthology.orchestra.run.smithi146.stdout:Architecture: amd64 2023-01-25T10:03:21.851 INFO:teuthology.orchestra.run.smithi146.stdout:Source: linux-meta-hwe-5.15 2023-01-25T10:03:21.851 INFO:teuthology.orchestra.run.smithi146.stdout:Version: 5.15.0.58.64~20.04.24 2023-01-25T10:03:21.852 INFO:teuthology.orchestra.run.smithi146.stdout:Provides: spl-modules (= 2.1.4-0ubuntu0.1), v4l2loopback-modules (= 0.12.5-1ubuntu5), virtualbox-guest-modules (= 5.15.0-58), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.4-0ubuntu0.1) 2023-01-25T10:03:21.852 INFO:teuthology.orchestra.run.smithi146.stdout:Depends: linux-image-5.15.0-58-generic, linux-modules-extra-5.15.0-58-generic, linux-firmware, intel-microcode, amd64-microcode 2023-01-25T10:03:21.852 INFO:teuthology.orchestra.run.smithi146.stdout:Recommends: thermald 2023-01-25T10:03:21.852 INFO:teuthology.orchestra.run.smithi146.stdout:Description: Generic Linux kernel image 2023-01-25T10:03:21.852 INFO:teuthology.orchestra.run.smithi146.stdout: This package will always depend on the latest generic kernel image 2023-01-25T10:03:21.853 INFO:teuthology.orchestra.run.smithi146.stdout: available. 2023-01-25T10:03:21.853 DEBUG:teuthology.orchestra.run.smithi146:> mktemp 2023-01-25T10:03:21.897 INFO:teuthology.orchestra.run.smithi146.stdout:/tmp/tmp.6Z6VzztyEm 2023-01-25T10:03:21.897 DEBUG:teuthology.orchestra.run.smithi146:> sudo cp /boot/grub/grub.cfg /tmp/tmp.6Z6VzztyEm 2023-01-25T10:03:21.909 DEBUG:teuthology.orchestra.run.smithi146:> sudo chmod 0666 /tmp/tmp.6Z6VzztyEm 2023-01-25T10:03:21.951 DEBUG:teuthology.orchestra.remote:smithi146:/tmp/tmp.6Z6VzztyEm is 9KB 2023-01-25T10:03:21.966 DEBUG:teuthology.orchestra.run.smithi146:> rm -fr /tmp/tmp.6Z6VzztyEm 2023-01-25T10:03:21.972 DEBUG:teuthology.orchestra.run.smithi146:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2023-01-25T10:03:22.028 DEBUG:teuthology.orchestra.run.smithi146:> set -ex 2023-01-25T10:03:22.029 DEBUG:teuthology.orchestra.run.smithi146:> sudo dd of=/etc/grub.d/01_ceph_kernel 2023-01-25T10:03:22.029 DEBUG:teuthology.orchestra.run.smithi146:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2023-01-25T10:03:22.059 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-58-generic 2023-01-25T10:03:22.060 DEBUG:teuthology.orchestra.run.smithi146:> sudo update-grub 2023-01-25T10:03:23.057 INFO:teuthology.orchestra.run.smithi064.stdout:done 2023-01-25T10:03:23.335 INFO:teuthology.orchestra.run.smithi146.stderr:Sourcing file `/etc/default/grub' 2023-01-25T10:03:23.345 INFO:teuthology.orchestra.run.smithi146.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2023-01-25T10:03:23.361 INFO:teuthology.orchestra.run.smithi146.stderr:Generating grub configuration file ... 2023-01-25T10:03:23.474 DEBUG:teuthology.orchestra.run.smithi064:> dpkg -s linux-image-generic-hwe-20.04 2023-01-25T10:03:23.518 INFO:teuthology.orchestra.run.smithi064.stdout:Package: linux-image-generic-hwe-20.04 2023-01-25T10:03:23.519 INFO:teuthology.orchestra.run.smithi064.stdout:Status: install ok installed 2023-01-25T10:03:23.519 INFO:teuthology.orchestra.run.smithi064.stdout:Priority: optional 2023-01-25T10:03:23.519 INFO:teuthology.orchestra.run.smithi064.stdout:Section: kernel 2023-01-25T10:03:23.519 INFO:teuthology.orchestra.run.smithi064.stdout:Installed-Size: 20 2023-01-25T10:03:23.520 INFO:teuthology.orchestra.run.smithi064.stdout:Maintainer: Ubuntu Kernel Team 2023-01-25T10:03:23.520 INFO:teuthology.orchestra.run.smithi064.stdout:Architecture: amd64 2023-01-25T10:03:23.520 INFO:teuthology.orchestra.run.smithi064.stdout:Source: linux-meta-hwe-5.15 2023-01-25T10:03:23.521 INFO:teuthology.orchestra.run.smithi064.stdout:Version: 5.15.0.58.64~20.04.24 2023-01-25T10:03:23.521 INFO:teuthology.orchestra.run.smithi064.stdout:Provides: spl-modules (= 2.1.4-0ubuntu0.1), v4l2loopback-modules (= 0.12.5-1ubuntu5), virtualbox-guest-modules (= 5.15.0-58), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.4-0ubuntu0.1) 2023-01-25T10:03:23.521 INFO:teuthology.orchestra.run.smithi064.stdout:Depends: linux-image-5.15.0-58-generic, linux-modules-extra-5.15.0-58-generic, linux-firmware, intel-microcode, amd64-microcode 2023-01-25T10:03:23.521 INFO:teuthology.orchestra.run.smithi064.stdout:Recommends: thermald 2023-01-25T10:03:23.521 INFO:teuthology.orchestra.run.smithi064.stdout:Description: Generic Linux kernel image 2023-01-25T10:03:23.522 INFO:teuthology.orchestra.run.smithi064.stdout: This package will always depend on the latest generic kernel image 2023-01-25T10:03:23.522 INFO:teuthology.orchestra.run.smithi064.stdout: available. 2023-01-25T10:03:23.522 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.4.0-124-generic Expected: 5.15.0-58-generic 2023-01-25T10:03:23.522 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-01-25T10:03:23.523 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-01-25T10:03:23.523 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2023-01-25T10:03:23.523 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi064.front.sepia.ceph.com, path=None, version=distro) 2023-01-25T10:03:23.523 DEBUG:teuthology.orchestra.run.smithi064:> sudo apt-get clean 2023-01-25T10:03:23.633 DEBUG:teuthology.orchestra.run.smithi064:> sudo apt-get update 2023-01-25T10:03:23.655 INFO:teuthology.orchestra.run.smithi146.stderr:Found linux image: /boot/vmlinuz-5.15.0-58-generic 2023-01-25T10:03:23.666 INFO:teuthology.orchestra.run.smithi146.stderr:Found initrd image: /boot/initrd.img-5.15.0-58-generic 2023-01-25T10:03:23.766 INFO:teuthology.orchestra.run.smithi064.stdout:Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease 2023-01-25T10:03:23.766 INFO:teuthology.orchestra.run.smithi064.stdout:Hit:2 http://security.ubuntu.com/ubuntu focal-security InRelease 2023-01-25T10:03:23.771 INFO:teuthology.orchestra.run.smithi064.stdout:Hit:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease 2023-01-25T10:03:23.788 INFO:teuthology.orchestra.run.smithi064.stdout:Hit:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease 2023-01-25T10:03:24.060 INFO:teuthology.orchestra.run.smithi146.stderr:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2023-01-25T10:03:24.072 INFO:teuthology.orchestra.run.smithi146.stderr:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2023-01-25T10:03:25.452 INFO:teuthology.orchestra.run.smithi064.stdout:Reading package lists... 2023-01-25T10:03:25.478 DEBUG:teuthology.orchestra.run.smithi064:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic-hwe-20.04 2023-01-25T10:03:25.550 INFO:teuthology.orchestra.run.smithi064.stdout:Reading package lists... 2023-01-25T10:03:25.729 INFO:teuthology.orchestra.run.smithi146.stderr:done 2023-01-25T10:03:25.730 DEBUG:teuthology.orchestra.run.smithi146:> sudo shutdown -r now 2023-01-25T10:03:25.738 INFO:teuthology.orchestra.run.smithi064.stdout:Building dependency tree... 2023-01-25T10:03:25.738 INFO:teuthology.orchestra.run.smithi064.stdout:Reading state information... 2023-01-25T10:03:25.955 INFO:teuthology.orchestra.run.smithi064.stdout:linux-image-generic-hwe-20.04 is already the newest version (5.15.0.58.64~20.04.24). 2023-01-25T10:03:25.955 INFO:teuthology.orchestra.run.smithi064.stdout:0 upgraded, 0 newly installed, 0 to remove and 132 not upgraded. 2023-01-25T10:03:25.957 DEBUG:teuthology.orchestra.run.smithi064:> dpkg -s linux-image-generic-hwe-20.04 2023-01-25T10:03:25.977 INFO:teuthology.orchestra.run.smithi064.stdout:Package: linux-image-generic-hwe-20.04 2023-01-25T10:03:25.978 INFO:teuthology.orchestra.run.smithi064.stdout:Status: install ok installed 2023-01-25T10:03:25.978 INFO:teuthology.orchestra.run.smithi064.stdout:Priority: optional 2023-01-25T10:03:25.978 INFO:teuthology.orchestra.run.smithi064.stdout:Section: kernel 2023-01-25T10:03:25.978 INFO:teuthology.orchestra.run.smithi064.stdout:Installed-Size: 20 2023-01-25T10:03:25.979 INFO:teuthology.orchestra.run.smithi064.stdout:Maintainer: Ubuntu Kernel Team 2023-01-25T10:03:25.979 INFO:teuthology.orchestra.run.smithi064.stdout:Architecture: amd64 2023-01-25T10:03:25.979 INFO:teuthology.orchestra.run.smithi064.stdout:Source: linux-meta-hwe-5.15 2023-01-25T10:03:25.979 INFO:teuthology.orchestra.run.smithi064.stdout:Version: 5.15.0.58.64~20.04.24 2023-01-25T10:03:25.980 INFO:teuthology.orchestra.run.smithi064.stdout:Provides: spl-modules (= 2.1.4-0ubuntu0.1), v4l2loopback-modules (= 0.12.5-1ubuntu5), virtualbox-guest-modules (= 5.15.0-58), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.4-0ubuntu0.1) 2023-01-25T10:03:25.980 INFO:teuthology.orchestra.run.smithi064.stdout:Depends: linux-image-5.15.0-58-generic, linux-modules-extra-5.15.0-58-generic, linux-firmware, intel-microcode, amd64-microcode 2023-01-25T10:03:25.980 INFO:teuthology.orchestra.run.smithi064.stdout:Recommends: thermald 2023-01-25T10:03:25.980 INFO:teuthology.orchestra.run.smithi064.stdout:Description: Generic Linux kernel image 2023-01-25T10:03:25.980 INFO:teuthology.orchestra.run.smithi064.stdout: This package will always depend on the latest generic kernel image 2023-01-25T10:03:25.981 INFO:teuthology.orchestra.run.smithi064.stdout: available. 2023-01-25T10:03:25.981 DEBUG:teuthology.orchestra.run.smithi064:> mktemp 2023-01-25T10:03:25.985 INFO:teuthology.orchestra.run.smithi064.stdout:/tmp/tmp.njMFseeIQN 2023-01-25T10:03:25.985 DEBUG:teuthology.orchestra.run.smithi064:> sudo cp /boot/grub/grub.cfg /tmp/tmp.njMFseeIQN 2023-01-25T10:03:26.001 DEBUG:teuthology.orchestra.run.smithi064:> sudo chmod 0666 /tmp/tmp.njMFseeIQN 2023-01-25T10:03:26.082 DEBUG:teuthology.orchestra.remote:smithi064:/tmp/tmp.njMFseeIQN is 9KB 2023-01-25T10:03:26.096 DEBUG:teuthology.orchestra.run.smithi064:> rm -fr /tmp/tmp.njMFseeIQN 2023-01-25T10:03:26.102 DEBUG:teuthology.orchestra.run.smithi064:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2023-01-25T10:03:26.157 DEBUG:teuthology.orchestra.run.smithi064:> set -ex 2023-01-25T10:03:26.157 DEBUG:teuthology.orchestra.run.smithi064:> sudo dd of=/etc/grub.d/01_ceph_kernel 2023-01-25T10:03:26.158 DEBUG:teuthology.orchestra.run.smithi064:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2023-01-25T10:03:26.189 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-58-generic 2023-01-25T10:03:26.189 DEBUG:teuthology.orchestra.run.smithi064:> sudo update-grub 2023-01-25T10:03:27.420 INFO:teuthology.orchestra.run.smithi064.stderr:Sourcing file `/etc/default/grub' 2023-01-25T10:03:27.423 INFO:teuthology.orchestra.run.smithi064.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2023-01-25T10:03:27.433 INFO:teuthology.orchestra.run.smithi064.stderr:Generating grub configuration file ... 2023-01-25T10:03:27.699 INFO:teuthology.orchestra.run.smithi064.stderr:Found linux image: /boot/vmlinuz-5.15.0-58-generic 2023-01-25T10:03:27.713 INFO:teuthology.orchestra.run.smithi064.stderr:Found initrd image: /boot/initrd.img-5.15.0-58-generic 2023-01-25T10:03:28.076 INFO:teuthology.orchestra.run.smithi064.stderr:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2023-01-25T10:03:28.088 INFO:teuthology.orchestra.run.smithi064.stderr:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2023-01-25T10:03:29.693 INFO:teuthology.orchestra.run.smithi064.stderr:done 2023-01-25T10:03:29.695 DEBUG:teuthology.orchestra.run.smithi064:> sudo shutdown -r now 2023-01-25T10:03:55.756 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2023-01-25T10:03:55.757 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi146.front.sepia.ceph.com' 2023-01-25T10:03:55.757 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi146.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-01-25T10:03:59.701 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2023-01-25T10:03:59.702 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi064.front.sepia.ceph.com' 2023-01-25T10:03:59.703 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi064.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-01-25T10:04:30.440 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.146 2023-01-25T10:04:59.732 DEBUG:teuthology.orchestra.remote:timed out 2023-01-25T10:05:00.442 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi146.front.sepia.ceph.com' 2023-01-25T10:05:00.443 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi146.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-01-25T10:05:07.953 DEBUG:teuthology.orchestra.remote:No existing session 2023-01-25T10:05:29.756 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi064.front.sepia.ceph.com' 2023-01-25T10:05:29.757 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi064.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-01-25T10:05:29.995 DEBUG:teuthology.orchestra.run.smithi064:> true 2023-01-25T10:05:30.550 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi064.front.sepia.ceph.com' 2023-01-25T10:05:30.550 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.15.0-58-generic"... 2023-01-25T10:05:30.551 DEBUG:teuthology.orchestra.run.smithi064:> uname -r 2023-01-25T10:05:30.600 INFO:teuthology.orchestra.run.smithi064.stdout:5.15.0-58-generic 2023-01-25T10:05:30.600 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-58-generic vs 5.15.0-58-generic 2023-01-25T10:05:30.600 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-01-25T10:05:30.601 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2023-01-25T10:05:31.601 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2023-01-25T10:05:31.602 DEBUG:teuthology.orchestra.run.smithi064:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-01-25T10:05:31.690 INFO:teuthology.orchestra.run.smithi064.stdout:ttyS1 2023-01-25T10:05:31.720 DEBUG:teuthology.parallel:result is None 2023-01-25T10:05:37.954 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi146.front.sepia.ceph.com' 2023-01-25T10:05:37.955 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi146.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-01-25T10:05:38.036 DEBUG:teuthology.orchestra.run.smithi146:> true 2023-01-25T10:05:38.621 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi146.front.sepia.ceph.com' 2023-01-25T10:05:38.621 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.15.0-58-generic"... 2023-01-25T10:05:38.622 DEBUG:teuthology.orchestra.run.smithi146:> uname -r 2023-01-25T10:05:38.670 INFO:teuthology.orchestra.run.smithi146.stdout:5.15.0-58-generic 2023-01-25T10:05:38.670 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-58-generic vs 5.15.0-58-generic 2023-01-25T10:05:38.671 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-01-25T10:05:38.671 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2023-01-25T10:05:39.673 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2023-01-25T10:05:39.674 DEBUG:teuthology.orchestra.run.smithi146:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-01-25T10:05:39.752 INFO:teuthology.orchestra.run.smithi146.stdout:ttyS1 2023-01-25T10:05:39.775 DEBUG:teuthology.parallel:result is None 2023-01-25T10:05:39.775 INFO:teuthology.run_tasks:Running task internal.base... 2023-01-25T10:05:39.787 INFO:teuthology.task.internal:Creating test directory... 2023-01-25T10:05:39.788 DEBUG:teuthology.orchestra.run.smithi064:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-01-25T10:05:39.790 DEBUG:teuthology.orchestra.run.smithi146:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-01-25T10:05:39.801 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-01-25T10:05:39.808 INFO:teuthology.run_tasks:Running task internal.archive... 2023-01-25T10:05:39.817 INFO:teuthology.task.internal:Creating archive directory... 2023-01-25T10:05:39.818 DEBUG:teuthology.orchestra.run.smithi064:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-01-25T10:05:39.840 DEBUG:teuthology.orchestra.run.smithi146:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-01-25T10:05:39.869 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-01-25T10:05:39.876 INFO:teuthology.task.internal:Enabling coredump saving... 2023-01-25T10:05:39.877 DEBUG:teuthology.orchestra.run.smithi064:> 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-01-25T10:05:39.895 DEBUG:teuthology.orchestra.run.smithi146:> 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-01-25T10:05:39.917 INFO:teuthology.orchestra.run.smithi064.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-01-25T10:05:39.925 INFO:teuthology.orchestra.run.smithi146.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-01-25T10:05:39.928 INFO:teuthology.orchestra.run.smithi064.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-01-25T10:05:39.931 INFO:teuthology.orchestra.run.smithi146.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-01-25T10:05:39.932 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-01-25T10:05:39.940 INFO:teuthology.task.internal:Configuring sudo... 2023-01-25T10:05:39.941 DEBUG:teuthology.orchestra.run.smithi064:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-01-25T10:05:39.975 DEBUG:teuthology.orchestra.run.smithi146:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-01-25T10:05:39.991 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-01-25T10:05:40.000 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-01-25T10:05:40.001 DEBUG:teuthology.orchestra.run.smithi064:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-01-25T10:05:40.036 DEBUG:teuthology.orchestra.run.smithi146:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-01-25T10:05:40.044 DEBUG:teuthology.orchestra.run.smithi064:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-01-25T10:05:40.089 DEBUG:teuthology.orchestra.run.smithi064:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-01-25T10:05:40.137 DEBUG:teuthology.orchestra.run.smithi064:> set -ex 2023-01-25T10:05:40.137 DEBUG:teuthology.orchestra.run.smithi064:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-01-25T10:05:40.204 DEBUG:teuthology.orchestra.run.smithi146:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-01-25T10:05:40.211 DEBUG:teuthology.orchestra.run.smithi146:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-01-25T10:05:40.263 DEBUG:teuthology.orchestra.run.smithi146:> set -ex 2023-01-25T10:05:40.263 DEBUG:teuthology.orchestra.run.smithi146:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-01-25T10:05:40.336 DEBUG:teuthology.orchestra.run.smithi064:> sudo service rsyslog restart 2023-01-25T10:05:40.338 DEBUG:teuthology.orchestra.run.smithi146:> sudo service rsyslog restart 2023-01-25T10:05:40.425 INFO:teuthology.run_tasks:Running task internal.timer... 2023-01-25T10:05:40.434 INFO:teuthology.task.internal:Starting timer... 2023-01-25T10:05:40.435 INFO:teuthology.run_tasks:Running task pcp... 2023-01-25T10:05:40.459 INFO:teuthology.run_tasks:Running task selinux... 2023-01-25T10:05:40.471 DEBUG:teuthology.task.selinux:Excluding smithi064: OS 'ubuntu' does not support SELinux 2023-01-25T10:05:40.471 DEBUG:teuthology.task.selinux:Excluding smithi146: OS 'ubuntu' does not support SELinux 2023-01-25T10:05:40.471 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-01-25T10:05:40.472 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2023-01-25T10:05:40.472 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-01-25T10:05:40.472 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-01-25T10:05:40.486 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-01-25T10:05:40.487 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-01-25T10:05:40.506 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-01-25T10:05:40.507 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi064.front.sepia.ceph.com,smithi146.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-01-25T10:10:28.425 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi064.front.sepia.ceph.com'), Remote(name='ubuntu@smithi146.front.sepia.ceph.com')] 2023-01-25T10:10:28.426 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi064.front.sepia.ceph.com' 2023-01-25T10:10:28.428 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi064.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-01-25T10:10:28.524 DEBUG:teuthology.orchestra.run.smithi064:> true 2023-01-25T10:10:28.651 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi146.front.sepia.ceph.com' 2023-01-25T10:10:28.652 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi146.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-01-25T10:10:28.730 DEBUG:teuthology.orchestra.run.smithi146:> true 2023-01-25T10:10:28.846 INFO:teuthology.run_tasks:Running task clock... 2023-01-25T10:10:28.864 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-01-25T10:10:28.864 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-01-25T10:10:28.865 DEBUG:teuthology.orchestra.run.smithi064:> 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-01-25T10:10:28.868 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-01-25T10:10:28.868 DEBUG:teuthology.orchestra.run.smithi146:> 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-01-25T10:10:28.900 INFO:teuthology.orchestra.run.smithi064.stdout:25 Jan 10:10:28 ntpd[19339]: ntpd 4.2.8p12@1.3728-o (1): Starting 2023-01-25T10:10:28.901 INFO:teuthology.orchestra.run.smithi064.stdout:25 Jan 10:10:28 ntpd[19339]: Command line: ntpd -gq 2023-01-25T10:10:28.901 INFO:teuthology.orchestra.run.smithi064.stdout:25 Jan 10:10:28 ntpd[19339]: proto: precision = 0.097 usec (-23) 2023-01-25T10:10:28.902 INFO:teuthology.orchestra.run.smithi064.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2023-01-25T10:10:28.902 INFO:teuthology.orchestra.run.smithi064.stdout:25 Jan 10:10:28 ntpd[19339]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2023-01-25T10:10:28.902 INFO:teuthology.orchestra.run.smithi064.stderr:restrict ::: KOD does nothing without LIMITED. 2023-01-25T10:10:28.903 INFO:teuthology.orchestra.run.smithi064.stdout:25 Jan 10:10:28 ntpd[19339]: restrict ::: KOD does nothing without LIMITED. 2023-01-25T10:10:28.904 INFO:teuthology.orchestra.run.smithi064.stdout:25 Jan 10:10:28 ntpd[19339]: Listen and drop on 0 v6wildcard [::]:123 2023-01-25T10:10:28.904 INFO:teuthology.orchestra.run.smithi064.stdout:25 Jan 10:10:28 ntpd[19339]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2023-01-25T10:10:28.904 INFO:teuthology.orchestra.run.smithi064.stdout:25 Jan 10:10:28 ntpd[19339]: Listen normally on 2 lo 127.0.0.1:123 2023-01-25T10:10:28.904 INFO:teuthology.orchestra.run.smithi064.stdout:25 Jan 10:10:28 ntpd[19339]: Listen normally on 3 enp3s0f1 172.21.15.64:123 2023-01-25T10:10:28.904 INFO:teuthology.orchestra.run.smithi064.stdout:25 Jan 10:10:28 ntpd[19339]: Listen normally on 4 lo [::1]:123 2023-01-25T10:10:28.905 INFO:teuthology.orchestra.run.smithi064.stdout:25 Jan 10:10:28 ntpd[19339]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:feb6:f8df%5]:123 2023-01-25T10:10:28.905 INFO:teuthology.orchestra.run.smithi064.stdout:25 Jan 10:10:28 ntpd[19339]: Listening on routing socket on fd #22 for interface updates 2023-01-25T10:10:28.926 INFO:teuthology.orchestra.run.smithi146.stdout:25 Jan 10:10:28 ntpd[19308]: ntpd 4.2.8p12@1.3728-o (1): Starting 2023-01-25T10:10:28.926 INFO:teuthology.orchestra.run.smithi146.stdout:25 Jan 10:10:28 ntpd[19308]: Command line: ntpd -gq 2023-01-25T10:10:28.926 INFO:teuthology.orchestra.run.smithi146.stdout:25 Jan 10:10:28 ntpd[19308]: proto: precision = 0.100 usec (-23) 2023-01-25T10:10:28.928 INFO:teuthology.orchestra.run.smithi146.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2023-01-25T10:10:28.929 INFO:teuthology.orchestra.run.smithi146.stdout:25 Jan 10:10:28 ntpd[19308]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2023-01-25T10:10:28.929 INFO:teuthology.orchestra.run.smithi146.stderr:restrict ::: KOD does nothing without LIMITED. 2023-01-25T10:10:28.930 INFO:teuthology.orchestra.run.smithi146.stdout:25 Jan 10:10:28 ntpd[19308]: restrict ::: KOD does nothing without LIMITED. 2023-01-25T10:10:28.930 INFO:teuthology.orchestra.run.smithi146.stdout:25 Jan 10:10:28 ntpd[19308]: Listen and drop on 0 v6wildcard [::]:123 2023-01-25T10:10:28.931 INFO:teuthology.orchestra.run.smithi146.stdout:25 Jan 10:10:28 ntpd[19308]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2023-01-25T10:10:28.931 INFO:teuthology.orchestra.run.smithi146.stdout:25 Jan 10:10:28 ntpd[19308]: Listen normally on 2 lo 127.0.0.1:123 2023-01-25T10:10:28.931 INFO:teuthology.orchestra.run.smithi146.stdout:25 Jan 10:10:28 ntpd[19308]: Listen normally on 3 enp3s0f1 172.21.15.146:123 2023-01-25T10:10:28.931 INFO:teuthology.orchestra.run.smithi146.stdout:25 Jan 10:10:28 ntpd[19308]: Listen normally on 4 lo [::1]:123 2023-01-25T10:10:28.931 INFO:teuthology.orchestra.run.smithi146.stdout:25 Jan 10:10:28 ntpd[19308]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe88:76fd%5]:123 2023-01-25T10:10:28.932 INFO:teuthology.orchestra.run.smithi146.stdout:25 Jan 10:10:28 ntpd[19308]: Listening on routing socket on fd #22 for interface updates 2023-01-25T10:10:29.901 INFO:teuthology.orchestra.run.smithi064.stderr:25 Jan 10:10:29 ntpd[19339]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-01-25T10:10:29.901 INFO:teuthology.orchestra.run.smithi064.stderr:25 Jan 10:10:29 ntpd[19339]: can't open /var/log/ntpstats/rawstats.20230125: Permission denied 2023-01-25T10:10:29.901 INFO:teuthology.orchestra.run.smithi064.stderr:25 Jan 10:10:29 ntpd[19339]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-01-25T10:10:29.902 INFO:teuthology.orchestra.run.smithi064.stderr:25 Jan 10:10:29 ntpd[19339]: can't open /var/log/ntpstats/rawstats.20230125: Permission denied 2023-01-25T10:10:29.902 INFO:teuthology.orchestra.run.smithi064.stderr:25 Jan 10:10:29 ntpd[19339]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-01-25T10:10:29.902 INFO:teuthology.orchestra.run.smithi064.stderr:25 Jan 10:10:29 ntpd[19339]: can't open /var/log/ntpstats/peerstats.20230125: Permission denied 2023-01-25T10:10:29.928 INFO:teuthology.orchestra.run.smithi146.stderr:25 Jan 10:10:29 ntpd[19308]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-01-25T10:10:29.929 INFO:teuthology.orchestra.run.smithi146.stderr:25 Jan 10:10:29 ntpd[19308]: can't open /var/log/ntpstats/rawstats.20230125: Permission denied 2023-01-25T10:10:29.929 INFO:teuthology.orchestra.run.smithi146.stderr:25 Jan 10:10:29 ntpd[19308]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-01-25T10:10:29.929 INFO:teuthology.orchestra.run.smithi146.stderr:25 Jan 10:10:29 ntpd[19308]: can't open /var/log/ntpstats/rawstats.20230125: Permission denied 2023-01-25T10:10:29.930 INFO:teuthology.orchestra.run.smithi146.stderr:25 Jan 10:10:29 ntpd[19308]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-01-25T10:10:29.930 INFO:teuthology.orchestra.run.smithi146.stderr:25 Jan 10:10:29 ntpd[19308]: can't open /var/log/ntpstats/rawstats.20230125: Permission denied 2023-01-25T10:10:29.931 INFO:teuthology.orchestra.run.smithi146.stderr:25 Jan 10:10:29 ntpd[19308]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-01-25T10:10:29.931 INFO:teuthology.orchestra.run.smithi146.stderr:25 Jan 10:10:29 ntpd[19308]: can't open /var/log/ntpstats/peerstats.20230125: Permission denied 2023-01-25T10:10:31.901 INFO:teuthology.orchestra.run.smithi064.stderr:25 Jan 10:10:31 ntpd[19339]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-01-25T10:10:31.902 INFO:teuthology.orchestra.run.smithi064.stderr:25 Jan 10:10:31 ntpd[19339]: can't open /var/log/ntpstats/rawstats.20230125: Permission denied 2023-01-25T10:10:31.902 INFO:teuthology.orchestra.run.smithi064.stderr:25 Jan 10:10:31 ntpd[19339]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-01-25T10:10:31.902 INFO:teuthology.orchestra.run.smithi064.stderr:25 Jan 10:10:31 ntpd[19339]: can't open /var/log/ntpstats/rawstats.20230125: Permission denied 2023-01-25T10:10:31.902 INFO:teuthology.orchestra.run.smithi064.stderr:25 Jan 10:10:31 ntpd[19339]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-01-25T10:10:31.903 INFO:teuthology.orchestra.run.smithi064.stderr:25 Jan 10:10:31 ntpd[19339]: can't open /var/log/ntpstats/rawstats.20230125: Permission denied 2023-01-25T10:10:31.903 INFO:teuthology.orchestra.run.smithi064.stderr:25 Jan 10:10:31 ntpd[19339]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-01-25T10:10:31.903 INFO:teuthology.orchestra.run.smithi064.stderr:25 Jan 10:10:31 ntpd[19339]: can't open /var/log/ntpstats/rawstats.20230125: Permission denied 2023-01-25T10:10:31.903 INFO:teuthology.orchestra.run.smithi064.stderr:25 Jan 10:10:31 ntpd[19339]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-01-25T10:10:31.903 INFO:teuthology.orchestra.run.smithi064.stderr:25 Jan 10:10:31 ntpd[19339]: can't open /var/log/ntpstats/peerstats.20230125: Permission denied 2023-01-25T10:10:31.904 INFO:teuthology.orchestra.run.smithi064.stderr:25 Jan 10:10:31 ntpd[19339]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-01-25T10:10:31.904 INFO:teuthology.orchestra.run.smithi064.stderr:25 Jan 10:10:31 ntpd[19339]: can't open /var/log/ntpstats/rawstats.20230125: Permission denied 2023-01-25T10:10:31.904 INFO:teuthology.orchestra.run.smithi064.stderr:25 Jan 10:10:31 ntpd[19339]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-01-25T10:10:31.904 INFO:teuthology.orchestra.run.smithi064.stderr:25 Jan 10:10:31 ntpd[19339]: can't open /var/log/ntpstats/peerstats.20230125: Permission denied 2023-01-25T10:10:31.927 INFO:teuthology.orchestra.run.smithi146.stderr:25 Jan 10:10:31 ntpd[19308]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-01-25T10:10:31.927 INFO:teuthology.orchestra.run.smithi146.stderr:25 Jan 10:10:31 ntpd[19308]: can't open /var/log/ntpstats/rawstats.20230125: Permission denied 2023-01-25T10:10:31.927 INFO:teuthology.orchestra.run.smithi146.stderr:25 Jan 10:10:31 ntpd[19308]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-01-25T10:10:31.928 INFO:teuthology.orchestra.run.smithi146.stderr:25 Jan 10:10:31 ntpd[19308]: can't open /var/log/ntpstats/rawstats.20230125: Permission denied 2023-01-25T10:10:31.928 INFO:teuthology.orchestra.run.smithi146.stderr:25 Jan 10:10:31 ntpd[19308]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-01-25T10:10:31.928 INFO:teuthology.orchestra.run.smithi146.stderr:25 Jan 10:10:31 ntpd[19308]: can't open /var/log/ntpstats/rawstats.20230125: Permission denied 2023-01-25T10:10:31.928 INFO:teuthology.orchestra.run.smithi146.stderr:25 Jan 10:10:31 ntpd[19308]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-01-25T10:10:31.929 INFO:teuthology.orchestra.run.smithi146.stderr:25 Jan 10:10:31 ntpd[19308]: can't open /var/log/ntpstats/peerstats.20230125: Permission denied 2023-01-25T10:10:31.929 INFO:teuthology.orchestra.run.smithi146.stderr:25 Jan 10:10:31 ntpd[19308]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-01-25T10:10:31.929 INFO:teuthology.orchestra.run.smithi146.stderr:25 Jan 10:10:31 ntpd[19308]: can't open /var/log/ntpstats/rawstats.20230125: Permission denied 2023-01-25T10:10:31.929 INFO:teuthology.orchestra.run.smithi146.stderr:25 Jan 10:10:31 ntpd[19308]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-01-25T10:10:31.929 INFO:teuthology.orchestra.run.smithi146.stderr:25 Jan 10:10:31 ntpd[19308]: can't open /var/log/ntpstats/peerstats.20230125: Permission denied 2023-01-25T10:10:32.927 INFO:teuthology.orchestra.run.smithi146.stderr:25 Jan 10:10:32 ntpd[19308]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-01-25T10:10:32.927 INFO:teuthology.orchestra.run.smithi146.stderr:25 Jan 10:10:32 ntpd[19308]: can't open /var/log/ntpstats/rawstats.20230125: Permission denied 2023-01-25T10:10:32.927 INFO:teuthology.orchestra.run.smithi146.stderr:25 Jan 10:10:32 ntpd[19308]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-01-25T10:10:32.927 INFO:teuthology.orchestra.run.smithi146.stderr:25 Jan 10:10:32 ntpd[19308]: can't open /var/log/ntpstats/rawstats.20230125: Permission denied 2023-01-25T10:10:32.928 INFO:teuthology.orchestra.run.smithi146.stderr:25 Jan 10:10:32 ntpd[19308]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-01-25T10:10:32.928 INFO:teuthology.orchestra.run.smithi146.stderr:25 Jan 10:10:32 ntpd[19308]: can't open /var/log/ntpstats/peerstats.20230125: Permission denied 2023-01-25T10:10:33.903 INFO:teuthology.orchestra.run.smithi064.stderr:25 Jan 10:10:33 ntpd[19339]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-01-25T10:10:33.903 INFO:teuthology.orchestra.run.smithi064.stderr:25 Jan 10:10:33 ntpd[19339]: can't open /var/log/ntpstats/rawstats.20230125: Permission denied 2023-01-25T10:10:33.904 INFO:teuthology.orchestra.run.smithi064.stderr:25 Jan 10:10:33 ntpd[19339]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-01-25T10:10:33.904 INFO:teuthology.orchestra.run.smithi064.stderr:25 Jan 10:10:33 ntpd[19339]: can't open /var/log/ntpstats/rawstats.20230125: Permission denied 2023-01-25T10:10:33.904 INFO:teuthology.orchestra.run.smithi064.stderr:25 Jan 10:10:33 ntpd[19339]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-01-25T10:10:33.904 INFO:teuthology.orchestra.run.smithi064.stderr:25 Jan 10:10:33 ntpd[19339]: can't open /var/log/ntpstats/rawstats.20230125: Permission denied 2023-01-25T10:10:33.905 INFO:teuthology.orchestra.run.smithi064.stderr:25 Jan 10:10:33 ntpd[19339]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-01-25T10:10:33.905 INFO:teuthology.orchestra.run.smithi064.stderr:25 Jan 10:10:33 ntpd[19339]: can't open /var/log/ntpstats/rawstats.20230125: Permission denied 2023-01-25T10:10:33.905 INFO:teuthology.orchestra.run.smithi064.stderr:25 Jan 10:10:33 ntpd[19339]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-01-25T10:10:33.905 INFO:teuthology.orchestra.run.smithi064.stderr:25 Jan 10:10:33 ntpd[19339]: can't open /var/log/ntpstats/peerstats.20230125: Permission denied 2023-01-25T10:10:33.905 INFO:teuthology.orchestra.run.smithi064.stderr:25 Jan 10:10:33 ntpd[19339]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-01-25T10:10:33.905 INFO:teuthology.orchestra.run.smithi064.stderr:25 Jan 10:10:33 ntpd[19339]: can't open /var/log/ntpstats/rawstats.20230125: Permission denied 2023-01-25T10:10:33.906 INFO:teuthology.orchestra.run.smithi064.stderr:25 Jan 10:10:33 ntpd[19339]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-01-25T10:10:33.906 INFO:teuthology.orchestra.run.smithi064.stderr:25 Jan 10:10:33 ntpd[19339]: can't open /var/log/ntpstats/peerstats.20230125: Permission denied 2023-01-25T10:10:33.906 INFO:teuthology.orchestra.run.smithi064.stderr:25 Jan 10:10:33 ntpd[19339]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-01-25T10:10:33.906 INFO:teuthology.orchestra.run.smithi064.stderr:25 Jan 10:10:33 ntpd[19339]: can't open /var/log/ntpstats/rawstats.20230125: Permission denied 2023-01-25T10:10:33.906 INFO:teuthology.orchestra.run.smithi064.stderr:25 Jan 10:10:33 ntpd[19339]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-01-25T10:10:33.907 INFO:teuthology.orchestra.run.smithi064.stderr:25 Jan 10:10:33 ntpd[19339]: can't open /var/log/ntpstats/peerstats.20230125: Permission denied 2023-01-25T10:10:33.927 INFO:teuthology.orchestra.run.smithi146.stderr:25 Jan 10:10:33 ntpd[19308]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-01-25T10:10:33.927 INFO:teuthology.orchestra.run.smithi146.stderr:25 Jan 10:10:33 ntpd[19308]: can't open /var/log/ntpstats/rawstats.20230125: Permission denied 2023-01-25T10:10:33.927 INFO:teuthology.orchestra.run.smithi146.stderr:25 Jan 10:10:33 ntpd[19308]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-01-25T10:10:33.928 INFO:teuthology.orchestra.run.smithi146.stderr:25 Jan 10:10:33 ntpd[19308]: can't open /var/log/ntpstats/rawstats.20230125: Permission denied 2023-01-25T10:10:33.928 INFO:teuthology.orchestra.run.smithi146.stderr:25 Jan 10:10:33 ntpd[19308]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-01-25T10:10:33.928 INFO:teuthology.orchestra.run.smithi146.stderr:25 Jan 10:10:33 ntpd[19308]: can't open /var/log/ntpstats/rawstats.20230125: Permission denied 2023-01-25T10:10:33.928 INFO:teuthology.orchestra.run.smithi146.stderr:25 Jan 10:10:33 ntpd[19308]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-01-25T10:10:33.928 INFO:teuthology.orchestra.run.smithi146.stderr:25 Jan 10:10:33 ntpd[19308]: can't open /var/log/ntpstats/peerstats.20230125: Permission denied 2023-01-25T10:10:33.929 INFO:teuthology.orchestra.run.smithi146.stderr:25 Jan 10:10:33 ntpd[19308]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-01-25T10:10:33.929 INFO:teuthology.orchestra.run.smithi146.stderr:25 Jan 10:10:33 ntpd[19308]: can't open /var/log/ntpstats/rawstats.20230125: Permission denied 2023-01-25T10:10:33.929 INFO:teuthology.orchestra.run.smithi146.stderr:25 Jan 10:10:33 ntpd[19308]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-01-25T10:10:33.929 INFO:teuthology.orchestra.run.smithi146.stderr:25 Jan 10:10:33 ntpd[19308]: can't open /var/log/ntpstats/peerstats.20230125: Permission denied 2023-01-25T10:10:34.926 INFO:teuthology.orchestra.run.smithi146.stderr:25 Jan 10:10:34 ntpd[19308]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-01-25T10:10:34.927 INFO:teuthology.orchestra.run.smithi146.stderr:25 Jan 10:10:34 ntpd[19308]: can't open /var/log/ntpstats/rawstats.20230125: Permission denied 2023-01-25T10:10:34.927 INFO:teuthology.orchestra.run.smithi146.stderr:25 Jan 10:10:34 ntpd[19308]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-01-25T10:10:34.927 INFO:teuthology.orchestra.run.smithi146.stderr:25 Jan 10:10:34 ntpd[19308]: can't open /var/log/ntpstats/rawstats.20230125: Permission denied 2023-01-25T10:10:34.927 INFO:teuthology.orchestra.run.smithi146.stderr:25 Jan 10:10:34 ntpd[19308]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-01-25T10:10:34.928 INFO:teuthology.orchestra.run.smithi146.stderr:25 Jan 10:10:34 ntpd[19308]: can't open /var/log/ntpstats/peerstats.20230125: Permission denied 2023-01-25T10:10:35.901 INFO:teuthology.orchestra.run.smithi064.stderr:25 Jan 10:10:35 ntpd[19339]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-01-25T10:10:35.902 INFO:teuthology.orchestra.run.smithi064.stderr:25 Jan 10:10:35 ntpd[19339]: can't open /var/log/ntpstats/rawstats.20230125: Permission denied 2023-01-25T10:10:35.902 INFO:teuthology.orchestra.run.smithi064.stderr:25 Jan 10:10:35 ntpd[19339]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-01-25T10:10:35.902 INFO:teuthology.orchestra.run.smithi064.stderr:25 Jan 10:10:35 ntpd[19339]: can't open /var/log/ntpstats/rawstats.20230125: Permission denied 2023-01-25T10:10:35.902 INFO:teuthology.orchestra.run.smithi064.stderr:25 Jan 10:10:35 ntpd[19339]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-01-25T10:10:35.902 INFO:teuthology.orchestra.run.smithi064.stderr:25 Jan 10:10:35 ntpd[19339]: can't open /var/log/ntpstats/rawstats.20230125: Permission denied 2023-01-25T10:10:35.903 INFO:teuthology.orchestra.run.smithi064.stderr:25 Jan 10:10:35 ntpd[19339]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-01-25T10:10:35.903 INFO:teuthology.orchestra.run.smithi064.stderr:25 Jan 10:10:35 ntpd[19339]: can't open /var/log/ntpstats/rawstats.20230125: Permission denied 2023-01-25T10:10:35.903 INFO:teuthology.orchestra.run.smithi064.stderr:25 Jan 10:10:35 ntpd[19339]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-01-25T10:10:35.903 INFO:teuthology.orchestra.run.smithi064.stderr:25 Jan 10:10:35 ntpd[19339]: can't open /var/log/ntpstats/peerstats.20230125: Permission denied 2023-01-25T10:10:35.904 INFO:teuthology.orchestra.run.smithi064.stdout:25 Jan 10:10:35 ntpd[19339]: ntpd: time slew +0.001400 s 2023-01-25T10:10:35.904 INFO:teuthology.orchestra.run.smithi064.stdout:ntpd: time slew +0.001400s 2023-01-25T10:10:35.904 INFO:teuthology.orchestra.run.smithi064.stderr:25 Jan 10:10:35 ntpd[19339]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2023-01-25T10:10:35.904 INFO:teuthology.orchestra.run.smithi064.stderr:25 Jan 10:10:35 ntpd[19339]: can't open /var/log/ntpstats/loopstats.20230125: Permission denied 2023-01-25T10:10:35.927 INFO:teuthology.orchestra.run.smithi146.stderr:25 Jan 10:10:35 ntpd[19308]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-01-25T10:10:35.928 INFO:teuthology.orchestra.run.smithi146.stderr:25 Jan 10:10:35 ntpd[19308]: can't open /var/log/ntpstats/rawstats.20230125: Permission denied 2023-01-25T10:10:35.928 INFO:teuthology.orchestra.run.smithi146.stderr:25 Jan 10:10:35 ntpd[19308]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-01-25T10:10:35.928 INFO:teuthology.orchestra.run.smithi146.stderr:25 Jan 10:10:35 ntpd[19308]: can't open /var/log/ntpstats/rawstats.20230125: Permission denied 2023-01-25T10:10:35.928 INFO:teuthology.orchestra.run.smithi146.stderr:25 Jan 10:10:35 ntpd[19308]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-01-25T10:10:35.928 INFO:teuthology.orchestra.run.smithi146.stderr:25 Jan 10:10:35 ntpd[19308]: can't open /var/log/ntpstats/rawstats.20230125: Permission denied 2023-01-25T10:10:35.929 INFO:teuthology.orchestra.run.smithi146.stderr:25 Jan 10:10:35 ntpd[19308]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-01-25T10:10:35.929 INFO:teuthology.orchestra.run.smithi146.stderr:25 Jan 10:10:35 ntpd[19308]: can't open /var/log/ntpstats/peerstats.20230125: Permission denied 2023-01-25T10:10:35.929 INFO:teuthology.orchestra.run.smithi146.stdout:25 Jan 10:10:35 ntpd[19308]: ntpd: time slew +0.001887 s 2023-01-25T10:10:35.930 INFO:teuthology.orchestra.run.smithi146.stdout:ntpd: time slew +0.001887s 2023-01-25T10:10:35.930 INFO:teuthology.orchestra.run.smithi146.stderr:25 Jan 10:10:35 ntpd[19308]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2023-01-25T10:10:35.930 INFO:teuthology.orchestra.run.smithi146.stderr:25 Jan 10:10:35 ntpd[19308]: can't open /var/log/ntpstats/loopstats.20230125: Permission denied 2023-01-25T10:10:35.960 INFO:teuthology.orchestra.run.smithi064.stdout: remote refid st t when poll reach delay offset jitter 2023-01-25T10:10:35.960 INFO:teuthology.orchestra.run.smithi064.stdout:============================================================================== 2023-01-25T10:10:35.961 INFO:teuthology.orchestra.run.smithi064.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-01-25T10:10:35.961 INFO:teuthology.orchestra.run.smithi064.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-01-25T10:10:35.961 INFO:teuthology.orchestra.run.smithi064.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-01-25T10:10:35.962 INFO:teuthology.orchestra.run.smithi064.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-01-25T10:10:35.989 INFO:teuthology.orchestra.run.smithi146.stdout: remote refid st t when poll reach delay offset jitter 2023-01-25T10:10:35.989 INFO:teuthology.orchestra.run.smithi146.stdout:============================================================================== 2023-01-25T10:10:35.989 INFO:teuthology.orchestra.run.smithi146.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-01-25T10:10:35.990 INFO:teuthology.orchestra.run.smithi146.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-01-25T10:10:35.990 INFO:teuthology.orchestra.run.smithi146.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-01-25T10:10:35.990 INFO:teuthology.orchestra.run.smithi146.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-01-25T10:10:35.991 INFO:teuthology.run_tasks:Running task nvme_loop... 2023-01-25T10:10:36.003 INFO:tasks.nvme_loop:Setting up nvme_loop on scratch devices... 2023-01-25T10:10:36.004 DEBUG:teuthology.orchestra.run.smithi064:> set -ex 2023-01-25T10:10:36.004 DEBUG:teuthology.orchestra.run.smithi064:> dd if=/scratch_devs of=/dev/stdout 2023-01-25T10:10:36.012 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-01-25T10:10:36.012 DEBUG:teuthology.orchestra.run.smithi064:> stat /dev/vg_nvme/lv_1 2023-01-25T10:10:36.062 INFO:teuthology.orchestra.run.smithi064.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-01-25T10:10:36.062 INFO:teuthology.orchestra.run.smithi064.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-01-25T10:10:36.062 INFO:teuthology.orchestra.run.smithi064.stdout:Device: 5h/5d Inode: 498 Links: 1 2023-01-25T10:10:36.063 INFO:teuthology.orchestra.run.smithi064.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-01-25T10:10:36.063 INFO:teuthology.orchestra.run.smithi064.stdout:Access: 2023-01-25 10:09:09.888602693 +0000 2023-01-25T10:10:36.063 INFO:teuthology.orchestra.run.smithi064.stdout:Modify: 2023-01-25 10:09:09.552610440 +0000 2023-01-25T10:10:36.063 INFO:teuthology.orchestra.run.smithi064.stdout:Change: 2023-01-25 10:09:09.552610440 +0000 2023-01-25T10:10:36.063 INFO:teuthology.orchestra.run.smithi064.stdout: Birth: - 2023-01-25T10:10:36.064 DEBUG:teuthology.orchestra.run.smithi064:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-01-25T10:10:36.116 INFO:teuthology.orchestra.run.smithi064.stderr:1+0 records in 2023-01-25T10:10:36.116 INFO:teuthology.orchestra.run.smithi064.stderr:1+0 records out 2023-01-25T10:10:36.116 INFO:teuthology.orchestra.run.smithi064.stderr:512 bytes copied, 0.00054094 s, 947 kB/s 2023-01-25T10:10:36.117 DEBUG:teuthology.orchestra.run.smithi064:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-01-25T10:10:36.168 DEBUG:teuthology.orchestra.run.smithi064:> stat /dev/vg_nvme/lv_2 2023-01-25T10:10:36.218 INFO:teuthology.orchestra.run.smithi064.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-01-25T10:10:36.219 INFO:teuthology.orchestra.run.smithi064.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-01-25T10:10:36.219 INFO:teuthology.orchestra.run.smithi064.stdout:Device: 5h/5d Inode: 503 Links: 1 2023-01-25T10:10:36.219 INFO:teuthology.orchestra.run.smithi064.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-01-25T10:10:36.219 INFO:teuthology.orchestra.run.smithi064.stdout:Access: 2023-01-25 10:09:10.080598265 +0000 2023-01-25T10:10:36.219 INFO:teuthology.orchestra.run.smithi064.stdout:Modify: 2023-01-25 10:09:10.076598356 +0000 2023-01-25T10:10:36.220 INFO:teuthology.orchestra.run.smithi064.stdout:Change: 2023-01-25 10:09:10.076598356 +0000 2023-01-25T10:10:36.220 INFO:teuthology.orchestra.run.smithi064.stdout: Birth: - 2023-01-25T10:10:36.220 DEBUG:teuthology.orchestra.run.smithi064:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-01-25T10:10:36.276 INFO:teuthology.orchestra.run.smithi064.stderr:1+0 records in 2023-01-25T10:10:36.276 INFO:teuthology.orchestra.run.smithi064.stderr:1+0 records out 2023-01-25T10:10:36.276 INFO:teuthology.orchestra.run.smithi064.stderr:512 bytes copied, 0.000527149 s, 971 kB/s 2023-01-25T10:10:36.277 DEBUG:teuthology.orchestra.run.smithi064:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-01-25T10:10:36.329 DEBUG:teuthology.orchestra.run.smithi064:> stat /dev/vg_nvme/lv_3 2023-01-25T10:10:36.379 INFO:teuthology.orchestra.run.smithi064.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-01-25T10:10:36.379 INFO:teuthology.orchestra.run.smithi064.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-01-25T10:10:36.380 INFO:teuthology.orchestra.run.smithi064.stdout:Device: 5h/5d Inode: 508 Links: 1 2023-01-25T10:10:36.380 INFO:teuthology.orchestra.run.smithi064.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-01-25T10:10:36.380 INFO:teuthology.orchestra.run.smithi064.stdout:Access: 2023-01-25 10:09:10.908579169 +0000 2023-01-25T10:10:36.380 INFO:teuthology.orchestra.run.smithi064.stdout:Modify: 2023-01-25 10:09:10.604586180 +0000 2023-01-25T10:10:36.380 INFO:teuthology.orchestra.run.smithi064.stdout:Change: 2023-01-25 10:09:10.604586180 +0000 2023-01-25T10:10:36.381 INFO:teuthology.orchestra.run.smithi064.stdout: Birth: - 2023-01-25T10:10:36.381 DEBUG:teuthology.orchestra.run.smithi064:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-01-25T10:10:36.437 INFO:teuthology.orchestra.run.smithi064.stderr:1+0 records in 2023-01-25T10:10:36.438 INFO:teuthology.orchestra.run.smithi064.stderr:1+0 records out 2023-01-25T10:10:36.438 INFO:teuthology.orchestra.run.smithi064.stderr:512 bytes copied, 0.000542579 s, 944 kB/s 2023-01-25T10:10:36.439 DEBUG:teuthology.orchestra.run.smithi064:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-01-25T10:10:36.491 DEBUG:teuthology.orchestra.run.smithi064:> stat /dev/vg_nvme/lv_4 2023-01-25T10:10:36.541 INFO:teuthology.orchestra.run.smithi064.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-01-25T10:10:36.542 INFO:teuthology.orchestra.run.smithi064.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-01-25T10:10:36.542 INFO:teuthology.orchestra.run.smithi064.stdout:Device: 5h/5d Inode: 515 Links: 1 2023-01-25T10:10:36.543 INFO:teuthology.orchestra.run.smithi064.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-01-25T10:10:36.543 INFO:teuthology.orchestra.run.smithi064.stdout:Access: 2023-01-25 10:09:11.460566440 +0000 2023-01-25T10:10:36.543 INFO:teuthology.orchestra.run.smithi064.stdout:Modify: 2023-01-25 10:09:11.148573635 +0000 2023-01-25T10:10:36.543 INFO:teuthology.orchestra.run.smithi064.stdout:Change: 2023-01-25 10:09:11.148573635 +0000 2023-01-25T10:10:36.543 INFO:teuthology.orchestra.run.smithi064.stdout: Birth: - 2023-01-25T10:10:36.544 DEBUG:teuthology.orchestra.run.smithi064:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-01-25T10:10:36.597 INFO:teuthology.orchestra.run.smithi064.stderr:1+0 records in 2023-01-25T10:10:36.597 INFO:teuthology.orchestra.run.smithi064.stderr:1+0 records out 2023-01-25T10:10:36.597 INFO:teuthology.orchestra.run.smithi064.stderr:512 bytes copied, 0.000406286 s, 1.3 MB/s 2023-01-25T10:10:36.598 DEBUG:teuthology.orchestra.run.smithi064:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-01-25T10:10:36.655 DEBUG:teuthology.orchestra.run.smithi064:> 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-01-25T10:10:36.789 INFO:teuthology.orchestra.run.smithi064.stdout:loop 2023-01-25T10:10:36.790 INFO:tasks.nvme_loop:Connecting nvme_loop smithi064:/dev/vg_nvme/lv_1... 2023-01-25T10:10:36.791 DEBUG:teuthology.orchestra.run.smithi064:> 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-01-25T10:10:36.814 INFO:teuthology.orchestra.run.smithi064.stdout:1 2023-01-25T10:10:36.839 INFO:teuthology.orchestra.run.smithi064.stdout:/dev/vg_nvme/lv_11 2023-01-25T10:10:36.862 INFO:tasks.nvme_loop:Connecting nvme_loop smithi064:/dev/vg_nvme/lv_2... 2023-01-25T10:10:36.862 DEBUG:teuthology.orchestra.run.smithi064:> 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-01-25T10:10:36.929 INFO:teuthology.orchestra.run.smithi064.stdout:1 2023-01-25T10:10:36.957 INFO:teuthology.orchestra.run.smithi064.stdout:/dev/vg_nvme/lv_21 2023-01-25T10:10:36.983 INFO:tasks.nvme_loop:Connecting nvme_loop smithi064:/dev/vg_nvme/lv_3... 2023-01-25T10:10:36.984 DEBUG:teuthology.orchestra.run.smithi064:> 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-01-25T10:10:37.052 INFO:teuthology.orchestra.run.smithi064.stdout:1 2023-01-25T10:10:37.078 INFO:teuthology.orchestra.run.smithi064.stdout:/dev/vg_nvme/lv_31 2023-01-25T10:10:37.102 INFO:tasks.nvme_loop:Connecting nvme_loop smithi064:/dev/vg_nvme/lv_4... 2023-01-25T10:10:37.102 DEBUG:teuthology.orchestra.run.smithi064:> 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-01-25T10:10:37.169 INFO:teuthology.orchestra.run.smithi064.stdout:1 2023-01-25T10:10:37.196 INFO:teuthology.orchestra.run.smithi064.stdout:/dev/vg_nvme/lv_41 2023-01-25T10:10:37.221 DEBUG:teuthology.orchestra.run.smithi064:> set -ex 2023-01-25T10:10:37.222 DEBUG:teuthology.orchestra.run.smithi064:> dd if=/scratch_devs of=/dev/stdout 2023-01-25T10:10:37.273 DEBUG:teuthology.orchestra.run.smithi064:> sudo nvme list 2023-01-25T10:10:37.330 INFO:teuthology.orchestra.run.smithi064.stdout:Node SN Model Namespace Usage Format FW Rev 2023-01-25T10:10:37.331 INFO:teuthology.orchestra.run.smithi064.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2023-01-25T10:10:37.331 INFO:teuthology.orchestra.run.smithi064.stdout:/dev/nvme0n1 CVFT534400C2400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2023-01-25T10:10:37.331 INFO:teuthology.orchestra.run.smithi064.stdout:/dev/nvme1n1 dc35336f509ee5f6081e Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-5 2023-01-25T10:10:37.331 INFO:teuthology.orchestra.run.smithi064.stdout:/dev/nvme2n1 3217fadc2664e63668a6 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-5 2023-01-25T10:10:37.332 INFO:teuthology.orchestra.run.smithi064.stdout:/dev/nvme3n1 dbc82749dcce8e886c12 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-5 2023-01-25T10:10:37.332 INFO:teuthology.orchestra.run.smithi064.stdout:/dev/nvme4n1 5eb2ccd220a507f67cbd Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-5 2023-01-25T10:10:37.333 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-01-25T10:10:37.333 DEBUG:teuthology.orchestra.run.smithi064:> set -ex 2023-01-25T10:10:37.333 DEBUG:teuthology.orchestra.run.smithi064:> sudo dd of=/scratch_devs 2023-01-25T10:10:37.386 DEBUG:teuthology.orchestra.run.smithi146:> set -ex 2023-01-25T10:10:37.387 DEBUG:teuthology.orchestra.run.smithi146:> dd if=/scratch_devs of=/dev/stdout 2023-01-25T10:10:37.394 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-01-25T10:10:37.394 DEBUG:teuthology.orchestra.run.smithi146:> stat /dev/vg_nvme/lv_1 2023-01-25T10:10:37.449 INFO:teuthology.orchestra.run.smithi146.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-01-25T10:10:37.449 INFO:teuthology.orchestra.run.smithi146.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-01-25T10:10:37.449 INFO:teuthology.orchestra.run.smithi146.stdout:Device: 5h/5d Inode: 498 Links: 1 2023-01-25T10:10:37.449 INFO:teuthology.orchestra.run.smithi146.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-01-25T10:10:37.449 INFO:teuthology.orchestra.run.smithi146.stdout:Access: 2023-01-25 10:09:08.866618297 +0000 2023-01-25T10:10:37.450 INFO:teuthology.orchestra.run.smithi146.stdout:Modify: 2023-01-25 10:09:08.862618390 +0000 2023-01-25T10:10:37.450 INFO:teuthology.orchestra.run.smithi146.stdout:Change: 2023-01-25 10:09:08.862618390 +0000 2023-01-25T10:10:37.450 INFO:teuthology.orchestra.run.smithi146.stdout: Birth: - 2023-01-25T10:10:37.450 DEBUG:teuthology.orchestra.run.smithi146:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-01-25T10:10:37.506 INFO:teuthology.orchestra.run.smithi146.stderr:1+0 records in 2023-01-25T10:10:37.507 INFO:teuthology.orchestra.run.smithi146.stderr:1+0 records out 2023-01-25T10:10:37.507 INFO:teuthology.orchestra.run.smithi146.stderr:512 bytes copied, 0.00055196 s, 928 kB/s 2023-01-25T10:10:37.508 DEBUG:teuthology.orchestra.run.smithi146:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-01-25T10:10:37.558 DEBUG:teuthology.orchestra.run.smithi146:> stat /dev/vg_nvme/lv_2 2023-01-25T10:10:37.608 INFO:teuthology.orchestra.run.smithi146.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-01-25T10:10:37.609 INFO:teuthology.orchestra.run.smithi146.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-01-25T10:10:37.609 INFO:teuthology.orchestra.run.smithi146.stdout:Device: 5h/5d Inode: 505 Links: 1 2023-01-25T10:10:37.609 INFO:teuthology.orchestra.run.smithi146.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-01-25T10:10:37.610 INFO:teuthology.orchestra.run.smithi146.stdout:Access: 2023-01-25 10:09:09.418605568 +0000 2023-01-25T10:10:37.610 INFO:teuthology.orchestra.run.smithi146.stdout:Modify: 2023-01-25 10:09:09.414605659 +0000 2023-01-25T10:10:37.610 INFO:teuthology.orchestra.run.smithi146.stdout:Change: 2023-01-25 10:09:09.414605659 +0000 2023-01-25T10:10:37.610 INFO:teuthology.orchestra.run.smithi146.stdout: Birth: - 2023-01-25T10:10:37.610 DEBUG:teuthology.orchestra.run.smithi146:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-01-25T10:10:37.663 INFO:teuthology.orchestra.run.smithi146.stderr:1+0 records in 2023-01-25T10:10:37.664 INFO:teuthology.orchestra.run.smithi146.stderr:1+0 records out 2023-01-25T10:10:37.664 INFO:teuthology.orchestra.run.smithi146.stderr:512 bytes copied, 0.000500776 s, 1.0 MB/s 2023-01-25T10:10:37.665 DEBUG:teuthology.orchestra.run.smithi146:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-01-25T10:10:37.722 DEBUG:teuthology.orchestra.run.smithi146:> stat /dev/vg_nvme/lv_3 2023-01-25T10:10:37.772 INFO:teuthology.orchestra.run.smithi146.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-01-25T10:10:37.772 INFO:teuthology.orchestra.run.smithi146.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-01-25T10:10:37.773 INFO:teuthology.orchestra.run.smithi146.stdout:Device: 5h/5d Inode: 511 Links: 1 2023-01-25T10:10:37.773 INFO:teuthology.orchestra.run.smithi146.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-01-25T10:10:37.773 INFO:teuthology.orchestra.run.smithi146.stdout:Access: 2023-01-25 10:09:10.322584720 +0000 2023-01-25T10:10:37.773 INFO:teuthology.orchestra.run.smithi146.stdout:Modify: 2023-01-25 10:09:09.990592376 +0000 2023-01-25T10:10:37.773 INFO:teuthology.orchestra.run.smithi146.stdout:Change: 2023-01-25 10:09:09.990592376 +0000 2023-01-25T10:10:37.774 INFO:teuthology.orchestra.run.smithi146.stdout: Birth: - 2023-01-25T10:10:37.774 DEBUG:teuthology.orchestra.run.smithi146:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-01-25T10:10:37.832 INFO:teuthology.orchestra.run.smithi146.stderr:1+0 records in 2023-01-25T10:10:37.832 INFO:teuthology.orchestra.run.smithi146.stderr:1+0 records out 2023-01-25T10:10:37.833 INFO:teuthology.orchestra.run.smithi146.stderr:512 bytes copied, 0.000526478 s, 973 kB/s 2023-01-25T10:10:37.834 DEBUG:teuthology.orchestra.run.smithi146:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-01-25T10:10:37.886 DEBUG:teuthology.orchestra.run.smithi146:> stat /dev/vg_nvme/lv_4 2023-01-25T10:10:37.937 INFO:teuthology.orchestra.run.smithi146.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-01-25T10:10:37.937 INFO:teuthology.orchestra.run.smithi146.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-01-25T10:10:37.937 INFO:teuthology.orchestra.run.smithi146.stdout:Device: 5h/5d Inode: 514 Links: 1 2023-01-25T10:10:37.937 INFO:teuthology.orchestra.run.smithi146.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-01-25T10:10:37.938 INFO:teuthology.orchestra.run.smithi146.stdout:Access: 2023-01-25 10:09:10.862572268 +0000 2023-01-25T10:10:37.938 INFO:teuthology.orchestra.run.smithi146.stdout:Modify: 2023-01-25 10:09:10.534579832 +0000 2023-01-25T10:10:37.938 INFO:teuthology.orchestra.run.smithi146.stdout:Change: 2023-01-25 10:09:10.534579832 +0000 2023-01-25T10:10:37.938 INFO:teuthology.orchestra.run.smithi146.stdout: Birth: - 2023-01-25T10:10:37.939 DEBUG:teuthology.orchestra.run.smithi146:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-01-25T10:10:37.990 INFO:teuthology.orchestra.run.smithi146.stderr:1+0 records in 2023-01-25T10:10:37.990 INFO:teuthology.orchestra.run.smithi146.stderr:1+0 records out 2023-01-25T10:10:37.991 INFO:teuthology.orchestra.run.smithi146.stderr:512 bytes copied, 0.000547581 s, 935 kB/s 2023-01-25T10:10:37.992 DEBUG:teuthology.orchestra.run.smithi146:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-01-25T10:10:38.042 DEBUG:teuthology.orchestra.run.smithi146:> 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-01-25T10:10:38.164 INFO:teuthology.orchestra.run.smithi146.stdout:loop 2023-01-25T10:10:38.165 INFO:tasks.nvme_loop:Connecting nvme_loop smithi146:/dev/vg_nvme/lv_1... 2023-01-25T10:10:38.166 DEBUG:teuthology.orchestra.run.smithi146:> 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-01-25T10:10:38.187 INFO:teuthology.orchestra.run.smithi146.stdout:1 2023-01-25T10:10:38.214 INFO:teuthology.orchestra.run.smithi146.stdout:/dev/vg_nvme/lv_11 2023-01-25T10:10:38.239 INFO:tasks.nvme_loop:Connecting nvme_loop smithi146:/dev/vg_nvme/lv_2... 2023-01-25T10:10:38.239 DEBUG:teuthology.orchestra.run.smithi146:> 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-01-25T10:10:38.308 INFO:teuthology.orchestra.run.smithi146.stdout:1 2023-01-25T10:10:38.336 INFO:teuthology.orchestra.run.smithi146.stdout:/dev/vg_nvme/lv_21 2023-01-25T10:10:38.360 INFO:tasks.nvme_loop:Connecting nvme_loop smithi146:/dev/vg_nvme/lv_3... 2023-01-25T10:10:38.361 DEBUG:teuthology.orchestra.run.smithi146:> 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-01-25T10:10:38.423 INFO:teuthology.orchestra.run.smithi146.stdout:1 2023-01-25T10:10:38.452 INFO:teuthology.orchestra.run.smithi146.stdout:/dev/vg_nvme/lv_31 2023-01-25T10:10:38.477 INFO:tasks.nvme_loop:Connecting nvme_loop smithi146:/dev/vg_nvme/lv_4... 2023-01-25T10:10:38.477 DEBUG:teuthology.orchestra.run.smithi146:> 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-01-25T10:10:38.547 INFO:teuthology.orchestra.run.smithi146.stdout:1 2023-01-25T10:10:38.568 INFO:teuthology.orchestra.run.smithi146.stdout:/dev/vg_nvme/lv_41 2023-01-25T10:10:38.589 DEBUG:teuthology.orchestra.run.smithi146:> set -ex 2023-01-25T10:10:38.590 DEBUG:teuthology.orchestra.run.smithi146:> dd if=/scratch_devs of=/dev/stdout 2023-01-25T10:10:38.644 DEBUG:teuthology.orchestra.run.smithi146:> sudo nvme list 2023-01-25T10:10:38.698 INFO:teuthology.orchestra.run.smithi146.stdout:Node SN Model Namespace Usage Format FW Rev 2023-01-25T10:10:38.698 INFO:teuthology.orchestra.run.smithi146.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2023-01-25T10:10:38.699 INFO:teuthology.orchestra.run.smithi146.stdout:/dev/nvme0n1 CVFT623300GB400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2023-01-25T10:10:38.699 INFO:teuthology.orchestra.run.smithi146.stdout:/dev/nvme1n1 73c06969fb936caca852 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-5 2023-01-25T10:10:38.699 INFO:teuthology.orchestra.run.smithi146.stdout:/dev/nvme2n1 d719ef8633ad53c7e834 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-5 2023-01-25T10:10:38.699 INFO:teuthology.orchestra.run.smithi146.stdout:/dev/nvme3n1 161614ca38050a5dd277 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-5 2023-01-25T10:10:38.699 INFO:teuthology.orchestra.run.smithi146.stdout:/dev/nvme4n1 af02a865be14f2b5c915 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-5 2023-01-25T10:10:38.700 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-01-25T10:10:38.701 DEBUG:teuthology.orchestra.run.smithi146:> set -ex 2023-01-25T10:10:38.701 DEBUG:teuthology.orchestra.run.smithi146:> sudo dd of=/scratch_devs 2023-01-25T10:10:38.758 INFO:teuthology.run_tasks:Running task cephadm... 2023-01-25T10:10:38.840 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': '44e4095da12a8269eb6cfe163cbb0d00b1a6412c'} 2023-01-25T10:10:38.841 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:44e4095da12a8269eb6cfe163cbb0d00b1a6412c 2023-01-25T10:10:38.851 INFO:tasks.cephadm:Cluster fsid is 8464b54c-9c98-11ed-9e56-001a4aab830c 2023-01-25T10:10:38.852 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2023-01-25T10:10:38.852 INFO:tasks.cephadm:No mon roles; fabricating mons 2023-01-25T10:10:38.852 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi064': '172.21.15.64', 'mon.smithi146': '172.21.15.146'} 2023-01-25T10:10:38.853 INFO:tasks.cephadm:Normalizing hostnames... 2023-01-25T10:10:38.853 DEBUG:teuthology.orchestra.run.smithi064:> sudo hostname $(hostname -s) 2023-01-25T10:10:38.870 DEBUG:teuthology.orchestra.run.smithi146:> sudo hostname $(hostname -s) 2023-01-25T10:10:38.886 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2023-01-25T10:10:38.887 DEBUG:teuthology.orchestra.run.smithi064:> sudo lsb_release -is 2023-01-25T10:10:38.965 INFO:teuthology.orchestra.run.smithi064.stdout:Ubuntu 2023-01-25T10:10:38.971 DEBUG:teuthology.misc:System to be installed: Ubuntu 2023-01-25T10:10:38.972 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F20.04%2Fx86_64&sha1=44e4095da12a8269eb6cfe163cbb0d00b1a6412c 2023-01-25T10:10:39.125 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': '44e4095da12a8269eb6cfe163cbb0d00b1a6412c', '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/67600/', 'root_build_cause': 'SCMTRIGGER', 'version': '18.0.0-1986-g44e4095d', 'node_name': '172.21.2.13+braggi13', '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.0.0-1986-g44e4095d-1focal'}, 'url': 'https://4.chacra.ceph.com/r/ceph/wip-yuri6-testing-2023-01-24-0746/44e4095da12a8269eb6cfe163cbb0d00b1a6412c/ubuntu/focal/flavors/default/', 'distro_codename': 'focal', 'modified': '2023-01-24 17:25:56.801858', 'distro_version': '20.04', 'project': 'ceph', 'flavor': 'default', 'ref': 'wip-yuri6-testing-2023-01-24-0746', 'chacra_url': 'https://4.chacra.ceph.com/repos/ceph/wip-yuri6-testing-2023-01-24-0746/44e4095da12a8269eb6cfe163cbb0d00b1a6412c/ubuntu/focal/flavors/default/', 'archs': ['x86_64'], 'distro': 'ubuntu'}] 2023-01-25T10:10:39.273 INFO:tasks.util.chacra:got chacra host 4.chacra.ceph.com, ref wip-yuri6-testing-2023-01-24-0746, sha1 44e4095da12a8269eb6cfe163cbb0d00b1a6412c from https://shaman.ceph.com/api/search/?project=ceph&distros=ubuntu%2F20.04%2Fx86_64&flavor=default&sha1=44e4095da12a8269eb6cfe163cbb0d00b1a6412c 2023-01-25T10:10:39.273 INFO:tasks.cephadm:Discovered cachra url: https://4.chacra.ceph.com/binaries/ceph/wip-yuri6-testing-2023-01-24-0746/44e4095da12a8269eb6cfe163cbb0d00b1a6412c/ubuntu/focal/x86_64/flavors/default/cephadm 2023-01-25T10:10:39.274 DEBUG:teuthology.orchestra.run.smithi064:> curl --silent -L https://4.chacra.ceph.com/binaries/ceph/wip-yuri6-testing-2023-01-24-0746/44e4095da12a8269eb6cfe163cbb0d00b1a6412c/ubuntu/focal/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-01-25T10:10:39.814 INFO:teuthology.orchestra.run.smithi064.stdout:-rw-rw-r-- 1 ubuntu ubuntu 84748 Jan 25 10:10 /home/ubuntu/cephtest/cephadm 2023-01-25T10:10:39.814 DEBUG:teuthology.orchestra.run.smithi146:> curl --silent -L https://4.chacra.ceph.com/binaries/ceph/wip-yuri6-testing-2023-01-24-0746/44e4095da12a8269eb6cfe163cbb0d00b1a6412c/ubuntu/focal/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-01-25T10:10:40.346 INFO:teuthology.orchestra.run.smithi146.stdout:-rw-rw-r-- 1 ubuntu ubuntu 84748 Jan 25 10:10 /home/ubuntu/cephtest/cephadm 2023-01-25T10:10:40.346 DEBUG:teuthology.orchestra.run.smithi064:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-01-25T10:10:40.357 DEBUG:teuthology.orchestra.run.smithi146:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-01-25T10:10:40.374 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:44e4095da12a8269eb6cfe163cbb0d00b1a6412c on all hosts... 2023-01-25T10:10:40.374 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:44e4095da12a8269eb6cfe163cbb0d00b1a6412c pull 2023-01-25T10:10:40.399 DEBUG:teuthology.orchestra.run.smithi146:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:44e4095da12a8269eb6cfe163cbb0d00b1a6412c pull 2023-01-25T10:10:40.734 INFO:teuthology.orchestra.run.smithi146.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:44e4095da12a8269eb6cfe163cbb0d00b1a6412c... 2023-01-25T10:10:40.785 INFO:teuthology.orchestra.run.smithi064.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:44e4095da12a8269eb6cfe163cbb0d00b1a6412c... 2023-01-25T10:11:12.709 INFO:teuthology.orchestra.run.smithi146.stdout:{ 2023-01-25T10:11:12.710 INFO:teuthology.orchestra.run.smithi146.stdout: "ceph_version": "ceph version 18.0.0-1986-g44e4095d (44e4095da12a8269eb6cfe163cbb0d00b1a6412c) reef (dev)", 2023-01-25T10:11:12.710 INFO:teuthology.orchestra.run.smithi146.stdout: "image_id": "b9ee3ec9b0ba1757c4b9e53705433eac5b03eac785836bd0991b1a42613d95a7", 2023-01-25T10:11:12.710 INFO:teuthology.orchestra.run.smithi146.stdout: "repo_digests": [ 2023-01-25T10:11:12.711 INFO:teuthology.orchestra.run.smithi146.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:af0a1fa8aa875db45f97a762c2a395ca6fc313b318d65a9a19c9b62faa55a46f" 2023-01-25T10:11:12.711 INFO:teuthology.orchestra.run.smithi146.stdout: ] 2023-01-25T10:11:12.711 INFO:teuthology.orchestra.run.smithi146.stdout:} 2023-01-25T10:11:15.116 INFO:teuthology.orchestra.run.smithi064.stdout:{ 2023-01-25T10:11:15.116 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph_version": "ceph version 18.0.0-1986-g44e4095d (44e4095da12a8269eb6cfe163cbb0d00b1a6412c) reef (dev)", 2023-01-25T10:11:15.117 INFO:teuthology.orchestra.run.smithi064.stdout: "image_id": "b9ee3ec9b0ba1757c4b9e53705433eac5b03eac785836bd0991b1a42613d95a7", 2023-01-25T10:11:15.117 INFO:teuthology.orchestra.run.smithi064.stdout: "repo_digests": [ 2023-01-25T10:11:15.117 INFO:teuthology.orchestra.run.smithi064.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:af0a1fa8aa875db45f97a762c2a395ca6fc313b318d65a9a19c9b62faa55a46f" 2023-01-25T10:11:15.117 INFO:teuthology.orchestra.run.smithi064.stdout: ] 2023-01-25T10:11:15.117 INFO:teuthology.orchestra.run.smithi064.stdout:} 2023-01-25T10:11:15.139 DEBUG:teuthology.orchestra.run.smithi064:> sudo mkdir -p /etc/ceph 2023-01-25T10:11:15.156 DEBUG:teuthology.orchestra.run.smithi146:> sudo mkdir -p /etc/ceph 2023-01-25T10:11:15.174 DEBUG:teuthology.orchestra.run.smithi064:> sudo chmod 777 /etc/ceph 2023-01-25T10:11:15.213 DEBUG:teuthology.orchestra.run.smithi146:> sudo chmod 777 /etc/ceph 2023-01-25T10:11:15.236 INFO:tasks.cephadm:Writing seed config... 2023-01-25T10:11:15.238 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2023-01-25T10:11:15.238 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2023-01-25T10:11:15.239 INFO:tasks.cephadm: override: [mon] debug mon = 20 2023-01-25T10:11:15.239 INFO:tasks.cephadm: override: [mon] debug ms = 1 2023-01-25T10:11:15.239 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2023-01-25T10:11:15.239 INFO:tasks.cephadm: override: [osd] debug ms = 1 2023-01-25T10:11:15.240 INFO:tasks.cephadm: override: [osd] debug osd = 20 2023-01-25T10:11:15.240 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2023-01-25T10:11:15.241 DEBUG:teuthology.orchestra.run.smithi064:> set -ex 2023-01-25T10:11:15.241 DEBUG:teuthology.orchestra.run.smithi064:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2023-01-25T10:11:15.265 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 = 8464b54c-9c98-11ed-9e56-001a4aab830c [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 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-01-25T10:11:15.265 DEBUG:teuthology.orchestra.run.smithi064:mon.smithi064> sudo journalctl -f -n 0 -u ceph-8464b54c-9c98-11ed-9e56-001a4aab830c@mon.smithi064.service 2023-01-25T10:11:15.307 INFO:tasks.cephadm:Bootstrapping... 2023-01-25T10:11:15.308 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:44e4095da12a8269eb6cfe163cbb0d00b1a6412c -v bootstrap --fsid 8464b54c-9c98-11ed-9e56-001a4aab830c --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.64 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2023-01-25T10:11:15.589 INFO:teuthology.orchestra.run.smithi064.stdout:-------------------------------------------------------------------------------- 2023-01-25T10:11:15.589 INFO:teuthology.orchestra.run.smithi064.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:44e4095da12a8269eb6cfe163cbb0d00b1a6412c', '-v', 'bootstrap', '--fsid', '8464b54c-9c98-11ed-9e56-001a4aab830c', '--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.64', '--skip-admin-label'] 2023-01-25T10:11:15.589 INFO:teuthology.orchestra.run.smithi064.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2023-01-25T10:11:15.590 INFO:teuthology.orchestra.run.smithi064.stdout:Verifying podman|docker is present... 2023-01-25T10:11:15.590 INFO:teuthology.orchestra.run.smithi064.stdout:Verifying lvm2 is present... 2023-01-25T10:11:15.590 INFO:teuthology.orchestra.run.smithi064.stdout:Verifying time synchronization is in place... 2023-01-25T10:11:15.593 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-01-25T10:11:15.595 INFO:teuthology.orchestra.run.smithi064.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2023-01-25T10:11:15.595 INFO:teuthology.orchestra.run.smithi064.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2023-01-25T10:11:15.600 INFO:teuthology.orchestra.run.smithi064.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2023-01-25T10:11:15.601 INFO:teuthology.orchestra.run.smithi064.stdout:systemctl: stdout inactive 2023-01-25T10:11:15.607 INFO:teuthology.orchestra.run.smithi064.stdout:Non-zero exit code 1 from systemctl is-enabled chronyd.service 2023-01-25T10:11:15.607 INFO:teuthology.orchestra.run.smithi064.stdout:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2023-01-25T10:11:15.612 INFO:teuthology.orchestra.run.smithi064.stdout:Non-zero exit code 3 from systemctl is-active chronyd.service 2023-01-25T10:11:15.613 INFO:teuthology.orchestra.run.smithi064.stdout:systemctl: stdout inactive 2023-01-25T10:11:15.620 INFO:teuthology.orchestra.run.smithi064.stdout:Non-zero exit code 1 from systemctl is-enabled systemd-timesyncd.service 2023-01-25T10:11:15.620 INFO:teuthology.orchestra.run.smithi064.stdout:systemctl: stdout masked 2023-01-25T10:11:15.625 INFO:teuthology.orchestra.run.smithi064.stdout:Non-zero exit code 3 from systemctl is-active systemd-timesyncd.service 2023-01-25T10:11:15.626 INFO:teuthology.orchestra.run.smithi064.stdout:systemctl: stdout inactive 2023-01-25T10:11:15.632 INFO:teuthology.orchestra.run.smithi064.stdout:Non-zero exit code 1 from systemctl is-enabled ntpd.service 2023-01-25T10:11:15.633 INFO:teuthology.orchestra.run.smithi064.stdout:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2023-01-25T10:11:15.640 INFO:teuthology.orchestra.run.smithi064.stdout:Non-zero exit code 3 from systemctl is-active ntpd.service 2023-01-25T10:11:15.640 INFO:teuthology.orchestra.run.smithi064.stdout:systemctl: stdout inactive 2023-01-25T10:11:15.647 INFO:teuthology.orchestra.run.smithi064.stdout:systemctl: stdout enabled 2023-01-25T10:11:15.654 INFO:teuthology.orchestra.run.smithi064.stdout:systemctl: stdout active 2023-01-25T10:11:15.655 INFO:teuthology.orchestra.run.smithi064.stdout:Unit ntp.service is enabled and running 2023-01-25T10:11:15.655 INFO:teuthology.orchestra.run.smithi064.stdout:Repeating the final host check... 2023-01-25T10:11:15.655 INFO:teuthology.orchestra.run.smithi064.stdout:docker (/usr/bin/docker) is present 2023-01-25T10:11:15.655 INFO:teuthology.orchestra.run.smithi064.stdout:systemctl is present 2023-01-25T10:11:15.656 INFO:teuthology.orchestra.run.smithi064.stdout:lvcreate is present 2023-01-25T10:11:15.661 INFO:teuthology.orchestra.run.smithi064.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2023-01-25T10:11:15.661 INFO:teuthology.orchestra.run.smithi064.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2023-01-25T10:11:15.668 INFO:teuthology.orchestra.run.smithi064.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2023-01-25T10:11:15.668 INFO:teuthology.orchestra.run.smithi064.stdout:systemctl: stdout inactive 2023-01-25T10:11:15.674 INFO:teuthology.orchestra.run.smithi064.stdout:Non-zero exit code 1 from systemctl is-enabled chronyd.service 2023-01-25T10:11:15.674 INFO:teuthology.orchestra.run.smithi064.stdout:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2023-01-25T10:11:15.681 INFO:teuthology.orchestra.run.smithi064.stdout:Non-zero exit code 3 from systemctl is-active chronyd.service 2023-01-25T10:11:15.681 INFO:teuthology.orchestra.run.smithi064.stdout:systemctl: stdout inactive 2023-01-25T10:11:15.688 INFO:teuthology.orchestra.run.smithi064.stdout:Non-zero exit code 1 from systemctl is-enabled systemd-timesyncd.service 2023-01-25T10:11:15.688 INFO:teuthology.orchestra.run.smithi064.stdout:systemctl: stdout masked 2023-01-25T10:11:15.695 INFO:teuthology.orchestra.run.smithi064.stdout:Non-zero exit code 3 from systemctl is-active systemd-timesyncd.service 2023-01-25T10:11:15.695 INFO:teuthology.orchestra.run.smithi064.stdout:systemctl: stdout inactive 2023-01-25T10:11:15.702 INFO:teuthology.orchestra.run.smithi064.stdout:Non-zero exit code 1 from systemctl is-enabled ntpd.service 2023-01-25T10:11:15.702 INFO:teuthology.orchestra.run.smithi064.stdout:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2023-01-25T10:11:15.709 INFO:teuthology.orchestra.run.smithi064.stdout:Non-zero exit code 3 from systemctl is-active ntpd.service 2023-01-25T10:11:15.710 INFO:teuthology.orchestra.run.smithi064.stdout:systemctl: stdout inactive 2023-01-25T10:11:15.718 INFO:teuthology.orchestra.run.smithi064.stdout:systemctl: stdout enabled 2023-01-25T10:11:15.725 INFO:teuthology.orchestra.run.smithi064.stdout:systemctl: stdout active 2023-01-25T10:11:15.725 INFO:teuthology.orchestra.run.smithi064.stdout:Unit ntp.service is enabled and running 2023-01-25T10:11:15.726 INFO:teuthology.orchestra.run.smithi064.stdout:Host looks OK 2023-01-25T10:11:15.727 INFO:teuthology.orchestra.run.smithi064.stdout:Cluster fsid: 8464b54c-9c98-11ed-9e56-001a4aab830c 2023-01-25T10:11:15.727 INFO:teuthology.orchestra.run.smithi064.stdout:Acquiring lock 139704035552032 on /run/cephadm/8464b54c-9c98-11ed-9e56-001a4aab830c.lock 2023-01-25T10:11:15.727 INFO:teuthology.orchestra.run.smithi064.stdout:Lock 139704035552032 acquired on /run/cephadm/8464b54c-9c98-11ed-9e56-001a4aab830c.lock 2023-01-25T10:11:15.727 INFO:teuthology.orchestra.run.smithi064.stdout:Verifying IP 172.21.15.64 port 3300 ... 2023-01-25T10:11:15.728 INFO:teuthology.orchestra.run.smithi064.stdout:Verifying IP 172.21.15.64 port 6789 ... 2023-01-25T10:11:15.728 INFO:teuthology.orchestra.run.smithi064.stdout:Base mon IP(s) is [172.21.15.64:3300, 172.21.15.64:6789], mon addrv is [v2:172.21.15.64:3300,v1:172.21.15.64:6789] 2023-01-25T10:11:15.733 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/sbin/ip: stdout default via 172.21.15.254 dev enp3s0f1 2023-01-25T10:11:15.734 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/sbin/ip: stdout default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.64 metric 100 2023-01-25T10:11:15.734 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/sbin/ip: stdout 172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2023-01-25T10:11:15.734 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/sbin/ip: stdout 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.64 2023-01-25T10:11:15.734 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/sbin/ip: stdout 172.21.15.254 dev enp3s0f1 proto dhcp scope link src 172.21.15.64 metric 100 2023-01-25T10:11:15.738 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2023-01-25T10:11:15.739 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/sbin/ip: stdout fe80::/64 dev enp3s0f1 proto kernel metric 256 pref medium 2023-01-25T10:11:15.739 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 100 expires 1789sec pref medium 2023-01-25T10:11:15.742 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2023-01-25T10:11:15.742 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/sbin/ip: stdout inet6 ::1/128 scope host 2023-01-25T10:11:15.743 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2023-01-25T10:11:15.743 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/sbin/ip: stdout 5: enp3s0f1: mtu 1500 state UP qlen 1000 2023-01-25T10:11:15.743 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/sbin/ip: stdout inet6 fe80::ec4:7aff:feb6:f8df/64 scope link 2023-01-25T10:11:15.743 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2023-01-25T10:11:15.745 INFO:teuthology.orchestra.run.smithi064.stdout:Mon IP `172.21.15.64` is in CIDR network `172.21.0.0/20` 2023-01-25T10:11:15.745 INFO:teuthology.orchestra.run.smithi064.stdout:Mon IP `172.21.15.64` is in CIDR network `172.21.0.0/20` 2023-01-25T10:11:15.745 INFO:teuthology.orchestra.run.smithi064.stdout:Mon IP `172.21.15.64` is in CIDR network `172.21.15.254/32` 2023-01-25T10:11:15.745 INFO:teuthology.orchestra.run.smithi064.stdout:Mon IP `172.21.15.64` is in CIDR network `172.21.15.254/32` 2023-01-25T10:11:15.745 INFO:teuthology.orchestra.run.smithi064.stdout:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20', '172.21.15.254/32', '172.21.15.254/32'] 2023-01-25T10:11:15.746 INFO:teuthology.orchestra.run.smithi064.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2023-01-25T10:11:15.746 INFO:teuthology.orchestra.run.smithi064.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:44e4095da12a8269eb6cfe163cbb0d00b1a6412c... 2023-01-25T10:11:16.054 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/docker: stdout 44e4095da12a8269eb6cfe163cbb0d00b1a6412c: Pulling from ceph-ci/ceph 2023-01-25T10:11:16.054 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/docker: stdout Digest: sha256:af0a1fa8aa875db45f97a762c2a395ca6fc313b318d65a9a19c9b62faa55a46f 2023-01-25T10:11:16.055 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/docker: stdout Status: Image is up to date for quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:44e4095da12a8269eb6cfe163cbb0d00b1a6412c 2023-01-25T10:11:16.055 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/docker: stdout quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:44e4095da12a8269eb6cfe163cbb0d00b1a6412c 2023-01-25T10:11:17.978 INFO:teuthology.orchestra.run.smithi064.stdout:ceph: stdout ceph version 18.0.0-1986-g44e4095d (44e4095da12a8269eb6cfe163cbb0d00b1a6412c) reef (dev) 2023-01-25T10:11:17.979 INFO:teuthology.orchestra.run.smithi064.stdout:Ceph version: ceph version 18.0.0-1986-g44e4095d (44e4095da12a8269eb6cfe163cbb0d00b1a6412c) reef (dev) 2023-01-25T10:11:17.979 INFO:teuthology.orchestra.run.smithi064.stdout:Extracting ceph user uid/gid from container image... 2023-01-25T10:11:19.707 INFO:teuthology.orchestra.run.smithi064.stdout:stat: stdout 167 167 2023-01-25T10:11:19.707 INFO:teuthology.orchestra.run.smithi064.stdout:Creating initial keys... 2023-01-25T10:11:21.471 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-authtool: stdout AQBIANFjfS1AMRAAdBXNpoV8g/tyijKNL+qNDg== 2023-01-25T10:11:23.237 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-authtool: stdout AQBKANFj9ZL/IBAA+bQUsI2dhNFsN/gJHBabbg== 2023-01-25T10:11:24.931 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-authtool: stdout AQBMANFjs+cqEBAANnTdqdeSlaUxCqqF9M4dGQ== 2023-01-25T10:11:24.932 INFO:teuthology.orchestra.run.smithi064.stdout:Creating initial monmap... 2023-01-25T10:11:26.762 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2023-01-25T10:11:26.762 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = pacific 2023-01-25T10:11:26.763 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to 8464b54c-9c98-11ed-9e56-001a4aab830c 2023-01-25T10:11:26.763 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-01-25T10:11:26.763 INFO:teuthology.orchestra.run.smithi064.stdout:monmaptool for smithi064 [v2:172.21.15.64:3300,v1:172.21.15.64:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2023-01-25T10:11:26.763 INFO:teuthology.orchestra.run.smithi064.stdout:setting min_mon_release = pacific 2023-01-25T10:11:26.764 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/monmaptool: set fsid to 8464b54c-9c98-11ed-9e56-001a4aab830c 2023-01-25T10:11:26.764 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-01-25T10:11:26.764 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-01-25T10:11:26.764 INFO:teuthology.orchestra.run.smithi064.stdout:Creating mon... 2023-01-25T10:11:28.572 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T10:11:27.854+0000 7fee77ec2c00 0 set uid:gid to 167:167 (ceph:ceph) 2023-01-25T10:11:28.573 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T10:11:27.854+0000 7fee77ec2c00 1 imported monmap: 2023-01-25T10:11:28.573 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr epoch 0 2023-01-25T10:11:28.573 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr fsid 8464b54c-9c98-11ed-9e56-001a4aab830c 2023-01-25T10:11:28.573 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr last_changed 2023-01-25T10:11:26.061671+0000 2023-01-25T10:11:28.573 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr created 2023-01-25T10:11:26.061671+0000 2023-01-25T10:11:28.574 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr min_mon_release 16 (pacific) 2023-01-25T10:11:28.574 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr election_strategy: 1 2023-01-25T10:11:28.574 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr 0: [v2:172.21.15.64:3300/0,v1:172.21.15.64:6789/0] mon.smithi064 2023-01-25T10:11:28.574 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr 2023-01-25T10:11:28.574 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T10:11:27.854+0000 7fee77ec2c00 0 /usr/bin/ceph-mon: set fsid to 8464b54c-9c98-11ed-9e56-001a4aab830c 2023-01-25T10:11:28.575 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T10:11:27.858+0000 7fee77ec2c00 4 rocksdb: RocksDB version: 6.15.5 2023-01-25T10:11:28.575 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr 2023-01-25T10:11:28.575 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T10:11:27.858+0000 7fee77ec2c00 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-01-25T10:11:28.575 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T10:11:27.858+0000 7fee77ec2c00 4 rocksdb: Compile date Jan 24 2023 2023-01-25T10:11:28.575 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T10:11:27.858+0000 7fee77ec2c00 4 rocksdb: DB SUMMARY 2023-01-25T10:11:28.576 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr 2023-01-25T10:11:28.576 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T10:11:27.858+0000 7fee77ec2c00 4 rocksdb: DB Session ID: ULM0I6PUBD0Q0M5GF7OM 2023-01-25T10:11:28.576 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr 2023-01-25T10:11:28.576 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T10:11:27.858+0000 7fee77ec2c00 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi064/store.db dir, Total Num: 0, files: 2023-01-25T10:11:28.576 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr 2023-01-25T10:11:28.577 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T10:11:27.858+0000 7fee77ec2c00 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi064/store.db: 2023-01-25T10:11:28.577 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr 2023-01-25T10:11:28.577 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T10:11:27.858+0000 7fee77ec2c00 4 rocksdb: Options.error_if_exists: 0 2023-01-25T10:11:28.577 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T10:11:27.858+0000 7fee77ec2c00 4 rocksdb: Options.create_if_missing: 1 2023-01-25T10:11:28.577 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T10:11:27.858+0000 7fee77ec2c00 4 rocksdb: Options.paranoid_checks: 1 2023-01-25T10:11:28.578 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T10:11:27.858+0000 7fee77ec2c00 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2023-01-25T10:11:28.579 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T10:11:27.858+0000 7fee77ec2c00 4 rocksdb: Options.env: 0x5638e41303a0 2023-01-25T10:11:28.579 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T10:11:27.858+0000 7fee77ec2c00 4 rocksdb: Options.fs: Posix File System 2023-01-25T10:11:28.579 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T10:11:27.858+0000 7fee77ec2c00 4 rocksdb: Options.info_log: 0x5638e6037940 2023-01-25T10:11:28.579 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T10:11:27.858+0000 7fee77ec2c00 4 rocksdb: Options.max_file_opening_threads: 16 2023-01-25T10:11:28.579 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T10:11:27.858+0000 7fee77ec2c00 4 rocksdb: Options.statistics: (nil) 2023-01-25T10:11:28.580 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T10:11:27.858+0000 7fee77ec2c00 4 rocksdb: Options.use_fsync: 0 2023-01-25T10:11:28.580 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T10:11:27.858+0000 7fee77ec2c00 4 rocksdb: Options.max_log_file_size: 0 2023-01-25T10:11:28.580 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T10:11:27.858+0000 7fee77ec2c00 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-01-25T10:11:28.580 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T10:11:27.858+0000 7fee77ec2c00 4 rocksdb: Options.log_file_time_to_roll: 0 2023-01-25T10:11:28.581 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T10:11:27.858+0000 7fee77ec2c00 4 rocksdb: Options.keep_log_file_num: 1000 2023-01-25T10:11:28.581 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T10:11:27.858+0000 7fee77ec2c00 4 rocksdb: Options.recycle_log_file_num: 0 2023-01-25T10:11:28.581 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T10:11:27.858+0000 7fee77ec2c00 4 rocksdb: Options.allow_fallocate: 1 2023-01-25T10:11:28.581 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T10:11:27.858+0000 7fee77ec2c00 4 rocksdb: Options.allow_mmap_reads: 0 2023-01-25T10:11:28.581 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T10:11:27.858+0000 7fee77ec2c00 4 rocksdb: Options.allow_mmap_writes: 0 2023-01-25T10:11:28.582 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T10:11:27.858+0000 7fee77ec2c00 4 rocksdb: Options.use_direct_reads: 0 2023-01-25T10:11:28.582 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T10:11:27.858+0000 7fee77ec2c00 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-01-25T10:11:28.582 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T10:11:27.858+0000 7fee77ec2c00 4 rocksdb: Options.create_missing_column_families: 0 2023-01-25T10:11:28.582 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T10:11:27.858+0000 7fee77ec2c00 4 rocksdb: Options.db_log_dir: 2023-01-25T10:11:28.582 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T10:11:27.858+0000 7fee77ec2c00 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi064/store.db 2023-01-25T10:11:28.585 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T10:11:27.858+0000 7fee77ec2c00 4 rocksdb: Options.table_cache_numshardbits: 6 2023-01-25T10:11:28.585 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T10:11:27.858+0000 7fee77ec2c00 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-01-25T10:11:28.585 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T10:11:27.858+0000 7fee77ec2c00 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-01-25T10:11:28.585 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T10:11:27.858+0000 7fee77ec2c00 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-01-25T10:11:28.586 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T10:11:27.858+0000 7fee77ec2c00 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-01-25T10:11:28.586 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T10:11:27.858+0000 7fee77ec2c00 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-01-25T10:11:28.586 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T10:11:27.858+0000 7fee77ec2c00 4 rocksdb: Options.advise_random_on_open: 1 2023-01-25T10:11:28.586 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T10:11:27.858+0000 7fee77ec2c00 4 rocksdb: Options.db_write_buffer_size: 0 2023-01-25T10:11:28.587 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T10:11:27.858+0000 7fee77ec2c00 4 rocksdb: Options.write_buffer_manager: 0x5638e635c5a0 2023-01-25T10:11:28.587 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T10:11:27.858+0000 7fee77ec2c00 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-01-25T10:11:28.587 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T10:11:27.858+0000 7fee77ec2c00 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-01-25T10:11:28.587 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T10:11:27.858+0000 7fee77ec2c00 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-01-25T10:11:28.587 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T10:11:27.858+0000 7fee77ec2c00 4 rocksdb: Options.use_adaptive_mutex: 0 2023-01-25T10:11:28.588 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T10:11:27.858+0000 7fee77ec2c00 4 rocksdb: Options.rate_limiter: (nil) 2023-01-25T10:11:28.588 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T10:11:27.858+0000 7fee77ec2c00 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-01-25T10:11:28.588 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T10:11:27.858+0000 7fee77ec2c00 4 rocksdb: Options.wal_recovery_mode: 2 2023-01-25T10:11:28.589 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T10:11:27.858+0000 7fee77ec2c00 4 rocksdb: Options.enable_thread_tracking: 0 2023-01-25T10:11:28.589 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T10:11:27.858+0000 7fee77ec2c00 4 rocksdb: Options.enable_pipelined_write: 0 2023-01-25T10:11:28.589 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T10:11:27.858+0000 7fee77ec2c00 4 rocksdb: Options.unordered_write: 0 2023-01-25T10:11:28.589 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T10:11:27.858+0000 7fee77ec2c00 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-01-25T10:11:28.589 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T10:11:27.858+0000 7fee77ec2c00 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-01-25T10:11:28.590 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T10:11:27.858+0000 7fee77ec2c00 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-01-25T10:11:28.590 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T10:11:27.858+0000 7fee77ec2c00 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-01-25T10:11:28.590 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T10:11:27.858+0000 7fee77ec2c00 4 rocksdb: Options.row_cache: None 2023-01-25T10:11:28.590 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T10:11:27.858+0000 7fee77ec2c00 4 rocksdb: Options.wal_filter: None 2023-01-25T10:11:28.590 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T10:11:27.858+0000 7fee77ec2c00 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-01-25T10:11:28.591 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T10:11:27.858+0000 7fee77ec2c00 4 rocksdb: Options.allow_ingest_behind: 0 2023-01-25T10:11:28.591 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T10:11:27.858+0000 7fee77ec2c00 4 rocksdb: Options.preserve_deletes: 0 2023-01-25T10:11:28.591 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T10:11:27.858+0000 7fee77ec2c00 4 rocksdb: Options.two_write_queues: 0 2023-01-25T10:11:28.591 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T10:11:27.858+0000 7fee77ec2c00 4 rocksdb: Options.manual_wal_flush: 0 2023-01-25T10:11:28.591 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T10:11:27.858+0000 7fee77ec2c00 4 rocksdb: Options.atomic_flush: 0 2023-01-25T10:11:28.592 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T10:11:27.858+0000 7fee77ec2c00 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-01-25T10:11:28.592 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T10:11:27.858+0000 7fee77ec2c00 4 rocksdb: Options.persist_stats_to_disk: 0 2023-01-25T10:11:28.592 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T10:11:27.858+0000 7fee77ec2c00 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-01-25T10:11:28.592 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T10:11:27.858+0000 7fee77ec2c00 4 rocksdb: Options.log_readahead_size: 0 2023-01-25T10:11:28.593 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T10:11:27.858+0000 7fee77ec2c00 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2023-01-25T10:11:28.593 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T10:11:27.858+0000 7fee77ec2c00 4 rocksdb: Options.best_efforts_recovery: 0 2023-01-25T10:11:28.593 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T10:11:27.858+0000 7fee77ec2c00 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2023-01-25T10:11:28.593 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T10:11:27.858+0000 7fee77ec2c00 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2023-01-25T10:11:28.593 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T10:11:27.858+0000 7fee77ec2c00 4 rocksdb: Options.allow_data_in_errors: 0 2023-01-25T10:11:28.594 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T10:11:27.858+0000 7fee77ec2c00 4 rocksdb: Options.db_host_id: __hostname__ 2023-01-25T10:11:28.594 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T10:11:27.858+0000 7fee77ec2c00 4 rocksdb: Options.max_background_jobs: 2 2023-01-25T10:11:28.594 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T10:11:27.858+0000 7fee77ec2c00 4 rocksdb: Options.max_background_compactions: -1 2023-01-25T10:11:28.594 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T10:11:27.858+0000 7fee77ec2c00 4 rocksdb: Options.max_subcompactions: 1 2023-01-25T10:11:28.595 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T10:11:27.858+0000 7fee77ec2c00 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-01-25T10:11:28.596 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T10:11:27.858+0000 7fee77ec2c00 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-01-25T10:11:28.596 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T10:11:27.858+0000 7fee77ec2c00 4 rocksdb: Options.delayed_write_rate : 16777216 2023-01-25T10:11:28.596 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T10:11:27.858+0000 7fee77ec2c00 4 rocksdb: Options.max_total_wal_size: 0 2023-01-25T10:11:28.597 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T10:11:27.858+0000 7fee77ec2c00 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-01-25T10:11:28.597 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T10:11:27.858+0000 7fee77ec2c00 4 rocksdb: Options.stats_dump_period_sec: 600 2023-01-25T10:11:28.597 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T10:11:27.858+0000 7fee77ec2c00 4 rocksdb: Options.stats_persist_period_sec: 600 2023-01-25T10:11:28.597 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T10:11:27.858+0000 7fee77ec2c00 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-01-25T10:11:28.597 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T10:11:27.858+0000 7fee77ec2c00 4 rocksdb: Options.max_open_files: -1 2023-01-25T10:11:28.598 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T10:11:27.858+0000 7fee77ec2c00 4 rocksdb: Options.bytes_per_sync: 0 2023-01-25T10:11:28.598 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T10:11:27.858+0000 7fee77ec2c00 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-01-25T10:11:28.598 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T10:11:27.858+0000 7fee77ec2c00 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-01-25T10:11:28.598 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T10:11:27.858+0000 7fee77ec2c00 4 rocksdb: Options.compaction_readahead_size: 0 2023-01-25T10:11:28.598 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T10:11:27.858+0000 7fee77ec2c00 4 rocksdb: Options.max_background_flushes: -1 2023-01-25T10:11:28.599 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T10:11:27.858+0000 7fee77ec2c00 4 rocksdb: Compression algorithms supported: 2023-01-25T10:11:28.599 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T10:11:27.858+0000 7fee77ec2c00 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-01-25T10:11:28.599 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T10:11:27.858+0000 7fee77ec2c00 4 rocksdb: kZSTD supported: 0 2023-01-25T10:11:28.600 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T10:11:27.858+0000 7fee77ec2c00 4 rocksdb: kXpressCompression supported: 0 2023-01-25T10:11:28.600 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T10:11:27.858+0000 7fee77ec2c00 4 rocksdb: kLZ4HCCompression supported: 1 2023-01-25T10:11:28.600 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T10:11:27.858+0000 7fee77ec2c00 4 rocksdb: kZlibCompression supported: 1 2023-01-25T10:11:28.600 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T10:11:27.858+0000 7fee77ec2c00 4 rocksdb: kSnappyCompression supported: 1 2023-01-25T10:11:28.601 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T10:11:27.858+0000 7fee77ec2c00 4 rocksdb: kLZ4Compression supported: 1 2023-01-25T10:11:28.601 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T10:11:27.858+0000 7fee77ec2c00 4 rocksdb: kBZip2Compression supported: 0 2023-01-25T10:11:28.601 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T10:11:27.858+0000 7fee77ec2c00 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-01-25T10:11:28.601 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T10:11:27.858+0000 7fee77ec2c00 4 rocksdb: [db/db_impl/db_impl_open.cc:281] Creating manifest 1 2023-01-25T10:11:28.601 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr 2023-01-25T10:11:28.601 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T10:11:27.858+0000 7fee77ec2c00 4 rocksdb: [db/version_set.cc:4724] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi064/store.db/MANIFEST-000001 2023-01-25T10:11:28.602 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr 2023-01-25T10:11:28.602 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T10:11:27.858+0000 7fee77ec2c00 4 rocksdb: [db/column_family.cc:595] --------------- Options for column family [default]: 2023-01-25T10:11:28.602 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr 2023-01-25T10:11:28.603 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T10:11:27.858+0000 7fee77ec2c00 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-01-25T10:11:28.603 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T10:11:27.858+0000 7fee77ec2c00 4 rocksdb: Options.merge_operator: 2023-01-25T10:11:28.603 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T10:11:27.858+0000 7fee77ec2c00 4 rocksdb: Options.compaction_filter: None 2023-01-25T10:11:28.603 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T10:11:27.858+0000 7fee77ec2c00 4 rocksdb: Options.compaction_filter_factory: None 2023-01-25T10:11:28.604 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T10:11:27.858+0000 7fee77ec2c00 4 rocksdb: Options.sst_partitioner_factory: None 2023-01-25T10:11:28.604 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T10:11:27.858+0000 7fee77ec2c00 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-01-25T10:11:28.604 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T10:11:27.858+0000 7fee77ec2c00 4 rocksdb: Options.table_factory: BlockBasedTable 2023-01-25T10:11:28.604 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T10:11:27.858+0000 7fee77ec2c00 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5638e60c62a0) 2023-01-25T10:11:28.604 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks: 1 2023-01-25T10:11:28.605 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks_with_high_priority: 0 2023-01-25T10:11:28.605 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr pin_l0_filter_and_index_blocks_in_cache: 0 2023-01-25T10:11:28.605 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr pin_top_level_index_and_filter: 1 2023-01-25T10:11:28.605 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr index_type: 0 2023-01-25T10:11:28.605 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr data_block_index_type: 0 2023-01-25T10:11:28.606 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr index_shortening: 1 2023-01-25T10:11:28.606 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr data_block_hash_table_util_ratio: 0.750000 2023-01-25T10:11:28.606 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr hash_index_allow_collision: 1 2023-01-25T10:11:28.606 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr checksum: 1 2023-01-25T10:11:28.607 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr no_block_cache: 0 2023-01-25T10:11:28.607 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr block_cache: 0x5638e60a7350 2023-01-25T10:11:28.607 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr block_cache_name: BinnedLRUCache 2023-01-25T10:11:28.607 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr block_cache_options: 2023-01-25T10:11:28.607 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr capacity : 536870912 2023-01-25T10:11:28.608 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr num_shard_bits : 4 2023-01-25T10:11:28.608 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr strict_capacity_limit : 0 2023-01-25T10:11:28.608 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr high_pri_pool_ratio: 0.000 2023-01-25T10:11:28.608 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr block_cache_compressed: (nil) 2023-01-25T10:11:28.608 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr persistent_cache: (nil) 2023-01-25T10:11:28.609 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr block_size: 4096 2023-01-25T10:11:28.609 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr block_size_deviation: 10 2023-01-25T10:11:28.609 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr block_restart_interval: 16 2023-01-25T10:11:28.610 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr index_block_restart_interval: 1 2023-01-25T10:11:28.610 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr metadata_block_size: 4096 2023-01-25T10:11:28.610 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr partition_filters: 0 2023-01-25T10:11:28.610 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr use_delta_encoding: 1 2023-01-25T10:11:28.610 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr filter_policy: rocksdb.BuiltinBloomFilter 2023-01-25T10:11:28.611 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr whole_key_filtering: 1 2023-01-25T10:11:28.611 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr verify_compression: 0 2023-01-25T10:11:28.611 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr read_amp_bytes_per_bit: 0 2023-01-25T10:11:28.611 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr format_version: 4 2023-01-25T10:11:28.612 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr enable_index_compression: 1 2023-01-25T10:11:28.612 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr block_align: 0 2023-01-25T10:11:28.612 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr 2023-01-25T10:11:28.612 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T10:11:27.858+0000 7fee77ec2c00 4 rocksdb: Options.write_buffer_size: 33554432 2023-01-25T10:11:28.612 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T10:11:27.858+0000 7fee77ec2c00 4 rocksdb: Options.max_write_buffer_number: 2 2023-01-25T10:11:28.613 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T10:11:27.858+0000 7fee77ec2c00 4 rocksdb: Options.compression: NoCompression 2023-01-25T10:11:28.613 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T10:11:27.858+0000 7fee77ec2c00 4 rocksdb: Options.bottommost_compression: Disabled 2023-01-25T10:11:28.613 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T10:11:27.858+0000 7fee77ec2c00 4 rocksdb: Options.prefix_extractor: nullptr 2023-01-25T10:11:28.613 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T10:11:27.858+0000 7fee77ec2c00 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-01-25T10:11:28.614 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T10:11:27.858+0000 7fee77ec2c00 4 rocksdb: Options.num_levels: 7 2023-01-25T10:11:28.614 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T10:11:27.858+0000 7fee77ec2c00 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-01-25T10:11:28.614 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T10:11:27.858+0000 7fee77ec2c00 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-01-25T10:11:28.614 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T10:11:27.858+0000 7fee77ec2c00 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-01-25T10:11:28.614 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T10:11:27.858+0000 7fee77ec2c00 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-01-25T10:11:28.615 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T10:11:27.858+0000 7fee77ec2c00 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-01-25T10:11:28.615 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T10:11:27.858+0000 7fee77ec2c00 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-01-25T10:11:28.615 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T10:11:27.858+0000 7fee77ec2c00 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-01-25T10:11:28.615 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T10:11:27.858+0000 7fee77ec2c00 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-01-25T10:11:28.615 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T10:11:27.858+0000 7fee77ec2c00 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2023-01-25T10:11:28.616 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T10:11:27.858+0000 7fee77ec2c00 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-01-25T10:11:28.616 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T10:11:27.858+0000 7fee77ec2c00 4 rocksdb: Options.compression_opts.window_bits: -14 2023-01-25T10:11:28.616 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T10:11:27.858+0000 7fee77ec2c00 4 rocksdb: Options.compression_opts.level: 32767 2023-01-25T10:11:28.616 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T10:11:27.858+0000 7fee77ec2c00 4 rocksdb: Options.compression_opts.strategy: 0 2023-01-25T10:11:28.617 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T10:11:27.858+0000 7fee77ec2c00 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-01-25T10:11:28.617 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T10:11:27.858+0000 7fee77ec2c00 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-01-25T10:11:28.617 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T10:11:27.858+0000 7fee77ec2c00 4 rocksdb: Options.compression_opts.parallel_threads: 1 2023-01-25T10:11:28.617 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T10:11:27.858+0000 7fee77ec2c00 4 rocksdb: Options.compression_opts.enabled: false 2023-01-25T10:11:28.617 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T10:11:27.858+0000 7fee77ec2c00 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-01-25T10:11:28.618 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T10:11:27.858+0000 7fee77ec2c00 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-01-25T10:11:28.618 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T10:11:27.858+0000 7fee77ec2c00 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-01-25T10:11:28.618 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T10:11:27.858+0000 7fee77ec2c00 4 rocksdb: Options.target_file_size_base: 67108864 2023-01-25T10:11:28.618 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T10:11:27.858+0000 7fee77ec2c00 4 rocksdb: Options.target_file_size_multiplier: 1 2023-01-25T10:11:28.618 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T10:11:27.858+0000 7fee77ec2c00 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-01-25T10:11:28.619 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T10:11:27.858+0000 7fee77ec2c00 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-01-25T10:11:28.619 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T10:11:27.858+0000 7fee77ec2c00 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-01-25T10:11:28.619 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T10:11:27.858+0000 7fee77ec2c00 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-01-25T10:11:28.619 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T10:11:27.858+0000 7fee77ec2c00 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-01-25T10:11:28.620 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T10:11:27.858+0000 7fee77ec2c00 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-01-25T10:11:28.620 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T10:11:27.858+0000 7fee77ec2c00 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-01-25T10:11:28.620 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T10:11:27.858+0000 7fee77ec2c00 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-01-25T10:11:28.620 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T10:11:27.858+0000 7fee77ec2c00 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-01-25T10:11:28.621 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T10:11:27.858+0000 7fee77ec2c00 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-01-25T10:11:28.621 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T10:11:27.858+0000 7fee77ec2c00 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-01-25T10:11:28.621 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T10:11:27.858+0000 7fee77ec2c00 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-01-25T10:11:28.621 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T10:11:27.858+0000 7fee77ec2c00 4 rocksdb: Options.arena_block_size: 4194304 2023-01-25T10:11:28.621 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T10:11:27.858+0000 7fee77ec2c00 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-01-25T10:11:28.622 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T10:11:27.858+0000 7fee77ec2c00 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-01-25T10:11:28.622 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T10:11:27.858+0000 7fee77ec2c00 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-01-25T10:11:28.622 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T10:11:27.858+0000 7fee77ec2c00 4 rocksdb: Options.disable_auto_compactions: 0 2023-01-25T10:11:28.622 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T10:11:27.858+0000 7fee77ec2c00 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-01-25T10:11:28.622 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T10:11:27.858+0000 7fee77ec2c00 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-01-25T10:11:28.623 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T10:11:27.858+0000 7fee77ec2c00 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-01-25T10:11:28.623 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T10:11:27.858+0000 7fee77ec2c00 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-01-25T10:11:28.623 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T10:11:27.858+0000 7fee77ec2c00 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-01-25T10:11:28.623 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T10:11:27.858+0000 7fee77ec2c00 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-01-25T10:11:28.623 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T10:11:27.858+0000 7fee77ec2c00 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-01-25T10:11:28.624 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T10:11:27.858+0000 7fee77ec2c00 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-01-25T10:11:28.624 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T10:11:27.858+0000 7fee77ec2c00 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-01-25T10:11:28.624 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T10:11:27.858+0000 7fee77ec2c00 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-01-25T10:11:28.624 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T10:11:27.858+0000 7fee77ec2c00 4 rocksdb: Options.table_properties_collectors: 2023-01-25T10:11:28.624 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T10:11:27.858+0000 7fee77ec2c00 4 rocksdb: Options.inplace_update_support: 0 2023-01-25T10:11:28.625 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T10:11:27.858+0000 7fee77ec2c00 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-01-25T10:11:28.625 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T10:11:27.858+0000 7fee77ec2c00 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-01-25T10:11:28.625 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T10:11:27.858+0000 7fee77ec2c00 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-01-25T10:11:28.625 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T10:11:27.858+0000 7fee77ec2c00 4 rocksdb: Options.memtable_huge_page_size: 0 2023-01-25T10:11:28.626 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T10:11:27.858+0000 7fee77ec2c00 4 rocksdb: Options.bloom_locality: 0 2023-01-25T10:11:28.626 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T10:11:27.858+0000 7fee77ec2c00 4 rocksdb: Options.max_successive_merges: 0 2023-01-25T10:11:28.626 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T10:11:27.858+0000 7fee77ec2c00 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-01-25T10:11:28.626 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T10:11:27.858+0000 7fee77ec2c00 4 rocksdb: Options.paranoid_file_checks: 0 2023-01-25T10:11:28.627 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T10:11:27.858+0000 7fee77ec2c00 4 rocksdb: Options.force_consistency_checks: 1 2023-01-25T10:11:28.627 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T10:11:27.858+0000 7fee77ec2c00 4 rocksdb: Options.report_bg_io_stats: 0 2023-01-25T10:11:28.627 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T10:11:27.858+0000 7fee77ec2c00 4 rocksdb: Options.ttl: 2592000 2023-01-25T10:11:28.627 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T10:11:27.858+0000 7fee77ec2c00 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-01-25T10:11:28.627 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T10:11:27.858+0000 7fee77ec2c00 4 rocksdb: Options.enable_blob_files: false 2023-01-25T10:11:28.628 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T10:11:27.858+0000 7fee77ec2c00 4 rocksdb: Options.min_blob_size: 0 2023-01-25T10:11:28.628 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T10:11:27.858+0000 7fee77ec2c00 4 rocksdb: Options.blob_file_size: 268435456 2023-01-25T10:11:28.628 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T10:11:27.858+0000 7fee77ec2c00 4 rocksdb: Options.blob_compression_type: NoCompression 2023-01-25T10:11:28.628 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T10:11:27.858+0000 7fee77ec2c00 4 rocksdb: Options.enable_blob_garbage_collection: false 2023-01-25T10:11:28.628 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T10:11:27.858+0000 7fee77ec2c00 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2023-01-25T10:11:28.629 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T10:11:27.858+0000 7fee77ec2c00 4 rocksdb: [db/version_set.cc:4764] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi064/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-01-25T10:11:28.629 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr 2023-01-25T10:11:28.629 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T10:11:27.858+0000 7fee77ec2c00 4 rocksdb: [db/version_set.cc:4779] Column family [default] (ID 0), log number is 0 2023-01-25T10:11:28.629 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr 2023-01-25T10:11:28.630 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T10:11:27.858+0000 7fee77ec2c00 4 rocksdb: [db/version_set.cc:4082] Creating manifest 3 2023-01-25T10:11:28.630 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr 2023-01-25T10:11:28.630 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T10:11:27.862+0000 7fee77ec2c00 4 rocksdb: [db/db_impl/db_impl_open.cc:1700] SstFileManager instance 0x5638e608d880 2023-01-25T10:11:28.631 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T10:11:27.862+0000 7fee77ec2c00 4 rocksdb: DB pointer 0x5638e60c0000 2023-01-25T10:11:28.631 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T10:11:27.862+0000 7fee669f7700 4 rocksdb: [db/db_impl/db_impl.cc:901] ------- DUMPING STATS ------- 2023-01-25T10:11:28.631 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T10:11:27.862+0000 7fee669f7700 4 rocksdb: [db/db_impl/db_impl.cc:903] 2023-01-25T10:11:28.631 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr ** DB Stats ** 2023-01-25T10:11:28.632 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2023-01-25T10:11:28.632 INFO:teuthology.orchestra.run.smithi064.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-01-25T10:11:28.632 INFO:teuthology.orchestra.run.smithi064.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-01-25T10:11:28.632 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-01-25T10:11:28.633 INFO:teuthology.orchestra.run.smithi064.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-01-25T10:11:28.633 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-01-25T10:11:28.633 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-01-25T10:11:28.633 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr 2023-01-25T10:11:28.633 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2023-01-25T10:11:28.633 INFO:teuthology.orchestra.run.smithi064.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 2023-01-25T10:11:28.634 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-01-25T10:11:28.635 INFO:teuthology.orchestra.run.smithi064.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 2023-01-25T10:11:28.635 INFO:teuthology.orchestra.run.smithi064.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 2023-01-25T10:11:28.635 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr 2023-01-25T10:11:28.635 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2023-01-25T10:11:28.636 INFO:teuthology.orchestra.run.smithi064.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 2023-01-25T10:11:28.636 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-01-25T10:11:28.636 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2023-01-25T10:11:28.636 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr Flush(GB): cumulative 0.000, interval 0.000 2023-01-25T10:11:28.636 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr AddFile(GB): cumulative 0.000, interval 0.000 2023-01-25T10:11:28.637 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr AddFile(Total Files): cumulative 0, interval 0 2023-01-25T10:11:28.637 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr AddFile(L0 Files): cumulative 0, interval 0 2023-01-25T10:11:28.637 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr AddFile(Keys): cumulative 0, interval 0 2023-01-25T10:11:28.637 INFO:teuthology.orchestra.run.smithi064.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-01-25T10:11:28.637 INFO:teuthology.orchestra.run.smithi064.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-01-25T10:11:28.638 INFO:teuthology.orchestra.run.smithi064.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-01-25T10:11:28.638 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr 2023-01-25T10:11:28.638 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr ** File Read Latency Histogram By Level [default] ** 2023-01-25T10:11:28.638 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr 2023-01-25T10:11:28.639 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2023-01-25T10:11:28.639 INFO:teuthology.orchestra.run.smithi064.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 2023-01-25T10:11:28.639 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-01-25T10:11:28.639 INFO:teuthology.orchestra.run.smithi064.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 2023-01-25T10:11:28.639 INFO:teuthology.orchestra.run.smithi064.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 2023-01-25T10:11:28.640 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr 2023-01-25T10:11:28.640 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2023-01-25T10:11:28.641 INFO:teuthology.orchestra.run.smithi064.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 2023-01-25T10:11:28.641 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-01-25T10:11:28.641 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2023-01-25T10:11:28.641 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr Flush(GB): cumulative 0.000, interval 0.000 2023-01-25T10:11:28.642 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr AddFile(GB): cumulative 0.000, interval 0.000 2023-01-25T10:11:28.642 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr AddFile(Total Files): cumulative 0, interval 0 2023-01-25T10:11:28.642 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr AddFile(L0 Files): cumulative 0, interval 0 2023-01-25T10:11:28.642 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr AddFile(Keys): cumulative 0, interval 0 2023-01-25T10:11:28.642 INFO:teuthology.orchestra.run.smithi064.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-01-25T10:11:28.643 INFO:teuthology.orchestra.run.smithi064.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-01-25T10:11:28.643 INFO:teuthology.orchestra.run.smithi064.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-01-25T10:11:28.643 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr 2023-01-25T10:11:28.643 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr ** File Read Latency Histogram By Level [default] ** 2023-01-25T10:11:28.643 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr 2023-01-25T10:11:28.644 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T10:11:27.866+0000 7fee77ec2c00 4 rocksdb: [db/db_impl/db_impl.cc:446] Shutdown: canceling all background work 2023-01-25T10:11:28.644 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T10:11:27.866+0000 7fee77ec2c00 4 rocksdb: [db/db_impl/db_impl.cc:625] Shutdown complete 2023-01-25T10:11:28.644 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T10:11:27.866+0000 7fee77ec2c00 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-smithi064 for mon.smithi064 2023-01-25T10:11:28.644 INFO:teuthology.orchestra.run.smithi064.stdout:create mon.smithi064 on 2023-01-25T10:11:29.002 INFO:teuthology.orchestra.run.smithi064.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /etc/systemd/system/ceph.target. 2023-01-25T10:11:29.208 INFO:teuthology.orchestra.run.smithi064.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-8464b54c-9c98-11ed-9e56-001a4aab830c.target -> /etc/systemd/system/ceph-8464b54c-9c98-11ed-9e56-001a4aab830c.target. 2023-01-25T10:11:29.209 INFO:teuthology.orchestra.run.smithi064.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-8464b54c-9c98-11ed-9e56-001a4aab830c.target -> /etc/systemd/system/ceph-8464b54c-9c98-11ed-9e56-001a4aab830c.target. 2023-01-25T10:11:29.429 INFO:teuthology.orchestra.run.smithi064.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-8464b54c-9c98-11ed-9e56-001a4aab830c@mon.smithi064 2023-01-25T10:11:29.430 INFO:teuthology.orchestra.run.smithi064.stdout:systemctl: stderr Failed to reset failed state of unit ceph-8464b54c-9c98-11ed-9e56-001a4aab830c@mon.smithi064.service: Unit ceph-8464b54c-9c98-11ed-9e56-001a4aab830c@mon.smithi064.service not loaded. 2023-01-25T10:11:29.645 INFO:teuthology.orchestra.run.smithi064.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-8464b54c-9c98-11ed-9e56-001a4aab830c.target.wants/ceph-8464b54c-9c98-11ed-9e56-001a4aab830c@mon.smithi064.service -> /etc/systemd/system/ceph-8464b54c-9c98-11ed-9e56-001a4aab830c@.service. 2023-01-25T10:11:29.657 INFO:teuthology.orchestra.run.smithi064.stdout:firewalld does not appear to be present 2023-01-25T10:11:29.657 INFO:teuthology.orchestra.run.smithi064.stdout:Not possible to enable service . firewalld.service is not available 2023-01-25T10:11:29.657 INFO:teuthology.orchestra.run.smithi064.stdout:Waiting for mon to start... 2023-01-25T10:11:29.657 INFO:teuthology.orchestra.run.smithi064.stdout:Waiting for mon... 2023-01-25T10:11:29.699 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:29 smithi064 systemd[1]: Started Ceph mon.smithi064 for 8464b54c-9c98-11ed-9e56-001a4aab830c. 2023-01-25T10:11:31.644 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:31 smithi064 bash[20521]: cluster 1674641491.5057807 mon.smithi064 (mon.0) 0 : cluster 1 mkfs 8464b54c-9c98-11ed-9e56-001a4aab830c 2023-01-25T10:11:31.644 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:31 smithi064 bash[20521]: cluster 1674641491.4748724 mon.smithi064 (mon.0) 1 : cluster 1 mon.smithi064 is new leader, mons smithi064 in quorum (ranks 0) 2023-01-25T10:11:32.436 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout cluster: 2023-01-25T10:11:32.436 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout id: 8464b54c-9c98-11ed-9e56-001a4aab830c 2023-01-25T10:11:32.436 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2023-01-25T10:11:32.437 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout 2023-01-25T10:11:32.437 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout services: 2023-01-25T10:11:32.437 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum smithi064 (age 0.232382s) 2023-01-25T10:11:32.437 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2023-01-25T10:11:32.438 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2023-01-25T10:11:32.438 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout 2023-01-25T10:11:32.438 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout data: 2023-01-25T10:11:32.438 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2023-01-25T10:11:32.438 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2023-01-25T10:11:32.438 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2023-01-25T10:11:32.439 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout pgs: 2023-01-25T10:11:32.439 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout 2023-01-25T10:11:32.439 INFO:teuthology.orchestra.run.smithi064.stdout:mon is available 2023-01-25T10:11:32.439 INFO:teuthology.orchestra.run.smithi064.stdout:Assimilating anything we can from ceph.conf... 2023-01-25T10:11:32.894 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:32 smithi064 bash[20521]: cluster 1674641491.5036373 mon.smithi064 (mon.0) 2 : cluster 1 mon.smithi064 is new leader, mons smithi064 in quorum (ranks 0) 2023-01-25T10:11:32.895 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:32 smithi064 bash[20521]: cluster 1674641491.5039957 mon.smithi064 (mon.0) 3 : cluster 0 monmap e1: 1 mons at {smithi064=[v2:172.21.15.64:3300/0,v1:172.21.15.64:6789/0]} removed_ranks: {} 2023-01-25T10:11:32.895 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:32 smithi064 bash[20521]: cluster 1674641491.5099444 mon.smithi064 (mon.0) 4 : cluster 0 fsmap 2023-01-25T10:11:32.895 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:32 smithi064 bash[20521]: cluster 1674641491.513796 mon.smithi064 (mon.0) 5 : cluster 0 osdmap e1: 0 total, 0 up, 0 in 2023-01-25T10:11:32.896 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:32 smithi064 bash[20521]: cluster 1674641491.514239 mon.smithi064 (mon.0) 6 : cluster 0 mgrmap e1: no daemons active 2023-01-25T10:11:32.896 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:32 smithi064 bash[20521]: audit 1674641491.7359285 mon.smithi064 (mon.0) 7 : audit 0 from='client.? 172.21.15.64:0/2753998925' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2023-01-25T10:11:34.144 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:33 smithi064 bash[20521]: audit 1674641493.7550156 mon.smithi064 (mon.0) 8 : audit 1 from='client.? 172.21.15.64:0/653922948' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-01-25T10:11:34.144 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:33 smithi064 bash[20521]: audit 1674641493.7621868 mon.smithi064 (mon.0) 9 : audit 1 from='client.? 172.21.15.64:0/653922948' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2023-01-25T10:11:34.352 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout 2023-01-25T10:11:34.352 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout [global] 2023-01-25T10:11:34.352 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout fsid = 8464b54c-9c98-11ed-9e56-001a4aab830c 2023-01-25T10:11:34.353 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.64:3300,v1:172.21.15.64:6789] 2023-01-25T10:11:34.353 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2023-01-25T10:11:34.353 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2023-01-25T10:11:34.353 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2023-01-25T10:11:34.354 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2023-01-25T10:11:34.354 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout 2023-01-25T10:11:34.354 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout [mgr] 2023-01-25T10:11:34.354 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2023-01-25T10:11:34.354 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout 2023-01-25T10:11:34.355 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout [osd] 2023-01-25T10:11:34.355 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2023-01-25T10:11:34.355 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2023-01-25T10:11:34.355 INFO:teuthology.orchestra.run.smithi064.stdout:Generating new minimal ceph.conf... 2023-01-25T10:11:36.144 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:35 smithi064 bash[20521]: audit 1674641495.6969736 mon.smithi064 (mon.0) 10 : audit 0 from='client.? 172.21.15.64:0/2003707040' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-01-25T10:11:36.390 INFO:teuthology.orchestra.run.smithi064.stdout:Restarting the monitor... 2023-01-25T10:11:36.894 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:36 smithi064 systemd[1]: Stopping Ceph mon.smithi064 for 8464b54c-9c98-11ed-9e56-001a4aab830c... 2023-01-25T10:11:36.894 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:36 smithi064 bash[20521]: debug 2023-01-25T10:11:36.622+0000 7f080b50f700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.smithi064 -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-01-25T10:11:36.895 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:36 smithi064 bash[20521]: debug 2023-01-25T10:11:36.622+0000 7f080b50f700 -1 mon.smithi064@0(leader) e1 *** Got Signal Terminated *** 2023-01-25T10:11:37.600 INFO:teuthology.orchestra.run.smithi064.stdout:Setting mon public_network to 172.21.15.254/32,172.21.0.0/20 2023-01-25T10:11:37.896 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:37 smithi064 bash[20968]: ceph-8464b54c-9c98-11ed-9e56-001a4aab830c-mon-smithi064 2023-01-25T10:11:37.896 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:37 smithi064 systemd[1]: ceph-8464b54c-9c98-11ed-9e56-001a4aab830c@mon.smithi064.service: Succeeded. 2023-01-25T10:11:37.897 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:37 smithi064 systemd[1]: Stopped Ceph mon.smithi064 for 8464b54c-9c98-11ed-9e56-001a4aab830c. 2023-01-25T10:11:37.897 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:37 smithi064 systemd[1]: Started Ceph mon.smithi064 for 8464b54c-9c98-11ed-9e56-001a4aab830c. 2023-01-25T10:11:39.321 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: debug 2023-01-25T10:11:39.206+0000 7f630be45c00 0 set uid:gid to 167:167 (ceph:ceph) 2023-01-25T10:11:39.322 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: debug 2023-01-25T10:11:39.206+0000 7f630be45c00 0 ceph version 18.0.0-1986-g44e4095d (44e4095da12a8269eb6cfe163cbb0d00b1a6412c) reef (dev), process ceph-mon, pid 7 2023-01-25T10:11:39.322 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: debug 2023-01-25T10:11:39.206+0000 7f630be45c00 0 pidfile_write: ignore empty --pid-file 2023-01-25T10:11:39.322 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: debug 2023-01-25T10:11:39.210+0000 7f630be45c00 0 load: jerasure load: lrc 2023-01-25T10:11:39.323 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: debug 2023-01-25T10:11:39.214+0000 7f630be45c00 4 rocksdb: RocksDB version: 6.15.5 2023-01-25T10:11:39.323 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: debug 2023-01-25T10:11:39.214+0000 7f630be45c00 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-01-25T10:11:39.323 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: debug 2023-01-25T10:11:39.214+0000 7f630be45c00 4 rocksdb: Compile date Jan 24 2023 2023-01-25T10:11:39.323 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: debug 2023-01-25T10:11:39.214+0000 7f630be45c00 4 rocksdb: DB SUMMARY 2023-01-25T10:11:39.324 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: debug 2023-01-25T10:11:39.214+0000 7f630be45c00 4 rocksdb: DB Session ID: FF8V9F5UJOLQ6DRFYP1S 2023-01-25T10:11:39.324 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: debug 2023-01-25T10:11:39.214+0000 7f630be45c00 4 rocksdb: CURRENT file: CURRENT 2023-01-25T10:11:39.324 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: debug 2023-01-25T10:11:39.214+0000 7f630be45c00 4 rocksdb: IDENTITY file: IDENTITY 2023-01-25T10:11:39.324 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: debug 2023-01-25T10:11:39.214+0000 7f630be45c00 4 rocksdb: MANIFEST file: MANIFEST-000009 size: 131 Bytes 2023-01-25T10:11:39.325 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: debug 2023-01-25T10:11:39.214+0000 7f630be45c00 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi064/store.db dir, Total Num: 1, files: 000008.sst 2023-01-25T10:11:39.325 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: debug 2023-01-25T10:11:39.214+0000 7f630be45c00 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi064/store.db: 000010.log size: 83637 ; 2023-01-25T10:11:39.325 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: debug 2023-01-25T10:11:39.214+0000 7f630be45c00 4 rocksdb: Options.error_if_exists: 0 2023-01-25T10:11:39.325 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: debug 2023-01-25T10:11:39.214+0000 7f630be45c00 4 rocksdb: Options.create_if_missing: 0 2023-01-25T10:11:39.326 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: debug 2023-01-25T10:11:39.214+0000 7f630be45c00 4 rocksdb: Options.paranoid_checks: 1 2023-01-25T10:11:39.326 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: debug 2023-01-25T10:11:39.214+0000 7f630be45c00 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2023-01-25T10:11:39.326 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: debug 2023-01-25T10:11:39.214+0000 7f630be45c00 4 rocksdb: Options.env: 0x55acd9d8f3a0 2023-01-25T10:11:39.326 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: debug 2023-01-25T10:11:39.214+0000 7f630be45c00 4 rocksdb: Options.fs: Posix File System 2023-01-25T10:11:39.326 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: debug 2023-01-25T10:11:39.214+0000 7f630be45c00 4 rocksdb: Options.info_log: 0x55acdaf14220 2023-01-25T10:11:39.327 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: debug 2023-01-25T10:11:39.214+0000 7f630be45c00 4 rocksdb: Options.max_file_opening_threads: 16 2023-01-25T10:11:39.327 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: debug 2023-01-25T10:11:39.214+0000 7f630be45c00 4 rocksdb: Options.statistics: (nil) 2023-01-25T10:11:39.327 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: debug 2023-01-25T10:11:39.214+0000 7f630be45c00 4 rocksdb: Options.use_fsync: 0 2023-01-25T10:11:39.327 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: debug 2023-01-25T10:11:39.214+0000 7f630be45c00 4 rocksdb: Options.max_log_file_size: 0 2023-01-25T10:11:39.328 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: debug 2023-01-25T10:11:39.214+0000 7f630be45c00 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-01-25T10:11:39.328 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: debug 2023-01-25T10:11:39.214+0000 7f630be45c00 4 rocksdb: Options.log_file_time_to_roll: 0 2023-01-25T10:11:39.328 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: debug 2023-01-25T10:11:39.214+0000 7f630be45c00 4 rocksdb: Options.keep_log_file_num: 1000 2023-01-25T10:11:39.328 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: debug 2023-01-25T10:11:39.214+0000 7f630be45c00 4 rocksdb: Options.recycle_log_file_num: 0 2023-01-25T10:11:39.328 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: debug 2023-01-25T10:11:39.214+0000 7f630be45c00 4 rocksdb: Options.allow_fallocate: 1 2023-01-25T10:11:39.329 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: debug 2023-01-25T10:11:39.214+0000 7f630be45c00 4 rocksdb: Options.allow_mmap_reads: 0 2023-01-25T10:11:39.329 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: debug 2023-01-25T10:11:39.214+0000 7f630be45c00 4 rocksdb: Options.allow_mmap_writes: 0 2023-01-25T10:11:39.329 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: debug 2023-01-25T10:11:39.214+0000 7f630be45c00 4 rocksdb: Options.use_direct_reads: 0 2023-01-25T10:11:39.329 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: debug 2023-01-25T10:11:39.214+0000 7f630be45c00 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-01-25T10:11:39.329 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: debug 2023-01-25T10:11:39.214+0000 7f630be45c00 4 rocksdb: Options.create_missing_column_families: 0 2023-01-25T10:11:39.330 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: debug 2023-01-25T10:11:39.214+0000 7f630be45c00 4 rocksdb: Options.db_log_dir: 2023-01-25T10:11:39.330 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: debug 2023-01-25T10:11:39.214+0000 7f630be45c00 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi064/store.db 2023-01-25T10:11:39.330 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: debug 2023-01-25T10:11:39.214+0000 7f630be45c00 4 rocksdb: Options.table_cache_numshardbits: 6 2023-01-25T10:11:39.330 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: debug 2023-01-25T10:11:39.214+0000 7f630be45c00 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-01-25T10:11:39.330 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: debug 2023-01-25T10:11:39.214+0000 7f630be45c00 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-01-25T10:11:39.331 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: debug 2023-01-25T10:11:39.214+0000 7f630be45c00 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-01-25T10:11:39.331 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: debug 2023-01-25T10:11:39.214+0000 7f630be45c00 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-01-25T10:11:39.331 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: debug 2023-01-25T10:11:39.214+0000 7f630be45c00 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-01-25T10:11:39.331 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: debug 2023-01-25T10:11:39.214+0000 7f630be45c00 4 rocksdb: Options.advise_random_on_open: 1 2023-01-25T10:11:39.332 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: debug 2023-01-25T10:11:39.214+0000 7f630be45c00 4 rocksdb: Options.db_write_buffer_size: 0 2023-01-25T10:11:39.332 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: debug 2023-01-25T10:11:39.214+0000 7f630be45c00 4 rocksdb: Options.write_buffer_manager: 0x55acdb12efc0 2023-01-25T10:11:39.332 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: debug 2023-01-25T10:11:39.214+0000 7f630be45c00 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-01-25T10:11:39.332 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: debug 2023-01-25T10:11:39.214+0000 7f630be45c00 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-01-25T10:11:39.332 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: debug 2023-01-25T10:11:39.214+0000 7f630be45c00 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-01-25T10:11:39.333 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: debug 2023-01-25T10:11:39.214+0000 7f630be45c00 4 rocksdb: Options.use_adaptive_mutex: 0 2023-01-25T10:11:39.333 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: debug 2023-01-25T10:11:39.214+0000 7f630be45c00 4 rocksdb: Options.rate_limiter: (nil) 2023-01-25T10:11:39.333 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: debug 2023-01-25T10:11:39.214+0000 7f630be45c00 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-01-25T10:11:39.333 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: debug 2023-01-25T10:11:39.214+0000 7f630be45c00 4 rocksdb: Options.wal_recovery_mode: 2 2023-01-25T10:11:39.333 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: debug 2023-01-25T10:11:39.214+0000 7f630be45c00 4 rocksdb: Options.enable_thread_tracking: 0 2023-01-25T10:11:39.335 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: debug 2023-01-25T10:11:39.214+0000 7f630be45c00 4 rocksdb: Options.enable_pipelined_write: 0 2023-01-25T10:11:39.335 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: debug 2023-01-25T10:11:39.214+0000 7f630be45c00 4 rocksdb: Options.unordered_write: 0 2023-01-25T10:11:39.335 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: debug 2023-01-25T10:11:39.214+0000 7f630be45c00 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-01-25T10:11:39.336 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: debug 2023-01-25T10:11:39.214+0000 7f630be45c00 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-01-25T10:11:39.336 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: debug 2023-01-25T10:11:39.214+0000 7f630be45c00 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-01-25T10:11:39.336 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: debug 2023-01-25T10:11:39.214+0000 7f630be45c00 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-01-25T10:11:39.336 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: debug 2023-01-25T10:11:39.214+0000 7f630be45c00 4 rocksdb: Options.row_cache: None 2023-01-25T10:11:39.336 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: debug 2023-01-25T10:11:39.214+0000 7f630be45c00 4 rocksdb: Options.wal_filter: None 2023-01-25T10:11:39.337 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: debug 2023-01-25T10:11:39.214+0000 7f630be45c00 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-01-25T10:11:39.337 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: debug 2023-01-25T10:11:39.214+0000 7f630be45c00 4 rocksdb: Options.allow_ingest_behind: 0 2023-01-25T10:11:39.337 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: debug 2023-01-25T10:11:39.214+0000 7f630be45c00 4 rocksdb: Options.preserve_deletes: 0 2023-01-25T10:11:39.337 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: debug 2023-01-25T10:11:39.214+0000 7f630be45c00 4 rocksdb: Options.two_write_queues: 0 2023-01-25T10:11:39.337 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: debug 2023-01-25T10:11:39.214+0000 7f630be45c00 4 rocksdb: Options.manual_wal_flush: 0 2023-01-25T10:11:39.338 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: debug 2023-01-25T10:11:39.214+0000 7f630be45c00 4 rocksdb: Options.atomic_flush: 0 2023-01-25T10:11:39.338 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: debug 2023-01-25T10:11:39.214+0000 7f630be45c00 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-01-25T10:11:39.338 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: debug 2023-01-25T10:11:39.214+0000 7f630be45c00 4 rocksdb: Options.persist_stats_to_disk: 0 2023-01-25T10:11:39.338 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: debug 2023-01-25T10:11:39.214+0000 7f630be45c00 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-01-25T10:11:39.338 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: debug 2023-01-25T10:11:39.214+0000 7f630be45c00 4 rocksdb: Options.log_readahead_size: 0 2023-01-25T10:11:39.338 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: debug 2023-01-25T10:11:39.214+0000 7f630be45c00 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2023-01-25T10:11:39.339 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: debug 2023-01-25T10:11:39.214+0000 7f630be45c00 4 rocksdb: Options.best_efforts_recovery: 0 2023-01-25T10:11:39.339 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: debug 2023-01-25T10:11:39.214+0000 7f630be45c00 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2023-01-25T10:11:39.339 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: debug 2023-01-25T10:11:39.214+0000 7f630be45c00 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2023-01-25T10:11:39.339 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: debug 2023-01-25T10:11:39.214+0000 7f630be45c00 4 rocksdb: Options.allow_data_in_errors: 0 2023-01-25T10:11:39.339 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: debug 2023-01-25T10:11:39.214+0000 7f630be45c00 4 rocksdb: Options.db_host_id: __hostname__ 2023-01-25T10:11:39.340 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: debug 2023-01-25T10:11:39.214+0000 7f630be45c00 4 rocksdb: Options.max_background_jobs: 2 2023-01-25T10:11:39.340 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: debug 2023-01-25T10:11:39.214+0000 7f630be45c00 4 rocksdb: Options.max_background_compactions: -1 2023-01-25T10:11:39.340 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: debug 2023-01-25T10:11:39.214+0000 7f630be45c00 4 rocksdb: Options.max_subcompactions: 1 2023-01-25T10:11:39.340 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: debug 2023-01-25T10:11:39.214+0000 7f630be45c00 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-01-25T10:11:39.340 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: debug 2023-01-25T10:11:39.214+0000 7f630be45c00 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-01-25T10:11:39.341 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: debug 2023-01-25T10:11:39.214+0000 7f630be45c00 4 rocksdb: Options.delayed_write_rate : 16777216 2023-01-25T10:11:39.341 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: debug 2023-01-25T10:11:39.214+0000 7f630be45c00 4 rocksdb: Options.max_total_wal_size: 0 2023-01-25T10:11:39.341 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: debug 2023-01-25T10:11:39.214+0000 7f630be45c00 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-01-25T10:11:39.341 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: debug 2023-01-25T10:11:39.214+0000 7f630be45c00 4 rocksdb: Options.stats_dump_period_sec: 600 2023-01-25T10:11:39.341 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: debug 2023-01-25T10:11:39.214+0000 7f630be45c00 4 rocksdb: Options.stats_persist_period_sec: 600 2023-01-25T10:11:39.342 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: debug 2023-01-25T10:11:39.214+0000 7f630be45c00 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-01-25T10:11:39.342 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: debug 2023-01-25T10:11:39.214+0000 7f630be45c00 4 rocksdb: Options.max_open_files: -1 2023-01-25T10:11:39.342 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: debug 2023-01-25T10:11:39.214+0000 7f630be45c00 4 rocksdb: Options.bytes_per_sync: 0 2023-01-25T10:11:39.342 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: debug 2023-01-25T10:11:39.214+0000 7f630be45c00 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-01-25T10:11:39.342 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: debug 2023-01-25T10:11:39.214+0000 7f630be45c00 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-01-25T10:11:39.343 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: debug 2023-01-25T10:11:39.214+0000 7f630be45c00 4 rocksdb: Options.compaction_readahead_size: 0 2023-01-25T10:11:39.343 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: debug 2023-01-25T10:11:39.214+0000 7f630be45c00 4 rocksdb: Options.max_background_flushes: -1 2023-01-25T10:11:39.343 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: debug 2023-01-25T10:11:39.214+0000 7f630be45c00 4 rocksdb: Compression algorithms supported: 2023-01-25T10:11:39.343 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: debug 2023-01-25T10:11:39.214+0000 7f630be45c00 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-01-25T10:11:39.344 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: debug 2023-01-25T10:11:39.214+0000 7f630be45c00 4 rocksdb: kZSTD supported: 0 2023-01-25T10:11:39.344 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: debug 2023-01-25T10:11:39.214+0000 7f630be45c00 4 rocksdb: kXpressCompression supported: 0 2023-01-25T10:11:39.344 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: debug 2023-01-25T10:11:39.214+0000 7f630be45c00 4 rocksdb: kLZ4HCCompression supported: 1 2023-01-25T10:11:39.344 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: debug 2023-01-25T10:11:39.214+0000 7f630be45c00 4 rocksdb: kZlibCompression supported: 1 2023-01-25T10:11:39.345 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: debug 2023-01-25T10:11:39.214+0000 7f630be45c00 4 rocksdb: kSnappyCompression supported: 1 2023-01-25T10:11:39.345 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: debug 2023-01-25T10:11:39.214+0000 7f630be45c00 4 rocksdb: kLZ4Compression supported: 1 2023-01-25T10:11:39.345 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: debug 2023-01-25T10:11:39.214+0000 7f630be45c00 4 rocksdb: kBZip2Compression supported: 0 2023-01-25T10:11:39.345 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: debug 2023-01-25T10:11:39.214+0000 7f630be45c00 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-01-25T10:11:39.345 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: debug 2023-01-25T10:11:39.214+0000 7f630be45c00 4 rocksdb: [db/version_set.cc:4724] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi064/store.db/MANIFEST-000009 2023-01-25T10:11:39.345 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: debug 2023-01-25T10:11:39.214+0000 7f630be45c00 4 rocksdb: [db/column_family.cc:595] --------------- Options for column family [default]: 2023-01-25T10:11:39.346 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: debug 2023-01-25T10:11:39.214+0000 7f630be45c00 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-01-25T10:11:39.346 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: debug 2023-01-25T10:11:39.214+0000 7f630be45c00 4 rocksdb: Options.merge_operator: 2023-01-25T10:11:39.346 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: debug 2023-01-25T10:11:39.214+0000 7f630be45c00 4 rocksdb: Options.compaction_filter: None 2023-01-25T10:11:39.346 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: debug 2023-01-25T10:11:39.214+0000 7f630be45c00 4 rocksdb: Options.compaction_filter_factory: None 2023-01-25T10:11:39.346 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: debug 2023-01-25T10:11:39.214+0000 7f630be45c00 4 rocksdb: Options.sst_partitioner_factory: None 2023-01-25T10:11:39.347 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: debug 2023-01-25T10:11:39.214+0000 7f630be45c00 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-01-25T10:11:39.347 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: debug 2023-01-25T10:11:39.214+0000 7f630be45c00 4 rocksdb: Options.table_factory: BlockBasedTable 2023-01-25T10:11:39.347 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: debug 2023-01-25T10:11:39.214+0000 7f630be45c00 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55acdae0fb68) 2023-01-25T10:11:39.347 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: cache_index_and_filter_blocks: 1 2023-01-25T10:11:39.347 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: cache_index_and_filter_blocks_with_high_priority: 0 2023-01-25T10:11:39.348 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: pin_l0_filter_and_index_blocks_in_cache: 0 2023-01-25T10:11:39.348 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: pin_top_level_index_and_filter: 1 2023-01-25T10:11:39.348 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: index_type: 0 2023-01-25T10:11:39.348 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: data_block_index_type: 0 2023-01-25T10:11:39.348 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: index_shortening: 1 2023-01-25T10:11:39.349 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: data_block_hash_table_util_ratio: 0.750000 2023-01-25T10:11:39.349 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: hash_index_allow_collision: 1 2023-01-25T10:11:39.349 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: checksum: 1 2023-01-25T10:11:39.349 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: no_block_cache: 0 2023-01-25T10:11:39.349 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: block_cache: 0x55acdae79350 2023-01-25T10:11:39.350 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: block_cache_name: BinnedLRUCache 2023-01-25T10:11:39.350 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: block_cache_options: 2023-01-25T10:11:39.350 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: capacity : 536870912 2023-01-25T10:11:39.350 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: num_shard_bits : 4 2023-01-25T10:11:39.351 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: strict_capacity_limit : 0 2023-01-25T10:11:39.351 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: high_pri_pool_ratio: 0.000 2023-01-25T10:11:39.351 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: block_cache_compressed: (nil) 2023-01-25T10:11:39.351 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: persistent_cache: (nil) 2023-01-25T10:11:39.352 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: block_size: 4096 2023-01-25T10:11:39.352 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: block_size_deviation: 10 2023-01-25T10:11:39.352 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: block_restart_interval: 16 2023-01-25T10:11:39.352 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: index_block_restart_interval: 1 2023-01-25T10:11:39.352 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: metadata_block_size: 4096 2023-01-25T10:11:39.353 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: partition_filters: 0 2023-01-25T10:11:39.353 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: use_delta_encoding: 1 2023-01-25T10:11:39.353 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: filter_policy: rocksdb.BuiltinBloomFilter 2023-01-25T10:11:39.353 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: whole_key_filtering: 1 2023-01-25T10:11:39.353 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: verify_compression: 0 2023-01-25T10:11:39.354 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: read_amp_bytes_per_bit: 0 2023-01-25T10:11:39.354 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: format_version: 4 2023-01-25T10:11:39.354 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: enable_index_compression: 1 2023-01-25T10:11:39.354 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: block_align: 0 2023-01-25T10:11:39.354 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: debug 2023-01-25T10:11:39.214+0000 7f630be45c00 4 rocksdb: Options.write_buffer_size: 33554432 2023-01-25T10:11:39.355 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: debug 2023-01-25T10:11:39.214+0000 7f630be45c00 4 rocksdb: Options.max_write_buffer_number: 2 2023-01-25T10:11:39.355 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: debug 2023-01-25T10:11:39.214+0000 7f630be45c00 4 rocksdb: Options.compression: NoCompression 2023-01-25T10:11:39.355 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: debug 2023-01-25T10:11:39.214+0000 7f630be45c00 4 rocksdb: Options.bottommost_compression: Disabled 2023-01-25T10:11:39.355 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: debug 2023-01-25T10:11:39.214+0000 7f630be45c00 4 rocksdb: Options.prefix_extractor: nullptr 2023-01-25T10:11:39.355 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: debug 2023-01-25T10:11:39.214+0000 7f630be45c00 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-01-25T10:11:39.356 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: debug 2023-01-25T10:11:39.214+0000 7f630be45c00 4 rocksdb: Options.num_levels: 7 2023-01-25T10:11:39.356 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: debug 2023-01-25T10:11:39.214+0000 7f630be45c00 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-01-25T10:11:39.357 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: debug 2023-01-25T10:11:39.214+0000 7f630be45c00 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-01-25T10:11:39.357 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: debug 2023-01-25T10:11:39.214+0000 7f630be45c00 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-01-25T10:11:39.357 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: debug 2023-01-25T10:11:39.214+0000 7f630be45c00 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-01-25T10:11:39.357 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: debug 2023-01-25T10:11:39.214+0000 7f630be45c00 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-01-25T10:11:39.357 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: debug 2023-01-25T10:11:39.214+0000 7f630be45c00 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-01-25T10:11:39.358 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: debug 2023-01-25T10:11:39.214+0000 7f630be45c00 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-01-25T10:11:39.358 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: debug 2023-01-25T10:11:39.214+0000 7f630be45c00 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-01-25T10:11:39.358 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: debug 2023-01-25T10:11:39.214+0000 7f630be45c00 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2023-01-25T10:11:39.358 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: debug 2023-01-25T10:11:39.214+0000 7f630be45c00 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-01-25T10:11:39.358 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: debug 2023-01-25T10:11:39.214+0000 7f630be45c00 4 rocksdb: Options.compression_opts.window_bits: -14 2023-01-25T10:11:39.358 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: debug 2023-01-25T10:11:39.214+0000 7f630be45c00 4 rocksdb: Options.compression_opts.level: 32767 2023-01-25T10:11:39.359 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: debug 2023-01-25T10:11:39.214+0000 7f630be45c00 4 rocksdb: Options.compression_opts.strategy: 0 2023-01-25T10:11:39.359 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: debug 2023-01-25T10:11:39.214+0000 7f630be45c00 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-01-25T10:11:39.359 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: debug 2023-01-25T10:11:39.214+0000 7f630be45c00 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-01-25T10:11:39.359 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: debug 2023-01-25T10:11:39.214+0000 7f630be45c00 4 rocksdb: Options.compression_opts.parallel_threads: 1 2023-01-25T10:11:39.359 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: debug 2023-01-25T10:11:39.214+0000 7f630be45c00 4 rocksdb: Options.compression_opts.enabled: false 2023-01-25T10:11:39.360 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: debug 2023-01-25T10:11:39.214+0000 7f630be45c00 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-01-25T10:11:39.360 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: debug 2023-01-25T10:11:39.214+0000 7f630be45c00 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-01-25T10:11:39.360 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: debug 2023-01-25T10:11:39.214+0000 7f630be45c00 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-01-25T10:11:39.360 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: debug 2023-01-25T10:11:39.214+0000 7f630be45c00 4 rocksdb: Options.target_file_size_base: 67108864 2023-01-25T10:11:39.360 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: debug 2023-01-25T10:11:39.214+0000 7f630be45c00 4 rocksdb: Options.target_file_size_multiplier: 1 2023-01-25T10:11:39.361 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: debug 2023-01-25T10:11:39.214+0000 7f630be45c00 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-01-25T10:11:39.361 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: debug 2023-01-25T10:11:39.214+0000 7f630be45c00 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-01-25T10:11:39.361 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: debug 2023-01-25T10:11:39.214+0000 7f630be45c00 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-01-25T10:11:39.361 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: debug 2023-01-25T10:11:39.214+0000 7f630be45c00 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-01-25T10:11:39.361 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: debug 2023-01-25T10:11:39.214+0000 7f630be45c00 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-01-25T10:11:39.362 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: debug 2023-01-25T10:11:39.214+0000 7f630be45c00 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-01-25T10:11:39.362 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: debug 2023-01-25T10:11:39.214+0000 7f630be45c00 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-01-25T10:11:39.362 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: debug 2023-01-25T10:11:39.214+0000 7f630be45c00 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-01-25T10:11:39.362 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: debug 2023-01-25T10:11:39.214+0000 7f630be45c00 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-01-25T10:11:39.362 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: debug 2023-01-25T10:11:39.214+0000 7f630be45c00 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-01-25T10:11:39.363 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: debug 2023-01-25T10:11:39.214+0000 7f630be45c00 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-01-25T10:11:39.363 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: debug 2023-01-25T10:11:39.214+0000 7f630be45c00 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-01-25T10:11:39.363 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: debug 2023-01-25T10:11:39.214+0000 7f630be45c00 4 rocksdb: Options.arena_block_size: 4194304 2023-01-25T10:11:39.363 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: debug 2023-01-25T10:11:39.214+0000 7f630be45c00 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-01-25T10:11:39.363 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: debug 2023-01-25T10:11:39.214+0000 7f630be45c00 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-01-25T10:11:39.364 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: debug 2023-01-25T10:11:39.214+0000 7f630be45c00 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-01-25T10:11:39.364 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: debug 2023-01-25T10:11:39.214+0000 7f630be45c00 4 rocksdb: Options.disable_auto_compactions: 0 2023-01-25T10:11:39.364 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: debug 2023-01-25T10:11:39.214+0000 7f630be45c00 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-01-25T10:11:39.364 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: debug 2023-01-25T10:11:39.214+0000 7f630be45c00 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-01-25T10:11:39.365 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: debug 2023-01-25T10:11:39.214+0000 7f630be45c00 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-01-25T10:11:39.365 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: debug 2023-01-25T10:11:39.214+0000 7f630be45c00 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-01-25T10:11:39.365 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: debug 2023-01-25T10:11:39.214+0000 7f630be45c00 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-01-25T10:11:39.366 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: debug 2023-01-25T10:11:39.214+0000 7f630be45c00 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-01-25T10:11:39.366 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: debug 2023-01-25T10:11:39.214+0000 7f630be45c00 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-01-25T10:11:39.366 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: debug 2023-01-25T10:11:39.214+0000 7f630be45c00 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-01-25T10:11:39.366 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: debug 2023-01-25T10:11:39.214+0000 7f630be45c00 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-01-25T10:11:39.367 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: debug 2023-01-25T10:11:39.214+0000 7f630be45c00 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-01-25T10:11:39.367 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: debug 2023-01-25T10:11:39.214+0000 7f630be45c00 4 rocksdb: Options.table_properties_collectors: 2023-01-25T10:11:39.367 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: debug 2023-01-25T10:11:39.214+0000 7f630be45c00 4 rocksdb: Options.inplace_update_support: 0 2023-01-25T10:11:39.367 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: debug 2023-01-25T10:11:39.214+0000 7f630be45c00 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-01-25T10:11:39.367 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: debug 2023-01-25T10:11:39.214+0000 7f630be45c00 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-01-25T10:11:39.367 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: debug 2023-01-25T10:11:39.214+0000 7f630be45c00 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-01-25T10:11:39.368 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: debug 2023-01-25T10:11:39.214+0000 7f630be45c00 4 rocksdb: Options.memtable_huge_page_size: 0 2023-01-25T10:11:39.368 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: debug 2023-01-25T10:11:39.214+0000 7f630be45c00 4 rocksdb: Options.bloom_locality: 0 2023-01-25T10:11:39.368 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: debug 2023-01-25T10:11:39.214+0000 7f630be45c00 4 rocksdb: Options.max_successive_merges: 0 2023-01-25T10:11:39.368 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: debug 2023-01-25T10:11:39.214+0000 7f630be45c00 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-01-25T10:11:39.368 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: debug 2023-01-25T10:11:39.214+0000 7f630be45c00 4 rocksdb: Options.paranoid_file_checks: 0 2023-01-25T10:11:39.369 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: debug 2023-01-25T10:11:39.214+0000 7f630be45c00 4 rocksdb: Options.force_consistency_checks: 1 2023-01-25T10:11:39.369 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: debug 2023-01-25T10:11:39.214+0000 7f630be45c00 4 rocksdb: Options.report_bg_io_stats: 0 2023-01-25T10:11:39.369 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: debug 2023-01-25T10:11:39.214+0000 7f630be45c00 4 rocksdb: Options.ttl: 2592000 2023-01-25T10:11:39.369 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: debug 2023-01-25T10:11:39.214+0000 7f630be45c00 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-01-25T10:11:39.369 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: debug 2023-01-25T10:11:39.214+0000 7f630be45c00 4 rocksdb: Options.enable_blob_files: false 2023-01-25T10:11:39.370 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: debug 2023-01-25T10:11:39.214+0000 7f630be45c00 4 rocksdb: Options.min_blob_size: 0 2023-01-25T10:11:39.370 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: debug 2023-01-25T10:11:39.214+0000 7f630be45c00 4 rocksdb: Options.blob_file_size: 268435456 2023-01-25T10:11:39.370 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: debug 2023-01-25T10:11:39.214+0000 7f630be45c00 4 rocksdb: Options.blob_compression_type: NoCompression 2023-01-25T10:11:39.370 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: debug 2023-01-25T10:11:39.214+0000 7f630be45c00 4 rocksdb: Options.enable_blob_garbage_collection: false 2023-01-25T10:11:39.370 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: debug 2023-01-25T10:11:39.214+0000 7f630be45c00 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2023-01-25T10:11:39.371 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: debug 2023-01-25T10:11:39.214+0000 7f630be45c00 4 rocksdb: [db/version_set.cc:4764] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi064/store.db/MANIFEST-000009 succeeded,manifest_file_number is 9, next_file_number is 11, last_sequence is 5, log_number is 5,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2023-01-25T10:11:39.371 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: debug 2023-01-25T10:11:39.214+0000 7f630be45c00 4 rocksdb: [db/version_set.cc:4779] Column family [default] (ID 0), log number is 5 2023-01-25T10:11:39.371 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: debug 2023-01-25T10:11:39.214+0000 7f630be45c00 4 rocksdb: [db/version_set.cc:4082] Creating manifest 13 2023-01-25T10:11:39.371 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: debug 2023-01-25T10:11:39.214+0000 7f630be45c00 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1674641499217612, "job": 1, "event": "recovery_started", "wal_files": [10]} 2023-01-25T10:11:39.371 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: debug 2023-01-25T10:11:39.214+0000 7f630be45c00 4 rocksdb: [db/db_impl/db_impl_open.cc:845] Recovering log #10 mode 2 2023-01-25T10:11:39.371 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: debug 2023-01-25T10:11:39.214+0000 7f630be45c00 3 rocksdb: [table/block_based/filter_policy.cc:991] Using legacy Bloom filter with high (20) bits/key. Dramatic filter space and/or accuracy improvement is available with format_version>=5. 2023-01-25T10:11:39.372 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: debug 2023-01-25T10:11:39.214+0000 7f630be45c00 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1674641499218552, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 14, "file_size": 80181, "file_checksum": "", "file_checksum_func_name": "Unknown", "table_properties": {"data_size": 78442, "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": 9654, "raw_average_key_size": 46, "raw_value_size": 72860, "raw_average_value_size": 353, "num_data_blocks": 10, "num_entries": 206, "num_deletions": 3, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "rocksdb.BuiltinBloomFilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; ", "creation_time": 1674641499, "oldest_key_time": 0, "file_creation_time": 0, "db_id": "b112e077-19d3-431f-9f6e-9e1845136c77", "db_session_id": "FF8V9F5UJOLQ6DRFYP1S"}} 2023-01-25T10:11:39.372 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: debug 2023-01-25T10:11:39.214+0000 7f630be45c00 4 rocksdb: [db/version_set.cc:4082] Creating manifest 15 2023-01-25T10:11:39.372 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: debug 2023-01-25T10:11:39.218+0000 7f630be45c00 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1674641499219058, "job": 1, "event": "recovery_finished"} 2023-01-25T10:11:39.372 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: debug 2023-01-25T10:11:39.218+0000 7f630be45c00 4 rocksdb: [file/delete_scheduler.cc:69] Deleted file /var/lib/ceph/mon/ceph-smithi064/store.db/000010.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2023-01-25T10:11:39.373 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: debug 2023-01-25T10:11:39.218+0000 7f630be45c00 4 rocksdb: [db/db_impl/db_impl_open.cc:1700] SstFileManager instance 0x55acdae5f880 2023-01-25T10:11:39.373 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: debug 2023-01-25T10:11:39.218+0000 7f630be45c00 4 rocksdb: DB pointer 0x55acdae92000 2023-01-25T10:11:39.373 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: debug 2023-01-25T10:11:39.218+0000 7f62f8f74700 4 rocksdb: [db/db_impl/db_impl.cc:901] ------- DUMPING STATS ------- 2023-01-25T10:11:39.373 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: debug 2023-01-25T10:11:39.218+0000 7f62f8f74700 4 rocksdb: [db/db_impl/db_impl.cc:903] 2023-01-25T10:11:39.373 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: ** DB Stats ** 2023-01-25T10:11:39.373 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: Uptime(secs): 0.0 total, 0.0 interval 2023-01-25T10:11:39.374 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2023-01-25T10:11:39.374 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-01-25T10:11:39.374 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-01-25T10:11:39.374 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2023-01-25T10:11:39.374 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-01-25T10:11:39.375 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-01-25T10:11:39.375 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: ** Compaction Stats [default] ** 2023-01-25T10:11:39.375 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: 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 2023-01-25T10:11:39.375 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-01-25T10:11:39.375 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: L0 2/0 80.10 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 129.6 0.00 0.00 1 0.001 0 0 2023-01-25T10:11:39.376 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: Sum 2/0 80.10 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 129.6 0.00 0.00 1 0.001 0 0 2023-01-25T10:11:39.376 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 129.6 0.00 0.00 1 0.001 0 0 2023-01-25T10:11:39.376 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: ** Compaction Stats [default] ** 2023-01-25T10:11:39.376 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: 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 2023-01-25T10:11:39.376 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-01-25T10:11:39.377 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 129.6 0.00 0.00 1 0.001 0 0 2023-01-25T10:11:39.377 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: Uptime(secs): 0.0 total, 0.0 interval 2023-01-25T10:11:39.377 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: Flush(GB): cumulative 0.000, interval 0.000 2023-01-25T10:11:39.377 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: AddFile(GB): cumulative 0.000, interval 0.000 2023-01-25T10:11:39.377 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: AddFile(Total Files): cumulative 0, interval 0 2023-01-25T10:11:39.378 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: AddFile(L0 Files): cumulative 0, interval 0 2023-01-25T10:11:39.378 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: AddFile(Keys): cumulative 0, interval 0 2023-01-25T10:11:39.378 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: Cumulative compaction: 0.00 GB write, 16.11 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-01-25T10:11:39.378 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: Interval compaction: 0.00 GB write, 16.11 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-01-25T10:11:39.378 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: 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-01-25T10:11:39.379 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: ** File Read Latency Histogram By Level [default] ** 2023-01-25T10:11:39.379 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: ** Compaction Stats [default] ** 2023-01-25T10:11:39.379 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: 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 2023-01-25T10:11:39.379 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-01-25T10:11:39.379 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: L0 2/0 80.10 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 129.6 0.00 0.00 1 0.001 0 0 2023-01-25T10:11:39.380 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: Sum 2/0 80.10 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 129.6 0.00 0.00 1 0.001 0 0 2023-01-25T10:11:39.380 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: 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 2023-01-25T10:11:39.380 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: ** Compaction Stats [default] ** 2023-01-25T10:11:39.380 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: 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 2023-01-25T10:11:39.380 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-01-25T10:11:39.381 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 129.6 0.00 0.00 1 0.001 0 0 2023-01-25T10:11:39.381 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: Uptime(secs): 0.0 total, 0.0 interval 2023-01-25T10:11:39.381 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: Flush(GB): cumulative 0.000, interval 0.000 2023-01-25T10:11:39.381 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: AddFile(GB): cumulative 0.000, interval 0.000 2023-01-25T10:11:39.381 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: AddFile(Total Files): cumulative 0, interval 0 2023-01-25T10:11:39.382 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: AddFile(L0 Files): cumulative 0, interval 0 2023-01-25T10:11:39.382 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: AddFile(Keys): cumulative 0, interval 0 2023-01-25T10:11:39.382 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: Cumulative compaction: 0.00 GB write, 15.92 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-01-25T10:11:39.382 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-01-25T10:11:39.382 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: 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-01-25T10:11:39.382 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: ** File Read Latency Histogram By Level [default] ** 2023-01-25T10:11:39.383 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: debug 2023-01-25T10:11:39.218+0000 7f630be45c00 0 starting mon.smithi064 rank 0 at public addrs [v2:172.21.15.64:3300/0,v1:172.21.15.64:6789/0] at bind addrs [v2:172.21.15.64:3300/0,v1:172.21.15.64:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi064 fsid 8464b54c-9c98-11ed-9e56-001a4aab830c 2023-01-25T10:11:39.383 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: debug 2023-01-25T10:11:39.218+0000 7f630be45c00 1 mon.smithi064@-1(???) e1 preinit fsid 8464b54c-9c98-11ed-9e56-001a4aab830c 2023-01-25T10:11:39.383 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: debug 2023-01-25T10:11:39.218+0000 7f630be45c00 0 mon.smithi064@-1(???).mds e1 new map 2023-01-25T10:11:39.383 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: debug 2023-01-25T10:11:39.218+0000 7f630be45c00 0 mon.smithi064@-1(???).mds e1 print_map 2023-01-25T10:11:39.384 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: e1 2023-01-25T10:11:39.384 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: enable_multiple, ever_enabled_multiple: 1,1 2023-01-25T10:11:39.384 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: 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-01-25T10:11:39.384 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: legacy client fscid: -1 2023-01-25T10:11:39.384 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: 2023-01-25T10:11:39.385 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: No filesystems configured 2023-01-25T10:11:39.385 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: debug 2023-01-25T10:11:39.218+0000 7f630be45c00 0 mon.smithi064@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2023-01-25T10:11:39.385 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: debug 2023-01-25T10:11:39.218+0000 7f630be45c00 0 mon.smithi064@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-01-25T10:11:39.385 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: debug 2023-01-25T10:11:39.218+0000 7f630be45c00 0 mon.smithi064@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-01-25T10:11:39.385 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: debug 2023-01-25T10:11:39.218+0000 7f630be45c00 0 mon.smithi064@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-01-25T10:11:39.385 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: debug 2023-01-25T10:11:39.222+0000 7f630be45c00 1 mon.smithi064@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2023-01-25T10:11:39.386 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: cluster 1674641499.2432516 mon.smithi064 (mon.0) 1 : cluster 1 mon.smithi064 is new leader, mons smithi064 in quorum (ranks 0) 2023-01-25T10:11:39.386 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: cluster 1674641499.243341 mon.smithi064 (mon.0) 2 : cluster 0 monmap e1: 1 mons at {smithi064=[v2:172.21.15.64:3300/0,v1:172.21.15.64:6789/0]} removed_ranks: {} 2023-01-25T10:11:39.386 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: cluster 1674641499.2631707 mon.smithi064 (mon.0) 3 : cluster 0 fsmap 2023-01-25T10:11:39.386 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: cluster 1674641499.263213 mon.smithi064 (mon.0) 4 : cluster 0 osdmap e1: 0 total, 0 up, 0 in 2023-01-25T10:11:39.386 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:39 smithi064 bash[21045]: cluster 1674641499.2636654 mon.smithi064 (mon.0) 5 : cluster 0 mgrmap e1: no daemons active 2023-01-25T10:11:40.236 INFO:teuthology.orchestra.run.smithi064.stdout:Wrote config to /etc/ceph/ceph.conf 2023-01-25T10:11:40.236 INFO:teuthology.orchestra.run.smithi064.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2023-01-25T10:11:40.237 INFO:teuthology.orchestra.run.smithi064.stdout:Creating mgr... 2023-01-25T10:11:40.237 INFO:teuthology.orchestra.run.smithi064.stdout:Verifying port 9283 ... 2023-01-25T10:11:40.238 INFO:teuthology.orchestra.run.smithi064.stdout:Verifying port 8765 ... 2023-01-25T10:11:40.238 INFO:teuthology.orchestra.run.smithi064.stdout:Verifying port 8443 ... 2023-01-25T10:11:40.476 INFO:teuthology.orchestra.run.smithi064.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-8464b54c-9c98-11ed-9e56-001a4aab830c@mgr.smithi064.xhfpzt 2023-01-25T10:11:40.477 INFO:teuthology.orchestra.run.smithi064.stdout:systemctl: stderr Failed to reset failed state of unit ceph-8464b54c-9c98-11ed-9e56-001a4aab830c@mgr.smithi064.xhfpzt.service: Unit ceph-8464b54c-9c98-11ed-9e56-001a4aab830c@mgr.smithi064.xhfpzt.service not loaded. 2023-01-25T10:11:40.644 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:40 smithi064 bash[21045]: audit 1674641499.4917402 mon.smithi064 (mon.0) 6 : audit 1 from='client.? 172.21.15.64:0/3498413916' entity='client.admin' 2023-01-25T10:11:40.681 INFO:teuthology.orchestra.run.smithi064.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-8464b54c-9c98-11ed-9e56-001a4aab830c.target.wants/ceph-8464b54c-9c98-11ed-9e56-001a4aab830c@mgr.smithi064.xhfpzt.service -> /etc/systemd/system/ceph-8464b54c-9c98-11ed-9e56-001a4aab830c@.service. 2023-01-25T10:11:40.693 INFO:teuthology.orchestra.run.smithi064.stdout:firewalld does not appear to be present 2023-01-25T10:11:40.693 INFO:teuthology.orchestra.run.smithi064.stdout:Not possible to enable service . firewalld.service is not available 2023-01-25T10:11:40.694 INFO:teuthology.orchestra.run.smithi064.stdout:firewalld does not appear to be present 2023-01-25T10:11:40.694 INFO:teuthology.orchestra.run.smithi064.stdout:Not possible to open ports <[9283, 8765, 8443]>. firewalld.service is not available 2023-01-25T10:11:40.694 INFO:teuthology.orchestra.run.smithi064.stdout:Waiting for mgr to start... 2023-01-25T10:11:40.694 INFO:teuthology.orchestra.run.smithi064.stdout:Waiting for mgr... 2023-01-25T10:11:42.933 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:42 smithi064 bash[21045]: audit 1674641502.7284937 mon.smithi064 (mon.0) 7 : audit 0 from='client.? 172.21.15.64:0/4058944995' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-01-25T10:11:43.498 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout 2023-01-25T10:11:43.498 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout { 2023-01-25T10:11:43.498 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout "fsid": "8464b54c-9c98-11ed-9e56-001a4aab830c", 2023-01-25T10:11:43.499 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout "health": { 2023-01-25T10:11:43.499 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2023-01-25T10:11:43.499 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout "checks": {}, 2023-01-25T10:11:43.500 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout "mutes": [] 2023-01-25T10:11:43.500 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout }, 2023-01-25T10:11:43.500 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2023-01-25T10:11:43.500 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout "quorum": [ 2023-01-25T10:11:43.500 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout 0 2023-01-25T10:11:43.501 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout ], 2023-01-25T10:11:43.501 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2023-01-25T10:11:43.501 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout "smithi064" 2023-01-25T10:11:43.501 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout ], 2023-01-25T10:11:43.501 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout "quorum_age": 3, 2023-01-25T10:11:43.502 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout "monmap": { 2023-01-25T10:11:43.502 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-01-25T10:11:43.502 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "reef", 2023-01-25T10:11:43.502 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout "num_mons": 1 2023-01-25T10:11:43.502 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout }, 2023-01-25T10:11:43.503 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout "osdmap": { 2023-01-25T10:11:43.503 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-01-25T10:11:43.503 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2023-01-25T10:11:43.503 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2023-01-25T10:11:43.503 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2023-01-25T10:11:43.503 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2023-01-25T10:11:43.507 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2023-01-25T10:11:43.509 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2023-01-25T10:11:43.509 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout }, 2023-01-25T10:11:43.509 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout "pgmap": { 2023-01-25T10:11:43.509 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2023-01-25T10:11:43.510 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2023-01-25T10:11:43.510 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2023-01-25T10:11:43.510 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2023-01-25T10:11:43.510 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2023-01-25T10:11:43.510 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2023-01-25T10:11:43.511 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2023-01-25T10:11:43.511 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2023-01-25T10:11:43.511 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout }, 2023-01-25T10:11:43.511 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout "fsmap": { 2023-01-25T10:11:43.511 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-01-25T10:11:43.511 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout "by_rank": [], 2023-01-25T10:11:43.512 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout "up:standby": 0 2023-01-25T10:11:43.512 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout }, 2023-01-25T10:11:43.512 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout "mgrmap": { 2023-01-25T10:11:43.512 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout "available": false, 2023-01-25T10:11:43.512 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2023-01-25T10:11:43.513 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout "modules": [ 2023-01-25T10:11:43.513 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout "iostat", 2023-01-25T10:11:43.513 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout "nfs", 2023-01-25T10:11:43.513 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout "restful" 2023-01-25T10:11:43.513 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout ], 2023-01-25T10:11:43.514 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout "services": {} 2023-01-25T10:11:43.514 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout }, 2023-01-25T10:11:43.514 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout "servicemap": { 2023-01-25T10:11:43.514 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-01-25T10:11:43.515 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout "modified": "2023-01-25T10:11:31.506840+0000", 2023-01-25T10:11:43.515 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout "services": {} 2023-01-25T10:11:43.515 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout }, 2023-01-25T10:11:43.515 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout "progress_events": {} 2023-01-25T10:11:43.515 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout } 2023-01-25T10:11:43.515 INFO:teuthology.orchestra.run.smithi064.stdout:mgr not available, waiting (1/15)... 2023-01-25T10:11:47.270 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:47 smithi064 bash[21045]: audit 1674641506.9629416 mon.smithi064 (mon.0) 8 : audit 0 from='client.? 172.21.15.64:0/1898606254' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-01-25T10:11:47.621 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout 2023-01-25T10:11:47.622 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout { 2023-01-25T10:11:47.622 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout "fsid": "8464b54c-9c98-11ed-9e56-001a4aab830c", 2023-01-25T10:11:47.622 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout "health": { 2023-01-25T10:11:47.622 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2023-01-25T10:11:47.623 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout "checks": {}, 2023-01-25T10:11:47.623 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout "mutes": [] 2023-01-25T10:11:47.623 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout }, 2023-01-25T10:11:47.623 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2023-01-25T10:11:47.623 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout "quorum": [ 2023-01-25T10:11:47.623 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout 0 2023-01-25T10:11:47.624 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout ], 2023-01-25T10:11:47.624 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2023-01-25T10:11:47.624 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout "smithi064" 2023-01-25T10:11:47.624 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout ], 2023-01-25T10:11:47.625 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout "quorum_age": 7, 2023-01-25T10:11:47.625 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout "monmap": { 2023-01-25T10:11:47.625 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-01-25T10:11:47.625 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "reef", 2023-01-25T10:11:47.625 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout "num_mons": 1 2023-01-25T10:11:47.625 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout }, 2023-01-25T10:11:47.626 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout "osdmap": { 2023-01-25T10:11:47.626 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-01-25T10:11:47.626 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2023-01-25T10:11:47.626 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2023-01-25T10:11:47.626 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2023-01-25T10:11:47.627 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2023-01-25T10:11:47.630 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2023-01-25T10:11:47.630 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2023-01-25T10:11:47.631 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout }, 2023-01-25T10:11:47.631 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout "pgmap": { 2023-01-25T10:11:47.631 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2023-01-25T10:11:47.631 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2023-01-25T10:11:47.632 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2023-01-25T10:11:47.632 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2023-01-25T10:11:47.632 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2023-01-25T10:11:47.633 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2023-01-25T10:11:47.633 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2023-01-25T10:11:47.633 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2023-01-25T10:11:47.633 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout }, 2023-01-25T10:11:47.633 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout "fsmap": { 2023-01-25T10:11:47.634 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-01-25T10:11:47.634 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout "by_rank": [], 2023-01-25T10:11:47.634 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout "up:standby": 0 2023-01-25T10:11:47.634 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout }, 2023-01-25T10:11:47.634 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout "mgrmap": { 2023-01-25T10:11:47.635 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout "available": false, 2023-01-25T10:11:47.635 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2023-01-25T10:11:47.635 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout "modules": [ 2023-01-25T10:11:47.635 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout "iostat", 2023-01-25T10:11:47.635 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout "nfs", 2023-01-25T10:11:47.636 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout "restful" 2023-01-25T10:11:47.636 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout ], 2023-01-25T10:11:47.636 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout "services": {} 2023-01-25T10:11:47.636 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout }, 2023-01-25T10:11:47.637 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout "servicemap": { 2023-01-25T10:11:47.637 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-01-25T10:11:47.637 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout "modified": "2023-01-25T10:11:31.506840+0000", 2023-01-25T10:11:47.637 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout "services": {} 2023-01-25T10:11:47.638 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout }, 2023-01-25T10:11:47.638 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout "progress_events": {} 2023-01-25T10:11:47.638 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout } 2023-01-25T10:11:47.639 INFO:teuthology.orchestra.run.smithi064.stdout:mgr not available, waiting (2/15)... 2023-01-25T10:11:50.894 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:50 smithi064 bash[21045]: cluster 1674641510.513127 mon.smithi064 (mon.0) 9 : cluster 1 Activating manager daemon smithi064.xhfpzt 2023-01-25T10:11:50.895 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:50 smithi064 bash[21045]: cluster 1674641510.5196598 mon.smithi064 (mon.0) 10 : cluster 0 mgrmap e2: smithi064.xhfpzt(active, starting, since 0.00682643s) 2023-01-25T10:11:50.895 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:50 smithi064 bash[21045]: audit 1674641510.5212708 mon.smithi064 (mon.0) 11 : audit 0 from='mgr.14100 172.21.15.64:0/2716332319' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-01-25T10:11:50.895 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:50 smithi064 bash[21045]: audit 1674641510.521587 mon.smithi064 (mon.0) 12 : audit 0 from='mgr.14100 172.21.15.64:0/2716332319' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-01-25T10:11:50.895 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:50 smithi064 bash[21045]: audit 1674641510.521891 mon.smithi064 (mon.0) 13 : audit 0 from='mgr.14100 172.21.15.64:0/2716332319' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-01-25T10:11:50.895 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:50 smithi064 bash[21045]: audit 1674641510.5221858 mon.smithi064 (mon.0) 14 : audit 0 from='mgr.14100 172.21.15.64:0/2716332319' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-01-25T10:11:50.896 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:50 smithi064 bash[21045]: audit 1674641510.5224838 mon.smithi064 (mon.0) 15 : audit 0 from='mgr.14100 172.21.15.64:0/2716332319' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-01-25T10:11:50.896 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:50 smithi064 bash[21045]: audit 1674641510.5226688 mon.smithi064 (mon.0) 16 : audit 0 from='mgr.14100 172.21.15.64:0/2716332319' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-01-25T10:11:50.896 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:50 smithi064 bash[21045]: audit 1674641510.5228686 mon.smithi064 (mon.0) 17 : audit 0 from='mgr.14100 172.21.15.64:0/2716332319' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "mon metadata", "id": "smithi064"}]: dispatch 2023-01-25T10:11:50.896 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:50 smithi064 bash[21045]: audit 1674641510.5230896 mon.smithi064 (mon.0) 18 : audit 0 from='mgr.14100 172.21.15.64:0/2716332319' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "mgr metadata", "who": "smithi064.xhfpzt", "id": "smithi064.xhfpzt"}]: dispatch 2023-01-25T10:11:50.896 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:50 smithi064 bash[21045]: cluster 1674641510.5497854 mon.smithi064 (mon.0) 19 : cluster 1 Manager daemon smithi064.xhfpzt is now available 2023-01-25T10:11:51.743 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout 2023-01-25T10:11:51.743 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout { 2023-01-25T10:11:51.743 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout "fsid": "8464b54c-9c98-11ed-9e56-001a4aab830c", 2023-01-25T10:11:51.744 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout "health": { 2023-01-25T10:11:51.744 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2023-01-25T10:11:51.744 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout "checks": {}, 2023-01-25T10:11:51.744 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout "mutes": [] 2023-01-25T10:11:51.744 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout }, 2023-01-25T10:11:51.745 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2023-01-25T10:11:51.745 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout "quorum": [ 2023-01-25T10:11:51.745 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout 0 2023-01-25T10:11:51.746 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout ], 2023-01-25T10:11:51.746 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2023-01-25T10:11:51.746 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout "smithi064" 2023-01-25T10:11:51.746 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout ], 2023-01-25T10:11:51.747 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout "quorum_age": 11, 2023-01-25T10:11:51.747 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout "monmap": { 2023-01-25T10:11:51.747 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-01-25T10:11:51.747 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "reef", 2023-01-25T10:11:51.747 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout "num_mons": 1 2023-01-25T10:11:51.748 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout }, 2023-01-25T10:11:51.748 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout "osdmap": { 2023-01-25T10:11:51.748 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-01-25T10:11:51.748 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2023-01-25T10:11:51.748 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2023-01-25T10:11:51.749 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2023-01-25T10:11:51.749 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2023-01-25T10:11:51.749 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2023-01-25T10:11:51.749 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2023-01-25T10:11:51.749 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout }, 2023-01-25T10:11:51.750 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout "pgmap": { 2023-01-25T10:11:51.750 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2023-01-25T10:11:51.750 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2023-01-25T10:11:51.750 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2023-01-25T10:11:51.750 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2023-01-25T10:11:51.751 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2023-01-25T10:11:51.751 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2023-01-25T10:11:51.751 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2023-01-25T10:11:51.751 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2023-01-25T10:11:51.751 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout }, 2023-01-25T10:11:51.752 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout "fsmap": { 2023-01-25T10:11:51.752 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-01-25T10:11:51.752 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout "by_rank": [], 2023-01-25T10:11:51.752 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout "up:standby": 0 2023-01-25T10:11:51.752 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout }, 2023-01-25T10:11:51.752 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout "mgrmap": { 2023-01-25T10:11:51.753 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout "available": false, 2023-01-25T10:11:51.753 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2023-01-25T10:11:51.753 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout "modules": [ 2023-01-25T10:11:51.753 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout "iostat", 2023-01-25T10:11:51.753 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout "nfs", 2023-01-25T10:11:51.754 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout "restful" 2023-01-25T10:11:51.754 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout ], 2023-01-25T10:11:51.754 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout "services": {} 2023-01-25T10:11:51.754 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout }, 2023-01-25T10:11:51.754 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout "servicemap": { 2023-01-25T10:11:51.755 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-01-25T10:11:51.755 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout "modified": "2023-01-25T10:11:31.506840+0000", 2023-01-25T10:11:51.755 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout "services": {} 2023-01-25T10:11:51.755 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout }, 2023-01-25T10:11:51.755 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout "progress_events": {} 2023-01-25T10:11:51.756 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout } 2023-01-25T10:11:51.756 INFO:teuthology.orchestra.run.smithi064.stdout:mgr not available, waiting (3/15)... 2023-01-25T10:11:51.894 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:51 smithi064 bash[21045]: audit 1674641510.5647147 mon.smithi064 (mon.0) 20 : audit 1 from='mgr.14100 172.21.15.64:0/2716332319' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi064.xhfpzt/mirror_snapshot_schedule"}]: dispatch 2023-01-25T10:11:51.895 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:51 smithi064 bash[21045]: audit 1674641510.5681925 mon.smithi064 (mon.0) 21 : audit 1 from='mgr.14100 172.21.15.64:0/2716332319' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi064.xhfpzt/trash_purge_schedule"}]: dispatch 2023-01-25T10:11:51.895 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:51 smithi064 bash[21045]: audit 1674641510.5746455 mon.smithi064 (mon.0) 22 : audit 1 from='mgr.14100 172.21.15.64:0/2716332319' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:11:51.895 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:51 smithi064 bash[21045]: audit 1674641510.5771356 mon.smithi064 (mon.0) 23 : audit 1 from='mgr.14100 172.21.15.64:0/2716332319' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:11:51.895 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:51 smithi064 bash[21045]: audit 1674641510.5827336 mon.smithi064 (mon.0) 24 : audit 1 from='mgr.14100 172.21.15.64:0/2716332319' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:11:51.895 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:51 smithi064 bash[21045]: audit 1674641511.0375063 mon.smithi064 (mon.0) 25 : audit 0 from='client.? 172.21.15.64:0/1263034633' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-01-25T10:11:51.896 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:51 smithi064 bash[21045]: cluster 1674641511.5233474 mon.smithi064 (mon.0) 26 : cluster 0 mgrmap e3: smithi064.xhfpzt(active, since 1.01053s) 2023-01-25T10:11:53.894 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:53 smithi064 bash[21045]: cluster 1674641512.5748894 mon.smithi064 (mon.0) 27 : cluster 0 mgrmap e4: smithi064.xhfpzt(active, since 2s) 2023-01-25T10:11:55.894 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:55 smithi064 bash[21045]: audit 1674641515.4909 mon.smithi064 (mon.0) 28 : audit 0 from='client.? 172.21.15.64:0/726512780' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-01-25T10:11:56.152 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout 2023-01-25T10:11:56.153 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout { 2023-01-25T10:11:56.153 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout "fsid": "8464b54c-9c98-11ed-9e56-001a4aab830c", 2023-01-25T10:11:56.153 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout "health": { 2023-01-25T10:11:56.157 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2023-01-25T10:11:56.157 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout "checks": {}, 2023-01-25T10:11:56.157 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout "mutes": [] 2023-01-25T10:11:56.157 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout }, 2023-01-25T10:11:56.157 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2023-01-25T10:11:56.158 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout "quorum": [ 2023-01-25T10:11:56.158 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout 0 2023-01-25T10:11:56.158 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout ], 2023-01-25T10:11:56.158 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2023-01-25T10:11:56.159 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout "smithi064" 2023-01-25T10:11:56.159 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout ], 2023-01-25T10:11:56.159 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout "quorum_age": 16, 2023-01-25T10:11:56.159 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout "monmap": { 2023-01-25T10:11:56.159 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-01-25T10:11:56.159 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "reef", 2023-01-25T10:11:56.160 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout "num_mons": 1 2023-01-25T10:11:56.160 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout }, 2023-01-25T10:11:56.160 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout "osdmap": { 2023-01-25T10:11:56.160 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-01-25T10:11:56.160 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2023-01-25T10:11:56.161 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2023-01-25T10:11:56.161 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2023-01-25T10:11:56.161 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2023-01-25T10:11:56.165 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2023-01-25T10:11:56.165 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2023-01-25T10:11:56.165 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout }, 2023-01-25T10:11:56.165 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout "pgmap": { 2023-01-25T10:11:56.165 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2023-01-25T10:11:56.166 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2023-01-25T10:11:56.166 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2023-01-25T10:11:56.166 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2023-01-25T10:11:56.166 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2023-01-25T10:11:56.166 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2023-01-25T10:11:56.167 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2023-01-25T10:11:56.167 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2023-01-25T10:11:56.167 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout }, 2023-01-25T10:11:56.167 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout "fsmap": { 2023-01-25T10:11:56.167 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-01-25T10:11:56.167 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout "by_rank": [], 2023-01-25T10:11:56.168 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout "up:standby": 0 2023-01-25T10:11:56.168 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout }, 2023-01-25T10:11:56.168 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout "mgrmap": { 2023-01-25T10:11:56.168 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout "available": true, 2023-01-25T10:11:56.168 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2023-01-25T10:11:56.169 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout "modules": [ 2023-01-25T10:11:56.169 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout "iostat", 2023-01-25T10:11:56.169 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout "nfs", 2023-01-25T10:11:56.169 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout "restful" 2023-01-25T10:11:56.169 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout ], 2023-01-25T10:11:56.170 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout "services": {} 2023-01-25T10:11:56.170 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout }, 2023-01-25T10:11:56.170 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout "servicemap": { 2023-01-25T10:11:56.170 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-01-25T10:11:56.170 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout "modified": "2023-01-25T10:11:31.506840+0000", 2023-01-25T10:11:56.171 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout "services": {} 2023-01-25T10:11:56.171 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout }, 2023-01-25T10:11:56.171 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout "progress_events": {} 2023-01-25T10:11:56.171 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout } 2023-01-25T10:11:56.171 INFO:teuthology.orchestra.run.smithi064.stdout:mgr is available 2023-01-25T10:11:58.144 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:11:57 smithi064 bash[21045]: audit 1674641517.7552066 mon.smithi064 (mon.0) 29 : audit 1 from='client.? 172.21.15.64:0/2336713868' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-01-25T10:11:58.457 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout 2023-01-25T10:11:58.458 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout [global] 2023-01-25T10:11:58.458 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout fsid = 8464b54c-9c98-11ed-9e56-001a4aab830c 2023-01-25T10:11:58.458 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2023-01-25T10:11:58.459 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2023-01-25T10:11:58.459 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2023-01-25T10:11:58.459 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2023-01-25T10:11:58.459 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout 2023-01-25T10:11:58.459 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout [mgr] 2023-01-25T10:11:58.460 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2023-01-25T10:11:58.460 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout 2023-01-25T10:11:58.460 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout [osd] 2023-01-25T10:11:58.460 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2023-01-25T10:11:58.460 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2023-01-25T10:11:58.461 INFO:teuthology.orchestra.run.smithi064.stdout:Enabling cephadm module... 2023-01-25T10:12:00.645 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:12:00 smithi064 bash[21045]: audit 1674641520.2062817 mon.smithi064 (mon.0) 30 : audit 1 from='client.? 172.21.15.64:0/1486387333' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2023-01-25T10:12:01.601 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:12:01 smithi064 bash[21045]: audit 1674641520.242447 mon.smithi064 (mon.0) 31 : audit 1 from='client.? 172.21.15.64:0/1486387333' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2023-01-25T10:12:01.601 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:12:01 smithi064 bash[21045]: cluster 1674641520.242536 mon.smithi064 (mon.0) 32 : cluster 0 mgrmap e5: smithi064.xhfpzt(active, since 9s) 2023-01-25T10:12:02.894 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:12:02 smithi064 bash[21045]: audit 1674641522.5052838 mon.smithi064 (mon.0) 33 : audit 0 from='client.? 172.21.15.64:0/4145430638' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-01-25T10:12:03.212 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout { 2023-01-25T10:12:03.212 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout "epoch": 5, 2023-01-25T10:12:03.212 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout "available": true, 2023-01-25T10:12:03.212 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout "active_name": "smithi064.xhfpzt", 2023-01-25T10:12:03.213 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout "num_standby": 0 2023-01-25T10:12:03.213 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout } 2023-01-25T10:12:03.213 INFO:teuthology.orchestra.run.smithi064.stdout:Waiting for the mgr to restart... 2023-01-25T10:12:03.213 INFO:teuthology.orchestra.run.smithi064.stdout:Waiting for mgr epoch 5... 2023-01-25T10:12:08.894 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:12:08 smithi064 bash[21045]: cluster 1674641528.5209231 mon.smithi064 (mon.0) 34 : cluster 1 Active manager daemon smithi064.xhfpzt restarted 2023-01-25T10:12:08.894 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:12:08 smithi064 bash[21045]: cluster 1674641528.5214581 mon.smithi064 (mon.0) 35 : cluster 1 Activating manager daemon smithi064.xhfpzt 2023-01-25T10:12:08.895 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:12:08 smithi064 bash[21045]: cluster 1674641528.5252032 mon.smithi064 (mon.0) 36 : cluster 0 osdmap e2: 0 total, 0 up, 0 in 2023-01-25T10:12:09.894 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:12:09 smithi064 bash[21045]: cluster 1674641528.5766754 mon.smithi064 (mon.0) 37 : cluster 0 mgrmap e6: smithi064.xhfpzt(active, starting, since 0.0553661s) 2023-01-25T10:12:09.895 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:12:09 smithi064 bash[21045]: audit 1674641528.5794768 mon.smithi064 (mon.0) 38 : audit 0 from='mgr.14120 172.21.15.64:0/2050562607' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "mon metadata", "id": "smithi064"}]: dispatch 2023-01-25T10:12:09.895 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:12:09 smithi064 bash[21045]: audit 1674641528.584569 mon.smithi064 (mon.0) 39 : audit 0 from='mgr.14120 172.21.15.64:0/2050562607' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "mgr metadata", "who": "smithi064.xhfpzt", "id": "smithi064.xhfpzt"}]: dispatch 2023-01-25T10:12:09.895 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:12:09 smithi064 bash[21045]: audit 1674641528.584923 mon.smithi064 (mon.0) 40 : audit 0 from='mgr.14120 172.21.15.64:0/2050562607' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-01-25T10:12:09.895 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:12:09 smithi064 bash[21045]: audit 1674641528.5851202 mon.smithi064 (mon.0) 41 : audit 0 from='mgr.14120 172.21.15.64:0/2050562607' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-01-25T10:12:09.895 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:12:09 smithi064 bash[21045]: audit 1674641528.5853078 mon.smithi064 (mon.0) 42 : audit 0 from='mgr.14120 172.21.15.64:0/2050562607' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-01-25T10:12:09.896 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:12:09 smithi064 bash[21045]: cluster 1674641528.6155603 mon.smithi064 (mon.0) 43 : cluster 1 Manager daemon smithi064.xhfpzt is now available 2023-01-25T10:12:09.896 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:12:09 smithi064 bash[21045]: cephadm 1674641528.6339505 mgr.smithi064.xhfpzt (mgr.14120) 1 : cephadm 1 Found migration_current of "None". Setting to last migration. 2023-01-25T10:12:09.896 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:12:09 smithi064 bash[21045]: audit 1674641528.6373441 mon.smithi064 (mon.0) 44 : audit 1 from='mgr.14120 172.21.15.64:0/2050562607' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:12:09.896 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:12:09 smithi064 bash[21045]: audit 1674641528.6455076 mon.smithi064 (mon.0) 45 : audit 1 from='mgr.14120 172.21.15.64:0/2050562607' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:12:09.897 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:12:09 smithi064 bash[21045]: audit 1674641528.6526551 mon.smithi064 (mon.0) 46 : audit 0 from='mgr.14120 172.21.15.64:0/2050562607' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-01-25T10:12:09.897 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:12:09 smithi064 bash[21045]: audit 1674641528.6568596 mon.smithi064 (mon.0) 47 : audit 0 from='mgr.14120 172.21.15.64:0/2050562607' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-01-25T10:12:09.897 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:12:09 smithi064 bash[21045]: audit 1674641528.6618288 mon.smithi064 (mon.0) 48 : audit 0 from='mgr.14120 172.21.15.64:0/2050562607' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-01-25T10:12:09.897 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:12:09 smithi064 bash[21045]: audit 1674641528.6698146 mon.smithi064 (mon.0) 49 : audit 1 from='mgr.14120 172.21.15.64:0/2050562607' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi064.xhfpzt/mirror_snapshot_schedule"}]: dispatch 2023-01-25T10:12:09.897 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:12:09 smithi064 bash[21045]: audit 1674641528.672103 mon.smithi064 (mon.0) 50 : audit 1 from='mgr.14120 172.21.15.64:0/2050562607' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi064.xhfpzt/trash_purge_schedule"}]: dispatch 2023-01-25T10:12:09.897 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:12:09 smithi064 bash[21045]: audit 1674641529.192566 mon.smithi064 (mon.0) 51 : audit 1 from='mgr.14120 172.21.15.64:0/2050562607' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:12:09.898 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:12:09 smithi064 bash[21045]: audit 1674641529.1982076 mon.smithi064 (mon.0) 52 : audit 1 from='mgr.14120 172.21.15.64:0/2050562607' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:12:10.316 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout { 2023-01-25T10:12:10.316 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2023-01-25T10:12:10.316 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout "initialized": true 2023-01-25T10:12:10.317 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout } 2023-01-25T10:12:10.317 INFO:teuthology.orchestra.run.smithi064.stdout:mgr epoch 5 is available 2023-01-25T10:12:10.317 INFO:teuthology.orchestra.run.smithi064.stdout:Setting orchestrator backend to cephadm... 2023-01-25T10:12:10.644 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:12:10 smithi064 bash[21045]: audit 1674641529.590401 mgr.smithi064.xhfpzt (mgr.14120) 2 : audit 0 from='client.14124 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-01-25T10:12:10.644 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:12:10 smithi064 bash[21045]: cluster 1674641529.5913749 mon.smithi064 (mon.0) 53 : cluster 0 mgrmap e7: smithi064.xhfpzt(active, since 1.07007s) 2023-01-25T10:12:10.645 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:12:10 smithi064 bash[21045]: audit 1674641529.6042044 mgr.smithi064.xhfpzt (mgr.14120) 3 : audit 0 from='client.14124 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-01-25T10:12:10.645 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:12:10 smithi064 bash[21045]: audit 1674641530.065502 mon.smithi064 (mon.0) 54 : audit 1 from='mgr.14120 172.21.15.64:0/2050562607' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:12:10.645 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:12:10 smithi064 bash[21045]: audit 1674641530.0699527 mon.smithi064 (mon.0) 55 : audit 1 from='mgr.14120 172.21.15.64:0/2050562607' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:12:12.394 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:12:12 smithi064 bash[21045]: cluster 1674641531.0726287 mon.smithi064 (mon.0) 56 : cluster 0 mgrmap e8: smithi064.xhfpzt(active, since 2s) 2023-01-25T10:12:12.395 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:12:12 smithi064 bash[21045]: cephadm 1674641531.289343 mgr.smithi064.xhfpzt (mgr.14120) 4 : cephadm 1 [25/Jan/2023:10:12:11] ENGINE Bus STARTING 2023-01-25T10:12:12.395 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:12:12 smithi064 bash[21045]: audit 1674641531.5859613 mon.smithi064 (mon.0) 57 : audit 0 from='mgr.14120 172.21.15.64:0/2050562607' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-01-25T10:12:12.395 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:12:12 smithi064 bash[21045]: audit 1674641531.9435384 mon.smithi064 (mon.0) 58 : audit 1 from='mgr.14120 172.21.15.64:0/2050562607' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:12:12.395 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:12:12 smithi064 bash[21045]: audit 1674641532.0036752 mon.smithi064 (mon.0) 59 : audit 0 from='mgr.14120 172.21.15.64:0/2050562607' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-01-25T10:12:13.394 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:12:13 smithi064 bash[21045]: cephadm 1674641531.413834 mgr.smithi064.xhfpzt (mgr.14120) 5 : cephadm 1 [25/Jan/2023:10:12:11] ENGINE Serving on https://172.21.15.64:7150 2023-01-25T10:12:13.395 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:12:13 smithi064 bash[21045]: cephadm 1674641531.5435004 mgr.smithi064.xhfpzt (mgr.14120) 6 : cephadm 1 [25/Jan/2023:10:12:11] ENGINE Serving on https://172.21.15.64:8765 2023-01-25T10:12:13.395 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:12:13 smithi064 bash[21045]: cephadm 1674641531.5438097 mgr.smithi064.xhfpzt (mgr.14120) 7 : cephadm 1 [25/Jan/2023:10:12:11] ENGINE Bus STARTED 2023-01-25T10:12:13.395 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:12:13 smithi064 bash[21045]: audit 1674641531.93215 mgr.smithi064.xhfpzt (mgr.14120) 8 : audit 0 from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2023-01-25T10:12:15.006 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout value unchanged 2023-01-25T10:12:15.007 INFO:teuthology.orchestra.run.smithi064.stdout:Generating ssh key... 2023-01-25T10:12:15.394 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:12:15 smithi064 bash[21045]: audit 1674641534.278829 mgr.smithi064.xhfpzt (mgr.14120) 9 : audit 0 from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2023-01-25T10:12:17.644 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:12:17 smithi064 bash[21045]: audit 1674641536.667343 mgr.smithi064.xhfpzt (mgr.14120) 10 : audit 0 from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2023-01-25T10:12:17.645 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:12:17 smithi064 bash[21045]: cephadm 1674641536.667698 mgr.smithi064.xhfpzt (mgr.14120) 11 : cephadm 1 Generating ssh key... 2023-01-25T10:12:18.644 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:12:18 smithi064 bash[21045]: audit 1674641537.4106803 mon.smithi064 (mon.0) 60 : audit 1 from='mgr.14120 172.21.15.64:0/2050562607' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:12:18.645 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:12:18 smithi064 bash[21045]: audit 1674641537.4153364 mon.smithi064 (mon.0) 61 : audit 1 from='mgr.14120 172.21.15.64:0/2050562607' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:12:20.310 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDBHGvSmOLFJaTTE3kUS4XCc5S3wg0/1GU8l4FPKFRrqmT3VYLXYCBvLyVrggePclawTEctXibn0bangf/84MqJgb58cz5/9PK/oCCq5Th8W0ItzYlG24EEXkV3R1uFX/Eg53NAtZANnrfHak7WgfYCh03f//vWGnphjEjmJP9U41lZwvpuMHNoaVVc2XBtCRkIllnmE8Ed8jFw+t0d9FzbA8J371MwKtVvWPPMdcgNO6HDRec18gBlvJChry4CCXnBjLMWurCf5oMQ0ubsOVSvxKvAep7ebTOGhyBsdyrCFGFGT5A5YqoECobArxQmM/oOS0W9+2w5p8iFxWDHIS4awCZ78/OL+lkgjckD2msPhFXWMouIC7Ege0U4QAhAgN9cGM5gwZnsZeLtDSOfNZr7thy7KwxsvWoR+iSrQ8gBhXp2c84IgtO7CS/ojZXnzbMfa/fwQrCuH/bGw9wzHFwh4/cNzLXIjAdQD7ECET9CuydyUJpeRnVUqVTSCkUSAzk= ceph-8464b54c-9c98-11ed-9e56-001a4aab830c 2023-01-25T10:12:20.310 INFO:teuthology.orchestra.run.smithi064.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2023-01-25T10:12:20.311 INFO:teuthology.orchestra.run.smithi064.stdout:Adding key to root@localhost authorized_keys... 2023-01-25T10:12:20.311 INFO:teuthology.orchestra.run.smithi064.stdout:Adding host smithi064... 2023-01-25T10:12:20.644 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:12:20 smithi064 bash[21045]: audit 1674641539.6894798 mgr.smithi064.xhfpzt (mgr.14120) 12 : audit 0 from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2023-01-25T10:12:22.624 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:12:22 smithi064 bash[21045]: audit 1674641542.0116053 mgr.smithi064.xhfpzt (mgr.14120) 13 : audit 0 from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi064", "addr": "172.21.15.64", "target": ["mon-mgr", ""]}]: dispatch 2023-01-25T10:12:23.394 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:12:23 smithi064 bash[21045]: cephadm 1674641542.8264096 mgr.smithi064.xhfpzt (mgr.14120) 14 : cephadm 1 Deploying cephadm binary to smithi064 2023-01-25T10:12:25.807 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout Added host 'smithi064' with addr '172.21.15.64' 2023-01-25T10:12:25.807 INFO:teuthology.orchestra.run.smithi064.stdout:Deploying mon service with default placement... 2023-01-25T10:12:26.144 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:12:25 smithi064 bash[21045]: audit 1674641544.855983 mon.smithi064 (mon.0) 62 : audit 1 from='mgr.14120 172.21.15.64:0/2050562607' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:12:26.145 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:12:25 smithi064 bash[21045]: cephadm 1674641544.8565986 mgr.smithi064.xhfpzt (mgr.14120) 15 : cephadm 1 Added host smithi064 2023-01-25T10:12:26.145 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:12:25 smithi064 bash[21045]: audit 1674641544.8864172 mon.smithi064 (mon.0) 63 : audit 0 from='mgr.14120 172.21.15.64:0/2050562607' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-01-25T10:12:29.347 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2023-01-25T10:12:29.348 INFO:teuthology.orchestra.run.smithi064.stdout:Deploying mgr service with default placement... 2023-01-25T10:12:29.644 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:12:29 smithi064 bash[21045]: audit 1674641548.2653925 mgr.smithi064.xhfpzt (mgr.14120) 16 : audit 0 from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2023-01-25T10:12:29.645 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:12:29 smithi064 bash[21045]: cephadm 1674641548.268238 mgr.smithi064.xhfpzt (mgr.14120) 17 : cephadm 1 Saving service mon spec with placement count:5 2023-01-25T10:12:29.645 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:12:29 smithi064 bash[21045]: audit 1674641548.271108 mon.smithi064 (mon.0) 64 : audit 1 from='mgr.14120 172.21.15.64:0/2050562607' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:12:29.645 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:12:29 smithi064 bash[21045]: audit 1674641549.0261405 mon.smithi064 (mon.0) 65 : audit 1 from='mgr.14120 172.21.15.64:0/2050562607' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:12:30.540 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:12:30 smithi064 bash[21045]: cluster 1674641548.5846145 mgr.smithi064.xhfpzt (mgr.14120) 18 : cluster 0 pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T10:12:30.541 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:12:30 smithi064 bash[21045]: audit 1674641549.3927462 mon.smithi064 (mon.0) 66 : audit 1 from='mgr.14120 172.21.15.64:0/2050562607' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:12:31.941 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2023-01-25T10:12:31.941 INFO:teuthology.orchestra.run.smithi064.stdout:Deploying crash service with default placement... 2023-01-25T10:12:32.395 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:12:32 smithi064 bash[21045]: cluster 1674641550.5850983 mgr.smithi064.xhfpzt (mgr.14120) 19 : cluster 0 pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T10:12:32.395 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:12:32 smithi064 bash[21045]: audit 1674641551.2142448 mgr.smithi064.xhfpzt (mgr.14120) 20 : audit 0 from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2023-01-25T10:12:32.395 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:12:32 smithi064 bash[21045]: cephadm 1674641551.2163815 mgr.smithi064.xhfpzt (mgr.14120) 21 : cephadm 1 Saving service mgr spec with placement count:2 2023-01-25T10:12:32.395 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:12:32 smithi064 bash[21045]: audit 1674641551.2193966 mon.smithi064 (mon.0) 67 : audit 1 from='mgr.14120 172.21.15.64:0/2050562607' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:12:34.487 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout Scheduled crash update... 2023-01-25T10:12:34.488 INFO:teuthology.orchestra.run.smithi064.stdout:Deploying ceph-exporter service with default placement... 2023-01-25T10:12:34.536 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:12:34 smithi064 bash[21045]: cluster 1674641552.5855207 mgr.smithi064.xhfpzt (mgr.14120) 22 : cluster 0 pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T10:12:34.537 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:12:34 smithi064 bash[21045]: audit 1674641553.6995835 mon.smithi064 (mon.0) 68 : audit 1 from='mgr.14120 172.21.15.64:0/2050562607' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:12:35.575 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:12:35 smithi064 bash[21045]: audit 1674641553.6916914 mgr.smithi064.xhfpzt (mgr.14120) 23 : audit 0 from='client.14146 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2023-01-25T10:12:35.575 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:12:35 smithi064 bash[21045]: cephadm 1674641553.6927469 mgr.smithi064.xhfpzt (mgr.14120) 24 : cephadm 1 Saving service crash spec with placement * 2023-01-25T10:12:36.644 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:12:36 smithi064 bash[21045]: cluster 1674641554.586014 mgr.smithi064.xhfpzt (mgr.14120) 25 : cluster 0 pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T10:12:36.645 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:12:36 smithi064 bash[21045]: audit 1674641555.3808565 mon.smithi064 (mon.0) 69 : audit 1 from='mgr.14120 172.21.15.64:0/2050562607' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:12:36.645 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:12:36 smithi064 bash[21045]: audit 1674641556.1146188 mon.smithi064 (mon.0) 70 : audit 1 from='mgr.14120 172.21.15.64:0/2050562607' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:12:37.034 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout Scheduled ceph-exporter update... 2023-01-25T10:12:37.034 INFO:teuthology.orchestra.run.smithi064.stdout:Deploying prometheus service with default placement... 2023-01-25T10:12:37.394 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:12:37 smithi064 bash[21045]: audit 1674641556.2525127 mgr.smithi064.xhfpzt (mgr.14120) 26 : audit 0 from='client.14148 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "ceph-exporter", "target": ["mon-mgr", ""]}]: dispatch 2023-01-25T10:12:37.395 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:12:37 smithi064 bash[21045]: cephadm 1674641556.253823 mgr.smithi064.xhfpzt (mgr.14120) 27 : cephadm 1 Saving service ceph-exporter spec with placement * 2023-01-25T10:12:37.395 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:12:37 smithi064 bash[21045]: audit 1674641556.2596893 mon.smithi064 (mon.0) 71 : audit 1 from='mgr.14120 172.21.15.64:0/2050562607' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:12:38.394 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:12:38 smithi064 bash[21045]: cluster 1674641556.5864975 mgr.smithi064.xhfpzt (mgr.14120) 28 : cluster 0 pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T10:12:39.551 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout Scheduled prometheus update... 2023-01-25T10:12:39.551 INFO:teuthology.orchestra.run.smithi064.stdout:Deploying grafana service with default placement... 2023-01-25T10:12:39.894 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:12:39 smithi064 bash[21045]: cluster 1674641558.5869164 mgr.smithi064.xhfpzt (mgr.14120) 29 : cluster 0 pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T10:12:39.895 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:12:39 smithi064 bash[21045]: audit 1674641558.7588224 mgr.smithi064.xhfpzt (mgr.14120) 30 : audit 0 from='client.14150 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2023-01-25T10:12:39.895 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:12:39 smithi064 bash[21045]: cephadm 1674641558.7610211 mgr.smithi064.xhfpzt (mgr.14120) 31 : cephadm 1 Saving service prometheus spec with placement count:1 2023-01-25T10:12:39.895 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:12:39 smithi064 bash[21045]: audit 1674641558.7679172 mon.smithi064 (mon.0) 72 : audit 1 from='mgr.14120 172.21.15.64:0/2050562607' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:12:42.057 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout Scheduled grafana update... 2023-01-25T10:12:42.058 INFO:teuthology.orchestra.run.smithi064.stdout:Deploying node-exporter service with default placement... 2023-01-25T10:12:42.552 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:12:42 smithi064 bash[21045]: cluster 1674641560.587223 mgr.smithi064.xhfpzt (mgr.14120) 32 : cluster 0 pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T10:12:42.552 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:12:42 smithi064 bash[21045]: audit 1674641561.2697215 mgr.smithi064.xhfpzt (mgr.14120) 33 : audit 0 from='client.14152 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2023-01-25T10:12:42.552 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:12:42 smithi064 bash[21045]: cephadm 1674641561.272332 mgr.smithi064.xhfpzt (mgr.14120) 34 : cephadm 1 Saving service grafana spec with placement count:1 2023-01-25T10:12:42.553 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:12:42 smithi064 bash[21045]: audit 1674641561.2784486 mon.smithi064 (mon.0) 73 : audit 1 from='mgr.14120 172.21.15.64:0/2050562607' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:12:44.644 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:12:44 smithi064 bash[21045]: cluster 1674641562.5876648 mgr.smithi064.xhfpzt (mgr.14120) 35 : cluster 0 pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T10:12:44.645 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:12:44 smithi064 bash[21045]: audit 1674641564.2407625 mon.smithi064 (mon.0) 74 : audit 1 from='mgr.14120 172.21.15.64:0/2050562607' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:12:45.403 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout Scheduled node-exporter update... 2023-01-25T10:12:45.403 INFO:teuthology.orchestra.run.smithi064.stdout:Deploying alertmanager service with default placement... 2023-01-25T10:12:45.644 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:12:45 smithi064 bash[21045]: audit 1674641564.233334 mgr.smithi064.xhfpzt (mgr.14120) 36 : audit 0 from='client.14154 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2023-01-25T10:12:45.645 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:12:45 smithi064 bash[21045]: cephadm 1674641564.2356167 mgr.smithi064.xhfpzt (mgr.14120) 37 : cephadm 1 Saving service node-exporter spec with placement * 2023-01-25T10:12:46.563 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:12:46 smithi064 bash[21045]: cluster 1674641564.5881453 mgr.smithi064.xhfpzt (mgr.14120) 38 : cluster 0 pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T10:12:47.968 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout Scheduled alertmanager update... 2023-01-25T10:12:48.394 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:12:48 smithi064 bash[21045]: cluster 1674641566.5885193 mgr.smithi064.xhfpzt (mgr.14120) 39 : cluster 0 pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T10:12:48.395 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:12:48 smithi064 bash[21045]: audit 1674641567.1806116 mgr.smithi064.xhfpzt (mgr.14120) 40 : audit 0 from='client.14156 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2023-01-25T10:12:48.395 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:12:48 smithi064 bash[21045]: cephadm 1674641567.181871 mgr.smithi064.xhfpzt (mgr.14120) 41 : cephadm 1 Saving service alertmanager spec with placement count:1 2023-01-25T10:12:48.395 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:12:48 smithi064 bash[21045]: audit 1674641567.1848724 mon.smithi064 (mon.0) 75 : audit 1 from='mgr.14120 172.21.15.64:0/2050562607' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:12:50.528 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:12:50 smithi064 bash[21045]: cluster 1674641568.5889328 mgr.smithi064.xhfpzt (mgr.14120) 42 : cluster 0 pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T10:12:50.528 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:12:50 smithi064 bash[21045]: audit 1674641569.7278743 mon.smithi064 (mon.0) 76 : audit 1 from='client.? 172.21.15.64:0/934310756' entity='client.admin' 2023-01-25T10:12:52.644 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:12:52 smithi064 bash[21045]: cluster 1674641570.5894036 mgr.smithi064.xhfpzt (mgr.14120) 43 : cluster 0 pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T10:12:52.645 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:12:52 smithi064 bash[21045]: audit 1674641572.2341843 mon.smithi064 (mon.0) 77 : audit 1 from='client.? 172.21.15.64:0/3931724624' entity='client.admin' 2023-01-25T10:12:53.007 INFO:teuthology.orchestra.run.smithi064.stdout:Enabling the dashboard module... 2023-01-25T10:12:54.394 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:12:54 smithi064 bash[21045]: cluster 1674641572.5898786 mgr.smithi064.xhfpzt (mgr.14120) 44 : cluster 0 pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T10:12:55.551 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:12:55 smithi064 bash[21045]: audit 1674641574.8183055 mon.smithi064 (mon.0) 78 : audit 1 from='client.? 172.21.15.64:0/1217208233' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2023-01-25T10:12:56.394 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:12:56 smithi064 bash[21045]: audit 1674641575.2600305 mon.smithi064 (mon.0) 79 : audit 1 from='client.? 172.21.15.64:0/1217208233' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2023-01-25T10:12:56.395 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:12:56 smithi064 bash[21045]: cluster 1674641575.2601259 mon.smithi064 (mon.0) 80 : cluster 0 mgrmap e9: smithi064.xhfpzt(active, since 46s) 2023-01-25T10:12:58.144 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:12:57 smithi064 bash[21045]: audit 1674641577.8179235 mon.smithi064 (mon.0) 81 : audit 0 from='client.? 172.21.15.64:0/2701440283' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-01-25T10:12:58.601 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout { 2023-01-25T10:12:58.601 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout "epoch": 9, 2023-01-25T10:12:58.601 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout "available": true, 2023-01-25T10:12:58.601 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout "active_name": "smithi064.xhfpzt", 2023-01-25T10:12:58.602 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout "num_standby": 0 2023-01-25T10:12:58.602 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout } 2023-01-25T10:12:58.602 INFO:teuthology.orchestra.run.smithi064.stdout:Waiting for the mgr to restart... 2023-01-25T10:12:58.602 INFO:teuthology.orchestra.run.smithi064.stdout:Waiting for mgr epoch 9... 2023-01-25T10:13:03.711 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:13:03 smithi064 bash[21045]: cluster 1674641583.4772017 mon.smithi064 (mon.0) 82 : cluster 1 Active manager daemon smithi064.xhfpzt restarted 2023-01-25T10:13:03.711 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:13:03 smithi064 bash[21045]: cluster 1674641583.4779558 mon.smithi064 (mon.0) 83 : cluster 1 Activating manager daemon smithi064.xhfpzt 2023-01-25T10:13:03.711 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:13:03 smithi064 bash[21045]: cluster 1674641583.4820924 mon.smithi064 (mon.0) 84 : cluster 0 osdmap e3: 0 total, 0 up, 0 in 2023-01-25T10:13:04.826 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:13:04 smithi064 bash[21045]: cluster 1674641583.5336905 mon.smithi064 (mon.0) 85 : cluster 0 mgrmap e10: smithi064.xhfpzt(active, starting, since 0.0559205s) 2023-01-25T10:13:04.827 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:13:04 smithi064 bash[21045]: audit 1674641583.5397549 mon.smithi064 (mon.0) 86 : audit 0 from='mgr.14164 172.21.15.64:0/201831508' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "mon metadata", "id": "smithi064"}]: dispatch 2023-01-25T10:13:04.827 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:13:04 smithi064 bash[21045]: audit 1674641583.5414014 mon.smithi064 (mon.0) 87 : audit 0 from='mgr.14164 172.21.15.64:0/201831508' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "mgr metadata", "who": "smithi064.xhfpzt", "id": "smithi064.xhfpzt"}]: dispatch 2023-01-25T10:13:04.827 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:13:04 smithi064 bash[21045]: audit 1674641583.5422292 mon.smithi064 (mon.0) 88 : audit 0 from='mgr.14164 172.21.15.64:0/201831508' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-01-25T10:13:04.827 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:13:04 smithi064 bash[21045]: audit 1674641583.5424812 mon.smithi064 (mon.0) 89 : audit 0 from='mgr.14164 172.21.15.64:0/201831508' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-01-25T10:13:04.827 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:13:04 smithi064 bash[21045]: audit 1674641583.5426593 mon.smithi064 (mon.0) 90 : audit 0 from='mgr.14164 172.21.15.64:0/201831508' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-01-25T10:13:04.828 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:13:04 smithi064 bash[21045]: cluster 1674641583.5713408 mon.smithi064 (mon.0) 91 : cluster 1 Manager daemon smithi064.xhfpzt is now available 2023-01-25T10:13:04.828 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:13:04 smithi064 bash[21045]: audit 1674641583.5951521 mon.smithi064 (mon.0) 92 : audit 0 from='mgr.14164 172.21.15.64:0/201831508' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-01-25T10:13:04.828 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:13:04 smithi064 bash[21045]: audit 1674641583.598413 mon.smithi064 (mon.0) 93 : audit 0 from='mgr.14164 172.21.15.64:0/201831508' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-01-25T10:13:04.828 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:13:04 smithi064 bash[21045]: audit 1674641583.6282337 mon.smithi064 (mon.0) 94 : audit 1 from='mgr.14164 172.21.15.64:0/201831508' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi064.xhfpzt/mirror_snapshot_schedule"}]: dispatch 2023-01-25T10:13:04.829 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:13:04 smithi064 bash[21045]: audit 1674641583.6305885 mon.smithi064 (mon.0) 95 : audit 1 from='mgr.14164 172.21.15.64:0/201831508' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi064.xhfpzt/trash_purge_schedule"}]: dispatch 2023-01-25T10:13:05.392 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout { 2023-01-25T10:13:05.392 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 11, 2023-01-25T10:13:05.392 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout "initialized": true 2023-01-25T10:13:05.393 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout } 2023-01-25T10:13:05.393 INFO:teuthology.orchestra.run.smithi064.stdout:mgr epoch 9 is available 2023-01-25T10:13:05.393 INFO:teuthology.orchestra.run.smithi064.stdout:Generating a dashboard self-signed certificate... 2023-01-25T10:13:05.894 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:13:05 smithi064 bash[21045]: audit 1674641584.545918 mgr.smithi064.xhfpzt (mgr.14164) 1 : audit 0 from='client.14168 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-01-25T10:13:05.895 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:13:05 smithi064 bash[21045]: cluster 1674641584.5467598 mon.smithi064 (mon.0) 96 : cluster 0 mgrmap e11: smithi064.xhfpzt(active, since 1.06899s) 2023-01-25T10:13:05.895 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:13:05 smithi064 bash[21045]: audit 1674641584.5576696 mgr.smithi064.xhfpzt (mgr.14164) 2 : audit 0 from='client.14168 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-01-25T10:13:06.894 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:13:06 smithi064 bash[21045]: cluster 1674641585.5512617 mon.smithi064 (mon.0) 97 : cluster 0 mgrmap e12: smithi064.xhfpzt(active, since 2s) 2023-01-25T10:13:06.895 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:13:06 smithi064 bash[21045]: cephadm 1674641585.9052854 mgr.smithi064.xhfpzt (mgr.14164) 3 : cephadm 1 [25/Jan/2023:10:13:05] ENGINE Bus STARTING 2023-01-25T10:13:06.895 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:13:06 smithi064 bash[21045]: cephadm 1674641586.0316367 mgr.smithi064.xhfpzt (mgr.14164) 4 : cephadm 1 [25/Jan/2023:10:13:06] ENGINE Serving on https://172.21.15.64:8765 2023-01-25T10:13:06.895 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:13:06 smithi064 bash[21045]: cephadm 1674641586.1574712 mgr.smithi064.xhfpzt (mgr.14164) 5 : cephadm 1 [25/Jan/2023:10:13:06] ENGINE Serving on https://172.21.15.64:7150 2023-01-25T10:13:06.895 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:13:06 smithi064 bash[21045]: cephadm 1674641586.1577923 mgr.smithi064.xhfpzt (mgr.14164) 6 : cephadm 1 [25/Jan/2023:10:13:06] ENGINE Bus STARTED 2023-01-25T10:13:07.908 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout Self-signed certificate created 2023-01-25T10:13:07.908 INFO:teuthology.orchestra.run.smithi064.stdout:Creating initial admin user... 2023-01-25T10:13:08.394 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:13:08 smithi064 bash[21045]: audit 1674641587.0592031 mgr.smithi064.xhfpzt (mgr.14164) 7 : audit 0 from='client.14176 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2023-01-25T10:13:08.395 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:13:08 smithi064 bash[21045]: audit 1674641587.116765 mon.smithi064 (mon.0) 98 : audit 1 from='mgr.14164 172.21.15.64:0/201831508' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:13:08.395 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:13:08 smithi064 bash[21045]: audit 1674641587.1206138 mon.smithi064 (mon.0) 99 : audit 1 from='mgr.14164 172.21.15.64:0/201831508' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:13:10.789 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$7K6.rmgyHQAUD6i1/tk3suYOhUqFLKc5LMKeI7HOWRj9O1DD1MGDC", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1674641589, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2023-01-25T10:13:10.790 INFO:teuthology.orchestra.run.smithi064.stdout:Fetching dashboard port number... 2023-01-25T10:13:11.144 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:13:10 smithi064 bash[21045]: audit 1674641589.7099047 mgr.smithi064.xhfpzt (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-01-25T10:13:11.145 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:13:10 smithi064 bash[21045]: audit 1674641589.767403 mon.smithi064 (mon.0) 100 : audit 1 from='mgr.14164 172.21.15.64:0/201831508' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:13:11.145 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:13:10 smithi064 bash[21045]: audit 1674641589.960771 mon.smithi064 (mon.0) 101 : audit 1 from='mgr.14164 172.21.15.64:0/201831508' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:13:11.145 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:13:10 smithi064 bash[21045]: cluster 1674641590.2573283 mon.smithi064 (mon.0) 102 : cluster 0 mgrmap e13: smithi064.xhfpzt(active, since 6s) 2023-01-25T10:13:11.145 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:13:10 smithi064 bash[21045]: audit 1674641590.435417 mon.smithi064 (mon.0) 103 : audit 1 from='mgr.14164 172.21.15.64:0/201831508' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:13:12.894 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:13:12 smithi064 bash[21045]: audit 1674641592.4787202 mon.smithi064 (mon.0) 104 : audit 0 from='client.? 172.21.15.64:0/2909756425' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2023-01-25T10:13:13.178 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stdout 8443 2023-01-25T10:13:13.178 INFO:teuthology.orchestra.run.smithi064.stdout:firewalld does not appear to be present 2023-01-25T10:13:13.179 INFO:teuthology.orchestra.run.smithi064.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2023-01-25T10:13:13.181 INFO:teuthology.orchestra.run.smithi064.stdout:Ceph Dashboard is now available at: 2023-01-25T10:13:13.181 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-01-25T10:13:13.181 INFO:teuthology.orchestra.run.smithi064.stdout: URL: https://smithi064.front.sepia.ceph.com:8443/ 2023-01-25T10:13:13.182 INFO:teuthology.orchestra.run.smithi064.stdout: User: admin 2023-01-25T10:13:13.182 INFO:teuthology.orchestra.run.smithi064.stdout: Password: 8tztjq9fsc 2023-01-25T10:13:13.182 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-01-25T10:13:13.183 INFO:teuthology.orchestra.run.smithi064.stdout:Saving cluster configuration to /var/lib/ceph/8464b54c-9c98-11ed-9e56-001a4aab830c/config directory 2023-01-25T10:13:13.183 INFO:teuthology.orchestra.run.smithi064.stdout:Enabling autotune for osd_memory_target 2023-01-25T10:13:19.011 INFO:teuthology.orchestra.run.smithi064.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2023-01-25T10:13:19.011 INFO:teuthology.orchestra.run.smithi064.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2023-01-25T10:13:19.012 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-01-25T10:13:19.012 INFO:teuthology.orchestra.run.smithi064.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid 8464b54c-9c98-11ed-9e56-001a4aab830c -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2023-01-25T10:13:19.012 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-01-25T10:13:19.012 INFO:teuthology.orchestra.run.smithi064.stdout:Or, if you are only running a single cluster on this host: 2023-01-25T10:13:19.013 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-01-25T10:13:19.013 INFO:teuthology.orchestra.run.smithi064.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2023-01-25T10:13:19.013 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-01-25T10:13:19.013 INFO:teuthology.orchestra.run.smithi064.stdout:Please consider enabling telemetry to help improve Ceph: 2023-01-25T10:13:19.013 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-01-25T10:13:19.014 INFO:teuthology.orchestra.run.smithi064.stdout: ceph telemetry on 2023-01-25T10:13:19.014 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-01-25T10:13:19.014 INFO:teuthology.orchestra.run.smithi064.stdout:For more information see: 2023-01-25T10:13:19.014 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-01-25T10:13:19.014 INFO:teuthology.orchestra.run.smithi064.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2023-01-25T10:13:19.015 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-01-25T10:13:19.015 INFO:teuthology.orchestra.run.smithi064.stdout:Bootstrap complete. 2023-01-25T10:13:19.047 INFO:tasks.cephadm:Fetching config... 2023-01-25T10:13:19.048 DEBUG:teuthology.orchestra.run.smithi064:> set -ex 2023-01-25T10:13:19.048 DEBUG:teuthology.orchestra.run.smithi064:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2023-01-25T10:13:19.053 INFO:tasks.cephadm:Fetching client.admin keyring... 2023-01-25T10:13:19.053 DEBUG:teuthology.orchestra.run.smithi064:> set -ex 2023-01-25T10:13:19.054 DEBUG:teuthology.orchestra.run.smithi064:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2023-01-25T10:13:19.101 INFO:tasks.cephadm:Fetching mon keyring... 2023-01-25T10:13:19.102 DEBUG:teuthology.orchestra.run.smithi064:> set -ex 2023-01-25T10:13:19.103 DEBUG:teuthology.orchestra.run.smithi064:> sudo dd if=/var/lib/ceph/8464b54c-9c98-11ed-9e56-001a4aab830c/mon.smithi064/keyring of=/dev/stdout 2023-01-25T10:13:19.155 INFO:tasks.cephadm:Fetching pub ssh key... 2023-01-25T10:13:19.156 DEBUG:teuthology.orchestra.run.smithi064:> set -ex 2023-01-25T10:13:19.156 DEBUG:teuthology.orchestra.run.smithi064:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2023-01-25T10:13:19.205 INFO:tasks.cephadm:Installing pub ssh key for root users... 2023-01-25T10:13:19.205 DEBUG:teuthology.orchestra.run.smithi064:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDBHGvSmOLFJaTTE3kUS4XCc5S3wg0/1GU8l4FPKFRrqmT3VYLXYCBvLyVrggePclawTEctXibn0bangf/84MqJgb58cz5/9PK/oCCq5Th8W0ItzYlG24EEXkV3R1uFX/Eg53NAtZANnrfHak7WgfYCh03f//vWGnphjEjmJP9U41lZwvpuMHNoaVVc2XBtCRkIllnmE8Ed8jFw+t0d9FzbA8J371MwKtVvWPPMdcgNO6HDRec18gBlvJChry4CCXnBjLMWurCf5oMQ0ubsOVSvxKvAep7ebTOGhyBsdyrCFGFGT5A5YqoECobArxQmM/oOS0W9+2w5p8iFxWDHIS4awCZ78/OL+lkgjckD2msPhFXWMouIC7Ege0U4QAhAgN9cGM5gwZnsZeLtDSOfNZr7thy7KwxsvWoR+iSrQ8gBhXp2c84IgtO7CS/ojZXnzbMfa/fwQrCuH/bGw9wzHFwh4/cNzLXIjAdQD7ECET9CuydyUJpeRnVUqVTSCkUSAzk= ceph-8464b54c-9c98-11ed-9e56-001a4aab830c' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-01-25T10:13:19.265 INFO:teuthology.orchestra.run.smithi064.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDBHGvSmOLFJaTTE3kUS4XCc5S3wg0/1GU8l4FPKFRrqmT3VYLXYCBvLyVrggePclawTEctXibn0bangf/84MqJgb58cz5/9PK/oCCq5Th8W0ItzYlG24EEXkV3R1uFX/Eg53NAtZANnrfHak7WgfYCh03f//vWGnphjEjmJP9U41lZwvpuMHNoaVVc2XBtCRkIllnmE8Ed8jFw+t0d9FzbA8J371MwKtVvWPPMdcgNO6HDRec18gBlvJChry4CCXnBjLMWurCf5oMQ0ubsOVSvxKvAep7ebTOGhyBsdyrCFGFGT5A5YqoECobArxQmM/oOS0W9+2w5p8iFxWDHIS4awCZ78/OL+lkgjckD2msPhFXWMouIC7Ege0U4QAhAgN9cGM5gwZnsZeLtDSOfNZr7thy7KwxsvWoR+iSrQ8gBhXp2c84IgtO7CS/ojZXnzbMfa/fwQrCuH/bGw9wzHFwh4/cNzLXIjAdQD7ECET9CuydyUJpeRnVUqVTSCkUSAzk= ceph-8464b54c-9c98-11ed-9e56-001a4aab830c 2023-01-25T10:13:19.271 DEBUG:teuthology.orchestra.run.smithi146:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDBHGvSmOLFJaTTE3kUS4XCc5S3wg0/1GU8l4FPKFRrqmT3VYLXYCBvLyVrggePclawTEctXibn0bangf/84MqJgb58cz5/9PK/oCCq5Th8W0ItzYlG24EEXkV3R1uFX/Eg53NAtZANnrfHak7WgfYCh03f//vWGnphjEjmJP9U41lZwvpuMHNoaVVc2XBtCRkIllnmE8Ed8jFw+t0d9FzbA8J371MwKtVvWPPMdcgNO6HDRec18gBlvJChry4CCXnBjLMWurCf5oMQ0ubsOVSvxKvAep7ebTOGhyBsdyrCFGFGT5A5YqoECobArxQmM/oOS0W9+2w5p8iFxWDHIS4awCZ78/OL+lkgjckD2msPhFXWMouIC7Ege0U4QAhAgN9cGM5gwZnsZeLtDSOfNZr7thy7KwxsvWoR+iSrQ8gBhXp2c84IgtO7CS/ojZXnzbMfa/fwQrCuH/bGw9wzHFwh4/cNzLXIjAdQD7ECET9CuydyUJpeRnVUqVTSCkUSAzk= ceph-8464b54c-9c98-11ed-9e56-001a4aab830c' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-01-25T10:13:19.296 INFO:teuthology.orchestra.run.smithi146.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDBHGvSmOLFJaTTE3kUS4XCc5S3wg0/1GU8l4FPKFRrqmT3VYLXYCBvLyVrggePclawTEctXibn0bangf/84MqJgb58cz5/9PK/oCCq5Th8W0ItzYlG24EEXkV3R1uFX/Eg53NAtZANnrfHak7WgfYCh03f//vWGnphjEjmJP9U41lZwvpuMHNoaVVc2XBtCRkIllnmE8Ed8jFw+t0d9FzbA8J371MwKtVvWPPMdcgNO6HDRec18gBlvJChry4CCXnBjLMWurCf5oMQ0ubsOVSvxKvAep7ebTOGhyBsdyrCFGFGT5A5YqoECobArxQmM/oOS0W9+2w5p8iFxWDHIS4awCZ78/OL+lkgjckD2msPhFXWMouIC7Ege0U4QAhAgN9cGM5gwZnsZeLtDSOfNZr7thy7KwxsvWoR+iSrQ8gBhXp2c84IgtO7CS/ojZXnzbMfa/fwQrCuH/bGw9wzHFwh4/cNzLXIjAdQD7ECET9CuydyUJpeRnVUqVTSCkUSAzk= ceph-8464b54c-9c98-11ed-9e56-001a4aab830c 2023-01-25T10:13:19.305 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:44e4095da12a8269eb6cfe163cbb0d00b1a6412c shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8464b54c-9c98-11ed-9e56-001a4aab830c -- ceph config set mgr mgr/cephadm/allow_ptrace true 2023-01-25T10:13:19.309 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:13:19 smithi064 bash[21045]: audit 1674641598.1695454 mon.smithi064 (mon.0) 105 : audit 1 from='client.? 172.21.15.64:0/1243754713' entity='client.admin' 2023-01-25T10:13:24.106 INFO:teuthology.orchestra.run.smithi064.stderr:Inferring config /var/lib/ceph/8464b54c-9c98-11ed-9e56-001a4aab830c/mon.smithi064/config 2023-01-25T10:13:25.339 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:13:25 smithi064 bash[21045]: cluster 1674641603.543904 mgr.smithi064.xhfpzt (mgr.14164) 9 : cluster 0 pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T10:13:27.645 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:13:27 smithi064 bash[21045]: cluster 1674641605.54433 mgr.smithi064.xhfpzt (mgr.14164) 10 : cluster 0 pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T10:13:27.645 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:13:27 smithi064 bash[21045]: audit 1674641606.1532283 mon.smithi064 (mon.0) 106 : audit 1 from='mgr.14164 172.21.15.64:0/201831508' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:13:27.645 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:13:27 smithi064 bash[21045]: audit 1674641606.1571505 mon.smithi064 (mon.0) 107 : audit 1 from='mgr.14164 172.21.15.64:0/201831508' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:13:27.646 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:13:27 smithi064 bash[21045]: audit 1674641606.1583345 mon.smithi064 (mon.0) 108 : audit 1 from='mgr.14164 172.21.15.64:0/201831508' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "config rm", "who": "osd/host:smithi064", "name": "osd_memory_target"}]: dispatch 2023-01-25T10:13:27.646 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:13:27 smithi064 bash[21045]: audit 1674641606.1630151 mon.smithi064 (mon.0) 109 : audit 1 from='mgr.14164 172.21.15.64:0/201831508' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:13:27.646 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:13:27 smithi064 bash[21045]: cephadm 1674641606.181947 mgr.smithi064.xhfpzt (mgr.14164) 11 : cephadm 1 Deploying daemon alertmanager.smithi064 on smithi064 2023-01-25T10:13:29.394 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:13:29 smithi064 bash[21045]: cluster 1674641607.5447092 mgr.smithi064.xhfpzt (mgr.14164) 12 : cluster 0 pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T10:13:29.395 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:13:29 smithi064 bash[21045]: audit 1674641608.6231194 mon.smithi064 (mon.0) 110 : audit 1 from='client.? 172.21.15.64:0/3029871217' entity='client.admin' 2023-01-25T10:13:30.270 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2023-01-25T10:13:30.271 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:44e4095da12a8269eb6cfe163cbb0d00b1a6412c shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8464b54c-9c98-11ed-9e56-001a4aab830c -- ceph orch client-keyring set client.admin '*' --mode 0755 2023-01-25T10:13:31.644 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:13:31 smithi064 bash[21045]: cluster 1674641609.545044 mgr.smithi064.xhfpzt (mgr.14164) 13 : cluster 0 pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T10:13:33.644 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:13:33 smithi064 bash[21045]: cluster 1674641611.545423 mgr.smithi064.xhfpzt (mgr.14164) 14 : cluster 0 pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T10:13:35.121 INFO:teuthology.orchestra.run.smithi064.stderr:Inferring config /var/lib/ceph/8464b54c-9c98-11ed-9e56-001a4aab830c/mon.smithi064/config 2023-01-25T10:13:35.577 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:13:35 smithi064 bash[21045]: cluster 1674641613.5457065 mgr.smithi064.xhfpzt (mgr.14164) 15 : cluster 0 pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T10:13:37.644 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:13:37 smithi064 bash[21045]: cluster 1674641615.5461 mgr.smithi064.xhfpzt (mgr.14164) 16 : cluster 0 pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T10:13:37.645 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:13:37 smithi064 bash[21045]: audit 1674641616.8739617 mon.smithi064 (mon.0) 111 : audit 1 from='mgr.14164 172.21.15.64:0/201831508' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:13:37.645 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:13:37 smithi064 bash[21045]: audit 1674641616.881131 mon.smithi064 (mon.0) 112 : audit 1 from='mgr.14164 172.21.15.64:0/201831508' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:13:37.646 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:13:37 smithi064 bash[21045]: audit 1674641616.8836443 mon.smithi064 (mon.0) 113 : audit 1 from='mgr.14164 172.21.15.64:0/201831508' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi064", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2023-01-25T10:13:37.646 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:13:37 smithi064 bash[21045]: audit 1674641616.8891265 mon.smithi064 (mon.0) 114 : audit 1 from='mgr.14164 172.21.15.64:0/201831508' entity='mgr.smithi064.xhfpzt' cmd='[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi064", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]': finished 2023-01-25T10:13:37.646 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:13:37 smithi064 bash[21045]: audit 1674641616.890218 mon.smithi064 (mon.0) 115 : audit 0 from='mgr.14164 172.21.15.64:0/201831508' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-01-25T10:13:38.644 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:13:38 smithi064 bash[21045]: cephadm 1674641616.8914669 mgr.smithi064.xhfpzt (mgr.14164) 17 : cephadm 1 Deploying daemon ceph-exporter.smithi064 on smithi064 2023-01-25T10:13:39.644 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:13:39 smithi064 bash[21045]: cluster 1674641617.5464494 mgr.smithi064.xhfpzt (mgr.14164) 18 : cluster 0 pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T10:13:39.645 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:13:39 smithi064 bash[21045]: audit 1674641618.6285317 mon.smithi064 (mon.0) 116 : audit 1 from='mgr.14164 172.21.15.64:0/201831508' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:13:41.394 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:13:41 smithi064 bash[21045]: cluster 1674641619.5469265 mgr.smithi064.xhfpzt (mgr.14164) 19 : cluster 0 pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T10:13:41.395 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:13:41 smithi064 bash[21045]: audit 1674641621.2335088 mon.smithi064 (mon.0) 117 : audit 1 from='mgr.14164 172.21.15.64:0/201831508' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:13:42.276 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi146 2023-01-25T10:13:42.277 DEBUG:teuthology.orchestra.run.smithi146:> set -ex 2023-01-25T10:13:42.277 DEBUG:teuthology.orchestra.run.smithi146:> dd of=/etc/ceph/ceph.conf 2023-01-25T10:13:42.285 DEBUG:teuthology.orchestra.run.smithi146:> set -ex 2023-01-25T10:13:42.286 DEBUG:teuthology.orchestra.run.smithi146:> dd of=/etc/ceph/ceph.client.admin.keyring 2023-01-25T10:13:42.336 INFO:tasks.cephadm:Adding host smithi146 to orchestrator... 2023-01-25T10:13:42.336 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:44e4095da12a8269eb6cfe163cbb0d00b1a6412c shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8464b54c-9c98-11ed-9e56-001a4aab830c -- ceph orch host add smithi146 2023-01-25T10:13:42.348 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:13:42 smithi064 bash[21045]: audit 1674641621.230364 mgr.smithi064.xhfpzt (mgr.14164) 20 : audit 0 from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2023-01-25T10:13:43.395 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:13:43 smithi064 bash[21045]: cluster 1674641621.5474381 mgr.smithi064.xhfpzt (mgr.14164) 21 : cluster 0 pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T10:13:43.395 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:13:43 smithi064 bash[21045]: audit 1674641622.535209 mon.smithi064 (mon.0) 118 : audit 1 from='mgr.14164 172.21.15.64:0/201831508' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:13:43.395 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:13:43 smithi064 bash[21045]: audit 1674641622.539851 mon.smithi064 (mon.0) 119 : audit 1 from='mgr.14164 172.21.15.64:0/201831508' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:13:43.395 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:13:43 smithi064 bash[21045]: audit 1674641622.542827 mon.smithi064 (mon.0) 120 : audit 1 from='mgr.14164 172.21.15.64:0/201831508' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi064", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-01-25T10:13:43.396 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:13:43 smithi064 bash[21045]: audit 1674641622.5482852 mon.smithi064 (mon.0) 121 : audit 1 from='mgr.14164 172.21.15.64:0/201831508' entity='mgr.smithi064.xhfpzt' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi064", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-01-25T10:13:43.396 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:13:43 smithi064 bash[21045]: audit 1674641622.5495498 mon.smithi064 (mon.0) 122 : audit 0 from='mgr.14164 172.21.15.64:0/201831508' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-01-25T10:13:44.600 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:13:44 smithi064 bash[21045]: cephadm 1674641622.5507367 mgr.smithi064.xhfpzt (mgr.14164) 22 : cephadm 1 Deploying daemon crash.smithi064 on smithi064 2023-01-25T10:13:44.600 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:13:44 smithi064 bash[21045]: audit 1674641623.6324253 mon.smithi064 (mon.0) 123 : audit 1 from='mgr.14164 172.21.15.64:0/201831508' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:13:45.394 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:13:45 smithi064 bash[21045]: cluster 1674641623.5478473 mgr.smithi064.xhfpzt (mgr.14164) 23 : cluster 0 pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T10:13:47.156 INFO:teuthology.orchestra.run.smithi064.stderr:Inferring config /var/lib/ceph/8464b54c-9c98-11ed-9e56-001a4aab830c/mon.smithi064/config 2023-01-25T10:13:47.743 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:13:47 smithi064 bash[21045]: cluster 1674641625.5481825 mgr.smithi064.xhfpzt (mgr.14164) 24 : cluster 0 pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T10:13:47.744 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:13:47 smithi064 bash[21045]: audit 1674641626.1853824 mon.smithi064 (mon.0) 124 : audit 1 from='mgr.14164 172.21.15.64:0/201831508' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:13:47.744 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:13:47 smithi064 bash[21045]: audit 1674641626.191001 mon.smithi064 (mon.0) 125 : audit 1 from='mgr.14164 172.21.15.64:0/201831508' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:13:47.744 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:13:47 smithi064 bash[21045]: cephadm 1674641626.2039394 mgr.smithi064.xhfpzt (mgr.14164) 25 : cephadm 1 Regenerating cephadm self-signed grafana TLS certificates 2023-01-25T10:13:47.744 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:13:47 smithi064 bash[21045]: audit 1674641626.268164 mon.smithi064 (mon.0) 126 : audit 1 from='mgr.14164 172.21.15.64:0/201831508' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:13:47.745 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:13:47 smithi064 bash[21045]: audit 1674641626.2713594 mon.smithi064 (mon.0) 127 : audit 1 from='mgr.14164 172.21.15.64:0/201831508' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:13:47.745 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:13:47 smithi064 bash[21045]: audit 1674641626.2731287 mon.smithi064 (mon.0) 128 : audit 1 from='mgr.14164 172.21.15.64:0/201831508' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-01-25T10:13:47.745 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:13:47 smithi064 bash[21045]: audit 1674641626.273686 mgr.smithi064.xhfpzt (mgr.14164) 26 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-01-25T10:13:47.745 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:13:47 smithi064 bash[21045]: audit 1674641626.2774458 mon.smithi064 (mon.0) 129 : audit 1 from='mgr.14164 172.21.15.64:0/201831508' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:13:47.746 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:13:47 smithi064 bash[21045]: cephadm 1674641626.2820945 mgr.smithi064.xhfpzt (mgr.14164) 27 : cephadm 1 Deploying daemon grafana.smithi064 on smithi064 2023-01-25T10:13:49.394 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:13:49 smithi064 bash[21045]: cluster 1674641627.5486014 mgr.smithi064.xhfpzt (mgr.14164) 28 : cluster 0 pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T10:13:49.395 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:13:49 smithi064 bash[21045]: audit 1674641628.6375937 mon.smithi064 (mon.0) 130 : audit 1 from='mgr.14164 172.21.15.64:0/201831508' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:13:51.644 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:13:51 smithi064 bash[21045]: cluster 1674641629.54898 mgr.smithi064.xhfpzt (mgr.14164) 29 : cluster 0 pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T10:13:53.644 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:13:53 smithi064 bash[21045]: cluster 1674641631.5492651 mgr.smithi064.xhfpzt (mgr.14164) 30 : cluster 0 pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T10:13:55.644 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:13:55 smithi064 bash[21045]: cluster 1674641633.5495899 mgr.smithi064.xhfpzt (mgr.14164) 31 : cluster 0 pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T10:13:56.644 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:13:56 smithi064 bash[21045]: audit 1674641635.2514985 mgr.smithi064.xhfpzt (mgr.14164) 32 : audit 0 from='client.14191 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi146", "target": ["mon-mgr", ""]}]: dispatch 2023-01-25T10:13:57.644 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:13:57 smithi064 bash[21045]: cluster 1674641635.5499494 mgr.smithi064.xhfpzt (mgr.14164) 33 : cluster 0 pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T10:13:57.645 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:13:57 smithi064 bash[21045]: cephadm 1674641636.055811 mgr.smithi064.xhfpzt (mgr.14164) 34 : cephadm 1 Deploying cephadm binary to smithi146 2023-01-25T10:13:58.072 INFO:teuthology.orchestra.run.smithi064.stdout:Added host 'smithi146' with addr '172.21.15.146' 2023-01-25T10:13:59.395 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:13:59 smithi064 bash[21045]: cluster 1674641637.550379 mgr.smithi064.xhfpzt (mgr.14164) 35 : cluster 0 pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T10:13:59.395 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:13:59 smithi064 bash[21045]: audit 1674641638.0671244 mon.smithi064 (mon.0) 131 : audit 1 from='mgr.14164 172.21.15.64:0/201831508' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:13:59.395 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:13:59 smithi064 bash[21045]: cephadm 1674641638.0678704 mgr.smithi064.xhfpzt (mgr.14164) 36 : cephadm 1 Added host smithi146 2023-01-25T10:14:00.575 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:44e4095da12a8269eb6cfe163cbb0d00b1a6412c shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8464b54c-9c98-11ed-9e56-001a4aab830c -- ceph orch host ls --format=json 2023-01-25T10:14:01.644 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:14:01 smithi064 bash[21045]: cluster 1674641639.550781 mgr.smithi064.xhfpzt (mgr.14164) 37 : cluster 0 pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T10:14:03.317 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:14:03 smithi064 bash[21045]: cluster 1674641641.55121 mgr.smithi064.xhfpzt (mgr.14164) 38 : cluster 0 pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T10:14:05.270 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:14:05 smithi064 bash[21045]: cluster 1674641643.5516577 mgr.smithi064.xhfpzt (mgr.14164) 39 : cluster 0 pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T10:14:05.271 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:14:05 smithi064 bash[21045]: audit 1674641644.5736294 mon.smithi064 (mon.0) 132 : audit 1 from='mgr.14164 172.21.15.64:0/201831508' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:14:05.271 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:14:05 smithi064 bash[21045]: audit 1674641644.5802717 mon.smithi064 (mon.0) 133 : audit 1 from='mgr.14164 172.21.15.64:0/201831508' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:14:05.451 INFO:teuthology.orchestra.run.smithi064.stderr:Inferring config /var/lib/ceph/8464b54c-9c98-11ed-9e56-001a4aab830c/mon.smithi064/config 2023-01-25T10:14:06.569 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:14:06 smithi064 bash[21045]: cephadm 1674641644.584673 mgr.smithi064.xhfpzt (mgr.14164) 40 : cephadm 1 Deploying daemon node-exporter.smithi064 on smithi064 2023-01-25T10:14:06.569 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:14:06 smithi064 bash[21045]: audit 1674641645.4660585 mon.smithi064 (mon.0) 134 : audit 1 from='mgr.14164 172.21.15.64:0/201831508' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:14:06.569 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:14:06 smithi064 bash[21045]: audit 1674641645.4697776 mon.smithi064 (mon.0) 135 : audit 1 from='mgr.14164 172.21.15.64:0/201831508' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:14:06.570 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:14:06 smithi064 bash[21045]: audit 1674641645.4755065 mon.smithi064 (mon.0) 136 : audit 1 from='mgr.14164 172.21.15.64:0/201831508' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2023-01-25T10:14:07.469 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:14:07 smithi064 bash[21045]: cluster 1674641645.551986 mgr.smithi064.xhfpzt (mgr.14164) 41 : cluster 0 pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T10:14:07.470 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:14:07 smithi064 bash[21045]: audit 1674641646.4809833 mon.smithi064 (mon.0) 137 : audit 1 from='mgr.14164 172.21.15.64:0/201831508' entity='mgr.smithi064.xhfpzt' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2023-01-25T10:14:07.470 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:14:07 smithi064 bash[21045]: cluster 1674641646.4810379 mon.smithi064 (mon.0) 138 : cluster 0 mgrmap e14: smithi064.xhfpzt(active, since 63s) 2023-01-25T10:14:15.969 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:14:15 smithi064 bash[21045]: cluster 1674641654.888594 mon.smithi064 (mon.0) 139 : cluster 1 Active manager daemon smithi064.xhfpzt restarted 2023-01-25T10:14:15.969 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:14:15 smithi064 bash[21045]: cluster 1674641654.889365 mon.smithi064 (mon.0) 140 : cluster 1 Activating manager daemon smithi064.xhfpzt 2023-01-25T10:14:15.970 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:14:15 smithi064 bash[21045]: cluster 1674641654.893106 mon.smithi064 (mon.0) 141 : cluster 0 osdmap e4: 0 total, 0 up, 0 in 2023-01-25T10:14:15.970 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:14:15 smithi064 bash[21045]: cluster 1674641655.268623 mon.smithi064 (mon.0) 142 : cluster 0 mgrmap e15: smithi064.xhfpzt(active, starting, since 0.379436s) 2023-01-25T10:14:15.970 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:14:15 smithi064 bash[21045]: audit 1674641655.2700486 mon.smithi064 (mon.0) 143 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "mon metadata", "id": "smithi064"}]: dispatch 2023-01-25T10:14:15.970 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:14:15 smithi064 bash[21045]: audit 1674641655.2725782 mon.smithi064 (mon.0) 144 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "mgr metadata", "who": "smithi064.xhfpzt", "id": "smithi064.xhfpzt"}]: dispatch 2023-01-25T10:14:15.970 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:14:15 smithi064 bash[21045]: audit 1674641655.2737837 mon.smithi064 (mon.0) 145 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-01-25T10:14:15.971 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:14:15 smithi064 bash[21045]: audit 1674641655.2740576 mon.smithi064 (mon.0) 146 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-01-25T10:14:15.971 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:14:15 smithi064 bash[21045]: audit 1674641655.2742565 mon.smithi064 (mon.0) 147 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-01-25T10:14:15.971 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:14:15 smithi064 bash[21045]: cluster 1674641655.303978 mon.smithi064 (mon.0) 148 : cluster 1 Manager daemon smithi064.xhfpzt is now available 2023-01-25T10:14:15.971 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:14:15 smithi064 bash[21045]: audit 1674641655.3321621 mon.smithi064 (mon.0) 149 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-01-25T10:14:15.972 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:14:15 smithi064 bash[21045]: audit 1674641655.3354387 mon.smithi064 (mon.0) 150 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-01-25T10:14:15.972 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:14:15 smithi064 bash[21045]: audit 1674641655.3563297 mon.smithi064 (mon.0) 151 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:14:15.972 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:14:15 smithi064 bash[21045]: audit 1674641655.359951 mon.smithi064 (mon.0) 152 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-01-25T10:14:15.972 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:14:15 smithi064 bash[21045]: audit 1674641655.3734515 mon.smithi064 (mon.0) 153 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi064.xhfpzt/mirror_snapshot_schedule"}]: dispatch 2023-01-25T10:14:15.972 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:14:15 smithi064 bash[21045]: audit 1674641655.3807604 mon.smithi064 (mon.0) 154 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi064.xhfpzt/trash_purge_schedule"}]: dispatch 2023-01-25T10:14:16.276 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-01-25T10:14:16.277 INFO:teuthology.orchestra.run.smithi064.stdout:[{"addr": "172.21.15.64", "hostname": "smithi064", "labels": [], "status": ""}, {"addr": "172.21.15.146", "hostname": "smithi146", "labels": [], "status": ""}] 2023-01-25T10:14:17.341 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:14:17 smithi064 bash[21045]: audit 1674641656.0410624 mon.smithi064 (mon.0) 155 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:14:17.342 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:14:17 smithi064 bash[21045]: cephadm 1674641656.1095796 mgr.smithi064.xhfpzt (mgr.14193) 1 : cephadm 1 [25/Jan/2023:10:14:16] ENGINE Bus STARTING 2023-01-25T10:14:17.342 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:14:17 smithi064 bash[21045]: cephadm 1674641656.2280526 mgr.smithi064.xhfpzt (mgr.14193) 2 : cephadm 1 [25/Jan/2023:10:14:16] ENGINE Serving on https://172.21.15.64:8765 2023-01-25T10:14:17.342 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:14:17 smithi064 bash[21045]: audit 1674641656.271905 mgr.smithi064.xhfpzt (mgr.14193) 3 : audit 0 from='client.14195 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-01-25T10:14:17.342 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:14:17 smithi064 bash[21045]: cluster 1674641656.2740958 mon.smithi064 (mon.0) 156 : cluster 0 mgrmap e16: smithi064.xhfpzt(active, since 1.3849s) 2023-01-25T10:14:17.343 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:14:17 smithi064 bash[21045]: cephadm 1674641656.356077 mgr.smithi064.xhfpzt (mgr.14193) 4 : cephadm 1 [25/Jan/2023:10:14:16] ENGINE Serving on https://172.21.15.64:7150 2023-01-25T10:14:17.343 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:14:17 smithi064 bash[21045]: cephadm 1674641656.3563845 mgr.smithi064.xhfpzt (mgr.14193) 5 : cephadm 1 [25/Jan/2023:10:14:16] ENGINE Bus STARTED 2023-01-25T10:14:17.552 INFO:tasks.cephadm:Setting crush tunables to default 2023-01-25T10:14:17.553 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:44e4095da12a8269eb6cfe163cbb0d00b1a6412c shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8464b54c-9c98-11ed-9e56-001a4aab830c -- ceph osd crush tunables default 2023-01-25T10:14:18.394 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:14:18 smithi064 bash[21045]: cluster 1674641657.2738237 mon.smithi064 (mon.0) 157 : cluster 0 mgrmap e17: smithi064.xhfpzt(active, since 2s) 2023-01-25T10:14:18.395 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:14:18 smithi064 bash[21045]: audit 1674641657.4319909 mon.smithi064 (mon.0) 158 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:14:18.395 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:14:18 smithi064 bash[21045]: audit 1674641658.1787288 mon.smithi064 (mon.0) 159 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:14:22.100 INFO:teuthology.orchestra.run.smithi064.stderr:Inferring config /var/lib/ceph/8464b54c-9c98-11ed-9e56-001a4aab830c/mon.smithi064/config 2023-01-25T10:14:23.634 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:14:23 smithi064 bash[21045]: audit 1674641662.2777278 mon.smithi064 (mon.0) 160 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:14:23.635 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:14:23 smithi064 bash[21045]: audit 1674641662.283056 mon.smithi064 (mon.0) 161 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:14:23.635 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:14:23 smithi064 bash[21045]: audit 1674641663.031406 mon.smithi064 (mon.0) 162 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:14:23.635 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:14:23 smithi064 bash[21045]: audit 1674641663.036672 mon.smithi064 (mon.0) 163 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:14:23.635 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:14:23 smithi064 bash[21045]: audit 1674641663.038043 mon.smithi064 (mon.0) 164 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "config rm", "who": "osd/host:smithi064", "name": "osd_memory_target"}]: dispatch 2023-01-25T10:14:25.895 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:14:25 smithi064 bash[21045]: audit 1674641664.5479007 mon.smithi064 (mon.0) 165 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:14:25.895 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:14:25 smithi064 bash[21045]: audit 1674641664.5552726 mon.smithi064 (mon.0) 166 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:14:25.895 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:14:25 smithi064 bash[21045]: audit 1674641664.5616338 mon.smithi064 (mon.0) 167 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:14:25.895 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:14:25 smithi064 bash[21045]: audit 1674641664.5643222 mon.smithi064 (mon.0) 168 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:14:25.896 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:14:25 smithi064 bash[21045]: audit 1674641664.5653155 mon.smithi064 (mon.0) 169 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "config rm", "who": "osd/host:smithi146", "name": "osd_memory_target"}]: dispatch 2023-01-25T10:14:25.896 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:14:25 smithi064 bash[21045]: audit 1674641664.5666552 mon.smithi064 (mon.0) 170 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-01-25T10:14:25.896 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:14:25 smithi064 bash[21045]: audit 1674641664.567885 mon.smithi064 (mon.0) 171 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-01-25T10:14:25.896 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:14:25 smithi064 bash[21045]: cephadm 1674641664.569866 mgr.smithi064.xhfpzt (mgr.14193) 6 : cephadm 1 Updating smithi064:/etc/ceph/ceph.conf 2023-01-25T10:14:25.896 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:14:25 smithi064 bash[21045]: cephadm 1674641664.5702283 mgr.smithi064.xhfpzt (mgr.14193) 7 : cephadm 1 Updating smithi146:/etc/ceph/ceph.conf 2023-01-25T10:14:25.897 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:14:25 smithi064 bash[21045]: audit 1674641665.118695 mon.smithi064 (mon.0) 172 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:14:25.897 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:14:25 smithi064 bash[21045]: audit 1674641665.1234956 mon.smithi064 (mon.0) 173 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:14:25.897 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:14:25 smithi064 bash[21045]: audit 1674641665.1404698 mon.smithi064 (mon.0) 174 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:14:25.897 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:14:25 smithi064 bash[21045]: audit 1674641665.1439688 mon.smithi064 (mon.0) 175 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:14:25.897 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:14:25 smithi064 bash[21045]: audit 1674641665.147678 mon.smithi064 (mon.0) 176 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:14:25.898 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:14:25 smithi064 bash[21045]: audit 1674641665.1505651 mon.smithi064 (mon.0) 177 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi146", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2023-01-25T10:14:25.898 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:14:25 smithi064 bash[21045]: audit 1674641665.1550813 mon.smithi064 (mon.0) 178 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd='[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi146", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]': finished 2023-01-25T10:14:25.898 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:14:25 smithi064 bash[21045]: audit 1674641665.1560965 mon.smithi064 (mon.0) 179 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-01-25T10:14:26.635 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:14:26 smithi064 bash[21045]: cephadm 1674641664.7071068 mgr.smithi064.xhfpzt (mgr.14193) 8 : cephadm 1 Updating smithi146:/var/lib/ceph/8464b54c-9c98-11ed-9e56-001a4aab830c/config/ceph.conf 2023-01-25T10:14:26.635 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:14:26 smithi064 bash[21045]: cephadm 1674641664.7309349 mgr.smithi064.xhfpzt (mgr.14193) 9 : cephadm 1 Updating smithi064:/var/lib/ceph/8464b54c-9c98-11ed-9e56-001a4aab830c/config/ceph.conf 2023-01-25T10:14:26.636 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:14:26 smithi064 bash[21045]: cephadm 1674641664.8565276 mgr.smithi064.xhfpzt (mgr.14193) 10 : cephadm 1 Updating smithi146:/etc/ceph/ceph.client.admin.keyring 2023-01-25T10:14:26.636 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:14:26 smithi064 bash[21045]: cephadm 1674641664.8654654 mgr.smithi064.xhfpzt (mgr.14193) 11 : cephadm 1 Updating smithi064:/etc/ceph/ceph.client.admin.keyring 2023-01-25T10:14:26.636 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:14:26 smithi064 bash[21045]: cephadm 1674641664.9920893 mgr.smithi064.xhfpzt (mgr.14193) 12 : cephadm 1 Updating smithi064:/var/lib/ceph/8464b54c-9c98-11ed-9e56-001a4aab830c/config/ceph.client.admin.keyring 2023-01-25T10:14:26.636 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:14:26 smithi064 bash[21045]: cephadm 1674641664.998988 mgr.smithi064.xhfpzt (mgr.14193) 13 : cephadm 1 Updating smithi146:/var/lib/ceph/8464b54c-9c98-11ed-9e56-001a4aab830c/config/ceph.client.admin.keyring 2023-01-25T10:14:26.637 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:14:26 smithi064 bash[21045]: cephadm 1674641665.1570892 mgr.smithi064.xhfpzt (mgr.14193) 14 : cephadm 1 Deploying daemon ceph-exporter.smithi146 on smithi146 2023-01-25T10:14:27.861 INFO:teuthology.orchestra.run.smithi064.stderr:adjusted tunables profile to default 2023-01-25T10:14:28.089 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:14:27 smithi064 bash[21045]: audit 1674641667.795915 mon.smithi064 (mon.0) 180 : audit 1 from='client.? 172.21.15.64:0/608608054' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2023-01-25T10:14:28.956 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:14:28 smithi064 bash[21045]: audit 1674641667.8515966 mon.smithi064 (mon.0) 181 : audit 1 from='client.? 172.21.15.64:0/608608054' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2023-01-25T10:14:28.956 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:14:28 smithi064 bash[21045]: cluster 1674641667.8516457 mon.smithi064 (mon.0) 182 : cluster 0 osdmap e5: 0 total, 0 up, 0 in 2023-01-25T10:14:28.956 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:14:28 smithi064 bash[21045]: audit 1674641668.3511443 mon.smithi064 (mon.0) 183 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:14:28.957 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:14:28 smithi064 bash[21045]: audit 1674641668.3572617 mon.smithi064 (mon.0) 184 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:14:28.957 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:14:28 smithi064 bash[21045]: audit 1674641668.3600512 mon.smithi064 (mon.0) 185 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi146", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-01-25T10:14:28.957 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:14:28 smithi064 bash[21045]: audit 1674641668.365558 mon.smithi064 (mon.0) 186 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi146", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-01-25T10:14:28.957 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:14:28 smithi064 bash[21045]: audit 1674641668.3668983 mon.smithi064 (mon.0) 187 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-01-25T10:14:28.957 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:14:28 smithi064 bash[21045]: cephadm 1674641668.3682678 mgr.smithi064.xhfpzt (mgr.14193) 15 : cephadm 1 Deploying daemon crash.smithi146 on smithi146 2023-01-25T10:14:29.085 INFO:tasks.cephadm:Adding mon.smithi064 on smithi064 2023-01-25T10:14:29.086 INFO:tasks.cephadm:Adding mon.smithi146 on smithi146 2023-01-25T10:14:29.086 DEBUG:teuthology.orchestra.run.smithi146:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:44e4095da12a8269eb6cfe163cbb0d00b1a6412c shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8464b54c-9c98-11ed-9e56-001a4aab830c -- ceph orch apply mon '2;smithi064:172.21.15.64=smithi064;smithi146:172.21.15.146=smithi146' 2023-01-25T10:14:30.401 INFO:teuthology.orchestra.run.smithi146.stderr:Inferring config /var/lib/ceph/8464b54c-9c98-11ed-9e56-001a4aab830c/config/ceph.conf 2023-01-25T10:14:31.644 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:14:31 smithi064 bash[21045]: audit 1674641670.3599696 mon.smithi064 (mon.0) 188 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:14:31.645 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:14:31 smithi064 bash[21045]: audit 1674641670.3608658 mon.smithi064 (mon.0) 189 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-01-25T10:14:33.395 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:14:33 smithi064 bash[21045]: audit 1674641672.1259198 mon.smithi064 (mon.0) 190 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:14:33.395 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:14:33 smithi064 bash[21045]: audit 1674641672.1324563 mon.smithi064 (mon.0) 191 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:14:33.395 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:14:33 smithi064 bash[21045]: audit 1674641672.1387744 mon.smithi064 (mon.0) 192 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi146.ihogqb", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-01-25T10:14:33.395 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:14:33 smithi064 bash[21045]: audit 1674641672.1444147 mon.smithi064 (mon.0) 193 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi146.ihogqb", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-01-25T10:14:33.396 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:14:33 smithi064 bash[21045]: audit 1674641672.1455896 mon.smithi064 (mon.0) 194 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "mgr services"}]: dispatch 2023-01-25T10:14:33.396 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:14:33 smithi064 bash[21045]: audit 1674641672.1469188 mon.smithi064 (mon.0) 195 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-01-25T10:14:33.396 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:14:33 smithi064 bash[21045]: cephadm 1674641672.1481998 mgr.smithi064.xhfpzt (mgr.14193) 16 : cephadm 1 Deploying daemon mgr.smithi146.ihogqb on smithi146 2023-01-25T10:14:35.314 INFO:teuthology.orchestra.run.smithi146.stdout:Scheduled mon update... 2023-01-25T10:14:36.255 DEBUG:teuthology.orchestra.run.smithi146:mon.smithi146> sudo journalctl -f -n 0 -u ceph-8464b54c-9c98-11ed-9e56-001a4aab830c@mon.smithi146.service 2023-01-25T10:14:36.257 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-01-25T10:14:36.257 DEBUG:teuthology.orchestra.run.smithi146:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:44e4095da12a8269eb6cfe163cbb0d00b1a6412c shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8464b54c-9c98-11ed-9e56-001a4aab830c -- ceph mon dump -f json 2023-01-25T10:14:36.644 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:14:36 smithi064 bash[21045]: cluster 1674641675.275468 mgr.smithi064.xhfpzt (mgr.14193) 17 : cluster 0 pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T10:14:36.645 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:14:36 smithi064 bash[21045]: audit 1674641675.2995148 mgr.smithi064.xhfpzt (mgr.14193) 18 : audit 0 from='client.14206 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi064:172.21.15.64=smithi064;smithi146:172.21.15.146=smithi146", "target": ["mon-mgr", ""]}]: dispatch 2023-01-25T10:14:36.645 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:14:36 smithi064 bash[21045]: cephadm 1674641675.3043246 mgr.smithi064.xhfpzt (mgr.14193) 19 : cephadm 1 Saving service mon spec with placement smithi064:172.21.15.64=smithi064;smithi146:172.21.15.146=smithi146;count:2 2023-01-25T10:14:36.645 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:14:36 smithi064 bash[21045]: audit 1674641675.3093765 mon.smithi064 (mon.0) 196 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:14:36.645 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:14:36 smithi064 bash[21045]: audit 1674641675.3666806 mon.smithi064 (mon.0) 197 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:14:36.782 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-01-25T10:14:37.895 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:14:37 smithi064 bash[21045]: audit 1674641676.4970443 mon.smithi064 (mon.0) 198 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:14:37.895 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:14:37 smithi064 bash[21045]: audit 1674641676.5022507 mon.smithi064 (mon.0) 199 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:14:37.895 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:14:37 smithi064 bash[21045]: audit 1674641676.5064628 mon.smithi064 (mon.0) 200 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-01-25T10:14:37.895 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:14:37 smithi064 bash[21045]: audit 1674641676.5078566 mon.smithi064 (mon.0) 201 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-01-25T10:14:37.896 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:14:37 smithi064 bash[21045]: audit 1674641676.5091097 mon.smithi064 (mon.0) 202 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-01-25T10:14:37.896 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:14:37 smithi064 bash[21045]: cephadm 1674641676.510596 mgr.smithi064.xhfpzt (mgr.14193) 20 : cephadm 1 Deploying daemon mon.smithi146 on smithi146 2023-01-25T10:14:38.894 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:14:38 smithi064 bash[21045]: cluster 1674641677.2758987 mgr.smithi064.xhfpzt (mgr.14193) 21 : cluster 0 pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T10:14:40.645 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:14:40 smithi064 bash[21045]: cluster 1674641679.2763002 mgr.smithi064.xhfpzt (mgr.14193) 22 : cluster 0 pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T10:14:41.644 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:14:41 smithi064 bash[21045]: audit 1674641680.3738763 mon.smithi064 (mon.0) 203 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:14:41.645 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:14:41 smithi064 bash[21045]: audit 1674641681.3091824 mon.smithi064 (mon.0) 204 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:14:41.645 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:14:41 smithi064 bash[21045]: audit 1674641681.3133097 mon.smithi064 (mon.0) 205 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:14:42.102 INFO:teuthology.orchestra.run.smithi146.stderr:Inferring config /var/lib/ceph/8464b54c-9c98-11ed-9e56-001a4aab830c/mon.smithi146/config 2023-01-25T10:14:42.644 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:14:42 smithi064 bash[21045]: cluster 1674641681.276863 mgr.smithi064.xhfpzt (mgr.14193) 23 : cluster 0 pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T10:14:42.645 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:14:42 smithi064 bash[21045]: cephadm 1674641681.3169038 mgr.smithi064.xhfpzt (mgr.14193) 24 : cephadm 1 Deploying daemon node-exporter.smithi146 on smithi146 2023-01-25T10:14:42.645 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:14:42 smithi064 bash[21045]: audit 1674641682.107995 mon.smithi064 (mon.0) 206 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:14:42.645 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:14:42 smithi064 bash[21045]: audit 1674641682.1146877 mon.smithi064 (mon.0) 207 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:14:43.644 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:14:43 smithi064 bash[21045]: cephadm 1674641682.1345425 mgr.smithi064.xhfpzt (mgr.14193) 25 : cephadm 1 Deploying daemon prometheus.smithi146 on smithi146 2023-01-25T10:14:43.746 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:14:43 smithi146 bash[24664]: debug 2023-01-25T10:14:43.650+0000 7fd459141700 1 mon.smithi146@-1(synchronizing).paxosservice(auth 1..8) refresh upgraded, format 0 -> 3 2023-01-25T10:14:48.866 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:14:48 smithi146 bash[24664]: audit 1674641683.668199 mon.smithi064 (mon.0) 209 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "mon metadata", "id": "smithi064"}]: dispatch 2023-01-25T10:14:48.867 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:14:48 smithi146 bash[24664]: cluster 1674641683.6685526 mon.smithi064 (mon.0) 210 : cluster 1 mon.smithi064 calling monitor election 2023-01-25T10:14:48.867 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:14:48 smithi146 bash[24664]: audit 1674641683.691904 mon.smithi064 (mon.0) 211 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "mon metadata", "id": "smithi146"}]: dispatch 2023-01-25T10:14:48.867 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:14:48 smithi146 bash[24664]: audit 1674641684.6603835 mon.smithi064 (mon.0) 212 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "mon metadata", "id": "smithi146"}]: dispatch 2023-01-25T10:14:48.867 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:14:48 smithi146 bash[24664]: cluster 1674641685.2776575 mgr.smithi064.xhfpzt (mgr.14193) 27 : cluster 0 pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T10:14:48.868 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:14:48 smithi146 bash[24664]: audit 1674641685.3612034 mon.smithi064 (mon.0) 213 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-01-25T10:14:48.868 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:14:48 smithi146 bash[24664]: audit 1674641685.6605873 mon.smithi064 (mon.0) 214 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "mon metadata", "id": "smithi146"}]: dispatch 2023-01-25T10:14:48.868 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:14:48 smithi146 bash[24664]: cluster 1674641685.6626859 mon.smithi146 (mon.1) 1 : cluster 1 mon.smithi146 calling monitor election 2023-01-25T10:14:48.868 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:14:48 smithi146 bash[24664]: audit 1674641686.5787835 mon.smithi064 (mon.0) 215 : audit 0 from='mgr.? 172.21.15.146:0/2628314129' entity='mgr.smithi146.ihogqb' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi146.ihogqb/crt"}]: dispatch 2023-01-25T10:14:48.869 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:14:48 smithi146 bash[24664]: audit 1674641686.660692 mon.smithi064 (mon.0) 216 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "mon metadata", "id": "smithi146"}]: dispatch 2023-01-25T10:14:48.869 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:14:48 smithi146 bash[24664]: cluster 1674641687.278041 mgr.smithi064.xhfpzt (mgr.14193) 28 : cluster 0 pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T10:14:48.869 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:14:48 smithi146 bash[24664]: audit 1674641687.6609104 mon.smithi064 (mon.0) 217 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "mon metadata", "id": "smithi146"}]: dispatch 2023-01-25T10:14:48.869 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:14:48 smithi146 bash[24664]: audit 1674641688.6610453 mon.smithi064 (mon.0) 218 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "mon metadata", "id": "smithi146"}]: dispatch 2023-01-25T10:14:48.869 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:14:48 smithi146 bash[24664]: cluster 1674641688.7122386 mon.smithi064 (mon.0) 219 : cluster 1 mon.smithi064 is new leader, mons smithi064,smithi146 in quorum (ranks 0,1) 2023-01-25T10:14:48.870 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:14:48 smithi146 bash[24664]: cluster 1674641688.7187278 mon.smithi064 (mon.0) 220 : cluster 0 monmap e2: 2 mons at {smithi064=[v2:172.21.15.64:3300/0,v1:172.21.15.64:6789/0],smithi146=[v2:172.21.15.146:3300/0,v1:172.21.15.146:6789/0]} removed_ranks: {} 2023-01-25T10:14:48.870 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:14:48 smithi146 bash[24664]: cluster 1674641688.739615 mon.smithi064 (mon.0) 221 : cluster 0 fsmap 2023-01-25T10:14:48.870 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:14:48 smithi146 bash[24664]: cluster 1674641688.7396743 mon.smithi064 (mon.0) 222 : cluster 0 osdmap e5: 0 total, 0 up, 0 in 2023-01-25T10:14:48.870 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:14:48 smithi146 bash[24664]: cluster 1674641688.7399523 mon.smithi064 (mon.0) 223 : cluster 0 mgrmap e17: smithi064.xhfpzt(active, since 33s) 2023-01-25T10:14:48.870 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:14:48 smithi146 bash[24664]: cluster 1674641688.7424989 mon.smithi064 (mon.0) 224 : cluster 0 Standby manager daemon smithi146.ihogqb started 2023-01-25T10:14:48.871 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:14:48 smithi146 bash[24664]: cluster 1674641688.7471745 mon.smithi064 (mon.0) 225 : cluster 1 overall HEALTH_OK 2023-01-25T10:14:48.871 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:14:48 smithi146 bash[24664]: audit 1674641688.7476742 mon.smithi064 (mon.0) 226 : audit 0 from='mgr.? 172.21.15.146:0/2628314129' entity='mgr.smithi146.ihogqb' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-01-25T10:14:48.871 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:14:48 smithi146 bash[24664]: audit 1674641688.7492855 mon.smithi064 (mon.0) 227 : audit 0 from='mgr.? 172.21.15.146:0/2628314129' entity='mgr.smithi146.ihogqb' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi146.ihogqb/key"}]: dispatch 2023-01-25T10:14:48.871 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:14:48 smithi146 bash[24664]: audit 1674641688.74987 mon.smithi064 (mon.0) 228 : audit 0 from='mgr.? 172.21.15.146:0/2628314129' entity='mgr.smithi146.ihogqb' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-01-25T10:14:48.871 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:14:48 smithi146 bash[24664]: audit 1674641688.7520056 mon.smithi064 (mon.0) 229 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:14:49.145 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:14:48 smithi064 bash[21045]: audit 1674641683.668199 mon.smithi064 (mon.0) 209 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "mon metadata", "id": "smithi064"}]: dispatch 2023-01-25T10:14:49.145 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:14:48 smithi064 bash[21045]: cluster 1674641683.6685526 mon.smithi064 (mon.0) 210 : cluster 1 mon.smithi064 calling monitor election 2023-01-25T10:14:49.146 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:14:48 smithi064 bash[21045]: audit 1674641683.691904 mon.smithi064 (mon.0) 211 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "mon metadata", "id": "smithi146"}]: dispatch 2023-01-25T10:14:49.146 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:14:48 smithi064 bash[21045]: audit 1674641684.6603835 mon.smithi064 (mon.0) 212 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "mon metadata", "id": "smithi146"}]: dispatch 2023-01-25T10:14:49.146 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:14:48 smithi064 bash[21045]: cluster 1674641685.2776575 mgr.smithi064.xhfpzt (mgr.14193) 27 : cluster 0 pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T10:14:49.146 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:14:48 smithi064 bash[21045]: audit 1674641685.3612034 mon.smithi064 (mon.0) 213 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-01-25T10:14:49.147 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:14:48 smithi064 bash[21045]: audit 1674641685.6605873 mon.smithi064 (mon.0) 214 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "mon metadata", "id": "smithi146"}]: dispatch 2023-01-25T10:14:49.147 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:14:48 smithi064 bash[21045]: cluster 1674641685.6626859 mon.smithi146 (mon.1) 1 : cluster 1 mon.smithi146 calling monitor election 2023-01-25T10:14:49.147 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:14:48 smithi064 bash[21045]: audit 1674641686.5787835 mon.smithi064 (mon.0) 215 : audit 0 from='mgr.? 172.21.15.146:0/2628314129' entity='mgr.smithi146.ihogqb' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi146.ihogqb/crt"}]: dispatch 2023-01-25T10:14:49.147 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:14:48 smithi064 bash[21045]: audit 1674641686.660692 mon.smithi064 (mon.0) 216 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "mon metadata", "id": "smithi146"}]: dispatch 2023-01-25T10:14:49.147 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:14:48 smithi064 bash[21045]: cluster 1674641687.278041 mgr.smithi064.xhfpzt (mgr.14193) 28 : cluster 0 pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T10:14:49.148 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:14:48 smithi064 bash[21045]: audit 1674641687.6609104 mon.smithi064 (mon.0) 217 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "mon metadata", "id": "smithi146"}]: dispatch 2023-01-25T10:14:49.148 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:14:48 smithi064 bash[21045]: audit 1674641688.6610453 mon.smithi064 (mon.0) 218 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "mon metadata", "id": "smithi146"}]: dispatch 2023-01-25T10:14:49.148 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:14:48 smithi064 bash[21045]: cluster 1674641688.7122386 mon.smithi064 (mon.0) 219 : cluster 1 mon.smithi064 is new leader, mons smithi064,smithi146 in quorum (ranks 0,1) 2023-01-25T10:14:49.148 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:14:48 smithi064 bash[21045]: cluster 1674641688.7187278 mon.smithi064 (mon.0) 220 : cluster 0 monmap e2: 2 mons at {smithi064=[v2:172.21.15.64:3300/0,v1:172.21.15.64:6789/0],smithi146=[v2:172.21.15.146:3300/0,v1:172.21.15.146:6789/0]} removed_ranks: {} 2023-01-25T10:14:49.148 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:14:48 smithi064 bash[21045]: cluster 1674641688.739615 mon.smithi064 (mon.0) 221 : cluster 0 fsmap 2023-01-25T10:14:49.149 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:14:48 smithi064 bash[21045]: cluster 1674641688.7396743 mon.smithi064 (mon.0) 222 : cluster 0 osdmap e5: 0 total, 0 up, 0 in 2023-01-25T10:14:49.149 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:14:48 smithi064 bash[21045]: cluster 1674641688.7399523 mon.smithi064 (mon.0) 223 : cluster 0 mgrmap e17: smithi064.xhfpzt(active, since 33s) 2023-01-25T10:14:49.149 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:14:48 smithi064 bash[21045]: cluster 1674641688.7424989 mon.smithi064 (mon.0) 224 : cluster 0 Standby manager daemon smithi146.ihogqb started 2023-01-25T10:14:49.149 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:14:48 smithi064 bash[21045]: cluster 1674641688.7471745 mon.smithi064 (mon.0) 225 : cluster 1 overall HEALTH_OK 2023-01-25T10:14:49.149 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:14:48 smithi064 bash[21045]: audit 1674641688.7476742 mon.smithi064 (mon.0) 226 : audit 0 from='mgr.? 172.21.15.146:0/2628314129' entity='mgr.smithi146.ihogqb' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-01-25T10:14:49.150 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:14:48 smithi064 bash[21045]: audit 1674641688.7492855 mon.smithi064 (mon.0) 227 : audit 0 from='mgr.? 172.21.15.146:0/2628314129' entity='mgr.smithi146.ihogqb' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi146.ihogqb/key"}]: dispatch 2023-01-25T10:14:49.150 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:14:48 smithi064 bash[21045]: audit 1674641688.74987 mon.smithi064 (mon.0) 228 : audit 0 from='mgr.? 172.21.15.146:0/2628314129' entity='mgr.smithi146.ihogqb' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-01-25T10:14:49.150 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:14:48 smithi064 bash[21045]: audit 1674641688.7520056 mon.smithi064 (mon.0) 229 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:14:50.103 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:14:49 smithi146 bash[24664]: cluster 1674641688.8113725 mon.smithi064 (mon.0) 230 : cluster 0 mgrmap e18: smithi064.xhfpzt(active, since 33s), standbys: smithi146.ihogqb 2023-01-25T10:14:50.104 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:14:49 smithi146 bash[24664]: audit 1674641688.8115826 mon.smithi064 (mon.0) 231 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "mgr metadata", "who": "smithi146.ihogqb", "id": "smithi146.ihogqb"}]: dispatch 2023-01-25T10:14:50.104 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:14:49 smithi146 bash[24664]: cluster 1674641689.2784183 mgr.smithi064.xhfpzt (mgr.14193) 29 : cluster 0 pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T10:14:50.104 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:14:49 smithi146 bash[24664]: audit 1674641689.6614413 mon.smithi064 (mon.0) 232 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "mon metadata", "id": "smithi146"}]: dispatch 2023-01-25T10:14:50.144 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:14:49 smithi064 bash[21045]: cluster 1674641688.8113725 mon.smithi064 (mon.0) 230 : cluster 0 mgrmap e18: smithi064.xhfpzt(active, since 33s), standbys: smithi146.ihogqb 2023-01-25T10:14:50.145 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:14:49 smithi064 bash[21045]: audit 1674641688.8115826 mon.smithi064 (mon.0) 231 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "mgr metadata", "who": "smithi146.ihogqb", "id": "smithi146.ihogqb"}]: dispatch 2023-01-25T10:14:50.145 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:14:49 smithi064 bash[21045]: cluster 1674641689.2784183 mgr.smithi064.xhfpzt (mgr.14193) 29 : cluster 0 pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T10:14:50.145 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:14:49 smithi064 bash[21045]: audit 1674641689.6614413 mon.smithi064 (mon.0) 232 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "mon metadata", "id": "smithi146"}]: dispatch 2023-01-25T10:14:51.586 INFO:teuthology.orchestra.run.smithi146.stdout: 2023-01-25T10:14:51.587 INFO:teuthology.orchestra.run.smithi146.stdout:{"epoch":2,"fsid":"8464b54c-9c98-11ed-9e56-001a4aab830c","modified":"2023-01-25T10:14:43.660612Z","created":"2023-01-25T10:11:26.061671Z","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":"smithi064","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.64:3300","nonce":0},{"type":"v1","addr":"172.21.15.64:6789","nonce":0}]},"addr":"172.21.15.64:6789/0","public_addr":"172.21.15.64:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"smithi146","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.146:3300","nonce":0},{"type":"v1","addr":"172.21.15.146:6789","nonce":0}]},"addr":"172.21.15.146:6789/0","public_addr":"172.21.15.146:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2023-01-25T10:14:51.590 INFO:teuthology.orchestra.run.smithi146.stderr:dumped monmap epoch 2 2023-01-25T10:14:52.644 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:14:52 smithi064 bash[21045]: cluster 1674641691.2788124 mgr.smithi064.xhfpzt (mgr.14193) 30 : cluster 0 pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T10:14:52.645 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:14:52 smithi064 bash[21045]: audit 1674641691.5819125 mon.smithi064 (mon.0) 233 : audit 0 from='client.? 172.21.15.146:0/1230607033' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-01-25T10:14:52.737 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:14:52 smithi146 bash[24664]: cluster 1674641691.2788124 mgr.smithi064.xhfpzt (mgr.14193) 30 : cluster 0 pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T10:14:52.738 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:14:52 smithi146 bash[24664]: audit 1674641691.5819125 mon.smithi064 (mon.0) 233 : audit 0 from='client.? 172.21.15.146:0/1230607033' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-01-25T10:14:52.739 INFO:tasks.cephadm:Generating final ceph.conf file... 2023-01-25T10:14:52.740 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:44e4095da12a8269eb6cfe163cbb0d00b1a6412c shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8464b54c-9c98-11ed-9e56-001a4aab830c -- ceph config generate-minimal-conf 2023-01-25T10:14:54.644 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:14:54 smithi064 bash[21045]: cluster 1674641693.2792232 mgr.smithi064.xhfpzt (mgr.14193) 31 : cluster 0 pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T10:14:54.746 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:14:54 smithi146 bash[24664]: cluster 1674641693.2792232 mgr.smithi064.xhfpzt (mgr.14193) 31 : cluster 0 pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T10:14:56.644 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:14:56 smithi064 bash[21045]: cluster 1674641695.2796593 mgr.smithi064.xhfpzt (mgr.14193) 32 : cluster 0 pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T10:14:56.746 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:14:56 smithi146 bash[24664]: cluster 1674641695.2796593 mgr.smithi064.xhfpzt (mgr.14193) 32 : cluster 0 pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T10:14:57.598 INFO:teuthology.orchestra.run.smithi064.stderr:Inferring config /var/lib/ceph/8464b54c-9c98-11ed-9e56-001a4aab830c/mon.smithi064/config 2023-01-25T10:14:58.644 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:14:58 smithi064 bash[21045]: cluster 1674641697.2800908 mgr.smithi064.xhfpzt (mgr.14193) 33 : cluster 0 pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T10:14:58.746 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:14:58 smithi146 bash[24664]: cluster 1674641697.2800908 mgr.smithi064.xhfpzt (mgr.14193) 33 : cluster 0 pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T10:14:59.682 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:14:59 smithi146 bash[24664]: audit 1674641698.4095032 mon.smithi064 (mon.0) 234 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:14:59.682 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:14:59 smithi146 bash[24664]: audit 1674641698.4151082 mon.smithi064 (mon.0) 235 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:14:59.682 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:14:59 smithi146 bash[24664]: audit 1674641698.4578934 mon.smithi064 (mon.0) 236 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-01-25T10:14:59.683 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:14:59 smithi146 bash[24664]: audit 1674641698.760654 mon.smithi064 (mon.0) 237 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:14:59.770 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:14:59 smithi064 bash[21045]: audit 1674641698.4095032 mon.smithi064 (mon.0) 234 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:14:59.770 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:14:59 smithi064 bash[21045]: audit 1674641698.4151082 mon.smithi064 (mon.0) 235 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:14:59.770 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:14:59 smithi064 bash[21045]: audit 1674641698.4578934 mon.smithi064 (mon.0) 236 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-01-25T10:14:59.770 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:14:59 smithi064 bash[21045]: audit 1674641698.760654 mon.smithi064 (mon.0) 237 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:15:00.746 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:15:00 smithi146 bash[24664]: cluster 1674641699.280392 mgr.smithi064.xhfpzt (mgr.14193) 34 : cluster 0 pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T10:15:00.747 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:15:00 smithi146 bash[24664]: audit 1674641700.3618276 mon.smithi064 (mon.0) 238 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-01-25T10:15:00.809 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:15:00 smithi064 bash[21045]: cluster 1674641699.280392 mgr.smithi064.xhfpzt (mgr.14193) 34 : cluster 0 pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T10:15:00.809 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:15:00 smithi064 bash[21045]: audit 1674641700.3618276 mon.smithi064 (mon.0) 238 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-01-25T10:15:01.272 INFO:teuthology.orchestra.run.smithi064.stdout:# minimal ceph.conf for 8464b54c-9c98-11ed-9e56-001a4aab830c 2023-01-25T10:15:01.272 INFO:teuthology.orchestra.run.smithi064.stdout:[global] 2023-01-25T10:15:01.272 INFO:teuthology.orchestra.run.smithi064.stdout: fsid = 8464b54c-9c98-11ed-9e56-001a4aab830c 2023-01-25T10:15:01.273 INFO:teuthology.orchestra.run.smithi064.stdout: mon_host = [v2:172.21.15.64:3300/0,v1:172.21.15.64:6789/0] [v2:172.21.15.146:3300/0,v1:172.21.15.146:6789/0] 2023-01-25T10:15:01.621 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:15:01 smithi064 bash[21045]: audit 1674641701.267749 mon.smithi064 (mon.0) 239 : audit 0 from='client.? 172.21.15.64:0/69126751' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-01-25T10:15:01.746 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:15:01 smithi146 bash[24664]: audit 1674641701.267749 mon.smithi064 (mon.0) 239 : audit 0 from='client.? 172.21.15.64:0/69126751' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-01-25T10:15:02.012 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2023-01-25T10:15:02.013 DEBUG:teuthology.orchestra.run.smithi064:> set -ex 2023-01-25T10:15:02.013 DEBUG:teuthology.orchestra.run.smithi064:> sudo dd of=/etc/ceph/ceph.conf 2023-01-25T10:15:02.026 DEBUG:teuthology.orchestra.run.smithi064:> set -ex 2023-01-25T10:15:02.026 DEBUG:teuthology.orchestra.run.smithi064:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-01-25T10:15:02.090 DEBUG:teuthology.orchestra.run.smithi146:> set -ex 2023-01-25T10:15:02.090 DEBUG:teuthology.orchestra.run.smithi146:> sudo dd of=/etc/ceph/ceph.conf 2023-01-25T10:15:02.108 DEBUG:teuthology.orchestra.run.smithi146:> set -ex 2023-01-25T10:15:02.109 DEBUG:teuthology.orchestra.run.smithi146:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-01-25T10:15:02.167 INFO:tasks.cephadm:Deploying OSDs... 2023-01-25T10:15:02.167 DEBUG:teuthology.orchestra.run.smithi064:> set -ex 2023-01-25T10:15:02.167 DEBUG:teuthology.orchestra.run.smithi064:> dd if=/scratch_devs of=/dev/stdout 2023-01-25T10:15:02.175 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-01-25T10:15:02.176 DEBUG:teuthology.orchestra.run.smithi064:> stat /dev/nvme1n1 2023-01-25T10:15:02.229 INFO:teuthology.orchestra.run.smithi064.stdout: File: /dev/nvme1n1 2023-01-25T10:15:02.230 INFO:teuthology.orchestra.run.smithi064.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-01-25T10:15:02.230 INFO:teuthology.orchestra.run.smithi064.stdout:Device: 5h/5d Inode: 529 Links: 1 Device type: 103,2 2023-01-25T10:15:02.230 INFO:teuthology.orchestra.run.smithi064.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-01-25T10:15:02.230 INFO:teuthology.orchestra.run.smithi064.stdout:Access: 2023-01-25 10:13:24.400139024 +0000 2023-01-25T10:15:02.231 INFO:teuthology.orchestra.run.smithi064.stdout:Modify: 2023-01-25 10:13:24.280141792 +0000 2023-01-25T10:15:02.231 INFO:teuthology.orchestra.run.smithi064.stdout:Change: 2023-01-25 10:13:24.280141792 +0000 2023-01-25T10:15:02.231 INFO:teuthology.orchestra.run.smithi064.stdout: Birth: - 2023-01-25T10:15:02.231 DEBUG:teuthology.orchestra.run.smithi064:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2023-01-25T10:15:02.285 INFO:teuthology.orchestra.run.smithi064.stderr:1+0 records in 2023-01-25T10:15:02.285 INFO:teuthology.orchestra.run.smithi064.stderr:1+0 records out 2023-01-25T10:15:02.286 INFO:teuthology.orchestra.run.smithi064.stderr:512 bytes copied, 0.000720638 s, 710 kB/s 2023-01-25T10:15:02.287 DEBUG:teuthology.orchestra.run.smithi064:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2023-01-25T10:15:02.343 DEBUG:teuthology.orchestra.run.smithi064:> stat /dev/nvme2n1 2023-01-25T10:15:02.398 INFO:teuthology.orchestra.run.smithi064.stdout: File: /dev/nvme2n1 2023-01-25T10:15:02.398 INFO:teuthology.orchestra.run.smithi064.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-01-25T10:15:02.399 INFO:teuthology.orchestra.run.smithi064.stdout:Device: 5h/5d Inode: 537 Links: 1 Device type: 103,4 2023-01-25T10:15:02.399 INFO:teuthology.orchestra.run.smithi064.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-01-25T10:15:02.399 INFO:teuthology.orchestra.run.smithi064.stdout:Access: 2023-01-25 10:13:24.416138655 +0000 2023-01-25T10:15:02.399 INFO:teuthology.orchestra.run.smithi064.stdout:Modify: 2023-01-25 10:13:24.284141698 +0000 2023-01-25T10:15:02.400 INFO:teuthology.orchestra.run.smithi064.stdout:Change: 2023-01-25 10:13:24.284141698 +0000 2023-01-25T10:15:02.400 INFO:teuthology.orchestra.run.smithi064.stdout: Birth: - 2023-01-25T10:15:02.400 DEBUG:teuthology.orchestra.run.smithi064:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2023-01-25T10:15:02.455 INFO:teuthology.orchestra.run.smithi064.stderr:1+0 records in 2023-01-25T10:15:02.456 INFO:teuthology.orchestra.run.smithi064.stderr:1+0 records out 2023-01-25T10:15:02.456 INFO:teuthology.orchestra.run.smithi064.stderr:512 bytes copied, 0.000577274 s, 887 kB/s 2023-01-25T10:15:02.457 DEBUG:teuthology.orchestra.run.smithi064:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2023-01-25T10:15:02.507 DEBUG:teuthology.orchestra.run.smithi064:> stat /dev/nvme3n1 2023-01-25T10:15:02.557 INFO:teuthology.orchestra.run.smithi064.stdout: File: /dev/nvme3n1 2023-01-25T10:15:02.557 INFO:teuthology.orchestra.run.smithi064.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-01-25T10:15:02.558 INFO:teuthology.orchestra.run.smithi064.stdout:Device: 5h/5d Inode: 545 Links: 1 Device type: 103,6 2023-01-25T10:15:02.558 INFO:teuthology.orchestra.run.smithi064.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-01-25T10:15:02.558 INFO:teuthology.orchestra.run.smithi064.stdout:Access: 2023-01-25 10:13:24.432138285 +0000 2023-01-25T10:15:02.558 INFO:teuthology.orchestra.run.smithi064.stdout:Modify: 2023-01-25 10:13:24.284141698 +0000 2023-01-25T10:15:02.558 INFO:teuthology.orchestra.run.smithi064.stdout:Change: 2023-01-25 10:13:24.284141698 +0000 2023-01-25T10:15:02.559 INFO:teuthology.orchestra.run.smithi064.stdout: Birth: - 2023-01-25T10:15:02.559 DEBUG:teuthology.orchestra.run.smithi064:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2023-01-25T10:15:02.608 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:15:02 smithi064 bash[21045]: cluster 1674641701.280643 mgr.smithi064.xhfpzt (mgr.14193) 35 : cluster 0 pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T10:15:02.611 INFO:teuthology.orchestra.run.smithi064.stderr:1+0 records in 2023-01-25T10:15:02.611 INFO:teuthology.orchestra.run.smithi064.stderr:1+0 records out 2023-01-25T10:15:02.612 INFO:teuthology.orchestra.run.smithi064.stderr:512 bytes copied, 0.000628804 s, 814 kB/s 2023-01-25T10:15:02.613 DEBUG:teuthology.orchestra.run.smithi064:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2023-01-25T10:15:02.664 DEBUG:teuthology.orchestra.run.smithi064:> stat /dev/nvme4n1 2023-01-25T10:15:02.717 INFO:teuthology.orchestra.run.smithi064.stdout: File: /dev/nvme4n1 2023-01-25T10:15:02.718 INFO:teuthology.orchestra.run.smithi064.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-01-25T10:15:02.718 INFO:teuthology.orchestra.run.smithi064.stdout:Device: 5h/5d Inode: 553 Links: 1 Device type: 103,8 2023-01-25T10:15:02.718 INFO:teuthology.orchestra.run.smithi064.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-01-25T10:15:02.719 INFO:teuthology.orchestra.run.smithi064.stdout:Access: 2023-01-25 10:13:24.452137824 +0000 2023-01-25T10:15:02.719 INFO:teuthology.orchestra.run.smithi064.stdout:Modify: 2023-01-25 10:13:24.288141607 +0000 2023-01-25T10:15:02.719 INFO:teuthology.orchestra.run.smithi064.stdout:Change: 2023-01-25 10:13:24.288141607 +0000 2023-01-25T10:15:02.720 INFO:teuthology.orchestra.run.smithi064.stdout: Birth: - 2023-01-25T10:15:02.720 DEBUG:teuthology.orchestra.run.smithi064:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2023-01-25T10:15:02.746 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:15:02 smithi146 bash[24664]: cluster 1674641701.280643 mgr.smithi064.xhfpzt (mgr.14193) 35 : cluster 0 pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T10:15:02.773 INFO:teuthology.orchestra.run.smithi064.stderr:1+0 records in 2023-01-25T10:15:02.773 INFO:teuthology.orchestra.run.smithi064.stderr:1+0 records out 2023-01-25T10:15:02.773 INFO:teuthology.orchestra.run.smithi064.stderr:512 bytes copied, 0.00062781 s, 816 kB/s 2023-01-25T10:15:02.774 DEBUG:teuthology.orchestra.run.smithi064:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2023-01-25T10:15:02.831 DEBUG:teuthology.orchestra.run.smithi146:> set -ex 2023-01-25T10:15:02.831 DEBUG:teuthology.orchestra.run.smithi146:> dd if=/scratch_devs of=/dev/stdout 2023-01-25T10:15:02.839 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-01-25T10:15:02.839 DEBUG:teuthology.orchestra.run.smithi146:> stat /dev/nvme1n1 2023-01-25T10:15:02.888 INFO:teuthology.orchestra.run.smithi146.stdout: File: /dev/nvme1n1 2023-01-25T10:15:02.888 INFO:teuthology.orchestra.run.smithi146.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-01-25T10:15:02.888 INFO:teuthology.orchestra.run.smithi146.stdout:Device: 5h/5d Inode: 529 Links: 1 Device type: 103,2 2023-01-25T10:15:02.888 INFO:teuthology.orchestra.run.smithi146.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-01-25T10:15:02.889 INFO:teuthology.orchestra.run.smithi146.stdout:Access: 2023-01-25 10:14:23.186178609 +0000 2023-01-25T10:15:02.889 INFO:teuthology.orchestra.run.smithi146.stdout:Modify: 2023-01-25 10:14:23.086178815 +0000 2023-01-25T10:15:02.889 INFO:teuthology.orchestra.run.smithi146.stdout:Change: 2023-01-25 10:14:23.086178815 +0000 2023-01-25T10:15:02.889 INFO:teuthology.orchestra.run.smithi146.stdout: Birth: - 2023-01-25T10:15:02.890 DEBUG:teuthology.orchestra.run.smithi146:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2023-01-25T10:15:02.943 INFO:teuthology.orchestra.run.smithi146.stderr:1+0 records in 2023-01-25T10:15:02.944 INFO:teuthology.orchestra.run.smithi146.stderr:1+0 records out 2023-01-25T10:15:02.944 INFO:teuthology.orchestra.run.smithi146.stderr:512 bytes copied, 0.000568989 s, 900 kB/s 2023-01-25T10:15:02.945 DEBUG:teuthology.orchestra.run.smithi146:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2023-01-25T10:15:02.998 DEBUG:teuthology.orchestra.run.smithi146:> stat /dev/nvme2n1 2023-01-25T10:15:03.048 INFO:teuthology.orchestra.run.smithi146.stdout: File: /dev/nvme2n1 2023-01-25T10:15:03.048 INFO:teuthology.orchestra.run.smithi146.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-01-25T10:15:03.048 INFO:teuthology.orchestra.run.smithi146.stdout:Device: 5h/5d Inode: 537 Links: 1 Device type: 103,4 2023-01-25T10:15:03.049 INFO:teuthology.orchestra.run.smithi146.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-01-25T10:15:03.049 INFO:teuthology.orchestra.run.smithi146.stdout:Access: 2023-01-25 10:14:23.206178568 +0000 2023-01-25T10:15:03.049 INFO:teuthology.orchestra.run.smithi146.stdout:Modify: 2023-01-25 10:14:23.086178815 +0000 2023-01-25T10:15:03.050 INFO:teuthology.orchestra.run.smithi146.stdout:Change: 2023-01-25 10:14:23.086178815 +0000 2023-01-25T10:15:03.050 INFO:teuthology.orchestra.run.smithi146.stdout: Birth: - 2023-01-25T10:15:03.050 DEBUG:teuthology.orchestra.run.smithi146:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2023-01-25T10:15:03.102 INFO:teuthology.orchestra.run.smithi146.stderr:1+0 records in 2023-01-25T10:15:03.102 INFO:teuthology.orchestra.run.smithi146.stderr:1+0 records out 2023-01-25T10:15:03.102 INFO:teuthology.orchestra.run.smithi146.stderr:512 bytes copied, 0.000581053 s, 881 kB/s 2023-01-25T10:15:03.103 DEBUG:teuthology.orchestra.run.smithi146:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2023-01-25T10:15:03.154 DEBUG:teuthology.orchestra.run.smithi146:> stat /dev/nvme3n1 2023-01-25T10:15:03.204 INFO:teuthology.orchestra.run.smithi146.stdout: File: /dev/nvme3n1 2023-01-25T10:15:03.204 INFO:teuthology.orchestra.run.smithi146.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-01-25T10:15:03.204 INFO:teuthology.orchestra.run.smithi146.stdout:Device: 5h/5d Inode: 545 Links: 1 Device type: 103,6 2023-01-25T10:15:03.205 INFO:teuthology.orchestra.run.smithi146.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-01-25T10:15:03.205 INFO:teuthology.orchestra.run.smithi146.stdout:Access: 2023-01-25 10:14:23.226178526 +0000 2023-01-25T10:15:03.205 INFO:teuthology.orchestra.run.smithi146.stdout:Modify: 2023-01-25 10:14:23.090178806 +0000 2023-01-25T10:15:03.205 INFO:teuthology.orchestra.run.smithi146.stdout:Change: 2023-01-25 10:14:23.090178806 +0000 2023-01-25T10:15:03.205 INFO:teuthology.orchestra.run.smithi146.stdout: Birth: - 2023-01-25T10:15:03.206 DEBUG:teuthology.orchestra.run.smithi146:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2023-01-25T10:15:03.260 INFO:teuthology.orchestra.run.smithi146.stderr:1+0 records in 2023-01-25T10:15:03.260 INFO:teuthology.orchestra.run.smithi146.stderr:1+0 records out 2023-01-25T10:15:03.260 INFO:teuthology.orchestra.run.smithi146.stderr:512 bytes copied, 0.00065905 s, 777 kB/s 2023-01-25T10:15:03.261 DEBUG:teuthology.orchestra.run.smithi146:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2023-01-25T10:15:03.314 DEBUG:teuthology.orchestra.run.smithi146:> stat /dev/nvme4n1 2023-01-25T10:15:03.362 INFO:teuthology.orchestra.run.smithi146.stdout: File: /dev/nvme4n1 2023-01-25T10:15:03.362 INFO:teuthology.orchestra.run.smithi146.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-01-25T10:15:03.362 INFO:teuthology.orchestra.run.smithi146.stdout:Device: 5h/5d Inode: 553 Links: 1 Device type: 103,8 2023-01-25T10:15:03.363 INFO:teuthology.orchestra.run.smithi146.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-01-25T10:15:03.363 INFO:teuthology.orchestra.run.smithi146.stdout:Access: 2023-01-25 10:14:23.242178494 +0000 2023-01-25T10:15:03.363 INFO:teuthology.orchestra.run.smithi146.stdout:Modify: 2023-01-25 10:14:23.090178806 +0000 2023-01-25T10:15:03.363 INFO:teuthology.orchestra.run.smithi146.stdout:Change: 2023-01-25 10:14:23.090178806 +0000 2023-01-25T10:15:03.363 INFO:teuthology.orchestra.run.smithi146.stdout: Birth: - 2023-01-25T10:15:03.364 DEBUG:teuthology.orchestra.run.smithi146:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2023-01-25T10:15:03.420 INFO:teuthology.orchestra.run.smithi146.stderr:1+0 records in 2023-01-25T10:15:03.421 INFO:teuthology.orchestra.run.smithi146.stderr:1+0 records out 2023-01-25T10:15:03.421 INFO:teuthology.orchestra.run.smithi146.stderr:512 bytes copied, 0.000597108 s, 857 kB/s 2023-01-25T10:15:03.422 DEBUG:teuthology.orchestra.run.smithi146:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2023-01-25T10:15:03.471 DEBUG:teuthology.orchestra.run.smithi146:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:44e4095da12a8269eb6cfe163cbb0d00b1a6412c shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8464b54c-9c98-11ed-9e56-001a4aab830c -- ceph orch apply osd --all-available-devices 2023-01-25T10:15:04.746 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:15:04 smithi146 bash[24664]: cluster 1674641703.2811508 mgr.smithi064.xhfpzt (mgr.14193) 36 : cluster 0 pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T10:15:04.747 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:15:04 smithi146 bash[24664]: audit 1674641704.376635 mon.smithi064 (mon.0) 240 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:15:04.747 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:15:04 smithi146 bash[24664]: audit 1674641704.3829677 mon.smithi064 (mon.0) 241 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:15:04.747 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:15:04 smithi146 bash[24664]: audit 1674641704.3844082 mon.smithi064 (mon.0) 242 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-01-25T10:15:04.747 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:15:04 smithi146 bash[24664]: audit 1674641704.385805 mon.smithi064 (mon.0) 243 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-01-25T10:15:04.895 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:15:04 smithi064 bash[21045]: cluster 1674641703.2811508 mgr.smithi064.xhfpzt (mgr.14193) 36 : cluster 0 pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T10:15:04.895 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:15:04 smithi064 bash[21045]: audit 1674641704.376635 mon.smithi064 (mon.0) 240 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:15:04.895 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:15:04 smithi064 bash[21045]: audit 1674641704.3829677 mon.smithi064 (mon.0) 241 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:15:04.895 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:15:04 smithi064 bash[21045]: audit 1674641704.3844082 mon.smithi064 (mon.0) 242 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-01-25T10:15:04.896 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:15:04 smithi064 bash[21045]: audit 1674641704.385805 mon.smithi064 (mon.0) 243 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-01-25T10:15:05.746 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:15:05 smithi146 bash[24664]: cephadm 1674641704.3877327 mgr.smithi064.xhfpzt (mgr.14193) 37 : cephadm 1 Updating smithi064:/etc/ceph/ceph.conf 2023-01-25T10:15:05.747 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:15:05 smithi146 bash[24664]: cephadm 1674641704.3880494 mgr.smithi064.xhfpzt (mgr.14193) 38 : cephadm 1 Updating smithi146:/etc/ceph/ceph.conf 2023-01-25T10:15:05.747 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:15:05 smithi146 bash[24664]: cephadm 1674641704.5509386 mgr.smithi064.xhfpzt (mgr.14193) 39 : cephadm 1 Updating smithi064:/var/lib/ceph/8464b54c-9c98-11ed-9e56-001a4aab830c/config/ceph.conf 2023-01-25T10:15:05.747 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:15:05 smithi146 bash[24664]: cephadm 1674641704.5511339 mgr.smithi064.xhfpzt (mgr.14193) 40 : cephadm 1 Updating smithi146:/var/lib/ceph/8464b54c-9c98-11ed-9e56-001a4aab830c/config/ceph.conf 2023-01-25T10:15:05.747 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:15:05 smithi146 bash[24664]: audit 1674641704.6953425 mon.smithi064 (mon.0) 244 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:15:05.748 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:15:05 smithi146 bash[24664]: audit 1674641704.7000608 mon.smithi064 (mon.0) 245 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:15:05.748 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:15:05 smithi146 bash[24664]: audit 1674641704.70455 mon.smithi064 (mon.0) 246 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:15:05.748 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:15:05 smithi146 bash[24664]: audit 1674641704.7083464 mon.smithi064 (mon.0) 247 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:15:05.748 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:15:05 smithi146 bash[24664]: audit 1674641704.713363 mon.smithi064 (mon.0) 248 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:15:05.748 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:15:05 smithi146 bash[24664]: audit 1674641704.7664466 mon.smithi064 (mon.0) 249 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-01-25T10:15:05.749 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:15:05 smithi146 bash[24664]: audit 1674641704.7676976 mon.smithi064 (mon.0) 250 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-01-25T10:15:05.749 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:15:05 smithi146 bash[24664]: audit 1674641704.7688699 mon.smithi064 (mon.0) 251 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-01-25T10:15:05.894 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:15:05 smithi064 bash[21045]: cephadm 1674641704.3877327 mgr.smithi064.xhfpzt (mgr.14193) 37 : cephadm 1 Updating smithi064:/etc/ceph/ceph.conf 2023-01-25T10:15:05.895 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:15:05 smithi064 bash[21045]: cephadm 1674641704.3880494 mgr.smithi064.xhfpzt (mgr.14193) 38 : cephadm 1 Updating smithi146:/etc/ceph/ceph.conf 2023-01-25T10:15:05.895 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:15:05 smithi064 bash[21045]: cephadm 1674641704.5509386 mgr.smithi064.xhfpzt (mgr.14193) 39 : cephadm 1 Updating smithi064:/var/lib/ceph/8464b54c-9c98-11ed-9e56-001a4aab830c/config/ceph.conf 2023-01-25T10:15:05.895 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:15:05 smithi064 bash[21045]: cephadm 1674641704.5511339 mgr.smithi064.xhfpzt (mgr.14193) 40 : cephadm 1 Updating smithi146:/var/lib/ceph/8464b54c-9c98-11ed-9e56-001a4aab830c/config/ceph.conf 2023-01-25T10:15:05.895 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:15:05 smithi064 bash[21045]: audit 1674641704.6953425 mon.smithi064 (mon.0) 244 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:15:05.896 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:15:05 smithi064 bash[21045]: audit 1674641704.7000608 mon.smithi064 (mon.0) 245 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:15:05.896 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:15:05 smithi064 bash[21045]: audit 1674641704.70455 mon.smithi064 (mon.0) 246 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:15:05.896 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:15:05 smithi064 bash[21045]: audit 1674641704.7083464 mon.smithi064 (mon.0) 247 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:15:05.896 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:15:05 smithi064 bash[21045]: audit 1674641704.713363 mon.smithi064 (mon.0) 248 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:15:05.896 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:15:05 smithi064 bash[21045]: audit 1674641704.7664466 mon.smithi064 (mon.0) 249 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-01-25T10:15:05.897 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:15:05 smithi064 bash[21045]: audit 1674641704.7676976 mon.smithi064 (mon.0) 250 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-01-25T10:15:05.897 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:15:05 smithi064 bash[21045]: audit 1674641704.7688699 mon.smithi064 (mon.0) 251 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-01-25T10:15:06.645 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:15:06 smithi064 bash[21045]: cephadm 1674641704.7659178 mgr.smithi064.xhfpzt (mgr.14193) 41 : cephadm 1 Reconfiguring mon.smithi064 (unknown last config time)... 2023-01-25T10:15:06.645 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:15:06 smithi064 bash[21045]: cephadm 1674641704.7701762 mgr.smithi064.xhfpzt (mgr.14193) 42 : cephadm 1 Reconfiguring daemon mon.smithi064 on smithi064 2023-01-25T10:15:06.645 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:15:06 smithi064 bash[21045]: cluster 1674641705.2816296 mgr.smithi064.xhfpzt (mgr.14193) 43 : cluster 0 pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T10:15:06.746 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:15:06 smithi146 bash[24664]: cephadm 1674641704.7659178 mgr.smithi064.xhfpzt (mgr.14193) 41 : cephadm 1 Reconfiguring mon.smithi064 (unknown last config time)... 2023-01-25T10:15:06.746 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:15:06 smithi146 bash[24664]: cephadm 1674641704.7701762 mgr.smithi064.xhfpzt (mgr.14193) 42 : cephadm 1 Reconfiguring daemon mon.smithi064 on smithi064 2023-01-25T10:15:06.747 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:15:06 smithi146 bash[24664]: cluster 1674641705.2816296 mgr.smithi064.xhfpzt (mgr.14193) 43 : cluster 0 pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T10:15:07.387 INFO:teuthology.orchestra.run.smithi146.stderr:Inferring config /var/lib/ceph/8464b54c-9c98-11ed-9e56-001a4aab830c/mon.smithi146/config 2023-01-25T10:15:08.496 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:15:08 smithi146 bash[24664]: audit 1674641707.238975 mon.smithi064 (mon.0) 252 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:15:08.496 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:15:08 smithi146 bash[24664]: audit 1674641707.2444527 mon.smithi064 (mon.0) 253 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:15:08.496 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:15:08 smithi146 bash[24664]: cephadm 1674641707.2459404 mgr.smithi064.xhfpzt (mgr.14193) 44 : cephadm 1 Reconfiguring mgr.smithi064.xhfpzt (unknown last config time)... 2023-01-25T10:15:08.497 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:15:08 smithi146 bash[24664]: audit 1674641707.246571 mon.smithi064 (mon.0) 254 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi064.xhfpzt", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-01-25T10:15:08.497 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:15:08 smithi146 bash[24664]: audit 1674641707.248294 mon.smithi064 (mon.0) 255 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "mgr services"}]: dispatch 2023-01-25T10:15:08.497 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:15:08 smithi146 bash[24664]: audit 1674641707.2496285 mon.smithi064 (mon.0) 256 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-01-25T10:15:08.498 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:15:08 smithi146 bash[24664]: cephadm 1674641707.25109 mgr.smithi064.xhfpzt (mgr.14193) 45 : cephadm 1 Reconfiguring daemon mgr.smithi064.xhfpzt on smithi064 2023-01-25T10:15:08.498 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:15:08 smithi146 bash[24664]: cluster 1674641707.2821062 mgr.smithi064.xhfpzt (mgr.14193) 46 : cluster 0 pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T10:15:08.570 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:15:08 smithi064 bash[21045]: audit 1674641707.238975 mon.smithi064 (mon.0) 252 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:15:08.571 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:15:08 smithi064 bash[21045]: audit 1674641707.2444527 mon.smithi064 (mon.0) 253 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:15:08.571 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:15:08 smithi064 bash[21045]: cephadm 1674641707.2459404 mgr.smithi064.xhfpzt (mgr.14193) 44 : cephadm 1 Reconfiguring mgr.smithi064.xhfpzt (unknown last config time)... 2023-01-25T10:15:08.571 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:15:08 smithi064 bash[21045]: audit 1674641707.246571 mon.smithi064 (mon.0) 254 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi064.xhfpzt", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-01-25T10:15:08.571 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:15:08 smithi064 bash[21045]: audit 1674641707.248294 mon.smithi064 (mon.0) 255 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "mgr services"}]: dispatch 2023-01-25T10:15:08.571 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:15:08 smithi064 bash[21045]: audit 1674641707.2496285 mon.smithi064 (mon.0) 256 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-01-25T10:15:08.572 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:15:08 smithi064 bash[21045]: cephadm 1674641707.25109 mgr.smithi064.xhfpzt (mgr.14193) 45 : cephadm 1 Reconfiguring daemon mgr.smithi064.xhfpzt on smithi064 2023-01-25T10:15:08.572 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:15:08 smithi064 bash[21045]: cluster 1674641707.2821062 mgr.smithi064.xhfpzt (mgr.14193) 46 : cluster 0 pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T10:15:10.822 INFO:teuthology.orchestra.run.smithi146.stdout:Scheduled osd.all-available-devices update... 2023-01-25T10:15:10.826 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:15:10 smithi064 bash[21045]: cluster 1674641709.282566 mgr.smithi064.xhfpzt (mgr.14193) 47 : cluster 0 pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T10:15:10.827 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:15:10 smithi064 bash[21045]: audit 1674641709.5120318 mon.smithi064 (mon.0) 257 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:15:10.827 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:15:10 smithi064 bash[21045]: audit 1674641709.5173533 mon.smithi064 (mon.0) 258 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:15:10.827 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:15:10 smithi064 bash[21045]: cephadm 1674641709.5190465 mgr.smithi064.xhfpzt (mgr.14193) 48 : cephadm 1 Reconfiguring alertmanager.smithi064 (dependencies changed)... 2023-01-25T10:15:10.827 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:15:10 smithi064 bash[21045]: cephadm 1674641709.5320292 mgr.smithi064.xhfpzt (mgr.14193) 49 : cephadm 1 Reconfiguring daemon alertmanager.smithi064 on smithi064 2023-01-25T10:15:10.880 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:15:10 smithi146 bash[24664]: cluster 1674641709.282566 mgr.smithi064.xhfpzt (mgr.14193) 47 : cluster 0 pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T10:15:10.881 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:15:10 smithi146 bash[24664]: audit 1674641709.5120318 mon.smithi064 (mon.0) 257 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:15:10.881 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:15:10 smithi146 bash[24664]: audit 1674641709.5173533 mon.smithi064 (mon.0) 258 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:15:10.881 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:15:10 smithi146 bash[24664]: cephadm 1674641709.5190465 mgr.smithi064.xhfpzt (mgr.14193) 48 : cephadm 1 Reconfiguring alertmanager.smithi064 (dependencies changed)... 2023-01-25T10:15:10.882 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:15:10 smithi146 bash[24664]: cephadm 1674641709.5320292 mgr.smithi064.xhfpzt (mgr.14193) 49 : cephadm 1 Reconfiguring daemon alertmanager.smithi064 on smithi064 2023-01-25T10:15:11.540 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2023-01-25T10:15:11.540 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:44e4095da12a8269eb6cfe163cbb0d00b1a6412c shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8464b54c-9c98-11ed-9e56-001a4aab830c -- ceph osd stat -f json 2023-01-25T10:15:12.145 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:15:11 smithi064 bash[21045]: audit 1674641710.804491 mgr.smithi064.xhfpzt (mgr.14193) 50 : audit 0 from='client.24099 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2023-01-25T10:15:12.145 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:15:11 smithi064 bash[21045]: cephadm 1674641710.8088992 mgr.smithi064.xhfpzt (mgr.14193) 51 : cephadm 1 Marking host: smithi064 for OSDSpec preview refresh. 2023-01-25T10:15:12.145 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:15:11 smithi064 bash[21045]: cephadm 1674641710.8090699 mgr.smithi064.xhfpzt (mgr.14193) 52 : cephadm 1 Marking host: smithi146 for OSDSpec preview refresh. 2023-01-25T10:15:12.145 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:15:11 smithi064 bash[21045]: cephadm 1674641710.809848 mgr.smithi064.xhfpzt (mgr.14193) 53 : cephadm 1 Saving service osd.all-available-devices spec with placement * 2023-01-25T10:15:12.146 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:15:11 smithi064 bash[21045]: audit 1674641710.8174703 mon.smithi064 (mon.0) 259 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:15:12.146 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:15:11 smithi064 bash[21045]: cluster 1674641711.282988 mgr.smithi064.xhfpzt (mgr.14193) 54 : cluster 0 pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T10:15:12.250 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:15:11 smithi146 bash[24664]: audit 1674641710.804491 mgr.smithi064.xhfpzt (mgr.14193) 50 : audit 0 from='client.24099 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2023-01-25T10:15:12.250 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:15:11 smithi146 bash[24664]: cephadm 1674641710.8088992 mgr.smithi064.xhfpzt (mgr.14193) 51 : cephadm 1 Marking host: smithi064 for OSDSpec preview refresh. 2023-01-25T10:15:12.251 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:15:11 smithi146 bash[24664]: cephadm 1674641710.8090699 mgr.smithi064.xhfpzt (mgr.14193) 52 : cephadm 1 Marking host: smithi146 for OSDSpec preview refresh. 2023-01-25T10:15:12.252 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:15:11 smithi146 bash[24664]: cephadm 1674641710.809848 mgr.smithi064.xhfpzt (mgr.14193) 53 : cephadm 1 Saving service osd.all-available-devices spec with placement * 2023-01-25T10:15:12.252 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:15:11 smithi146 bash[24664]: audit 1674641710.8174703 mon.smithi064 (mon.0) 259 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:15:12.253 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:15:11 smithi146 bash[24664]: cluster 1674641711.282988 mgr.smithi064.xhfpzt (mgr.14193) 54 : cluster 0 pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T10:15:14.459 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:15:14 smithi064 bash[21045]: cluster 1674641713.2833002 mgr.smithi064.xhfpzt (mgr.14193) 55 : cluster 0 pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T10:15:14.746 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:15:14 smithi146 bash[24664]: cluster 1674641713.2833002 mgr.smithi064.xhfpzt (mgr.14193) 55 : cluster 0 pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T10:15:16.145 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:15:15 smithi064 bash[21045]: audit 1674641714.8681457 mon.smithi064 (mon.0) 260 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:15:16.145 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:15:15 smithi064 bash[21045]: audit 1674641714.8751962 mon.smithi064 (mon.0) 261 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:15:16.145 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:15:15 smithi064 bash[21045]: cephadm 1674641714.8765943 mgr.smithi064.xhfpzt (mgr.14193) 56 : cephadm 1 Reconfiguring ceph-exporter.smithi064 (monmap changed)... 2023-01-25T10:15:16.146 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:15:15 smithi064 bash[21045]: audit 1674641714.8770573 mon.smithi064 (mon.0) 262 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi064", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2023-01-25T10:15:16.146 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:15:15 smithi064 bash[21045]: audit 1674641714.8783803 mon.smithi064 (mon.0) 263 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-01-25T10:15:16.146 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:15:15 smithi064 bash[21045]: cephadm 1674641714.8796353 mgr.smithi064.xhfpzt (mgr.14193) 57 : cephadm 1 Reconfiguring daemon ceph-exporter.smithi064 on smithi064 2023-01-25T10:15:16.146 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:15:15 smithi064 bash[21045]: cluster 1674641715.2837021 mgr.smithi064.xhfpzt (mgr.14193) 58 : cluster 0 pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T10:15:16.146 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:15:15 smithi064 bash[21045]: audit 1674641715.3615813 mon.smithi064 (mon.0) 264 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-01-25T10:15:16.246 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:15:15 smithi146 bash[24664]: audit 1674641714.8681457 mon.smithi064 (mon.0) 260 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:15:16.246 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:15:15 smithi146 bash[24664]: audit 1674641714.8751962 mon.smithi064 (mon.0) 261 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:15:16.247 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:15:15 smithi146 bash[24664]: cephadm 1674641714.8765943 mgr.smithi064.xhfpzt (mgr.14193) 56 : cephadm 1 Reconfiguring ceph-exporter.smithi064 (monmap changed)... 2023-01-25T10:15:16.247 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:15:15 smithi146 bash[24664]: audit 1674641714.8770573 mon.smithi064 (mon.0) 262 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi064", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2023-01-25T10:15:16.247 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:15:15 smithi146 bash[24664]: audit 1674641714.8783803 mon.smithi064 (mon.0) 263 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-01-25T10:15:16.247 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:15:15 smithi146 bash[24664]: cephadm 1674641714.8796353 mgr.smithi064.xhfpzt (mgr.14193) 57 : cephadm 1 Reconfiguring daemon ceph-exporter.smithi064 on smithi064 2023-01-25T10:15:16.247 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:15:15 smithi146 bash[24664]: cluster 1674641715.2837021 mgr.smithi064.xhfpzt (mgr.14193) 58 : cluster 0 pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T10:15:16.248 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:15:15 smithi146 bash[24664]: audit 1674641715.3615813 mon.smithi064 (mon.0) 264 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-01-25T10:15:16.480 INFO:teuthology.orchestra.run.smithi064.stderr:Inferring config /var/lib/ceph/8464b54c-9c98-11ed-9e56-001a4aab830c/mon.smithi064/config 2023-01-25T10:15:18.645 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:15:18 smithi064 bash[21045]: cluster 1674641717.284203 mgr.smithi064.xhfpzt (mgr.14193) 59 : cluster 0 pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T10:15:18.746 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:15:18 smithi146 bash[24664]: cluster 1674641717.284203 mgr.smithi064.xhfpzt (mgr.14193) 59 : cluster 0 pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T10:15:20.496 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:15:20 smithi146 bash[24664]: cluster 1674641719.2845123 mgr.smithi064.xhfpzt (mgr.14193) 60 : cluster 0 pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T10:15:20.496 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:15:20 smithi146 bash[24664]: audit 1674641719.3320642 mon.smithi064 (mon.0) 265 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:15:20.497 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:15:20 smithi146 bash[24664]: audit 1674641719.3386269 mon.smithi064 (mon.0) 266 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:15:20.497 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:15:20 smithi146 bash[24664]: cephadm 1674641719.3397546 mgr.smithi064.xhfpzt (mgr.14193) 61 : cephadm 1 Reconfiguring crash.smithi064 (monmap changed)... 2023-01-25T10:15:20.497 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:15:20 smithi146 bash[24664]: audit 1674641719.3402202 mon.smithi064 (mon.0) 267 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi064", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-01-25T10:15:20.497 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:15:20 smithi146 bash[24664]: audit 1674641719.3417923 mon.smithi064 (mon.0) 268 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-01-25T10:15:20.497 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:15:20 smithi146 bash[24664]: cephadm 1674641719.3429792 mgr.smithi064.xhfpzt (mgr.14193) 62 : cephadm 1 Reconfiguring daemon crash.smithi064 on smithi064 2023-01-25T10:15:20.645 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:15:20 smithi064 bash[21045]: cluster 1674641719.2845123 mgr.smithi064.xhfpzt (mgr.14193) 60 : cluster 0 pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T10:15:20.645 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:15:20 smithi064 bash[21045]: audit 1674641719.3320642 mon.smithi064 (mon.0) 265 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:15:20.645 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:15:20 smithi064 bash[21045]: audit 1674641719.3386269 mon.smithi064 (mon.0) 266 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:15:20.645 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:15:20 smithi064 bash[21045]: cephadm 1674641719.3397546 mgr.smithi064.xhfpzt (mgr.14193) 61 : cephadm 1 Reconfiguring crash.smithi064 (monmap changed)... 2023-01-25T10:15:20.646 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:15:20 smithi064 bash[21045]: audit 1674641719.3402202 mon.smithi064 (mon.0) 267 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi064", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-01-25T10:15:20.646 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:15:20 smithi064 bash[21045]: audit 1674641719.3417923 mon.smithi064 (mon.0) 268 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-01-25T10:15:20.646 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:15:20 smithi064 bash[21045]: cephadm 1674641719.3429792 mgr.smithi064.xhfpzt (mgr.14193) 62 : cephadm 1 Reconfiguring daemon crash.smithi064 on smithi064 2023-01-25T10:15:22.051 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-01-25T10:15:22.645 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:15:22 smithi064 bash[21045]: cluster 1674641721.2848885 mgr.smithi064.xhfpzt (mgr.14193) 63 : cluster 0 pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T10:15:22.645 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:15:22 smithi064 bash[21045]: audit 1674641722.047533 mon.smithi064 (mon.0) 269 : audit 0 from='client.? 172.21.15.64:0/1579943482' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-01-25T10:15:22.746 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:15:22 smithi146 bash[24664]: cluster 1674641721.2848885 mgr.smithi064.xhfpzt (mgr.14193) 63 : cluster 0 pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T10:15:22.782 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:15:22 smithi146 bash[24664]: audit 1674641722.047533 mon.smithi064 (mon.0) 269 : audit 0 from='client.? 172.21.15.64:0/1579943482' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-01-25T10:15:23.320 INFO:teuthology.orchestra.run.smithi064.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-01-25T10:15:24.321 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:44e4095da12a8269eb6cfe163cbb0d00b1a6412c shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8464b54c-9c98-11ed-9e56-001a4aab830c -- ceph osd stat -f json 2023-01-25T10:15:24.394 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:15:24 smithi064 bash[21045]: audit 1674641723.1169808 mon.smithi064 (mon.0) 270 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:15:24.395 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:15:24 smithi064 bash[21045]: audit 1674641723.1239226 mon.smithi064 (mon.0) 271 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:15:24.395 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:15:24 smithi064 bash[21045]: cephadm 1674641723.125313 mgr.smithi064.xhfpzt (mgr.14193) 64 : cephadm 1 Reconfiguring grafana.smithi064 (dependencies changed)... 2023-01-25T10:15:24.395 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:15:24 smithi064 bash[21045]: cephadm 1674641723.1391618 mgr.smithi064.xhfpzt (mgr.14193) 65 : cephadm 1 Reconfiguring daemon grafana.smithi064 on smithi064 2023-01-25T10:15:24.395 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:15:24 smithi064 bash[21045]: cluster 1674641723.2853525 mgr.smithi064.xhfpzt (mgr.14193) 66 : cluster 0 pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T10:15:24.496 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:15:24 smithi146 bash[24664]: audit 1674641723.1169808 mon.smithi064 (mon.0) 270 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:15:24.496 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:15:24 smithi146 bash[24664]: audit 1674641723.1239226 mon.smithi064 (mon.0) 271 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:15:24.496 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:15:24 smithi146 bash[24664]: cephadm 1674641723.125313 mgr.smithi064.xhfpzt (mgr.14193) 64 : cephadm 1 Reconfiguring grafana.smithi064 (dependencies changed)... 2023-01-25T10:15:24.497 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:15:24 smithi146 bash[24664]: cephadm 1674641723.1391618 mgr.smithi064.xhfpzt (mgr.14193) 65 : cephadm 1 Reconfiguring daemon grafana.smithi064 on smithi064 2023-01-25T10:15:24.497 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:15:24 smithi146 bash[24664]: cluster 1674641723.2853525 mgr.smithi064.xhfpzt (mgr.14193) 66 : cluster 0 pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T10:15:26.608 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:15:26 smithi064 bash[21045]: cluster 1674641725.2857945 mgr.smithi064.xhfpzt (mgr.14193) 67 : cluster 0 pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T10:15:26.746 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:15:26 smithi146 bash[24664]: cluster 1674641725.2857945 mgr.smithi064.xhfpzt (mgr.14193) 67 : cluster 0 pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T10:15:28.644 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:15:28 smithi064 bash[21045]: cluster 1674641727.2862184 mgr.smithi064.xhfpzt (mgr.14193) 68 : cluster 0 pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T10:15:28.743 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:15:28 smithi146 bash[24664]: cluster 1674641727.2862184 mgr.smithi064.xhfpzt (mgr.14193) 68 : cluster 0 pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T10:15:29.695 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:15:29 smithi146 bash[24664]: audit 1674641728.4231374 mon.smithi064 (mon.0) 272 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:15:29.695 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:15:29 smithi146 bash[24664]: audit 1674641728.4306734 mon.smithi064 (mon.0) 273 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:15:29.695 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:15:29 smithi146 bash[24664]: cephadm 1674641728.4320683 mgr.smithi064.xhfpzt (mgr.14193) 69 : cephadm 1 Reconfiguring ceph-exporter.smithi146 (monmap changed)... 2023-01-25T10:15:29.696 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:15:29 smithi146 bash[24664]: audit 1674641728.4325917 mon.smithi064 (mon.0) 274 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi146", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2023-01-25T10:15:29.696 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:15:29 smithi146 bash[24664]: audit 1674641728.4339287 mon.smithi064 (mon.0) 275 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-01-25T10:15:29.696 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:15:29 smithi146 bash[24664]: cephadm 1674641728.435186 mgr.smithi064.xhfpzt (mgr.14193) 70 : cephadm 1 Reconfiguring daemon ceph-exporter.smithi146 on smithi146 2023-01-25T10:15:29.701 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:15:29 smithi064 bash[21045]: audit 1674641728.4231374 mon.smithi064 (mon.0) 272 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:15:29.702 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:15:29 smithi064 bash[21045]: audit 1674641728.4306734 mon.smithi064 (mon.0) 273 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:15:29.702 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:15:29 smithi064 bash[21045]: cephadm 1674641728.4320683 mgr.smithi064.xhfpzt (mgr.14193) 69 : cephadm 1 Reconfiguring ceph-exporter.smithi146 (monmap changed)... 2023-01-25T10:15:29.702 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:15:29 smithi064 bash[21045]: audit 1674641728.4325917 mon.smithi064 (mon.0) 274 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi146", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2023-01-25T10:15:29.702 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:15:29 smithi064 bash[21045]: audit 1674641728.4339287 mon.smithi064 (mon.0) 275 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-01-25T10:15:29.702 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:15:29 smithi064 bash[21045]: cephadm 1674641728.435186 mgr.smithi064.xhfpzt (mgr.14193) 70 : cephadm 1 Reconfiguring daemon ceph-exporter.smithi146 on smithi146 2023-01-25T10:15:30.496 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:15:30 smithi146 bash[24664]: cluster 1674641729.2865107 mgr.smithi064.xhfpzt (mgr.14193) 71 : cluster 0 pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T10:15:30.496 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:15:30 smithi146 bash[24664]: audit 1674641730.362587 mon.smithi064 (mon.0) 276 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-01-25T10:15:30.895 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:15:30 smithi064 bash[21045]: cluster 1674641729.2865107 mgr.smithi064.xhfpzt (mgr.14193) 71 : cluster 0 pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T10:15:30.895 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:15:30 smithi064 bash[21045]: audit 1674641730.362587 mon.smithi064 (mon.0) 276 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-01-25T10:15:31.428 INFO:teuthology.orchestra.run.smithi064.stderr:Inferring config /var/lib/ceph/8464b54c-9c98-11ed-9e56-001a4aab830c/mon.smithi064/config 2023-01-25T10:15:31.746 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:15:31 smithi146 bash[24664]: audit 1674641730.4751446 mon.smithi064 (mon.0) 277 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:15:31.746 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:15:31 smithi146 bash[24664]: audit 1674641730.4816203 mon.smithi064 (mon.0) 278 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:15:31.746 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:15:31 smithi146 bash[24664]: cephadm 1674641730.4831324 mgr.smithi064.xhfpzt (mgr.14193) 72 : cephadm 1 Reconfiguring crash.smithi146 (monmap changed)... 2023-01-25T10:15:31.747 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:15:31 smithi146 bash[24664]: audit 1674641730.4837365 mon.smithi064 (mon.0) 279 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi146", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-01-25T10:15:31.747 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:15:31 smithi146 bash[24664]: audit 1674641730.485474 mon.smithi064 (mon.0) 280 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-01-25T10:15:31.747 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:15:31 smithi146 bash[24664]: cephadm 1674641730.4870138 mgr.smithi064.xhfpzt (mgr.14193) 73 : cephadm 1 Reconfiguring daemon crash.smithi146 on smithi146 2023-01-25T10:15:31.895 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:15:31 smithi064 bash[21045]: audit 1674641730.4751446 mon.smithi064 (mon.0) 277 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:15:31.895 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:15:31 smithi064 bash[21045]: audit 1674641730.4816203 mon.smithi064 (mon.0) 278 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:15:31.895 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:15:31 smithi064 bash[21045]: cephadm 1674641730.4831324 mgr.smithi064.xhfpzt (mgr.14193) 72 : cephadm 1 Reconfiguring crash.smithi146 (monmap changed)... 2023-01-25T10:15:31.895 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:15:31 smithi064 bash[21045]: audit 1674641730.4837365 mon.smithi064 (mon.0) 279 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi146", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-01-25T10:15:31.896 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:15:31 smithi064 bash[21045]: audit 1674641730.485474 mon.smithi064 (mon.0) 280 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-01-25T10:15:31.896 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:15:31 smithi064 bash[21045]: cephadm 1674641730.4870138 mgr.smithi064.xhfpzt (mgr.14193) 73 : cephadm 1 Reconfiguring daemon crash.smithi146 on smithi146 2023-01-25T10:15:32.746 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:15:32 smithi146 bash[24664]: cluster 1674641731.28698 mgr.smithi064.xhfpzt (mgr.14193) 74 : cluster 0 pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T10:15:32.827 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:15:32 smithi064 bash[21045]: cluster 1674641731.28698 mgr.smithi064.xhfpzt (mgr.14193) 74 : cluster 0 pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T10:15:33.894 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:15:33 smithi064 bash[21045]: audit 1674641732.5920618 mon.smithi064 (mon.0) 281 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:15:33.895 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:15:33 smithi064 bash[21045]: audit 1674641732.5983171 mon.smithi064 (mon.0) 282 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:15:33.895 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:15:33 smithi064 bash[21045]: cephadm 1674641732.5996244 mgr.smithi064.xhfpzt (mgr.14193) 75 : cephadm 1 Reconfiguring mgr.smithi146.ihogqb (monmap changed)... 2023-01-25T10:15:33.895 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:15:33 smithi064 bash[21045]: audit 1674641732.600075 mon.smithi064 (mon.0) 283 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi146.ihogqb", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-01-25T10:15:33.896 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:15:33 smithi064 bash[21045]: audit 1674641732.6015959 mon.smithi064 (mon.0) 284 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "mgr services"}]: dispatch 2023-01-25T10:15:33.896 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:15:33 smithi064 bash[21045]: audit 1674641732.6027668 mon.smithi064 (mon.0) 285 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-01-25T10:15:33.896 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:15:33 smithi064 bash[21045]: cephadm 1674641732.6040673 mgr.smithi064.xhfpzt (mgr.14193) 76 : cephadm 1 Reconfiguring daemon mgr.smithi146.ihogqb on smithi146 2023-01-25T10:15:33.987 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:15:33 smithi146 bash[24664]: audit 1674641732.5920618 mon.smithi064 (mon.0) 281 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:15:33.988 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:15:33 smithi146 bash[24664]: audit 1674641732.5983171 mon.smithi064 (mon.0) 282 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:15:33.988 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:15:33 smithi146 bash[24664]: cephadm 1674641732.5996244 mgr.smithi064.xhfpzt (mgr.14193) 75 : cephadm 1 Reconfiguring mgr.smithi146.ihogqb (monmap changed)... 2023-01-25T10:15:33.988 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:15:33 smithi146 bash[24664]: audit 1674641732.600075 mon.smithi064 (mon.0) 283 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi146.ihogqb", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-01-25T10:15:33.988 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:15:33 smithi146 bash[24664]: audit 1674641732.6015959 mon.smithi064 (mon.0) 284 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "mgr services"}]: dispatch 2023-01-25T10:15:33.989 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:15:33 smithi146 bash[24664]: audit 1674641732.6027668 mon.smithi064 (mon.0) 285 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-01-25T10:15:33.989 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:15:33 smithi146 bash[24664]: cephadm 1674641732.6040673 mgr.smithi064.xhfpzt (mgr.14193) 76 : cephadm 1 Reconfiguring daemon mgr.smithi146.ihogqb on smithi146 2023-01-25T10:15:34.894 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:15:34 smithi064 bash[21045]: cluster 1674641733.2873776 mgr.smithi064.xhfpzt (mgr.14193) 77 : cluster 0 pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T10:15:34.996 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:15:34 smithi146 bash[24664]: cluster 1674641733.2873776 mgr.smithi064.xhfpzt (mgr.14193) 77 : cluster 0 pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T10:15:35.169 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-01-25T10:15:35.909 INFO:teuthology.orchestra.run.smithi064.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-01-25T10:15:35.996 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:15:35 smithi146 bash[24664]: audit 1674641734.6836197 mon.smithi064 (mon.0) 286 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:15:35.996 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:15:35 smithi146 bash[24664]: audit 1674641734.6901374 mon.smithi064 (mon.0) 287 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:15:35.997 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:15:35 smithi146 bash[24664]: cephadm 1674641734.691685 mgr.smithi064.xhfpzt (mgr.14193) 78 : cephadm 1 Reconfiguring mon.smithi146 (monmap changed)... 2023-01-25T10:15:35.997 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:15:35 smithi146 bash[24664]: audit 1674641734.69214 mon.smithi064 (mon.0) 288 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-01-25T10:15:35.997 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:15:35 smithi146 bash[24664]: audit 1674641734.6931777 mon.smithi064 (mon.0) 289 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-01-25T10:15:35.997 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:15:35 smithi146 bash[24664]: audit 1674641734.6942499 mon.smithi064 (mon.0) 290 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-01-25T10:15:35.997 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:15:35 smithi146 bash[24664]: cephadm 1674641734.6958106 mgr.smithi064.xhfpzt (mgr.14193) 79 : cephadm 1 Reconfiguring daemon mon.smithi146 on smithi146 2023-01-25T10:15:35.998 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:15:35 smithi146 bash[24664]: audit 1674641735.1645105 mon.smithi064 (mon.0) 291 : audit 0 from='client.? 172.21.15.64:0/1650802344' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-01-25T10:15:35.998 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:15:35 smithi146 bash[24664]: cluster 1674641735.2877746 mgr.smithi064.xhfpzt (mgr.14193) 80 : cluster 0 pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T10:15:36.145 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:15:35 smithi064 bash[21045]: audit 1674641734.6836197 mon.smithi064 (mon.0) 286 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:15:36.145 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:15:35 smithi064 bash[21045]: audit 1674641734.6901374 mon.smithi064 (mon.0) 287 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:15:36.145 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:15:35 smithi064 bash[21045]: cephadm 1674641734.691685 mgr.smithi064.xhfpzt (mgr.14193) 78 : cephadm 1 Reconfiguring mon.smithi146 (monmap changed)... 2023-01-25T10:15:36.146 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:15:35 smithi064 bash[21045]: audit 1674641734.69214 mon.smithi064 (mon.0) 288 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-01-25T10:15:36.146 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:15:35 smithi064 bash[21045]: audit 1674641734.6931777 mon.smithi064 (mon.0) 289 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-01-25T10:15:36.146 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:15:35 smithi064 bash[21045]: audit 1674641734.6942499 mon.smithi064 (mon.0) 290 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-01-25T10:15:36.146 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:15:35 smithi064 bash[21045]: cephadm 1674641734.6958106 mgr.smithi064.xhfpzt (mgr.14193) 79 : cephadm 1 Reconfiguring daemon mon.smithi146 on smithi146 2023-01-25T10:15:36.146 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:15:35 smithi064 bash[21045]: audit 1674641735.1645105 mon.smithi064 (mon.0) 291 : audit 0 from='client.? 172.21.15.64:0/1650802344' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-01-25T10:15:36.147 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:15:35 smithi064 bash[21045]: cluster 1674641735.2877746 mgr.smithi064.xhfpzt (mgr.14193) 80 : cluster 0 pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T10:15:36.910 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:44e4095da12a8269eb6cfe163cbb0d00b1a6412c shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8464b54c-9c98-11ed-9e56-001a4aab830c -- ceph osd stat -f json 2023-01-25T10:15:38.145 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:15:37 smithi064 bash[21045]: audit 1674641736.7524962 mon.smithi064 (mon.0) 292 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:15:38.145 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:15:37 smithi064 bash[21045]: audit 1674641736.7594557 mon.smithi064 (mon.0) 293 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:15:38.146 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:15:37 smithi064 bash[21045]: audit 1674641736.7661054 mon.smithi064 (mon.0) 294 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-01-25T10:15:38.146 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:15:37 smithi064 bash[21045]: audit 1674641736.7669082 mgr.smithi064.xhfpzt (mgr.14193) 81 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-01-25T10:15:38.146 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:15:37 smithi064 bash[21045]: audit 1674641736.7689335 mon.smithi064 (mon.0) 295 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi064.front.sepia.ceph.com:9093"}]: dispatch 2023-01-25T10:15:38.146 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:15:37 smithi064 bash[21045]: audit 1674641736.7694395 mgr.smithi064.xhfpzt (mgr.14193) 82 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi064.front.sepia.ceph.com:9093"}]: dispatch 2023-01-25T10:15:38.147 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:15:37 smithi064 bash[21045]: audit 1674641736.7759733 mon.smithi064 (mon.0) 296 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:15:38.147 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:15:37 smithi064 bash[21045]: audit 1674641736.7867393 mon.smithi064 (mon.0) 297 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-01-25T10:15:38.147 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:15:37 smithi064 bash[21045]: audit 1674641736.7873962 mgr.smithi064.xhfpzt (mgr.14193) 83 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-01-25T10:15:38.147 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:15:37 smithi064 bash[21045]: audit 1674641736.9181814 mon.smithi064 (mon.0) 298 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi064.front.sepia.ceph.com:3000"}]: dispatch 2023-01-25T10:15:38.147 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:15:37 smithi064 bash[21045]: audit 1674641736.918976 mgr.smithi064.xhfpzt (mgr.14193) 84 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi064.front.sepia.ceph.com:3000"}]: dispatch 2023-01-25T10:15:38.148 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:15:37 smithi064 bash[21045]: audit 1674641736.927151 mon.smithi064 (mon.0) 299 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:15:38.148 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:15:37 smithi064 bash[21045]: audit 1674641736.9374683 mon.smithi064 (mon.0) 300 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-01-25T10:15:38.148 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:15:37 smithi064 bash[21045]: audit 1674641736.93817 mgr.smithi064.xhfpzt (mgr.14193) 85 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-01-25T10:15:38.148 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:15:37 smithi064 bash[21045]: audit 1674641737.0654094 mon.smithi064 (mon.0) 301 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi146.front.sepia.ceph.com:9095"}]: dispatch 2023-01-25T10:15:38.149 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:15:37 smithi064 bash[21045]: audit 1674641737.0660906 mgr.smithi064.xhfpzt (mgr.14193) 86 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi146.front.sepia.ceph.com:9095"}]: dispatch 2023-01-25T10:15:38.149 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:15:37 smithi064 bash[21045]: audit 1674641737.0723948 mon.smithi064 (mon.0) 302 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:15:38.149 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:15:37 smithi064 bash[21045]: audit 1674641737.0881972 mon.smithi064 (mon.0) 303 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-01-25T10:15:38.149 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:15:37 smithi064 bash[21045]: cluster 1674641737.288197 mgr.smithi064.xhfpzt (mgr.14193) 87 : cluster 0 pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T10:15:38.246 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:15:37 smithi146 bash[24664]: audit 1674641736.7524962 mon.smithi064 (mon.0) 292 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:15:38.247 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:15:37 smithi146 bash[24664]: audit 1674641736.7594557 mon.smithi064 (mon.0) 293 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:15:38.247 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:15:37 smithi146 bash[24664]: audit 1674641736.7661054 mon.smithi064 (mon.0) 294 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-01-25T10:15:38.247 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:15:37 smithi146 bash[24664]: audit 1674641736.7669082 mgr.smithi064.xhfpzt (mgr.14193) 81 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-01-25T10:15:38.248 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:15:37 smithi146 bash[24664]: audit 1674641736.7689335 mon.smithi064 (mon.0) 295 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi064.front.sepia.ceph.com:9093"}]: dispatch 2023-01-25T10:15:38.248 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:15:37 smithi146 bash[24664]: audit 1674641736.7694395 mgr.smithi064.xhfpzt (mgr.14193) 82 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi064.front.sepia.ceph.com:9093"}]: dispatch 2023-01-25T10:15:38.248 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:15:37 smithi146 bash[24664]: audit 1674641736.7759733 mon.smithi064 (mon.0) 296 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:15:38.248 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:15:37 smithi146 bash[24664]: audit 1674641736.7867393 mon.smithi064 (mon.0) 297 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-01-25T10:15:38.249 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:15:37 smithi146 bash[24664]: audit 1674641736.7873962 mgr.smithi064.xhfpzt (mgr.14193) 83 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-01-25T10:15:38.249 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:15:37 smithi146 bash[24664]: audit 1674641736.9181814 mon.smithi064 (mon.0) 298 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi064.front.sepia.ceph.com:3000"}]: dispatch 2023-01-25T10:15:38.249 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:15:37 smithi146 bash[24664]: audit 1674641736.918976 mgr.smithi064.xhfpzt (mgr.14193) 84 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi064.front.sepia.ceph.com:3000"}]: dispatch 2023-01-25T10:15:38.249 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:15:37 smithi146 bash[24664]: audit 1674641736.927151 mon.smithi064 (mon.0) 299 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:15:38.249 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:15:37 smithi146 bash[24664]: audit 1674641736.9374683 mon.smithi064 (mon.0) 300 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-01-25T10:15:38.250 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:15:37 smithi146 bash[24664]: audit 1674641736.93817 mgr.smithi064.xhfpzt (mgr.14193) 85 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-01-25T10:15:38.250 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:15:37 smithi146 bash[24664]: audit 1674641737.0654094 mon.smithi064 (mon.0) 301 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi146.front.sepia.ceph.com:9095"}]: dispatch 2023-01-25T10:15:38.250 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:15:37 smithi146 bash[24664]: audit 1674641737.0660906 mgr.smithi064.xhfpzt (mgr.14193) 86 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi146.front.sepia.ceph.com:9095"}]: dispatch 2023-01-25T10:15:38.250 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:15:37 smithi146 bash[24664]: audit 1674641737.0723948 mon.smithi064 (mon.0) 302 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:15:38.251 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:15:37 smithi146 bash[24664]: audit 1674641737.0881972 mon.smithi064 (mon.0) 303 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-01-25T10:15:38.251 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:15:37 smithi146 bash[24664]: cluster 1674641737.288197 mgr.smithi064.xhfpzt (mgr.14193) 87 : cluster 0 pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T10:15:40.496 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:15:40 smithi146 bash[24664]: cluster 1674641739.288637 mgr.smithi064.xhfpzt (mgr.14193) 88 : cluster 0 pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T10:15:40.644 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:15:40 smithi064 bash[21045]: cluster 1674641739.288637 mgr.smithi064.xhfpzt (mgr.14193) 88 : cluster 0 pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T10:15:41.785 INFO:teuthology.orchestra.run.smithi064.stderr:Inferring config /var/lib/ceph/8464b54c-9c98-11ed-9e56-001a4aab830c/mon.smithi064/config 2023-01-25T10:15:42.644 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:15:42 smithi064 bash[21045]: cluster 1674641741.2890658 mgr.smithi064.xhfpzt (mgr.14193) 89 : cluster 0 pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T10:15:42.746 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:15:42 smithi146 bash[24664]: cluster 1674641741.2890658 mgr.smithi064.xhfpzt (mgr.14193) 89 : cluster 0 pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T10:15:44.395 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:15:44 smithi064 bash[21045]: audit 1674641743.0093336 mon.smithi064 (mon.0) 304 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:15:44.395 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:15:44 smithi064 bash[21045]: audit 1674641743.0160284 mon.smithi064 (mon.0) 305 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:15:44.395 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:15:44 smithi064 bash[21045]: audit 1674641743.0935366 mon.smithi064 (mon.0) 306 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:15:44.396 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:15:44 smithi064 bash[21045]: audit 1674641743.1000483 mon.smithi064 (mon.0) 307 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:15:44.396 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:15:44 smithi064 bash[21045]: cluster 1674641743.2894742 mgr.smithi064.xhfpzt (mgr.14193) 90 : cluster 0 pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T10:15:44.396 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:15:44 smithi064 bash[21045]: audit 1674641743.4638052 mon.smithi064 (mon.0) 308 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:15:44.396 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:15:44 smithi064 bash[21045]: audit 1674641743.472171 mon.smithi064 (mon.0) 309 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:15:44.396 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:15:44 smithi064 bash[21045]: audit 1674641743.543695 mon.smithi064 (mon.0) 310 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:15:44.397 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:15:44 smithi064 bash[21045]: audit 1674641743.551395 mon.smithi064 (mon.0) 311 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:15:44.397 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:15:44 smithi064 bash[21045]: audit 1674641743.5526252 mon.smithi064 (mon.0) 312 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-01-25T10:15:44.397 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:15:44 smithi064 bash[21045]: audit 1674641743.5538368 mon.smithi064 (mon.0) 313 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-01-25T10:15:44.397 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:15:44 smithi064 bash[21045]: audit 1674641743.559646 mon.smithi064 (mon.0) 314 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:15:44.397 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:15:44 smithi064 bash[21045]: audit 1674641743.5665598 mon.smithi064 (mon.0) 315 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-01-25T10:15:44.398 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:15:44 smithi064 bash[21045]: audit 1674641743.574422 mon.smithi064 (mon.0) 316 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-01-25T10:15:44.398 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:15:44 smithi064 bash[21045]: audit 1674641743.575616 mon.smithi064 (mon.0) 317 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-01-25T10:15:44.398 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:15:44 smithi064 bash[21045]: audit 1674641743.5795481 mon.smithi064 (mon.0) 318 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-01-25T10:15:44.398 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:15:44 smithi064 bash[21045]: audit 1674641743.5803921 mon.smithi064 (mon.0) 319 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-01-25T10:15:44.496 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:15:44 smithi146 bash[24664]: audit 1674641743.0093336 mon.smithi064 (mon.0) 304 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:15:44.496 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:15:44 smithi146 bash[24664]: audit 1674641743.0160284 mon.smithi064 (mon.0) 305 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:15:44.497 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:15:44 smithi146 bash[24664]: audit 1674641743.0935366 mon.smithi064 (mon.0) 306 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:15:44.497 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:15:44 smithi146 bash[24664]: audit 1674641743.1000483 mon.smithi064 (mon.0) 307 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:15:44.497 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:15:44 smithi146 bash[24664]: cluster 1674641743.2894742 mgr.smithi064.xhfpzt (mgr.14193) 90 : cluster 0 pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T10:15:44.497 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:15:44 smithi146 bash[24664]: audit 1674641743.4638052 mon.smithi064 (mon.0) 308 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:15:44.497 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:15:44 smithi146 bash[24664]: audit 1674641743.472171 mon.smithi064 (mon.0) 309 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:15:44.498 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:15:44 smithi146 bash[24664]: audit 1674641743.543695 mon.smithi064 (mon.0) 310 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:15:44.498 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:15:44 smithi146 bash[24664]: audit 1674641743.551395 mon.smithi064 (mon.0) 311 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:15:44.498 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:15:44 smithi146 bash[24664]: audit 1674641743.5526252 mon.smithi064 (mon.0) 312 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-01-25T10:15:44.498 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:15:44 smithi146 bash[24664]: audit 1674641743.5538368 mon.smithi064 (mon.0) 313 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-01-25T10:15:44.499 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:15:44 smithi146 bash[24664]: audit 1674641743.559646 mon.smithi064 (mon.0) 314 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:15:44.499 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:15:44 smithi146 bash[24664]: audit 1674641743.5665598 mon.smithi064 (mon.0) 315 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-01-25T10:15:44.499 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:15:44 smithi146 bash[24664]: audit 1674641743.574422 mon.smithi064 (mon.0) 316 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-01-25T10:15:44.499 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:15:44 smithi146 bash[24664]: audit 1674641743.575616 mon.smithi064 (mon.0) 317 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-01-25T10:15:44.499 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:15:44 smithi146 bash[24664]: audit 1674641743.5795481 mon.smithi064 (mon.0) 318 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-01-25T10:15:44.500 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:15:44 smithi146 bash[24664]: audit 1674641743.5803921 mon.smithi064 (mon.0) 319 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-01-25T10:15:45.573 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-01-25T10:15:46.340 INFO:teuthology.orchestra.run.smithi064.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-01-25T10:15:46.644 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:15:46 smithi064 bash[21045]: cluster 1674641745.2898524 mgr.smithi064.xhfpzt (mgr.14193) 91 : cluster 0 pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T10:15:46.645 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:15:46 smithi064 bash[21045]: audit 1674641745.3626342 mon.smithi064 (mon.0) 320 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-01-25T10:15:46.645 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:15:46 smithi064 bash[21045]: audit 1674641745.5691574 mon.smithi064 (mon.0) 321 : audit 0 from='client.? 172.21.15.64:0/3519064463' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-01-25T10:15:46.746 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:15:46 smithi146 bash[24664]: cluster 1674641745.2898524 mgr.smithi064.xhfpzt (mgr.14193) 91 : cluster 0 pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T10:15:46.746 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:15:46 smithi146 bash[24664]: audit 1674641745.3626342 mon.smithi064 (mon.0) 320 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-01-25T10:15:46.746 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:15:46 smithi146 bash[24664]: audit 1674641745.5691574 mon.smithi064 (mon.0) 321 : audit 0 from='client.? 172.21.15.64:0/3519064463' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-01-25T10:15:47.342 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:44e4095da12a8269eb6cfe163cbb0d00b1a6412c shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8464b54c-9c98-11ed-9e56-001a4aab830c -- ceph osd stat -f json 2023-01-25T10:15:48.644 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:15:48 smithi064 bash[21045]: cluster 1674641747.2902546 mgr.smithi064.xhfpzt (mgr.14193) 92 : cluster 0 pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T10:15:48.746 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:15:48 smithi146 bash[24664]: cluster 1674641747.2902546 mgr.smithi064.xhfpzt (mgr.14193) 92 : cluster 0 pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T10:15:50.645 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:15:50 smithi064 bash[21045]: cluster 1674641749.2907913 mgr.smithi064.xhfpzt (mgr.14193) 93 : cluster 0 pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T10:15:50.746 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:15:50 smithi146 bash[24664]: cluster 1674641749.2907913 mgr.smithi064.xhfpzt (mgr.14193) 93 : cluster 0 pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T10:15:51.906 INFO:teuthology.orchestra.run.smithi064.stderr:Inferring config /var/lib/ceph/8464b54c-9c98-11ed-9e56-001a4aab830c/mon.smithi064/config 2023-01-25T10:15:52.644 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:15:52 smithi064 bash[21045]: cluster 1674641751.2911417 mgr.smithi064.xhfpzt (mgr.14193) 94 : cluster 0 pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T10:15:52.746 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:15:52 smithi146 bash[24664]: cluster 1674641751.2911417 mgr.smithi064.xhfpzt (mgr.14193) 94 : cluster 0 pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T10:15:53.395 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:15:53 smithi064 bash[21045]: audit 1674641753.088004 mon.smithi146 (mon.1) 2 : audit 1 from='client.? 172.21.15.146:0/3910171765' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c1848071-aced-42d1-a82e-d12138013dc8"}]: dispatch 2023-01-25T10:15:53.395 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:15:53 smithi064 bash[21045]: audit 1674641753.0883763 mon.smithi064 (mon.0) 322 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c1848071-aced-42d1-a82e-d12138013dc8"}]: dispatch 2023-01-25T10:15:53.395 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:15:53 smithi064 bash[21045]: audit 1674641753.095027 mon.smithi064 (mon.0) 323 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c1848071-aced-42d1-a82e-d12138013dc8"}]': finished 2023-01-25T10:15:53.395 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:15:53 smithi064 bash[21045]: cluster 1674641753.0951357 mon.smithi064 (mon.0) 324 : cluster 0 osdmap e6: 1 total, 0 up, 1 in 2023-01-25T10:15:53.396 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:15:53 smithi064 bash[21045]: audit 1674641753.0953407 mon.smithi064 (mon.0) 325 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-01-25T10:15:53.746 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:15:53 smithi146 bash[24664]: audit 1674641753.088004 mon.smithi146 (mon.1) 2 : audit 1 from='client.? 172.21.15.146:0/3910171765' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c1848071-aced-42d1-a82e-d12138013dc8"}]: dispatch 2023-01-25T10:15:53.746 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:15:53 smithi146 bash[24664]: audit 1674641753.0883763 mon.smithi064 (mon.0) 322 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c1848071-aced-42d1-a82e-d12138013dc8"}]: dispatch 2023-01-25T10:15:53.746 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:15:53 smithi146 bash[24664]: audit 1674641753.095027 mon.smithi064 (mon.0) 323 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c1848071-aced-42d1-a82e-d12138013dc8"}]': finished 2023-01-25T10:15:53.747 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:15:53 smithi146 bash[24664]: cluster 1674641753.0951357 mon.smithi064 (mon.0) 324 : cluster 0 osdmap e6: 1 total, 0 up, 1 in 2023-01-25T10:15:53.747 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:15:53 smithi146 bash[24664]: audit 1674641753.0953407 mon.smithi064 (mon.0) 325 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-01-25T10:15:54.395 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:15:54 smithi064 bash[21045]: cluster 1674641753.2913835 mgr.smithi064.xhfpzt (mgr.14193) 95 : cluster 0 pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T10:15:54.395 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:15:54 smithi064 bash[21045]: audit 1674641753.8814263 mon.smithi064 (mon.0) 326 : audit 1 from='client.? 172.21.15.64:0/3049415864' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "216c31e0-ec5c-44ae-9a32-39f43a420e70"}]: dispatch 2023-01-25T10:15:54.396 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:15:54 smithi064 bash[21045]: audit 1674641753.8888304 mon.smithi064 (mon.0) 327 : audit 1 from='client.? 172.21.15.64:0/3049415864' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "216c31e0-ec5c-44ae-9a32-39f43a420e70"}]': finished 2023-01-25T10:15:54.396 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:15:54 smithi064 bash[21045]: cluster 1674641753.8889349 mon.smithi064 (mon.0) 328 : cluster 0 osdmap e7: 2 total, 0 up, 2 in 2023-01-25T10:15:54.396 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:15:54 smithi064 bash[21045]: audit 1674641753.8891468 mon.smithi064 (mon.0) 329 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-01-25T10:15:54.397 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:15:54 smithi064 bash[21045]: audit 1674641753.890131 mon.smithi064 (mon.0) 330 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-01-25T10:15:54.746 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:15:54 smithi146 bash[24664]: cluster 1674641753.2913835 mgr.smithi064.xhfpzt (mgr.14193) 95 : cluster 0 pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T10:15:54.746 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:15:54 smithi146 bash[24664]: audit 1674641753.8814263 mon.smithi064 (mon.0) 326 : audit 1 from='client.? 172.21.15.64:0/3049415864' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "216c31e0-ec5c-44ae-9a32-39f43a420e70"}]: dispatch 2023-01-25T10:15:54.746 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:15:54 smithi146 bash[24664]: audit 1674641753.8888304 mon.smithi064 (mon.0) 327 : audit 1 from='client.? 172.21.15.64:0/3049415864' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "216c31e0-ec5c-44ae-9a32-39f43a420e70"}]': finished 2023-01-25T10:15:54.747 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:15:54 smithi146 bash[24664]: cluster 1674641753.8889349 mon.smithi064 (mon.0) 328 : cluster 0 osdmap e7: 2 total, 0 up, 2 in 2023-01-25T10:15:54.747 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:15:54 smithi146 bash[24664]: audit 1674641753.8891468 mon.smithi064 (mon.0) 329 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-01-25T10:15:54.747 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:15:54 smithi146 bash[24664]: audit 1674641753.890131 mon.smithi064 (mon.0) 330 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-01-25T10:15:55.644 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:15:55 smithi064 bash[21045]: audit 1674641754.8938298 mon.smithi146 (mon.1) 3 : audit 0 from='client.? 172.21.15.146:0/1351223129' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-01-25T10:15:55.746 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:15:55 smithi146 bash[24664]: audit 1674641754.8938298 mon.smithi146 (mon.1) 3 : audit 0 from='client.? 172.21.15.146:0/1351223129' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-01-25T10:15:56.209 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-01-25T10:15:56.644 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:15:56 smithi064 bash[21045]: cluster 1674641755.2917492 mgr.smithi064.xhfpzt (mgr.14193) 96 : cluster 0 pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T10:15:56.645 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:15:56 smithi064 bash[21045]: audit 1674641756.2048619 mon.smithi064 (mon.0) 331 : audit 0 from='client.? 172.21.15.64:0/2657990143' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-01-25T10:15:56.746 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:15:56 smithi146 bash[24664]: cluster 1674641755.2917492 mgr.smithi064.xhfpzt (mgr.14193) 96 : cluster 0 pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T10:15:56.746 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:15:56 smithi146 bash[24664]: audit 1674641756.2048619 mon.smithi064 (mon.0) 331 : audit 0 from='client.? 172.21.15.64:0/2657990143' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-01-25T10:15:57.091 INFO:teuthology.orchestra.run.smithi064.stdout:{"epoch":7,"num_osds":2,"num_up_osds":0,"osd_up_since":0,"num_in_osds":2,"osd_in_since":1674641753,"num_remapped_pgs":0} 2023-01-25T10:15:57.394 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:15:57 smithi064 bash[21045]: audit 1674641756.3421187 mon.smithi064 (mon.0) 332 : audit 0 from='client.? 172.21.15.64:0/893994151' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-01-25T10:15:57.746 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:15:57 smithi146 bash[24664]: audit 1674641756.3421187 mon.smithi064 (mon.0) 332 : audit 0 from='client.? 172.21.15.64:0/893994151' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-01-25T10:15:58.093 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:44e4095da12a8269eb6cfe163cbb0d00b1a6412c shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8464b54c-9c98-11ed-9e56-001a4aab830c -- ceph osd stat -f json 2023-01-25T10:15:58.395 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:15:58 smithi064 bash[21045]: cluster 1674641757.2921216 mgr.smithi064.xhfpzt (mgr.14193) 97 : cluster 0 pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T10:15:58.395 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:15:58 smithi064 bash[21045]: audit 1674641757.7511528 mon.smithi146 (mon.1) 4 : audit 1 from='client.? 172.21.15.146:0/3746344021' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0221719f-9fdc-4785-bad3-eabf04fc35e2"}]: dispatch 2023-01-25T10:15:58.395 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:15:58 smithi064 bash[21045]: audit 1674641757.7513053 mon.smithi064 (mon.0) 333 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0221719f-9fdc-4785-bad3-eabf04fc35e2"}]: dispatch 2023-01-25T10:15:58.395 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:15:58 smithi064 bash[21045]: audit 1674641757.7585545 mon.smithi064 (mon.0) 334 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "0221719f-9fdc-4785-bad3-eabf04fc35e2"}]': finished 2023-01-25T10:15:58.396 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:15:58 smithi064 bash[21045]: cluster 1674641757.7586324 mon.smithi064 (mon.0) 335 : cluster 0 osdmap e8: 3 total, 0 up, 3 in 2023-01-25T10:15:58.396 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:15:58 smithi064 bash[21045]: audit 1674641757.7588048 mon.smithi064 (mon.0) 336 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-01-25T10:15:58.396 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:15:58 smithi064 bash[21045]: audit 1674641757.759256 mon.smithi064 (mon.0) 337 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-01-25T10:15:58.397 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:15:58 smithi064 bash[21045]: audit 1674641757.7595668 mon.smithi064 (mon.0) 338 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-01-25T10:15:58.746 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:15:58 smithi146 bash[24664]: cluster 1674641757.2921216 mgr.smithi064.xhfpzt (mgr.14193) 97 : cluster 0 pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T10:15:58.746 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:15:58 smithi146 bash[24664]: audit 1674641757.7511528 mon.smithi146 (mon.1) 4 : audit 1 from='client.? 172.21.15.146:0/3746344021' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0221719f-9fdc-4785-bad3-eabf04fc35e2"}]: dispatch 2023-01-25T10:15:58.747 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:15:58 smithi146 bash[24664]: audit 1674641757.7513053 mon.smithi064 (mon.0) 333 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0221719f-9fdc-4785-bad3-eabf04fc35e2"}]: dispatch 2023-01-25T10:15:58.747 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:15:58 smithi146 bash[24664]: audit 1674641757.7585545 mon.smithi064 (mon.0) 334 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "0221719f-9fdc-4785-bad3-eabf04fc35e2"}]': finished 2023-01-25T10:15:58.747 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:15:58 smithi146 bash[24664]: cluster 1674641757.7586324 mon.smithi064 (mon.0) 335 : cluster 0 osdmap e8: 3 total, 0 up, 3 in 2023-01-25T10:15:58.747 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:15:58 smithi146 bash[24664]: audit 1674641757.7588048 mon.smithi064 (mon.0) 336 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-01-25T10:15:58.747 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:15:58 smithi146 bash[24664]: audit 1674641757.759256 mon.smithi064 (mon.0) 337 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-01-25T10:15:58.748 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:15:58 smithi146 bash[24664]: audit 1674641757.7595668 mon.smithi064 (mon.0) 338 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-01-25T10:15:59.645 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:15:59 smithi064 bash[21045]: audit 1674641759.2141757 mon.smithi064 (mon.0) 339 : audit 1 from='client.? 172.21.15.64:0/3644239130' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "41d3f2fe-f812-4daa-b570-b2fdc8a602ac"}]: dispatch 2023-01-25T10:15:59.645 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:15:59 smithi064 bash[21045]: audit 1674641759.2211123 mon.smithi064 (mon.0) 340 : audit 1 from='client.? 172.21.15.64:0/3644239130' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "41d3f2fe-f812-4daa-b570-b2fdc8a602ac"}]': finished 2023-01-25T10:15:59.645 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:15:59 smithi064 bash[21045]: cluster 1674641759.2212067 mon.smithi064 (mon.0) 341 : cluster 0 osdmap e9: 4 total, 0 up, 4 in 2023-01-25T10:15:59.646 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:15:59 smithi064 bash[21045]: audit 1674641759.2213376 mon.smithi064 (mon.0) 342 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-01-25T10:15:59.646 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:15:59 smithi064 bash[21045]: audit 1674641759.221662 mon.smithi064 (mon.0) 343 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-01-25T10:15:59.646 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:15:59 smithi064 bash[21045]: audit 1674641759.2218578 mon.smithi064 (mon.0) 344 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-01-25T10:15:59.646 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:15:59 smithi064 bash[21045]: audit 1674641759.2220466 mon.smithi064 (mon.0) 345 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-01-25T10:15:59.746 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:15:59 smithi146 bash[24664]: audit 1674641759.2141757 mon.smithi064 (mon.0) 339 : audit 1 from='client.? 172.21.15.64:0/3644239130' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "41d3f2fe-f812-4daa-b570-b2fdc8a602ac"}]: dispatch 2023-01-25T10:15:59.746 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:15:59 smithi146 bash[24664]: audit 1674641759.2211123 mon.smithi064 (mon.0) 340 : audit 1 from='client.? 172.21.15.64:0/3644239130' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "41d3f2fe-f812-4daa-b570-b2fdc8a602ac"}]': finished 2023-01-25T10:15:59.747 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:15:59 smithi146 bash[24664]: cluster 1674641759.2212067 mon.smithi064 (mon.0) 341 : cluster 0 osdmap e9: 4 total, 0 up, 4 in 2023-01-25T10:15:59.747 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:15:59 smithi146 bash[24664]: audit 1674641759.2213376 mon.smithi064 (mon.0) 342 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-01-25T10:15:59.747 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:15:59 smithi146 bash[24664]: audit 1674641759.221662 mon.smithi064 (mon.0) 343 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-01-25T10:15:59.747 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:15:59 smithi146 bash[24664]: audit 1674641759.2218578 mon.smithi064 (mon.0) 344 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-01-25T10:15:59.747 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:15:59 smithi146 bash[24664]: audit 1674641759.2220466 mon.smithi064 (mon.0) 345 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-01-25T10:16:00.644 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:00 smithi064 bash[21045]: cluster 1674641759.2925477 mgr.smithi064.xhfpzt (mgr.14193) 98 : cluster 0 pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T10:16:00.645 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:00 smithi064 bash[21045]: audit 1674641759.4710095 mon.smithi146 (mon.1) 5 : audit 0 from='client.? 172.21.15.146:0/454357857' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-01-25T10:16:00.746 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:00 smithi146 bash[24664]: cluster 1674641759.2925477 mgr.smithi064.xhfpzt (mgr.14193) 98 : cluster 0 pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T10:16:00.746 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:00 smithi146 bash[24664]: audit 1674641759.4710095 mon.smithi146 (mon.1) 5 : audit 0 from='client.? 172.21.15.146:0/454357857' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-01-25T10:16:01.645 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:01 smithi064 bash[21045]: audit 1674641760.363251 mon.smithi064 (mon.0) 346 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-01-25T10:16:01.645 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:01 smithi064 bash[21045]: audit 1674641760.967938 mon.smithi064 (mon.0) 347 : audit 0 from='client.? 172.21.15.64:0/4056832923' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-01-25T10:16:01.747 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:01 smithi146 bash[24664]: audit 1674641760.363251 mon.smithi064 (mon.0) 346 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-01-25T10:16:01.747 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:01 smithi146 bash[24664]: audit 1674641760.967938 mon.smithi064 (mon.0) 347 : audit 0 from='client.? 172.21.15.64:0/4056832923' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-01-25T10:16:02.630 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:02 smithi146 bash[24664]: cluster 1674641761.2929652 mgr.smithi064.xhfpzt (mgr.14193) 99 : cluster 0 pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T10:16:02.644 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:02 smithi064 bash[21045]: cluster 1674641761.2929652 mgr.smithi064.xhfpzt (mgr.14193) 99 : cluster 0 pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T10:16:02.951 INFO:teuthology.orchestra.run.smithi064.stderr:Inferring config /var/lib/ceph/8464b54c-9c98-11ed-9e56-001a4aab830c/mon.smithi064/config 2023-01-25T10:16:03.644 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:03 smithi064 bash[21045]: audit 1674641762.3436894 mon.smithi146 (mon.1) 6 : audit 1 from='client.? 172.21.15.146:0/3039852378' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d7fb1565-2431-4fd2-a42e-782d24d78809"}]: dispatch 2023-01-25T10:16:03.645 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:03 smithi064 bash[21045]: audit 1674641762.3491828 mon.smithi064 (mon.0) 348 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d7fb1565-2431-4fd2-a42e-782d24d78809"}]: dispatch 2023-01-25T10:16:03.645 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:03 smithi064 bash[21045]: audit 1674641762.3548896 mon.smithi064 (mon.0) 349 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d7fb1565-2431-4fd2-a42e-782d24d78809"}]': finished 2023-01-25T10:16:03.645 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:03 smithi064 bash[21045]: cluster 1674641762.354991 mon.smithi064 (mon.0) 350 : cluster 0 osdmap e10: 5 total, 0 up, 5 in 2023-01-25T10:16:03.645 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:03 smithi064 bash[21045]: audit 1674641762.3552127 mon.smithi064 (mon.0) 351 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-01-25T10:16:03.646 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:03 smithi064 bash[21045]: audit 1674641762.3558273 mon.smithi064 (mon.0) 352 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-01-25T10:16:03.646 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:03 smithi064 bash[21045]: audit 1674641762.3561506 mon.smithi064 (mon.0) 353 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-01-25T10:16:03.646 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:03 smithi064 bash[21045]: audit 1674641762.356469 mon.smithi064 (mon.0) 354 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-01-25T10:16:03.646 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:03 smithi064 bash[21045]: audit 1674641762.356868 mon.smithi064 (mon.0) 355 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-01-25T10:16:03.746 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:03 smithi146 bash[24664]: audit 1674641762.3436894 mon.smithi146 (mon.1) 6 : audit 1 from='client.? 172.21.15.146:0/3039852378' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d7fb1565-2431-4fd2-a42e-782d24d78809"}]: dispatch 2023-01-25T10:16:03.747 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:03 smithi146 bash[24664]: audit 1674641762.3491828 mon.smithi064 (mon.0) 348 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d7fb1565-2431-4fd2-a42e-782d24d78809"}]: dispatch 2023-01-25T10:16:03.748 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:03 smithi146 bash[24664]: audit 1674641762.3548896 mon.smithi064 (mon.0) 349 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d7fb1565-2431-4fd2-a42e-782d24d78809"}]': finished 2023-01-25T10:16:03.748 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:03 smithi146 bash[24664]: cluster 1674641762.354991 mon.smithi064 (mon.0) 350 : cluster 0 osdmap e10: 5 total, 0 up, 5 in 2023-01-25T10:16:03.748 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:03 smithi146 bash[24664]: audit 1674641762.3552127 mon.smithi064 (mon.0) 351 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-01-25T10:16:03.748 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:03 smithi146 bash[24664]: audit 1674641762.3558273 mon.smithi064 (mon.0) 352 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-01-25T10:16:03.749 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:03 smithi146 bash[24664]: audit 1674641762.3561506 mon.smithi064 (mon.0) 353 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-01-25T10:16:03.749 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:03 smithi146 bash[24664]: audit 1674641762.356469 mon.smithi064 (mon.0) 354 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-01-25T10:16:03.749 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:03 smithi146 bash[24664]: audit 1674641762.356868 mon.smithi064 (mon.0) 355 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-01-25T10:16:04.625 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:04 smithi064 bash[21045]: cluster 1674641763.2933164 mgr.smithi064.xhfpzt (mgr.14193) 100 : cluster 0 pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T10:16:04.626 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:04 smithi064 bash[21045]: audit 1674641763.8219643 mon.smithi064 (mon.0) 356 : audit 1 from='client.? 172.21.15.64:0/450282465' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "69e29dc1-e878-461e-a68d-290327248f31"}]: dispatch 2023-01-25T10:16:04.626 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:04 smithi064 bash[21045]: audit 1674641763.8295617 mon.smithi064 (mon.0) 357 : audit 1 from='client.? 172.21.15.64:0/450282465' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "69e29dc1-e878-461e-a68d-290327248f31"}]': finished 2023-01-25T10:16:04.626 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:04 smithi064 bash[21045]: cluster 1674641763.8296652 mon.smithi064 (mon.0) 358 : cluster 0 osdmap e11: 6 total, 0 up, 6 in 2023-01-25T10:16:04.626 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:04 smithi064 bash[21045]: audit 1674641763.8297894 mon.smithi064 (mon.0) 359 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-01-25T10:16:04.627 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:04 smithi064 bash[21045]: audit 1674641763.8301992 mon.smithi064 (mon.0) 360 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-01-25T10:16:04.627 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:04 smithi064 bash[21045]: audit 1674641763.8304045 mon.smithi064 (mon.0) 361 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-01-25T10:16:04.627 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:04 smithi064 bash[21045]: audit 1674641763.8306365 mon.smithi064 (mon.0) 362 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-01-25T10:16:04.627 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:04 smithi064 bash[21045]: audit 1674641763.8308585 mon.smithi064 (mon.0) 363 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-01-25T10:16:04.627 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:04 smithi064 bash[21045]: audit 1674641763.8310835 mon.smithi064 (mon.0) 364 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-01-25T10:16:04.627 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:04 smithi064 bash[21045]: audit 1674641764.0348737 mon.smithi146 (mon.1) 7 : audit 0 from='client.? 172.21.15.146:0/2917278608' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-01-25T10:16:04.746 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:04 smithi146 bash[24664]: cluster 1674641763.2933164 mgr.smithi064.xhfpzt (mgr.14193) 100 : cluster 0 pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T10:16:04.746 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:04 smithi146 bash[24664]: audit 1674641763.8219643 mon.smithi064 (mon.0) 356 : audit 1 from='client.? 172.21.15.64:0/450282465' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "69e29dc1-e878-461e-a68d-290327248f31"}]: dispatch 2023-01-25T10:16:04.747 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:04 smithi146 bash[24664]: audit 1674641763.8295617 mon.smithi064 (mon.0) 357 : audit 1 from='client.? 172.21.15.64:0/450282465' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "69e29dc1-e878-461e-a68d-290327248f31"}]': finished 2023-01-25T10:16:04.747 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:04 smithi146 bash[24664]: cluster 1674641763.8296652 mon.smithi064 (mon.0) 358 : cluster 0 osdmap e11: 6 total, 0 up, 6 in 2023-01-25T10:16:04.747 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:04 smithi146 bash[24664]: audit 1674641763.8297894 mon.smithi064 (mon.0) 359 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-01-25T10:16:04.747 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:04 smithi146 bash[24664]: audit 1674641763.8301992 mon.smithi064 (mon.0) 360 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-01-25T10:16:04.747 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:04 smithi146 bash[24664]: audit 1674641763.8304045 mon.smithi064 (mon.0) 361 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-01-25T10:16:04.748 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:04 smithi146 bash[24664]: audit 1674641763.8306365 mon.smithi064 (mon.0) 362 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-01-25T10:16:04.748 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:04 smithi146 bash[24664]: audit 1674641763.8308585 mon.smithi064 (mon.0) 363 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-01-25T10:16:04.748 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:04 smithi146 bash[24664]: audit 1674641763.8310835 mon.smithi064 (mon.0) 364 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-01-25T10:16:04.748 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:04 smithi146 bash[24664]: audit 1674641764.0348737 mon.smithi146 (mon.1) 7 : audit 0 from='client.? 172.21.15.146:0/2917278608' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-01-25T10:16:06.644 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:06 smithi064 bash[21045]: cluster 1674641765.293637 mgr.smithi064.xhfpzt (mgr.14193) 101 : cluster 0 pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T10:16:06.645 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:06 smithi064 bash[21045]: audit 1674641766.1541905 mon.smithi064 (mon.0) 365 : audit 0 from='client.? 172.21.15.64:0/2758949827' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-01-25T10:16:06.746 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:06 smithi146 bash[24664]: cluster 1674641765.293637 mgr.smithi064.xhfpzt (mgr.14193) 101 : cluster 0 pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T10:16:06.746 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:06 smithi146 bash[24664]: audit 1674641766.1541905 mon.smithi064 (mon.0) 365 : audit 0 from='client.? 172.21.15.64:0/2758949827' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-01-25T10:16:07.039 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-01-25T10:16:07.645 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:07 smithi064 bash[21045]: audit 1674641766.901493 mon.smithi146 (mon.1) 8 : audit 1 from='client.? 172.21.15.146:0/3990553534' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e58b3609-f0dd-452e-985a-ec4c230fe51b"}]: dispatch 2023-01-25T10:16:07.645 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:07 smithi064 bash[21045]: audit 1674641766.901886 mon.smithi064 (mon.0) 366 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e58b3609-f0dd-452e-985a-ec4c230fe51b"}]: dispatch 2023-01-25T10:16:07.645 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:07 smithi064 bash[21045]: audit 1674641766.9084246 mon.smithi064 (mon.0) 367 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e58b3609-f0dd-452e-985a-ec4c230fe51b"}]': finished 2023-01-25T10:16:07.646 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:07 smithi064 bash[21045]: cluster 1674641766.9085107 mon.smithi064 (mon.0) 368 : cluster 0 osdmap e12: 7 total, 0 up, 7 in 2023-01-25T10:16:07.646 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:07 smithi064 bash[21045]: audit 1674641766.9086986 mon.smithi064 (mon.0) 369 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-01-25T10:16:07.646 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:07 smithi064 bash[21045]: audit 1674641766.9090822 mon.smithi064 (mon.0) 370 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-01-25T10:16:07.646 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:07 smithi064 bash[21045]: audit 1674641766.9093359 mon.smithi064 (mon.0) 371 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-01-25T10:16:07.647 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:07 smithi064 bash[21045]: audit 1674641766.9096434 mon.smithi064 (mon.0) 372 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-01-25T10:16:07.647 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:07 smithi064 bash[21045]: audit 1674641766.909988 mon.smithi064 (mon.0) 373 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-01-25T10:16:07.647 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:07 smithi064 bash[21045]: audit 1674641766.9102693 mon.smithi064 (mon.0) 374 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-01-25T10:16:07.647 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:07 smithi064 bash[21045]: audit 1674641766.9105 mon.smithi064 (mon.0) 375 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-01-25T10:16:07.647 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:07 smithi064 bash[21045]: audit 1674641767.0351048 mon.smithi064 (mon.0) 376 : audit 0 from='client.? 172.21.15.64:0/1870190361' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-01-25T10:16:07.746 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:07 smithi146 bash[24664]: audit 1674641766.901493 mon.smithi146 (mon.1) 8 : audit 1 from='client.? 172.21.15.146:0/3990553534' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e58b3609-f0dd-452e-985a-ec4c230fe51b"}]: dispatch 2023-01-25T10:16:07.746 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:07 smithi146 bash[24664]: audit 1674641766.901886 mon.smithi064 (mon.0) 366 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e58b3609-f0dd-452e-985a-ec4c230fe51b"}]: dispatch 2023-01-25T10:16:07.747 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:07 smithi146 bash[24664]: audit 1674641766.9084246 mon.smithi064 (mon.0) 367 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e58b3609-f0dd-452e-985a-ec4c230fe51b"}]': finished 2023-01-25T10:16:07.747 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:07 smithi146 bash[24664]: cluster 1674641766.9085107 mon.smithi064 (mon.0) 368 : cluster 0 osdmap e12: 7 total, 0 up, 7 in 2023-01-25T10:16:07.747 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:07 smithi146 bash[24664]: audit 1674641766.9086986 mon.smithi064 (mon.0) 369 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-01-25T10:16:07.747 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:07 smithi146 bash[24664]: audit 1674641766.9090822 mon.smithi064 (mon.0) 370 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-01-25T10:16:07.747 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:07 smithi146 bash[24664]: audit 1674641766.9093359 mon.smithi064 (mon.0) 371 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-01-25T10:16:07.748 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:07 smithi146 bash[24664]: audit 1674641766.9096434 mon.smithi064 (mon.0) 372 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-01-25T10:16:07.748 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:07 smithi146 bash[24664]: audit 1674641766.909988 mon.smithi064 (mon.0) 373 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-01-25T10:16:07.748 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:07 smithi146 bash[24664]: audit 1674641766.9102693 mon.smithi064 (mon.0) 374 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-01-25T10:16:07.748 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:07 smithi146 bash[24664]: audit 1674641766.9105 mon.smithi064 (mon.0) 375 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-01-25T10:16:07.748 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:07 smithi146 bash[24664]: audit 1674641767.0351048 mon.smithi064 (mon.0) 376 : audit 0 from='client.? 172.21.15.64:0/1870190361' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-01-25T10:16:07.854 INFO:teuthology.orchestra.run.smithi064.stdout:{"epoch":12,"num_osds":7,"num_up_osds":0,"osd_up_since":0,"num_in_osds":7,"osd_in_since":1674641766,"num_remapped_pgs":0} 2023-01-25T10:16:08.644 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:08 smithi064 bash[21045]: cluster 1674641767.294105 mgr.smithi064.xhfpzt (mgr.14193) 102 : cluster 0 pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T10:16:08.746 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:08 smithi146 bash[24664]: cluster 1674641767.294105 mgr.smithi064.xhfpzt (mgr.14193) 102 : cluster 0 pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T10:16:08.856 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:44e4095da12a8269eb6cfe163cbb0d00b1a6412c shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8464b54c-9c98-11ed-9e56-001a4aab830c -- ceph osd stat -f json 2023-01-25T10:16:09.645 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:09 smithi064 bash[21045]: audit 1674641768.6182518 mon.smithi146 (mon.1) 9 : audit 0 from='client.? 172.21.15.146:0/3701909609' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-01-25T10:16:09.645 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:09 smithi064 bash[21045]: audit 1674641769.0417497 mon.smithi064 (mon.0) 377 : audit 1 from='client.? 172.21.15.64:0/4101772239' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "dd112c50-ce69-4f53-842d-3f36e614ff21"}]: dispatch 2023-01-25T10:16:09.645 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:09 smithi064 bash[21045]: audit 1674641769.0495017 mon.smithi064 (mon.0) 378 : audit 1 from='client.? 172.21.15.64:0/4101772239' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "dd112c50-ce69-4f53-842d-3f36e614ff21"}]': finished 2023-01-25T10:16:09.646 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:09 smithi064 bash[21045]: cluster 1674641769.0495508 mon.smithi064 (mon.0) 379 : cluster 0 osdmap e13: 8 total, 0 up, 8 in 2023-01-25T10:16:09.646 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:09 smithi064 bash[21045]: audit 1674641769.049805 mon.smithi064 (mon.0) 380 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-01-25T10:16:09.646 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:09 smithi064 bash[21045]: audit 1674641769.0503604 mon.smithi064 (mon.0) 381 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-01-25T10:16:09.646 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:09 smithi064 bash[21045]: audit 1674641769.0506768 mon.smithi064 (mon.0) 382 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-01-25T10:16:09.646 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:09 smithi064 bash[21045]: audit 1674641769.0509963 mon.smithi064 (mon.0) 383 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-01-25T10:16:09.647 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:09 smithi064 bash[21045]: audit 1674641769.0513132 mon.smithi064 (mon.0) 384 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-01-25T10:16:09.647 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:09 smithi064 bash[21045]: audit 1674641769.051619 mon.smithi064 (mon.0) 385 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-01-25T10:16:09.647 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:09 smithi064 bash[21045]: audit 1674641769.0519006 mon.smithi064 (mon.0) 386 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-01-25T10:16:09.647 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:09 smithi064 bash[21045]: audit 1674641769.052321 mon.smithi064 (mon.0) 387 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-01-25T10:16:09.746 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:09 smithi146 bash[24664]: audit 1674641768.6182518 mon.smithi146 (mon.1) 9 : audit 0 from='client.? 172.21.15.146:0/3701909609' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-01-25T10:16:09.746 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:09 smithi146 bash[24664]: audit 1674641769.0417497 mon.smithi064 (mon.0) 377 : audit 1 from='client.? 172.21.15.64:0/4101772239' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "dd112c50-ce69-4f53-842d-3f36e614ff21"}]: dispatch 2023-01-25T10:16:09.747 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:09 smithi146 bash[24664]: audit 1674641769.0495017 mon.smithi064 (mon.0) 378 : audit 1 from='client.? 172.21.15.64:0/4101772239' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "dd112c50-ce69-4f53-842d-3f36e614ff21"}]': finished 2023-01-25T10:16:09.748 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:09 smithi146 bash[24664]: cluster 1674641769.0495508 mon.smithi064 (mon.0) 379 : cluster 0 osdmap e13: 8 total, 0 up, 8 in 2023-01-25T10:16:09.748 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:09 smithi146 bash[24664]: audit 1674641769.049805 mon.smithi064 (mon.0) 380 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-01-25T10:16:09.748 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:09 smithi146 bash[24664]: audit 1674641769.0503604 mon.smithi064 (mon.0) 381 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-01-25T10:16:09.749 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:09 smithi146 bash[24664]: audit 1674641769.0506768 mon.smithi064 (mon.0) 382 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-01-25T10:16:09.749 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:09 smithi146 bash[24664]: audit 1674641769.0509963 mon.smithi064 (mon.0) 383 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-01-25T10:16:09.749 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:09 smithi146 bash[24664]: audit 1674641769.0513132 mon.smithi064 (mon.0) 384 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-01-25T10:16:09.749 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:09 smithi146 bash[24664]: audit 1674641769.051619 mon.smithi064 (mon.0) 385 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-01-25T10:16:09.749 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:09 smithi146 bash[24664]: audit 1674641769.0519006 mon.smithi064 (mon.0) 386 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-01-25T10:16:09.750 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:09 smithi146 bash[24664]: audit 1674641769.052321 mon.smithi064 (mon.0) 387 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-01-25T10:16:10.644 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:10 smithi064 bash[21045]: cluster 1674641769.2944846 mgr.smithi064.xhfpzt (mgr.14193) 103 : cluster 0 pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T10:16:10.746 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:10 smithi146 bash[24664]: cluster 1674641769.2944846 mgr.smithi064.xhfpzt (mgr.14193) 103 : cluster 0 pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T10:16:11.496 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:11 smithi146 bash[24664]: audit 1674641770.8773592 mon.smithi064 (mon.0) 388 : audit 0 from='client.? 172.21.15.64:0/1116679999' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-01-25T10:16:11.645 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:11 smithi064 bash[21045]: audit 1674641770.8773592 mon.smithi064 (mon.0) 388 : audit 0 from='client.? 172.21.15.64:0/1116679999' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-01-25T10:16:12.644 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:12 smithi064 bash[21045]: cluster 1674641771.2949114 mgr.smithi064.xhfpzt (mgr.14193) 104 : cluster 0 pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T10:16:12.746 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:12 smithi146 bash[24664]: cluster 1674641771.2949114 mgr.smithi064.xhfpzt (mgr.14193) 104 : cluster 0 pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T10:16:13.726 INFO:teuthology.orchestra.run.smithi064.stderr:Inferring config /var/lib/ceph/8464b54c-9c98-11ed-9e56-001a4aab830c/mon.smithi064/config 2023-01-25T10:16:14.644 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:14 smithi064 bash[21045]: cluster 1674641773.2952523 mgr.smithi064.xhfpzt (mgr.14193) 105 : cluster 0 pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T10:16:14.746 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:14 smithi146 bash[24664]: cluster 1674641773.2952523 mgr.smithi064.xhfpzt (mgr.14193) 105 : cluster 0 pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T10:16:15.644 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:15 smithi064 bash[21045]: audit 1674641775.363829 mon.smithi064 (mon.0) 389 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-01-25T10:16:15.746 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:15 smithi146 bash[24664]: audit 1674641775.363829 mon.smithi064 (mon.0) 389 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-01-25T10:16:16.645 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:16 smithi064 bash[21045]: cluster 1674641775.2955525 mgr.smithi064.xhfpzt (mgr.14193) 106 : cluster 0 pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T10:16:16.746 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:16 smithi146 bash[24664]: cluster 1674641775.2955525 mgr.smithi064.xhfpzt (mgr.14193) 106 : cluster 0 pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T10:16:17.723 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-01-25T10:16:18.499 INFO:teuthology.orchestra.run.smithi064.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1674641769,"num_remapped_pgs":0} 2023-01-25T10:16:18.746 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:18 smithi146 bash[24664]: cluster 1674641777.296015 mgr.smithi064.xhfpzt (mgr.14193) 107 : cluster 0 pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T10:16:18.746 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:18 smithi146 bash[24664]: audit 1674641777.7189958 mon.smithi064 (mon.0) 390 : audit 0 from='client.? 172.21.15.64:0/649109663' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-01-25T10:16:18.894 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:18 smithi064 bash[21045]: cluster 1674641777.296015 mgr.smithi064.xhfpzt (mgr.14193) 107 : cluster 0 pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T10:16:18.895 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:18 smithi064 bash[21045]: audit 1674641777.7189958 mon.smithi064 (mon.0) 390 : audit 0 from='client.? 172.21.15.64:0/649109663' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-01-25T10:16:19.501 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:44e4095da12a8269eb6cfe163cbb0d00b1a6412c shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8464b54c-9c98-11ed-9e56-001a4aab830c -- ceph osd stat -f json 2023-01-25T10:16:20.496 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:20 smithi146 bash[24664]: cluster 1674641779.2965422 mgr.smithi064.xhfpzt (mgr.14193) 108 : cluster 0 pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T10:16:20.894 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:20 smithi064 bash[21045]: cluster 1674641779.2965422 mgr.smithi064.xhfpzt (mgr.14193) 108 : cluster 0 pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T10:16:21.746 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:21 smithi146 bash[24664]: audit 1674641780.7049623 mon.smithi064 (mon.0) 391 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-01-25T10:16:21.746 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:21 smithi146 bash[24664]: audit 1674641780.7063723 mon.smithi064 (mon.0) 392 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-01-25T10:16:21.894 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:21 smithi064 bash[21045]: audit 1674641780.7049623 mon.smithi064 (mon.0) 391 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-01-25T10:16:21.895 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:21 smithi064 bash[21045]: audit 1674641780.7063723 mon.smithi064 (mon.0) 392 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-01-25T10:16:22.746 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:22 smithi146 bash[24664]: cephadm 1674641780.7077491 mgr.smithi064.xhfpzt (mgr.14193) 109 : cephadm 1 Deploying daemon osd.0 on smithi146 2023-01-25T10:16:22.746 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:22 smithi146 bash[24664]: cluster 1674641781.2969801 mgr.smithi064.xhfpzt (mgr.14193) 110 : cluster 0 pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T10:16:22.894 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:22 smithi064 bash[21045]: cephadm 1674641780.7077491 mgr.smithi064.xhfpzt (mgr.14193) 109 : cephadm 1 Deploying daemon osd.0 on smithi146 2023-01-25T10:16:22.895 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:22 smithi064 bash[21045]: cluster 1674641781.2969801 mgr.smithi064.xhfpzt (mgr.14193) 110 : cluster 0 pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T10:16:24.746 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:24 smithi146 bash[24664]: cluster 1674641783.2973452 mgr.smithi064.xhfpzt (mgr.14193) 111 : cluster 0 pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T10:16:24.894 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:24 smithi064 bash[21045]: cluster 1674641783.2973452 mgr.smithi064.xhfpzt (mgr.14193) 111 : cluster 0 pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T10:16:25.131 INFO:teuthology.orchestra.run.smithi064.stderr:Inferring config /var/lib/ceph/8464b54c-9c98-11ed-9e56-001a4aab830c/mon.smithi064/config 2023-01-25T10:16:25.644 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:25 smithi064 bash[21045]: audit 1674641784.5611207 mon.smithi064 (mon.0) 393 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-01-25T10:16:25.645 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:25 smithi064 bash[21045]: audit 1674641784.5625348 mon.smithi064 (mon.0) 394 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-01-25T10:16:25.645 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:25 smithi064 bash[21045]: cephadm 1674641784.563649 mgr.smithi064.xhfpzt (mgr.14193) 112 : cephadm 1 Deploying daemon osd.1 on smithi064 2023-01-25T10:16:25.673 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:25 smithi146 bash[24664]: audit 1674641784.5611207 mon.smithi064 (mon.0) 393 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-01-25T10:16:25.673 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:25 smithi146 bash[24664]: audit 1674641784.5625348 mon.smithi064 (mon.0) 394 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-01-25T10:16:25.673 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:25 smithi146 bash[24664]: cephadm 1674641784.563649 mgr.smithi064.xhfpzt (mgr.14193) 112 : cephadm 1 Deploying daemon osd.1 on smithi064 2023-01-25T10:16:26.893 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:26 smithi064 bash[21045]: cluster 1674641785.2976954 mgr.smithi064.xhfpzt (mgr.14193) 113 : cluster 0 pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T10:16:26.893 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:26 smithi064 bash[21045]: audit 1674641785.594545 mon.smithi064 (mon.0) 395 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:16:26.893 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:26 smithi064 bash[21045]: audit 1674641785.6014922 mon.smithi064 (mon.0) 396 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:16:26.893 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:26 smithi064 bash[21045]: audit 1674641785.6029525 mon.smithi064 (mon.0) 397 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-01-25T10:16:26.894 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:26 smithi064 bash[21045]: audit 1674641785.604478 mon.smithi064 (mon.0) 398 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-01-25T10:16:26.894 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:26 smithi064 bash[21045]: cephadm 1674641785.605652 mgr.smithi064.xhfpzt (mgr.14193) 114 : cephadm 1 Deploying daemon osd.2 on smithi146 2023-01-25T10:16:26.996 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:26 smithi146 bash[24664]: cluster 1674641785.2976954 mgr.smithi064.xhfpzt (mgr.14193) 113 : cluster 0 pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T10:16:26.996 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:26 smithi146 bash[24664]: audit 1674641785.594545 mon.smithi064 (mon.0) 395 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:16:26.997 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:26 smithi146 bash[24664]: audit 1674641785.6014922 mon.smithi064 (mon.0) 396 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:16:26.997 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:26 smithi146 bash[24664]: audit 1674641785.6029525 mon.smithi064 (mon.0) 397 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-01-25T10:16:26.997 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:26 smithi146 bash[24664]: audit 1674641785.604478 mon.smithi064 (mon.0) 398 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-01-25T10:16:26.997 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:26 smithi146 bash[24664]: cephadm 1674641785.605652 mgr.smithi064.xhfpzt (mgr.14193) 114 : cephadm 1 Deploying daemon osd.2 on smithi146 2023-01-25T10:16:28.895 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:28 smithi064 bash[21045]: cluster 1674641787.2981563 mgr.smithi064.xhfpzt (mgr.14193) 115 : cluster 0 pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T10:16:28.996 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:28 smithi146 bash[24664]: cluster 1674641787.2981563 mgr.smithi064.xhfpzt (mgr.14193) 115 : cluster 0 pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T10:16:30.490 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-01-25T10:16:30.894 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:30 smithi064 bash[21045]: cluster 1674641789.2986915 mgr.smithi064.xhfpzt (mgr.14193) 116 : cluster 0 pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T10:16:30.895 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:30 smithi064 bash[21045]: audit 1674641790.3642464 mon.smithi064 (mon.0) 399 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-01-25T10:16:30.895 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:30 smithi064 bash[21045]: audit 1674641790.48558 mon.smithi064 (mon.0) 400 : audit 0 from='client.? 172.21.15.64:0/3575647663' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-01-25T10:16:30.996 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:30 smithi146 bash[24664]: cluster 1674641789.2986915 mgr.smithi064.xhfpzt (mgr.14193) 116 : cluster 0 pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T10:16:30.996 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:30 smithi146 bash[24664]: audit 1674641790.3642464 mon.smithi064 (mon.0) 399 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-01-25T10:16:30.997 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:30 smithi146 bash[24664]: audit 1674641790.48558 mon.smithi064 (mon.0) 400 : audit 0 from='client.? 172.21.15.64:0/3575647663' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-01-25T10:16:31.817 INFO:teuthology.orchestra.run.smithi064.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1674641769,"num_remapped_pgs":0} 2023-01-25T10:16:32.819 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:44e4095da12a8269eb6cfe163cbb0d00b1a6412c shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8464b54c-9c98-11ed-9e56-001a4aab830c -- ceph osd stat -f json 2023-01-25T10:16:32.829 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:32 smithi064 bash[21045]: cluster 1674641791.2992167 mgr.smithi064.xhfpzt (mgr.14193) 117 : cluster 0 pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T10:16:32.829 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:32 smithi064 bash[21045]: audit 1674641791.8597715 mon.smithi064 (mon.0) 401 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:16:32.829 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:32 smithi064 bash[21045]: audit 1674641791.8669403 mon.smithi064 (mon.0) 402 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:16:32.830 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:32 smithi064 bash[21045]: audit 1674641791.868363 mon.smithi064 (mon.0) 403 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-01-25T10:16:32.830 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:32 smithi064 bash[21045]: audit 1674641791.869525 mon.smithi064 (mon.0) 404 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-01-25T10:16:32.830 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:32 smithi064 bash[21045]: audit 1674641792.4958148 mon.smithi064 (mon.0) 405 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:16:32.830 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:32 smithi064 bash[21045]: audit 1674641792.5036073 mon.smithi064 (mon.0) 406 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:16:32.830 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:32 smithi064 bash[21045]: audit 1674641792.5048666 mon.smithi064 (mon.0) 407 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-01-25T10:16:32.831 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:32 smithi064 bash[21045]: audit 1674641792.5058844 mon.smithi064 (mon.0) 408 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-01-25T10:16:32.996 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:32 smithi146 bash[24664]: cluster 1674641791.2992167 mgr.smithi064.xhfpzt (mgr.14193) 117 : cluster 0 pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T10:16:32.996 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:32 smithi146 bash[24664]: audit 1674641791.8597715 mon.smithi064 (mon.0) 401 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:16:32.997 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:32 smithi146 bash[24664]: audit 1674641791.8669403 mon.smithi064 (mon.0) 402 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:16:32.997 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:32 smithi146 bash[24664]: audit 1674641791.868363 mon.smithi064 (mon.0) 403 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-01-25T10:16:32.997 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:32 smithi146 bash[24664]: audit 1674641791.869525 mon.smithi064 (mon.0) 404 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-01-25T10:16:32.997 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:32 smithi146 bash[24664]: audit 1674641792.4958148 mon.smithi064 (mon.0) 405 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:16:32.998 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:32 smithi146 bash[24664]: audit 1674641792.5036073 mon.smithi064 (mon.0) 406 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:16:32.998 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:32 smithi146 bash[24664]: audit 1674641792.5048666 mon.smithi064 (mon.0) 407 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-01-25T10:16:32.998 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:32 smithi146 bash[24664]: audit 1674641792.5058844 mon.smithi064 (mon.0) 408 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-01-25T10:16:33.914 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:33 smithi064 bash[21045]: cephadm 1674641791.8705678 mgr.smithi064.xhfpzt (mgr.14193) 118 : cephadm 1 Deploying daemon osd.4 on smithi146 2023-01-25T10:16:33.914 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:33 smithi064 bash[21045]: cephadm 1674641792.506862 mgr.smithi064.xhfpzt (mgr.14193) 119 : cephadm 1 Deploying daemon osd.3 on smithi064 2023-01-25T10:16:33.996 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:33 smithi146 bash[24664]: cephadm 1674641791.8705678 mgr.smithi064.xhfpzt (mgr.14193) 118 : cephadm 1 Deploying daemon osd.4 on smithi146 2023-01-25T10:16:33.996 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:33 smithi146 bash[24664]: cephadm 1674641792.506862 mgr.smithi064.xhfpzt (mgr.14193) 119 : cephadm 1 Deploying daemon osd.3 on smithi064 2023-01-25T10:16:34.800 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:34 smithi064 bash[21045]: cluster 1674641793.299629 mgr.smithi064.xhfpzt (mgr.14193) 120 : cluster 0 pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T10:16:35.020 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:34 smithi146 bash[24664]: cluster 1674641793.299629 mgr.smithi064.xhfpzt (mgr.14193) 120 : cluster 0 pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T10:16:35.746 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:35 smithi146 bash[24664]: audit 1674641794.8547797 mon.smithi146 (mon.1) 10 : audit 1 from='osd.0 [v2:172.21.15.146:6800/3046104573,v1:172.21.15.146:6801/3046104573]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-01-25T10:16:35.746 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:35 smithi146 bash[24664]: audit 1674641794.8550088 mon.smithi064 (mon.0) 409 : audit 1 from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-01-25T10:16:35.895 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:35 smithi064 bash[21045]: audit 1674641794.8547797 mon.smithi146 (mon.1) 10 : audit 1 from='osd.0 [v2:172.21.15.146:6800/3046104573,v1:172.21.15.146:6801/3046104573]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-01-25T10:16:35.895 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:35 smithi064 bash[21045]: audit 1674641794.8550088 mon.smithi064 (mon.0) 409 : audit 1 from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-01-25T10:16:36.894 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:36 smithi064 bash[21045]: cluster 1674641795.2999167 mgr.smithi064.xhfpzt (mgr.14193) 121 : cluster 0 pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T10:16:36.895 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:36 smithi064 bash[21045]: audit 1674641795.624425 mon.smithi064 (mon.0) 410 : audit 1 from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-01-25T10:16:36.895 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:36 smithi064 bash[21045]: cluster 1674641795.6244838 mon.smithi064 (mon.0) 411 : cluster 0 osdmap e14: 8 total, 0 up, 8 in 2023-01-25T10:16:36.895 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:36 smithi064 bash[21045]: audit 1674641795.6246905 mon.smithi064 (mon.0) 412 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-01-25T10:16:36.896 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:36 smithi064 bash[21045]: audit 1674641795.6253357 mon.smithi064 (mon.0) 413 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-01-25T10:16:36.896 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:36 smithi064 bash[21045]: audit 1674641795.6257186 mon.smithi146 (mon.1) 11 : audit 1 from='osd.0 [v2:172.21.15.146:6800/3046104573,v1:172.21.15.146:6801/3046104573]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi146", "root=default"]}]: dispatch 2023-01-25T10:16:36.896 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:36 smithi064 bash[21045]: audit 1674641795.6260102 mon.smithi064 (mon.0) 414 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-01-25T10:16:36.896 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:36 smithi064 bash[21045]: audit 1674641795.6264462 mon.smithi064 (mon.0) 415 : audit 1 from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi146", "root=default"]}]: dispatch 2023-01-25T10:16:36.896 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:36 smithi064 bash[21045]: audit 1674641795.626909 mon.smithi064 (mon.0) 416 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-01-25T10:16:36.897 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:36 smithi064 bash[21045]: audit 1674641795.6272557 mon.smithi064 (mon.0) 417 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-01-25T10:16:36.897 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:36 smithi064 bash[21045]: audit 1674641795.6275845 mon.smithi064 (mon.0) 418 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-01-25T10:16:36.897 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:36 smithi064 bash[21045]: audit 1674641795.6278756 mon.smithi064 (mon.0) 419 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-01-25T10:16:36.897 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:36 smithi064 bash[21045]: audit 1674641795.6282086 mon.smithi064 (mon.0) 420 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-01-25T10:16:36.942 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:36 smithi146 bash[24664]: cluster 1674641795.2999167 mgr.smithi064.xhfpzt (mgr.14193) 121 : cluster 0 pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T10:16:36.942 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:36 smithi146 bash[24664]: audit 1674641795.624425 mon.smithi064 (mon.0) 410 : audit 1 from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-01-25T10:16:36.942 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:36 smithi146 bash[24664]: cluster 1674641795.6244838 mon.smithi064 (mon.0) 411 : cluster 0 osdmap e14: 8 total, 0 up, 8 in 2023-01-25T10:16:36.942 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:36 smithi146 bash[24664]: audit 1674641795.6246905 mon.smithi064 (mon.0) 412 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-01-25T10:16:36.943 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:36 smithi146 bash[24664]: audit 1674641795.6253357 mon.smithi064 (mon.0) 413 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-01-25T10:16:36.943 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:36 smithi146 bash[24664]: audit 1674641795.6257186 mon.smithi146 (mon.1) 11 : audit 1 from='osd.0 [v2:172.21.15.146:6800/3046104573,v1:172.21.15.146:6801/3046104573]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi146", "root=default"]}]: dispatch 2023-01-25T10:16:36.943 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:36 smithi146 bash[24664]: audit 1674641795.6260102 mon.smithi064 (mon.0) 414 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-01-25T10:16:36.943 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:36 smithi146 bash[24664]: audit 1674641795.6264462 mon.smithi064 (mon.0) 415 : audit 1 from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi146", "root=default"]}]: dispatch 2023-01-25T10:16:36.943 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:36 smithi146 bash[24664]: audit 1674641795.626909 mon.smithi064 (mon.0) 416 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-01-25T10:16:36.944 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:36 smithi146 bash[24664]: audit 1674641795.6272557 mon.smithi064 (mon.0) 417 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-01-25T10:16:36.944 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:36 smithi146 bash[24664]: audit 1674641795.6275845 mon.smithi064 (mon.0) 418 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-01-25T10:16:36.944 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:36 smithi146 bash[24664]: audit 1674641795.6278756 mon.smithi064 (mon.0) 419 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-01-25T10:16:36.944 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:36 smithi146 bash[24664]: audit 1674641795.6282086 mon.smithi064 (mon.0) 420 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-01-25T10:16:37.895 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:37 smithi064 bash[21045]: audit 1674641796.6267064 mon.smithi064 (mon.0) 421 : audit 1 from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi146", "root=default"]}]': finished 2023-01-25T10:16:37.895 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:37 smithi064 bash[21045]: cluster 1674641796.6267953 mon.smithi064 (mon.0) 422 : cluster 0 osdmap e15: 8 total, 0 up, 8 in 2023-01-25T10:16:37.895 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:37 smithi064 bash[21045]: audit 1674641796.6272018 mon.smithi064 (mon.0) 423 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-01-25T10:16:37.896 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:37 smithi064 bash[21045]: audit 1674641796.6275616 mon.smithi064 (mon.0) 424 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-01-25T10:16:37.896 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:37 smithi064 bash[21045]: audit 1674641796.6277807 mon.smithi064 (mon.0) 425 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-01-25T10:16:37.896 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:37 smithi064 bash[21045]: audit 1674641796.6280684 mon.smithi064 (mon.0) 426 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-01-25T10:16:37.896 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:37 smithi064 bash[21045]: audit 1674641796.628235 mon.smithi064 (mon.0) 427 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-01-25T10:16:37.897 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:37 smithi064 bash[21045]: audit 1674641796.6283996 mon.smithi064 (mon.0) 428 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-01-25T10:16:37.897 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:37 smithi064 bash[21045]: audit 1674641796.6319606 mon.smithi064 (mon.0) 429 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-01-25T10:16:37.897 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:37 smithi064 bash[21045]: audit 1674641796.6321864 mon.smithi064 (mon.0) 430 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-01-25T10:16:37.897 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:37 smithi064 bash[21045]: audit 1674641796.6339734 mon.smithi064 (mon.0) 431 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-01-25T10:16:37.897 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:37 smithi064 bash[21045]: cluster 1674641797.3002222 mgr.smithi064.xhfpzt (mgr.14193) 122 : cluster 0 pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T10:16:37.931 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:37 smithi146 bash[24664]: audit 1674641796.6267064 mon.smithi064 (mon.0) 421 : audit 1 from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi146", "root=default"]}]': finished 2023-01-25T10:16:37.932 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:37 smithi146 bash[24664]: cluster 1674641796.6267953 mon.smithi064 (mon.0) 422 : cluster 0 osdmap e15: 8 total, 0 up, 8 in 2023-01-25T10:16:37.932 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:37 smithi146 bash[24664]: audit 1674641796.6272018 mon.smithi064 (mon.0) 423 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-01-25T10:16:37.932 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:37 smithi146 bash[24664]: audit 1674641796.6275616 mon.smithi064 (mon.0) 424 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-01-25T10:16:37.932 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:37 smithi146 bash[24664]: audit 1674641796.6277807 mon.smithi064 (mon.0) 425 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-01-25T10:16:37.933 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:37 smithi146 bash[24664]: audit 1674641796.6280684 mon.smithi064 (mon.0) 426 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-01-25T10:16:37.933 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:37 smithi146 bash[24664]: audit 1674641796.628235 mon.smithi064 (mon.0) 427 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-01-25T10:16:37.933 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:37 smithi146 bash[24664]: audit 1674641796.6283996 mon.smithi064 (mon.0) 428 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-01-25T10:16:37.933 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:37 smithi146 bash[24664]: audit 1674641796.6319606 mon.smithi064 (mon.0) 429 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-01-25T10:16:37.934 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:37 smithi146 bash[24664]: audit 1674641796.6321864 mon.smithi064 (mon.0) 430 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-01-25T10:16:37.934 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:37 smithi146 bash[24664]: audit 1674641796.6339734 mon.smithi064 (mon.0) 431 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-01-25T10:16:37.934 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:37 smithi146 bash[24664]: cluster 1674641797.3002222 mgr.smithi064.xhfpzt (mgr.14193) 122 : cluster 0 pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T10:16:38.895 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:38 smithi064 bash[21045]: cluster 1674641795.839596 osd.0 (osd.0) 1 : cluster 0 purged_snaps scrub starts 2023-01-25T10:16:38.896 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:38 smithi064 bash[21045]: cluster 1674641795.8397691 osd.0 (osd.0) 2 : cluster 0 purged_snaps scrub ok 2023-01-25T10:16:38.896 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:38 smithi064 bash[21045]: audit 1674641797.635199 mon.smithi064 (mon.0) 432 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-01-25T10:16:38.896 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:38 smithi064 bash[21045]: cluster 1674641797.6404068 mon.smithi064 (mon.0) 433 : cluster 1 osd.0 [v2:172.21.15.146:6800/3046104573,v1:172.21.15.146:6801/3046104573] boot 2023-01-25T10:16:38.897 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:38 smithi064 bash[21045]: cluster 1674641797.6404455 mon.smithi064 (mon.0) 434 : cluster 0 osdmap e16: 8 total, 1 up, 8 in 2023-01-25T10:16:38.897 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:38 smithi064 bash[21045]: audit 1674641797.640726 mon.smithi064 (mon.0) 435 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-01-25T10:16:38.897 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:38 smithi064 bash[21045]: audit 1674641797.6413543 mon.smithi064 (mon.0) 436 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-01-25T10:16:38.898 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:38 smithi064 bash[21045]: audit 1674641797.6416066 mon.smithi064 (mon.0) 437 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-01-25T10:16:38.898 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:38 smithi064 bash[21045]: audit 1674641797.6418552 mon.smithi064 (mon.0) 438 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-01-25T10:16:38.899 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:38 smithi064 bash[21045]: audit 1674641797.642113 mon.smithi064 (mon.0) 439 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-01-25T10:16:38.899 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:38 smithi064 bash[21045]: audit 1674641797.6423693 mon.smithi064 (mon.0) 440 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-01-25T10:16:38.899 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:38 smithi064 bash[21045]: audit 1674641797.642611 mon.smithi064 (mon.0) 441 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-01-25T10:16:38.899 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:38 smithi064 bash[21045]: audit 1674641797.6428924 mon.smithi064 (mon.0) 442 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-01-25T10:16:38.996 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:38 smithi146 bash[24664]: cluster 1674641795.839596 osd.0 (osd.0) 1 : cluster 0 purged_snaps scrub starts 2023-01-25T10:16:38.997 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:38 smithi146 bash[24664]: cluster 1674641795.8397691 osd.0 (osd.0) 2 : cluster 0 purged_snaps scrub ok 2023-01-25T10:16:38.997 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:38 smithi146 bash[24664]: audit 1674641797.635199 mon.smithi064 (mon.0) 432 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-01-25T10:16:38.997 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:38 smithi146 bash[24664]: cluster 1674641797.6404068 mon.smithi064 (mon.0) 433 : cluster 1 osd.0 [v2:172.21.15.146:6800/3046104573,v1:172.21.15.146:6801/3046104573] boot 2023-01-25T10:16:38.997 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:38 smithi146 bash[24664]: cluster 1674641797.6404455 mon.smithi064 (mon.0) 434 : cluster 0 osdmap e16: 8 total, 1 up, 8 in 2023-01-25T10:16:38.997 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:38 smithi146 bash[24664]: audit 1674641797.640726 mon.smithi064 (mon.0) 435 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-01-25T10:16:38.998 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:38 smithi146 bash[24664]: audit 1674641797.6413543 mon.smithi064 (mon.0) 436 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-01-25T10:16:38.998 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:38 smithi146 bash[24664]: audit 1674641797.6416066 mon.smithi064 (mon.0) 437 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-01-25T10:16:38.998 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:38 smithi146 bash[24664]: audit 1674641797.6418552 mon.smithi064 (mon.0) 438 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-01-25T10:16:38.998 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:38 smithi146 bash[24664]: audit 1674641797.642113 mon.smithi064 (mon.0) 439 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-01-25T10:16:38.998 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:38 smithi146 bash[24664]: audit 1674641797.6423693 mon.smithi064 (mon.0) 440 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-01-25T10:16:38.999 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:38 smithi146 bash[24664]: audit 1674641797.642611 mon.smithi064 (mon.0) 441 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-01-25T10:16:38.999 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:38 smithi146 bash[24664]: audit 1674641797.6428924 mon.smithi064 (mon.0) 442 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-01-25T10:16:39.895 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:39 smithi064 bash[21045]: cluster 1674641798.6476948 mon.smithi064 (mon.0) 443 : cluster 0 osdmap e17: 8 total, 1 up, 8 in 2023-01-25T10:16:39.895 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:39 smithi064 bash[21045]: audit 1674641798.6480477 mon.smithi064 (mon.0) 444 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-01-25T10:16:39.895 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:39 smithi064 bash[21045]: audit 1674641798.6484334 mon.smithi064 (mon.0) 445 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-01-25T10:16:39.895 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:39 smithi064 bash[21045]: audit 1674641798.6486719 mon.smithi064 (mon.0) 446 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-01-25T10:16:39.896 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:39 smithi064 bash[21045]: audit 1674641798.6506236 mon.smithi064 (mon.0) 447 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:16:39.896 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:39 smithi064 bash[21045]: audit 1674641798.65101 mon.smithi064 (mon.0) 448 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-01-25T10:16:39.896 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:39 smithi064 bash[21045]: audit 1674641798.6512754 mon.smithi064 (mon.0) 449 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-01-25T10:16:39.896 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:39 smithi064 bash[21045]: audit 1674641798.6515038 mon.smithi064 (mon.0) 450 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-01-25T10:16:39.897 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:39 smithi064 bash[21045]: audit 1674641798.6517465 mon.smithi064 (mon.0) 451 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-01-25T10:16:39.897 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:39 smithi064 bash[21045]: audit 1674641798.6567922 mon.smithi064 (mon.0) 452 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:16:39.897 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:39 smithi064 bash[21045]: audit 1674641798.6578639 mon.smithi064 (mon.0) 453 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-01-25T10:16:39.897 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:39 smithi064 bash[21045]: audit 1674641798.6590939 mon.smithi064 (mon.0) 454 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-01-25T10:16:39.898 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:39 smithi064 bash[21045]: cephadm 1674641798.6600828 mgr.smithi064.xhfpzt (mgr.14193) 123 : cephadm 1 Deploying daemon osd.6 on smithi146 2023-01-25T10:16:39.898 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:39 smithi064 bash[21045]: cluster 1674641799.3007023 mgr.smithi064.xhfpzt (mgr.14193) 124 : cluster 0 pgmap v78: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-01-25T10:16:39.996 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:39 smithi146 bash[24664]: cluster 1674641798.6476948 mon.smithi064 (mon.0) 443 : cluster 0 osdmap e17: 8 total, 1 up, 8 in 2023-01-25T10:16:39.997 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:39 smithi146 bash[24664]: audit 1674641798.6480477 mon.smithi064 (mon.0) 444 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-01-25T10:16:39.997 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:39 smithi146 bash[24664]: audit 1674641798.6484334 mon.smithi064 (mon.0) 445 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-01-25T10:16:39.997 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:39 smithi146 bash[24664]: audit 1674641798.6486719 mon.smithi064 (mon.0) 446 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-01-25T10:16:39.997 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:39 smithi146 bash[24664]: audit 1674641798.6506236 mon.smithi064 (mon.0) 447 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:16:39.998 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:39 smithi146 bash[24664]: audit 1674641798.65101 mon.smithi064 (mon.0) 448 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-01-25T10:16:39.998 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:39 smithi146 bash[24664]: audit 1674641798.6512754 mon.smithi064 (mon.0) 449 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-01-25T10:16:39.998 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:39 smithi146 bash[24664]: audit 1674641798.6515038 mon.smithi064 (mon.0) 450 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-01-25T10:16:39.998 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:39 smithi146 bash[24664]: audit 1674641798.6517465 mon.smithi064 (mon.0) 451 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-01-25T10:16:39.999 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:39 smithi146 bash[24664]: audit 1674641798.6567922 mon.smithi064 (mon.0) 452 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:16:39.999 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:39 smithi146 bash[24664]: audit 1674641798.6578639 mon.smithi064 (mon.0) 453 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-01-25T10:16:39.999 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:39 smithi146 bash[24664]: audit 1674641798.6590939 mon.smithi064 (mon.0) 454 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-01-25T10:16:39.999 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:39 smithi146 bash[24664]: cephadm 1674641798.6600828 mgr.smithi064.xhfpzt (mgr.14193) 123 : cephadm 1 Deploying daemon osd.6 on smithi146 2023-01-25T10:16:39.999 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:39 smithi146 bash[24664]: cluster 1674641799.3007023 mgr.smithi064.xhfpzt (mgr.14193) 124 : cluster 0 pgmap v78: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-01-25T10:16:41.099 INFO:teuthology.orchestra.run.smithi064.stderr:Inferring config /var/lib/ceph/8464b54c-9c98-11ed-9e56-001a4aab830c/mon.smithi064/config 2023-01-25T10:16:41.246 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:41 smithi146 bash[24664]: audit 1674641800.1692023 mon.smithi064 (mon.0) 455 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:16:41.247 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:41 smithi146 bash[24664]: audit 1674641800.1769383 mon.smithi064 (mon.0) 456 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:16:41.247 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:41 smithi146 bash[24664]: audit 1674641800.1783187 mon.smithi064 (mon.0) 457 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-01-25T10:16:41.247 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:41 smithi146 bash[24664]: audit 1674641800.179509 mon.smithi064 (mon.0) 458 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-01-25T10:16:41.247 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:41 smithi146 bash[24664]: cephadm 1674641800.1805265 mgr.smithi064.xhfpzt (mgr.14193) 125 : cephadm 1 Deploying daemon osd.5 on smithi064 2023-01-25T10:16:41.247 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:41 smithi146 bash[24664]: audit 1674641800.9811132 mon.smithi146 (mon.1) 12 : audit 1 from='osd.2 [v2:172.21.15.146:6808/547274868,v1:172.21.15.146:6809/547274868]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-01-25T10:16:41.248 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:41 smithi146 bash[24664]: audit 1674641800.9813366 mon.smithi064 (mon.0) 459 : audit 1 from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-01-25T10:16:41.645 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:41 smithi064 bash[21045]: audit 1674641800.1692023 mon.smithi064 (mon.0) 455 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:16:41.645 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:41 smithi064 bash[21045]: audit 1674641800.1769383 mon.smithi064 (mon.0) 456 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:16:41.645 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:41 smithi064 bash[21045]: audit 1674641800.1783187 mon.smithi064 (mon.0) 457 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-01-25T10:16:41.645 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:41 smithi064 bash[21045]: audit 1674641800.179509 mon.smithi064 (mon.0) 458 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-01-25T10:16:41.646 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:41 smithi064 bash[21045]: cephadm 1674641800.1805265 mgr.smithi064.xhfpzt (mgr.14193) 125 : cephadm 1 Deploying daemon osd.5 on smithi064 2023-01-25T10:16:41.646 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:41 smithi064 bash[21045]: audit 1674641800.9811132 mon.smithi146 (mon.1) 12 : audit 1 from='osd.2 [v2:172.21.15.146:6808/547274868,v1:172.21.15.146:6809/547274868]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-01-25T10:16:41.646 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:41 smithi064 bash[21045]: audit 1674641800.9813366 mon.smithi064 (mon.0) 459 : audit 1 from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-01-25T10:16:42.496 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:42 smithi146 bash[24664]: audit 1674641801.182207 mon.smithi064 (mon.0) 460 : audit 1 from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-01-25T10:16:42.497 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:42 smithi146 bash[24664]: cluster 1674641801.1822617 mon.smithi064 (mon.0) 461 : cluster 0 osdmap e18: 8 total, 1 up, 8 in 2023-01-25T10:16:42.497 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:42 smithi146 bash[24664]: audit 1674641801.1823845 mon.smithi064 (mon.0) 462 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-01-25T10:16:42.497 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:42 smithi146 bash[24664]: audit 1674641801.182842 mon.smithi064 (mon.0) 463 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-01-25T10:16:42.497 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:42 smithi146 bash[24664]: audit 1674641801.183104 mon.smithi064 (mon.0) 464 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-01-25T10:16:42.497 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:42 smithi146 bash[24664]: audit 1674641801.1833558 mon.smithi064 (mon.0) 465 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-01-25T10:16:42.498 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:42 smithi146 bash[24664]: audit 1674641801.1835818 mon.smithi146 (mon.1) 13 : audit 1 from='osd.2 [v2:172.21.15.146:6808/547274868,v1:172.21.15.146:6809/547274868]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi146", "root=default"]}]: dispatch 2023-01-25T10:16:42.498 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:42 smithi146 bash[24664]: audit 1674641801.1836207 mon.smithi064 (mon.0) 466 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-01-25T10:16:42.498 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:42 smithi146 bash[24664]: audit 1674641801.1840236 mon.smithi064 (mon.0) 467 : audit 1 from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi146", "root=default"]}]: dispatch 2023-01-25T10:16:42.498 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:42 smithi146 bash[24664]: audit 1674641801.184415 mon.smithi064 (mon.0) 468 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-01-25T10:16:42.498 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:42 smithi146 bash[24664]: audit 1674641801.1847975 mon.smithi064 (mon.0) 469 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-01-25T10:16:42.499 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:42 smithi146 bash[24664]: cluster 1674641801.301191 mgr.smithi064.xhfpzt (mgr.14193) 126 : cluster 0 pgmap v80: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-01-25T10:16:42.642 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:42 smithi064 bash[21045]: audit 1674641801.182207 mon.smithi064 (mon.0) 460 : audit 1 from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-01-25T10:16:42.642 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:42 smithi064 bash[21045]: cluster 1674641801.1822617 mon.smithi064 (mon.0) 461 : cluster 0 osdmap e18: 8 total, 1 up, 8 in 2023-01-25T10:16:42.642 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:42 smithi064 bash[21045]: audit 1674641801.1823845 mon.smithi064 (mon.0) 462 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-01-25T10:16:42.642 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:42 smithi064 bash[21045]: audit 1674641801.182842 mon.smithi064 (mon.0) 463 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-01-25T10:16:42.643 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:42 smithi064 bash[21045]: audit 1674641801.183104 mon.smithi064 (mon.0) 464 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-01-25T10:16:42.643 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:42 smithi064 bash[21045]: audit 1674641801.1833558 mon.smithi064 (mon.0) 465 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-01-25T10:16:42.643 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:42 smithi064 bash[21045]: audit 1674641801.1835818 mon.smithi146 (mon.1) 13 : audit 1 from='osd.2 [v2:172.21.15.146:6808/547274868,v1:172.21.15.146:6809/547274868]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi146", "root=default"]}]: dispatch 2023-01-25T10:16:42.643 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:42 smithi064 bash[21045]: audit 1674641801.1836207 mon.smithi064 (mon.0) 466 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-01-25T10:16:42.644 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:42 smithi064 bash[21045]: audit 1674641801.1840236 mon.smithi064 (mon.0) 467 : audit 1 from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi146", "root=default"]}]: dispatch 2023-01-25T10:16:42.644 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:42 smithi064 bash[21045]: audit 1674641801.184415 mon.smithi064 (mon.0) 468 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-01-25T10:16:42.644 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:42 smithi064 bash[21045]: audit 1674641801.1847975 mon.smithi064 (mon.0) 469 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-01-25T10:16:42.644 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:42 smithi064 bash[21045]: cluster 1674641801.301191 mgr.smithi064.xhfpzt (mgr.14193) 126 : cluster 0 pgmap v80: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-01-25T10:16:43.496 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:43 smithi146 bash[24664]: audit 1674641802.1854177 mon.smithi064 (mon.0) 470 : audit 1 from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi146", "root=default"]}]': finished 2023-01-25T10:16:43.496 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:43 smithi146 bash[24664]: cluster 1674641802.1855142 mon.smithi064 (mon.0) 471 : cluster 0 osdmap e19: 8 total, 1 up, 8 in 2023-01-25T10:16:43.497 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:43 smithi146 bash[24664]: audit 1674641802.1859233 mon.smithi064 (mon.0) 472 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-01-25T10:16:43.497 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:43 smithi146 bash[24664]: audit 1674641802.1865385 mon.smithi064 (mon.0) 473 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-01-25T10:16:43.497 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:43 smithi146 bash[24664]: audit 1674641802.1870654 mon.smithi064 (mon.0) 474 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-01-25T10:16:43.497 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:43 smithi146 bash[24664]: audit 1674641802.1874604 mon.smithi064 (mon.0) 475 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-01-25T10:16:43.497 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:43 smithi146 bash[24664]: audit 1674641802.1878643 mon.smithi064 (mon.0) 476 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-01-25T10:16:43.498 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:43 smithi146 bash[24664]: audit 1674641802.1882703 mon.smithi064 (mon.0) 477 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-01-25T10:16:43.498 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:43 smithi146 bash[24664]: audit 1674641802.1919498 mon.smithi064 (mon.0) 478 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-01-25T10:16:43.498 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:43 smithi146 bash[24664]: audit 1674641802.1935568 mon.smithi064 (mon.0) 479 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-01-25T10:16:43.498 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:43 smithi146 bash[24664]: audit 1674641802.339428 mon.smithi064 (mon.0) 480 : audit 1 from='osd.1 [v2:172.21.15.64:6802/508791752,v1:172.21.15.64:6803/508791752]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-01-25T10:16:43.645 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:43 smithi064 bash[21045]: audit 1674641802.1854177 mon.smithi064 (mon.0) 470 : audit 1 from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi146", "root=default"]}]': finished 2023-01-25T10:16:43.645 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:43 smithi064 bash[21045]: cluster 1674641802.1855142 mon.smithi064 (mon.0) 471 : cluster 0 osdmap e19: 8 total, 1 up, 8 in 2023-01-25T10:16:43.645 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:43 smithi064 bash[21045]: audit 1674641802.1859233 mon.smithi064 (mon.0) 472 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-01-25T10:16:43.646 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:43 smithi064 bash[21045]: audit 1674641802.1865385 mon.smithi064 (mon.0) 473 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-01-25T10:16:43.646 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:43 smithi064 bash[21045]: audit 1674641802.1870654 mon.smithi064 (mon.0) 474 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-01-25T10:16:43.646 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:43 smithi064 bash[21045]: audit 1674641802.1874604 mon.smithi064 (mon.0) 475 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-01-25T10:16:43.646 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:43 smithi064 bash[21045]: audit 1674641802.1878643 mon.smithi064 (mon.0) 476 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-01-25T10:16:43.646 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:43 smithi064 bash[21045]: audit 1674641802.1882703 mon.smithi064 (mon.0) 477 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-01-25T10:16:43.646 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:43 smithi064 bash[21045]: audit 1674641802.1919498 mon.smithi064 (mon.0) 478 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-01-25T10:16:43.647 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:43 smithi064 bash[21045]: audit 1674641802.1935568 mon.smithi064 (mon.0) 479 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-01-25T10:16:43.647 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:43 smithi064 bash[21045]: audit 1674641802.339428 mon.smithi064 (mon.0) 480 : audit 1 from='osd.1 [v2:172.21.15.64:6802/508791752,v1:172.21.15.64:6803/508791752]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-01-25T10:16:44.260 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:44 smithi064 bash[21045]: cluster 1674641802.0227957 osd.2 (osd.2) 1 : cluster 0 purged_snaps scrub starts 2023-01-25T10:16:44.260 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:44 smithi064 bash[21045]: cluster 1674641802.0230312 osd.2 (osd.2) 2 : cluster 0 purged_snaps scrub ok 2023-01-25T10:16:44.260 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:44 smithi064 bash[21045]: cluster 1674641803.195772 mon.smithi064 (mon.0) 481 : cluster 1 osd.2 [v2:172.21.15.146:6808/547274868,v1:172.21.15.146:6809/547274868] boot 2023-01-25T10:16:44.261 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:44 smithi064 bash[21045]: audit 1674641803.1958501 mon.smithi064 (mon.0) 482 : audit 1 from='osd.1 [v2:172.21.15.64:6802/508791752,v1:172.21.15.64:6803/508791752]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-01-25T10:16:44.261 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:44 smithi064 bash[21045]: cluster 1674641803.1959124 mon.smithi064 (mon.0) 483 : cluster 0 osdmap e20: 8 total, 2 up, 8 in 2023-01-25T10:16:44.261 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:44 smithi064 bash[21045]: audit 1674641803.196343 mon.smithi064 (mon.0) 484 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-01-25T10:16:44.261 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:44 smithi064 bash[21045]: audit 1674641803.1966643 mon.smithi064 (mon.0) 485 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-01-25T10:16:44.261 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:44 smithi064 bash[21045]: audit 1674641803.1969047 mon.smithi064 (mon.0) 486 : audit 1 from='osd.1 [v2:172.21.15.64:6802/508791752,v1:172.21.15.64:6803/508791752]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi064", "root=default"]}]: dispatch 2023-01-25T10:16:44.262 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:44 smithi064 bash[21045]: audit 1674641803.1971302 mon.smithi064 (mon.0) 487 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-01-25T10:16:44.262 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:44 smithi064 bash[21045]: audit 1674641803.197308 mon.smithi064 (mon.0) 488 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-01-25T10:16:44.262 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:44 smithi064 bash[21045]: audit 1674641803.1974783 mon.smithi064 (mon.0) 489 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-01-25T10:16:44.262 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:44 smithi064 bash[21045]: audit 1674641803.197645 mon.smithi064 (mon.0) 490 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-01-25T10:16:44.263 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:44 smithi064 bash[21045]: audit 1674641803.19781 mon.smithi064 (mon.0) 491 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-01-25T10:16:44.332 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:44 smithi146 bash[24664]: cluster 1674641802.0227957 osd.2 (osd.2) 1 : cluster 0 purged_snaps scrub starts 2023-01-25T10:16:44.332 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:44 smithi146 bash[24664]: cluster 1674641802.0230312 osd.2 (osd.2) 2 : cluster 0 purged_snaps scrub ok 2023-01-25T10:16:44.333 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:44 smithi146 bash[24664]: cluster 1674641803.195772 mon.smithi064 (mon.0) 481 : cluster 1 osd.2 [v2:172.21.15.146:6808/547274868,v1:172.21.15.146:6809/547274868] boot 2023-01-25T10:16:44.333 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:44 smithi146 bash[24664]: audit 1674641803.1958501 mon.smithi064 (mon.0) 482 : audit 1 from='osd.1 [v2:172.21.15.64:6802/508791752,v1:172.21.15.64:6803/508791752]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-01-25T10:16:44.333 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:44 smithi146 bash[24664]: cluster 1674641803.1959124 mon.smithi064 (mon.0) 483 : cluster 0 osdmap e20: 8 total, 2 up, 8 in 2023-01-25T10:16:44.333 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:44 smithi146 bash[24664]: audit 1674641803.196343 mon.smithi064 (mon.0) 484 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-01-25T10:16:44.334 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:44 smithi146 bash[24664]: audit 1674641803.1966643 mon.smithi064 (mon.0) 485 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-01-25T10:16:44.334 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:44 smithi146 bash[24664]: audit 1674641803.1969047 mon.smithi064 (mon.0) 486 : audit 1 from='osd.1 [v2:172.21.15.64:6802/508791752,v1:172.21.15.64:6803/508791752]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi064", "root=default"]}]: dispatch 2023-01-25T10:16:44.334 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:44 smithi146 bash[24664]: audit 1674641803.1971302 mon.smithi064 (mon.0) 487 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-01-25T10:16:44.334 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:44 smithi146 bash[24664]: audit 1674641803.197308 mon.smithi064 (mon.0) 488 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-01-25T10:16:44.334 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:44 smithi146 bash[24664]: audit 1674641803.1974783 mon.smithi064 (mon.0) 489 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-01-25T10:16:44.335 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:44 smithi146 bash[24664]: audit 1674641803.197645 mon.smithi064 (mon.0) 490 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-01-25T10:16:44.335 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:44 smithi146 bash[24664]: audit 1674641803.19781 mon.smithi064 (mon.0) 491 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-01-25T10:16:44.335 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:44 smithi146 bash[24664]: cluster 1674641803.301676 mgr.smithi064.xhfpzt (mgr.14193) 127 : cluster 0 pgmap v83: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-01-25T10:16:44.335 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:44 smithi146 bash[24664]: audit 1674641804.196667 mon.smithi064 (mon.0) 492 : audit 1 from='osd.1 [v2:172.21.15.64:6802/508791752,v1:172.21.15.64:6803/508791752]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi064", "root=default"]}]': finished 2023-01-25T10:16:44.335 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:44 smithi146 bash[24664]: cluster 1674641804.1967518 mon.smithi064 (mon.0) 493 : cluster 0 osdmap e21: 8 total, 2 up, 8 in 2023-01-25T10:16:44.336 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:44 smithi146 bash[24664]: audit 1674641804.1968694 mon.smithi064 (mon.0) 494 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-01-25T10:16:44.336 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:44 smithi146 bash[24664]: audit 1674641804.1971474 mon.smithi064 (mon.0) 495 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-01-25T10:16:44.336 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:44 smithi146 bash[24664]: audit 1674641804.197648 mon.smithi064 (mon.0) 496 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-01-25T10:16:44.336 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:44 smithi146 bash[24664]: audit 1674641804.1980562 mon.smithi064 (mon.0) 497 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-01-25T10:16:44.336 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:44 smithi146 bash[24664]: audit 1674641804.1982226 mon.smithi064 (mon.0) 498 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-01-25T10:16:44.337 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:44 smithi146 bash[24664]: audit 1674641804.1983783 mon.smithi064 (mon.0) 499 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-01-25T10:16:44.645 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:44 smithi064 bash[21045]: cluster 1674641803.301676 mgr.smithi064.xhfpzt (mgr.14193) 127 : cluster 0 pgmap v83: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-01-25T10:16:44.645 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:44 smithi064 bash[21045]: audit 1674641804.196667 mon.smithi064 (mon.0) 492 : audit 1 from='osd.1 [v2:172.21.15.64:6802/508791752,v1:172.21.15.64:6803/508791752]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi064", "root=default"]}]': finished 2023-01-25T10:16:44.645 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:44 smithi064 bash[21045]: cluster 1674641804.1967518 mon.smithi064 (mon.0) 493 : cluster 0 osdmap e21: 8 total, 2 up, 8 in 2023-01-25T10:16:44.645 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:44 smithi064 bash[21045]: audit 1674641804.1968694 mon.smithi064 (mon.0) 494 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-01-25T10:16:44.646 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:44 smithi064 bash[21045]: audit 1674641804.1971474 mon.smithi064 (mon.0) 495 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-01-25T10:16:44.646 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:44 smithi064 bash[21045]: audit 1674641804.197648 mon.smithi064 (mon.0) 496 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-01-25T10:16:44.646 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:44 smithi064 bash[21045]: audit 1674641804.1980562 mon.smithi064 (mon.0) 497 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-01-25T10:16:44.646 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:44 smithi064 bash[21045]: audit 1674641804.1982226 mon.smithi064 (mon.0) 498 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-01-25T10:16:44.646 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:44 smithi064 bash[21045]: audit 1674641804.1983783 mon.smithi064 (mon.0) 499 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-01-25T10:16:45.293 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:45 smithi146 bash[24664]: audit 1674641804.2008512 mon.smithi064 (mon.0) 500 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-01-25T10:16:45.293 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:45 smithi146 bash[24664]: audit 1674641805.2010999 mon.smithi064 (mon.0) 501 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-01-25T10:16:45.469 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:45 smithi064 bash[21045]: audit 1674641804.2008512 mon.smithi064 (mon.0) 500 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-01-25T10:16:45.470 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:45 smithi064 bash[21045]: audit 1674641805.2010999 mon.smithi064 (mon.0) 501 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-01-25T10:16:46.496 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:46 smithi146 bash[24664]: cluster 1674641803.3352644 osd.1 (osd.1) 1 : cluster 0 purged_snaps scrub starts 2023-01-25T10:16:46.497 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:46 smithi146 bash[24664]: cluster 1674641803.3354628 osd.1 (osd.1) 2 : cluster 0 purged_snaps scrub ok 2023-01-25T10:16:46.497 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:46 smithi146 bash[24664]: cluster 1674641805.217579 mon.smithi064 (mon.0) 502 : cluster 1 osd.1 [v2:172.21.15.64:6802/508791752,v1:172.21.15.64:6803/508791752] boot 2023-01-25T10:16:46.497 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:46 smithi146 bash[24664]: cluster 1674641805.217622 mon.smithi064 (mon.0) 503 : cluster 0 osdmap e22: 8 total, 3 up, 8 in 2023-01-25T10:16:46.497 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:46 smithi146 bash[24664]: audit 1674641805.2177854 mon.smithi064 (mon.0) 504 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-01-25T10:16:46.498 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:46 smithi146 bash[24664]: audit 1674641805.21845 mon.smithi064 (mon.0) 505 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-01-25T10:16:46.498 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:46 smithi146 bash[24664]: audit 1674641805.218807 mon.smithi064 (mon.0) 506 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-01-25T10:16:46.498 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:46 smithi146 bash[24664]: audit 1674641805.2190936 mon.smithi064 (mon.0) 507 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-01-25T10:16:46.498 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:46 smithi146 bash[24664]: audit 1674641805.2193885 mon.smithi064 (mon.0) 508 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-01-25T10:16:46.498 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:46 smithi146 bash[24664]: audit 1674641805.2197182 mon.smithi064 (mon.0) 509 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-01-25T10:16:46.499 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:46 smithi146 bash[24664]: cluster 1674641805.3021677 mgr.smithi064.xhfpzt (mgr.14193) 128 : cluster 0 pgmap v86: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-01-25T10:16:46.499 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:46 smithi146 bash[24664]: audit 1674641805.3644128 mon.smithi064 (mon.0) 510 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-01-25T10:16:46.499 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:46 smithi146 bash[24664]: audit 1674641805.4244115 mon.smithi064 (mon.0) 511 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' 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-01-25T10:16:46.499 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:46 smithi146 bash[24664]: audit 1674641805.8670843 mon.smithi064 (mon.0) 512 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:16:46.499 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:46 smithi146 bash[24664]: audit 1674641805.8726966 mon.smithi064 (mon.0) 513 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:16:46.706 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:46 smithi064 bash[21045]: cluster 1674641803.3352644 osd.1 (osd.1) 1 : cluster 0 purged_snaps scrub starts 2023-01-25T10:16:46.706 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:46 smithi064 bash[21045]: cluster 1674641803.3354628 osd.1 (osd.1) 2 : cluster 0 purged_snaps scrub ok 2023-01-25T10:16:46.706 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:46 smithi064 bash[21045]: cluster 1674641805.217579 mon.smithi064 (mon.0) 502 : cluster 1 osd.1 [v2:172.21.15.64:6802/508791752,v1:172.21.15.64:6803/508791752] boot 2023-01-25T10:16:46.706 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:46 smithi064 bash[21045]: cluster 1674641805.217622 mon.smithi064 (mon.0) 503 : cluster 0 osdmap e22: 8 total, 3 up, 8 in 2023-01-25T10:16:46.707 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:46 smithi064 bash[21045]: audit 1674641805.2177854 mon.smithi064 (mon.0) 504 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-01-25T10:16:46.707 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:46 smithi064 bash[21045]: audit 1674641805.21845 mon.smithi064 (mon.0) 505 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-01-25T10:16:46.707 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:46 smithi064 bash[21045]: audit 1674641805.218807 mon.smithi064 (mon.0) 506 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-01-25T10:16:46.707 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:46 smithi064 bash[21045]: audit 1674641805.2190936 mon.smithi064 (mon.0) 507 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-01-25T10:16:46.707 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:46 smithi064 bash[21045]: audit 1674641805.2193885 mon.smithi064 (mon.0) 508 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-01-25T10:16:46.708 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:46 smithi064 bash[21045]: audit 1674641805.2197182 mon.smithi064 (mon.0) 509 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-01-25T10:16:46.708 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:46 smithi064 bash[21045]: cluster 1674641805.3021677 mgr.smithi064.xhfpzt (mgr.14193) 128 : cluster 0 pgmap v86: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-01-25T10:16:46.708 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:46 smithi064 bash[21045]: audit 1674641805.3644128 mon.smithi064 (mon.0) 510 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-01-25T10:16:46.708 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:46 smithi064 bash[21045]: audit 1674641805.4244115 mon.smithi064 (mon.0) 511 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' 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-01-25T10:16:46.708 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:46 smithi064 bash[21045]: audit 1674641805.8670843 mon.smithi064 (mon.0) 512 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:16:46.709 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:46 smithi064 bash[21045]: audit 1674641805.8726966 mon.smithi064 (mon.0) 513 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:16:47.496 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:47 smithi146 bash[24664]: audit 1674641806.2273533 mon.smithi064 (mon.0) 514 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' 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-01-25T10:16:47.497 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:47 smithi146 bash[24664]: cluster 1674641806.2274148 mon.smithi064 (mon.0) 515 : cluster 0 osdmap e23: 8 total, 3 up, 8 in 2023-01-25T10:16:47.497 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:47 smithi146 bash[24664]: audit 1674641806.2275412 mon.smithi064 (mon.0) 516 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-01-25T10:16:47.497 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:47 smithi146 bash[24664]: audit 1674641806.2285624 mon.smithi064 (mon.0) 517 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-01-25T10:16:47.498 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:47 smithi146 bash[24664]: audit 1674641806.229136 mon.smithi064 (mon.0) 518 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-01-25T10:16:47.498 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:47 smithi146 bash[24664]: audit 1674641806.229534 mon.smithi064 (mon.0) 519 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-01-25T10:16:47.498 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:47 smithi146 bash[24664]: audit 1674641806.2299826 mon.smithi064 (mon.0) 520 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-01-25T10:16:47.498 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:47 smithi146 bash[24664]: audit 1674641806.2315357 mon.smithi064 (mon.0) 521 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2023-01-25T10:16:47.646 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:47 smithi064 bash[21045]: audit 1674641806.2273533 mon.smithi064 (mon.0) 514 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' 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-01-25T10:16:47.647 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:47 smithi064 bash[21045]: cluster 1674641806.2274148 mon.smithi064 (mon.0) 515 : cluster 0 osdmap e23: 8 total, 3 up, 8 in 2023-01-25T10:16:47.647 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:47 smithi064 bash[21045]: audit 1674641806.2275412 mon.smithi064 (mon.0) 516 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-01-25T10:16:47.647 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:47 smithi064 bash[21045]: audit 1674641806.2285624 mon.smithi064 (mon.0) 517 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-01-25T10:16:47.647 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:47 smithi064 bash[21045]: audit 1674641806.229136 mon.smithi064 (mon.0) 518 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-01-25T10:16:47.647 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:47 smithi064 bash[21045]: audit 1674641806.229534 mon.smithi064 (mon.0) 519 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-01-25T10:16:47.648 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:47 smithi064 bash[21045]: audit 1674641806.2299826 mon.smithi064 (mon.0) 520 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-01-25T10:16:47.648 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:47 smithi064 bash[21045]: audit 1674641806.2315357 mon.smithi064 (mon.0) 521 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2023-01-25T10:16:48.245 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:48 smithi064 bash[21045]: audit 1674641807.2303216 mon.smithi064 (mon.0) 522 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2023-01-25T10:16:48.260 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:48 smithi064 bash[21045]: cluster 1674641807.230477 mon.smithi064 (mon.0) 523 : cluster 0 osdmap e24: 8 total, 3 up, 8 in 2023-01-25T10:16:48.260 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:48 smithi064 bash[21045]: audit 1674641807.2309623 mon.smithi064 (mon.0) 524 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-01-25T10:16:48.261 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:48 smithi064 bash[21045]: audit 1674641807.2313812 mon.smithi064 (mon.0) 525 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-01-25T10:16:48.261 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:48 smithi064 bash[21045]: audit 1674641807.23172 mon.smithi064 (mon.0) 526 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-01-25T10:16:48.261 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:48 smithi064 bash[21045]: audit 1674641807.2368648 mon.smithi064 (mon.0) 527 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-01-25T10:16:48.261 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:48 smithi064 bash[21045]: audit 1674641807.2371178 mon.smithi064 (mon.0) 528 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-01-25T10:16:48.262 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:48 smithi064 bash[21045]: cluster 1674641807.3026898 mgr.smithi064.xhfpzt (mgr.14193) 129 : cluster 0 pgmap v89: 1 pgs: 1 unknown; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2023-01-25T10:16:48.262 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:48 smithi064 bash[21045]: audit 1674641808.0614007 mon.smithi146 (mon.1) 14 : audit 1 from='osd.4 [v2:172.21.15.146:6816/2408818196,v1:172.21.15.146:6817/2408818196]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-01-25T10:16:48.262 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:48 smithi064 bash[21045]: audit 1674641808.061801 mon.smithi064 (mon.0) 529 : audit 1 from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-01-25T10:16:48.369 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-01-25T10:16:48.469 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:48 smithi146 bash[24664]: audit 1674641807.2303216 mon.smithi064 (mon.0) 522 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2023-01-25T10:16:48.469 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:48 smithi146 bash[24664]: cluster 1674641807.230477 mon.smithi064 (mon.0) 523 : cluster 0 osdmap e24: 8 total, 3 up, 8 in 2023-01-25T10:16:48.469 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:48 smithi146 bash[24664]: audit 1674641807.2309623 mon.smithi064 (mon.0) 524 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-01-25T10:16:48.470 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:48 smithi146 bash[24664]: audit 1674641807.2313812 mon.smithi064 (mon.0) 525 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-01-25T10:16:48.470 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:48 smithi146 bash[24664]: audit 1674641807.23172 mon.smithi064 (mon.0) 526 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-01-25T10:16:48.470 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:48 smithi146 bash[24664]: audit 1674641807.2368648 mon.smithi064 (mon.0) 527 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-01-25T10:16:48.470 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:48 smithi146 bash[24664]: audit 1674641807.2371178 mon.smithi064 (mon.0) 528 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-01-25T10:16:48.471 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:48 smithi146 bash[24664]: cluster 1674641807.3026898 mgr.smithi064.xhfpzt (mgr.14193) 129 : cluster 0 pgmap v89: 1 pgs: 1 unknown; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2023-01-25T10:16:48.471 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:48 smithi146 bash[24664]: audit 1674641808.0614007 mon.smithi146 (mon.1) 14 : audit 1 from='osd.4 [v2:172.21.15.146:6816/2408818196,v1:172.21.15.146:6817/2408818196]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-01-25T10:16:48.471 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:48 smithi146 bash[24664]: audit 1674641808.061801 mon.smithi064 (mon.0) 529 : audit 1 from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-01-25T10:16:49.306 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:49 smithi064 bash[21045]: audit 1674641808.247028 mon.smithi064 (mon.0) 530 : audit 1 from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-01-25T10:16:49.306 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:49 smithi064 bash[21045]: cluster 1674641808.2471151 mon.smithi064 (mon.0) 531 : cluster 0 osdmap e25: 8 total, 3 up, 8 in 2023-01-25T10:16:49.306 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:49 smithi064 bash[21045]: audit 1674641808.2472482 mon.smithi064 (mon.0) 532 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-01-25T10:16:49.307 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:49 smithi064 bash[21045]: audit 1674641808.247588 mon.smithi064 (mon.0) 533 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-01-25T10:16:49.307 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:49 smithi064 bash[21045]: audit 1674641808.247773 mon.smithi064 (mon.0) 534 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-01-25T10:16:49.307 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:49 smithi064 bash[21045]: audit 1674641808.2479498 mon.smithi064 (mon.0) 535 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-01-25T10:16:49.307 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:49 smithi064 bash[21045]: audit 1674641808.2481198 mon.smithi064 (mon.0) 536 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-01-25T10:16:49.307 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:49 smithi064 bash[21045]: audit 1674641808.2482262 mon.smithi146 (mon.1) 15 : audit 1 from='osd.4 [v2:172.21.15.146:6816/2408818196,v1:172.21.15.146:6817/2408818196]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi146", "root=default"]}]: dispatch 2023-01-25T10:16:49.308 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:49 smithi064 bash[21045]: audit 1674641808.2484324 mon.smithi064 (mon.0) 537 : audit 1 from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi146", "root=default"]}]: dispatch 2023-01-25T10:16:49.308 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:49 smithi064 bash[21045]: audit 1674641808.36462 mon.smithi064 (mon.0) 538 : audit 0 from='client.? 172.21.15.64:0/1350679615' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-01-25T10:16:49.308 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:49 smithi064 bash[21045]: audit 1674641809.1970103 mon.smithi064 (mon.0) 539 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:16:49.536 INFO:teuthology.orchestra.run.smithi064.stdout:{"epoch":25,"num_osds":8,"num_up_osds":3,"osd_up_since":1674641805,"num_in_osds":8,"osd_in_since":1674641769,"num_remapped_pgs":0} 2023-01-25T10:16:49.541 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:49 smithi146 bash[24664]: audit 1674641808.247028 mon.smithi064 (mon.0) 530 : audit 1 from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-01-25T10:16:49.541 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:49 smithi146 bash[24664]: cluster 1674641808.2471151 mon.smithi064 (mon.0) 531 : cluster 0 osdmap e25: 8 total, 3 up, 8 in 2023-01-25T10:16:49.541 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:49 smithi146 bash[24664]: audit 1674641808.2472482 mon.smithi064 (mon.0) 532 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-01-25T10:16:49.541 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:49 smithi146 bash[24664]: audit 1674641808.247588 mon.smithi064 (mon.0) 533 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-01-25T10:16:49.541 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:49 smithi146 bash[24664]: audit 1674641808.247773 mon.smithi064 (mon.0) 534 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-01-25T10:16:49.542 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:49 smithi146 bash[24664]: audit 1674641808.2479498 mon.smithi064 (mon.0) 535 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-01-25T10:16:49.542 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:49 smithi146 bash[24664]: audit 1674641808.2481198 mon.smithi064 (mon.0) 536 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-01-25T10:16:49.542 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:49 smithi146 bash[24664]: audit 1674641808.2482262 mon.smithi146 (mon.1) 15 : audit 1 from='osd.4 [v2:172.21.15.146:6816/2408818196,v1:172.21.15.146:6817/2408818196]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi146", "root=default"]}]: dispatch 2023-01-25T10:16:49.542 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:49 smithi146 bash[24664]: audit 1674641808.2484324 mon.smithi064 (mon.0) 537 : audit 1 from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi146", "root=default"]}]: dispatch 2023-01-25T10:16:49.542 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:49 smithi146 bash[24664]: audit 1674641808.36462 mon.smithi064 (mon.0) 538 : audit 0 from='client.? 172.21.15.64:0/1350679615' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-01-25T10:16:49.543 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:49 smithi146 bash[24664]: audit 1674641809.1970103 mon.smithi064 (mon.0) 539 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:16:50.395 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:50 smithi064 bash[21045]: audit 1674641809.244888 mon.smithi064 (mon.0) 540 : audit 1 from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi146", "root=default"]}]': finished 2023-01-25T10:16:50.395 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:50 smithi064 bash[21045]: cluster 1674641809.2452972 mon.smithi064 (mon.0) 541 : cluster 0 osdmap e26: 8 total, 3 up, 8 in 2023-01-25T10:16:50.396 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:50 smithi064 bash[21045]: audit 1674641809.2459497 mon.smithi064 (mon.0) 542 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-01-25T10:16:50.396 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:50 smithi064 bash[21045]: audit 1674641809.246481 mon.smithi064 (mon.0) 543 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-01-25T10:16:50.396 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:50 smithi064 bash[21045]: audit 1674641809.2470467 mon.smithi064 (mon.0) 544 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-01-25T10:16:50.396 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:50 smithi064 bash[21045]: audit 1674641809.247449 mon.smithi064 (mon.0) 545 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-01-25T10:16:50.396 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:50 smithi064 bash[21045]: audit 1674641809.2534683 mon.smithi064 (mon.0) 546 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-01-25T10:16:50.397 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:50 smithi064 bash[21045]: audit 1674641809.253784 mon.smithi064 (mon.0) 547 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-01-25T10:16:50.397 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:50 smithi064 bash[21045]: cluster 1674641809.3032377 mgr.smithi064.xhfpzt (mgr.14193) 130 : cluster 0 pgmap v92: 1 pgs: 1 unknown; 0 B data, 17 MiB used, 268 GiB / 268 GiB avail 2023-01-25T10:16:50.397 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:50 smithi064 bash[21045]: audit 1674641809.5863714 mon.smithi064 (mon.0) 548 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:16:50.397 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:50 smithi064 bash[21045]: audit 1674641809.593198 mon.smithi064 (mon.0) 549 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:16:50.398 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:50 smithi064 bash[21045]: audit 1674641809.5948176 mon.smithi064 (mon.0) 550 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-01-25T10:16:50.398 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:50 smithi064 bash[21045]: audit 1674641809.5958574 mon.smithi064 (mon.0) 551 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-01-25T10:16:50.398 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:50 smithi064 bash[21045]: cephadm 1674641809.5971253 mgr.smithi064.xhfpzt (mgr.14193) 131 : cephadm 1 Deploying daemon osd.7 on smithi064 2023-01-25T10:16:50.398 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:50 smithi064 bash[21045]: cluster 1674641810.2464778 mon.smithi064 (mon.0) 552 : cluster 1 osd.4 [v2:172.21.15.146:6816/2408818196,v1:172.21.15.146:6817/2408818196] boot 2023-01-25T10:16:50.398 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:50 smithi064 bash[21045]: cluster 1674641810.2465181 mon.smithi064 (mon.0) 553 : cluster 0 osdmap e27: 8 total, 4 up, 8 in 2023-01-25T10:16:50.399 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:50 smithi064 bash[21045]: audit 1674641810.2466447 mon.smithi064 (mon.0) 554 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-01-25T10:16:50.399 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:50 smithi064 bash[21045]: audit 1674641810.2470214 mon.smithi064 (mon.0) 555 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-01-25T10:16:50.399 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:50 smithi064 bash[21045]: audit 1674641810.2473114 mon.smithi064 (mon.0) 556 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-01-25T10:16:50.399 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:50 smithi064 bash[21045]: audit 1674641810.2475753 mon.smithi064 (mon.0) 557 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-01-25T10:16:50.496 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:50 smithi146 bash[24664]: audit 1674641809.244888 mon.smithi064 (mon.0) 540 : audit 1 from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi146", "root=default"]}]': finished 2023-01-25T10:16:50.497 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:50 smithi146 bash[24664]: cluster 1674641809.2452972 mon.smithi064 (mon.0) 541 : cluster 0 osdmap e26: 8 total, 3 up, 8 in 2023-01-25T10:16:50.497 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:50 smithi146 bash[24664]: audit 1674641809.2459497 mon.smithi064 (mon.0) 542 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-01-25T10:16:50.497 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:50 smithi146 bash[24664]: audit 1674641809.246481 mon.smithi064 (mon.0) 543 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-01-25T10:16:50.498 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:50 smithi146 bash[24664]: audit 1674641809.2470467 mon.smithi064 (mon.0) 544 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-01-25T10:16:50.498 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:50 smithi146 bash[24664]: audit 1674641809.247449 mon.smithi064 (mon.0) 545 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-01-25T10:16:50.498 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:50 smithi146 bash[24664]: audit 1674641809.2534683 mon.smithi064 (mon.0) 546 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-01-25T10:16:50.498 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:50 smithi146 bash[24664]: audit 1674641809.253784 mon.smithi064 (mon.0) 547 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-01-25T10:16:50.498 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:50 smithi146 bash[24664]: cluster 1674641809.3032377 mgr.smithi064.xhfpzt (mgr.14193) 130 : cluster 0 pgmap v92: 1 pgs: 1 unknown; 0 B data, 17 MiB used, 268 GiB / 268 GiB avail 2023-01-25T10:16:50.499 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:50 smithi146 bash[24664]: audit 1674641809.5863714 mon.smithi064 (mon.0) 548 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:16:50.499 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:50 smithi146 bash[24664]: audit 1674641809.593198 mon.smithi064 (mon.0) 549 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:16:50.499 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:50 smithi146 bash[24664]: audit 1674641809.5948176 mon.smithi064 (mon.0) 550 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-01-25T10:16:50.499 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:50 smithi146 bash[24664]: audit 1674641809.5958574 mon.smithi064 (mon.0) 551 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-01-25T10:16:50.499 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:50 smithi146 bash[24664]: cephadm 1674641809.5971253 mgr.smithi064.xhfpzt (mgr.14193) 131 : cephadm 1 Deploying daemon osd.7 on smithi064 2023-01-25T10:16:50.500 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:50 smithi146 bash[24664]: cluster 1674641810.2464778 mon.smithi064 (mon.0) 552 : cluster 1 osd.4 [v2:172.21.15.146:6816/2408818196,v1:172.21.15.146:6817/2408818196] boot 2023-01-25T10:16:50.500 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:50 smithi146 bash[24664]: cluster 1674641810.2465181 mon.smithi064 (mon.0) 553 : cluster 0 osdmap e27: 8 total, 4 up, 8 in 2023-01-25T10:16:50.500 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:50 smithi146 bash[24664]: audit 1674641810.2466447 mon.smithi064 (mon.0) 554 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-01-25T10:16:50.500 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:50 smithi146 bash[24664]: audit 1674641810.2470214 mon.smithi064 (mon.0) 555 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-01-25T10:16:50.501 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:50 smithi146 bash[24664]: audit 1674641810.2473114 mon.smithi064 (mon.0) 556 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-01-25T10:16:50.501 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:50 smithi146 bash[24664]: audit 1674641810.2475753 mon.smithi064 (mon.0) 557 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-01-25T10:16:50.537 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:44e4095da12a8269eb6cfe163cbb0d00b1a6412c shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8464b54c-9c98-11ed-9e56-001a4aab830c -- ceph osd stat -f json 2023-01-25T10:16:51.645 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:51 smithi064 bash[21045]: cluster 1674641809.1065767 osd.4 (osd.4) 1 : cluster 0 purged_snaps scrub starts 2023-01-25T10:16:51.645 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:51 smithi064 bash[21045]: cluster 1674641809.1066594 osd.4 (osd.4) 2 : cluster 0 purged_snaps scrub ok 2023-01-25T10:16:51.645 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:51 smithi064 bash[21045]: audit 1674641810.2477303 mon.smithi064 (mon.0) 558 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-01-25T10:16:51.645 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:51 smithi064 bash[21045]: audit 1674641810.2769914 mon.smithi064 (mon.0) 559 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:16:51.646 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:51 smithi064 bash[21045]: cluster 1674641810.6021044 mon.smithi064 (mon.0) 560 : cluster 0 mgrmap e19: smithi064.xhfpzt(active, since 2m), standbys: smithi146.ihogqb 2023-01-25T10:16:51.746 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:51 smithi146 bash[24664]: cluster 1674641809.1065767 osd.4 (osd.4) 1 : cluster 0 purged_snaps scrub starts 2023-01-25T10:16:51.746 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:51 smithi146 bash[24664]: cluster 1674641809.1066594 osd.4 (osd.4) 2 : cluster 0 purged_snaps scrub ok 2023-01-25T10:16:51.747 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:51 smithi146 bash[24664]: audit 1674641810.2477303 mon.smithi064 (mon.0) 558 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-01-25T10:16:51.747 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:51 smithi146 bash[24664]: audit 1674641810.2769914 mon.smithi064 (mon.0) 559 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:16:51.747 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:51 smithi146 bash[24664]: cluster 1674641810.6021044 mon.smithi064 (mon.0) 560 : cluster 0 mgrmap e19: smithi064.xhfpzt(active, since 2m), standbys: smithi146.ihogqb 2023-01-25T10:16:53.395 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:53 smithi064 bash[21045]: audit 1674641811.2536647 mon.smithi064 (mon.0) 561 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:16:53.395 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:53 smithi064 bash[21045]: cluster 1674641811.3037722 mgr.smithi064.xhfpzt (mgr.14193) 132 : cluster 0 pgmap v94: 1 pgs: 1 unknown; 0 B data, 23 MiB used, 358 GiB / 358 GiB avail 2023-01-25T10:16:53.395 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:53 smithi064 bash[21045]: cluster 1674641811.6018608 mon.smithi064 (mon.0) 562 : cluster 0 osdmap e28: 8 total, 4 up, 8 in 2023-01-25T10:16:53.396 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:53 smithi064 bash[21045]: audit 1674641811.602081 mon.smithi064 (mon.0) 563 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-01-25T10:16:53.396 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:53 smithi064 bash[21045]: audit 1674641811.602613 mon.smithi064 (mon.0) 564 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-01-25T10:16:53.396 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:53 smithi064 bash[21045]: audit 1674641811.6030145 mon.smithi064 (mon.0) 565 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-01-25T10:16:53.396 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:53 smithi064 bash[21045]: audit 1674641811.603405 mon.smithi064 (mon.0) 566 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-01-25T10:16:53.396 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:53 smithi064 bash[21045]: audit 1674641811.8572135 mon.smithi064 (mon.0) 567 : audit 1 from='osd.3 [v2:172.21.15.64:6810/2366847759,v1:172.21.15.64:6811/2366847759]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-01-25T10:16:53.397 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:53 smithi064 bash[21045]: audit 1674641812.2228734 mon.smithi064 (mon.0) 568 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:16:53.494 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:53 smithi146 bash[24664]: audit 1674641811.2536647 mon.smithi064 (mon.0) 561 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:16:53.495 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:53 smithi146 bash[24664]: cluster 1674641811.3037722 mgr.smithi064.xhfpzt (mgr.14193) 132 : cluster 0 pgmap v94: 1 pgs: 1 unknown; 0 B data, 23 MiB used, 358 GiB / 358 GiB avail 2023-01-25T10:16:53.495 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:53 smithi146 bash[24664]: cluster 1674641811.6018608 mon.smithi064 (mon.0) 562 : cluster 0 osdmap e28: 8 total, 4 up, 8 in 2023-01-25T10:16:53.495 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:53 smithi146 bash[24664]: audit 1674641811.602081 mon.smithi064 (mon.0) 563 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-01-25T10:16:53.495 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:53 smithi146 bash[24664]: audit 1674641811.602613 mon.smithi064 (mon.0) 564 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-01-25T10:16:53.496 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:53 smithi146 bash[24664]: audit 1674641811.6030145 mon.smithi064 (mon.0) 565 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-01-25T10:16:53.496 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:53 smithi146 bash[24664]: audit 1674641811.603405 mon.smithi064 (mon.0) 566 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-01-25T10:16:53.496 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:53 smithi146 bash[24664]: audit 1674641811.8572135 mon.smithi064 (mon.0) 567 : audit 1 from='osd.3 [v2:172.21.15.64:6810/2366847759,v1:172.21.15.64:6811/2366847759]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-01-25T10:16:53.496 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:53 smithi146 bash[24664]: audit 1674641812.2228734 mon.smithi064 (mon.0) 568 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:16:54.395 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:54 smithi064 bash[21045]: audit 1674641812.2258472 mon.smithi064 (mon.0) 569 : audit 1 from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-01-25T10:16:54.395 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:54 smithi064 bash[21045]: audit 1674641813.1663747 mon.smithi064 (mon.0) 570 : audit 1 from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-01-25T10:16:54.395 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:54 smithi064 bash[21045]: audit 1674641813.1666198 mon.smithi064 (mon.0) 571 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "mon metadata", "id": "smithi064"}]: dispatch 2023-01-25T10:16:54.396 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:54 smithi064 bash[21045]: audit 1674641813.1685748 mon.smithi064 (mon.0) 572 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "mon metadata", "id": "smithi146"}]: dispatch 2023-01-25T10:16:54.396 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:54 smithi064 bash[21045]: audit 1674641813.180168 mon.smithi064 (mon.0) 573 : audit 1 from='osd.3 [v2:172.21.15.64:6810/2366847759,v1:172.21.15.64:6811/2366847759]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-01-25T10:16:54.396 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:54 smithi064 bash[21045]: cluster 1674641813.180245 mon.smithi064 (mon.0) 574 : cluster 0 osdmap e29: 8 total, 4 up, 8 in 2023-01-25T10:16:54.396 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:54 smithi064 bash[21045]: audit 1674641813.1803677 mon.smithi064 (mon.0) 575 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-01-25T10:16:54.397 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:54 smithi064 bash[21045]: audit 1674641813.180716 mon.smithi064 (mon.0) 576 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-01-25T10:16:54.397 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:54 smithi064 bash[21045]: audit 1674641813.1809232 mon.smithi064 (mon.0) 577 : audit 1 from='osd.3 [v2:172.21.15.64:6810/2366847759,v1:172.21.15.64:6811/2366847759]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi064", "root=default"]}]: dispatch 2023-01-25T10:16:54.397 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:54 smithi064 bash[21045]: audit 1674641813.1811743 mon.smithi064 (mon.0) 578 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-01-25T10:16:54.397 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:54 smithi064 bash[21045]: audit 1674641813.1813545 mon.smithi064 (mon.0) 579 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-01-25T10:16:54.397 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:54 smithi064 bash[21045]: audit 1674641813.1840467 mon.smithi064 (mon.0) 580 : audit 1 from='osd.6 [v2:172.21.15.146:6824/2112130854,v1:172.21.15.146:6825/2112130854]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-01-25T10:16:54.398 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:54 smithi064 bash[21045]: audit 1674641813.1975994 mon.smithi064 (mon.0) 581 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:16:54.398 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:54 smithi064 bash[21045]: audit 1674641813.199715 mon.smithi064 (mon.0) 582 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "mon metadata", "id": "smithi064"}]: dispatch 2023-01-25T10:16:54.398 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:54 smithi064 bash[21045]: audit 1674641813.1997526 mon.smithi146 (mon.1) 16 : audit 1 from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-01-25T10:16:54.398 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:54 smithi064 bash[21045]: audit 1674641813.1999187 mon.smithi064 (mon.0) 583 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "mon metadata", "id": "smithi146"}]: dispatch 2023-01-25T10:16:54.398 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:54 smithi064 bash[21045]: cluster 1674641813.304265 mgr.smithi064.xhfpzt (mgr.14193) 133 : cluster 0 pgmap v97: 1 pgs: 1 unknown; 0 B data, 23 MiB used, 358 GiB / 358 GiB avail 2023-01-25T10:16:54.399 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:54 smithi064 bash[21045]: audit 1674641814.105001 mon.smithi146 (mon.1) 17 : audit 1 from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-01-25T10:16:54.399 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:54 smithi064 bash[21045]: audit 1674641814.138631 mon.smithi064 (mon.0) 584 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:16:54.497 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:54 smithi146 bash[24664]: audit 1674641812.2258472 mon.smithi064 (mon.0) 569 : audit 1 from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-01-25T10:16:54.497 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:54 smithi146 bash[24664]: audit 1674641813.1663747 mon.smithi064 (mon.0) 570 : audit 1 from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-01-25T10:16:54.497 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:54 smithi146 bash[24664]: audit 1674641813.1666198 mon.smithi064 (mon.0) 571 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "mon metadata", "id": "smithi064"}]: dispatch 2023-01-25T10:16:54.497 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:54 smithi146 bash[24664]: audit 1674641813.1685748 mon.smithi064 (mon.0) 572 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "mon metadata", "id": "smithi146"}]: dispatch 2023-01-25T10:16:54.498 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:54 smithi146 bash[24664]: audit 1674641813.180168 mon.smithi064 (mon.0) 573 : audit 1 from='osd.3 [v2:172.21.15.64:6810/2366847759,v1:172.21.15.64:6811/2366847759]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-01-25T10:16:54.498 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:54 smithi146 bash[24664]: cluster 1674641813.180245 mon.smithi064 (mon.0) 574 : cluster 0 osdmap e29: 8 total, 4 up, 8 in 2023-01-25T10:16:54.498 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:54 smithi146 bash[24664]: audit 1674641813.1803677 mon.smithi064 (mon.0) 575 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-01-25T10:16:54.498 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:54 smithi146 bash[24664]: audit 1674641813.180716 mon.smithi064 (mon.0) 576 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-01-25T10:16:54.499 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:54 smithi146 bash[24664]: audit 1674641813.1809232 mon.smithi064 (mon.0) 577 : audit 1 from='osd.3 [v2:172.21.15.64:6810/2366847759,v1:172.21.15.64:6811/2366847759]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi064", "root=default"]}]: dispatch 2023-01-25T10:16:54.499 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:54 smithi146 bash[24664]: audit 1674641813.1811743 mon.smithi064 (mon.0) 578 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-01-25T10:16:54.499 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:54 smithi146 bash[24664]: audit 1674641813.1813545 mon.smithi064 (mon.0) 579 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-01-25T10:16:54.499 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:54 smithi146 bash[24664]: audit 1674641813.1840467 mon.smithi064 (mon.0) 580 : audit 1 from='osd.6 [v2:172.21.15.146:6824/2112130854,v1:172.21.15.146:6825/2112130854]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-01-25T10:16:54.499 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:54 smithi146 bash[24664]: audit 1674641813.1975994 mon.smithi064 (mon.0) 581 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:16:54.500 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:54 smithi146 bash[24664]: audit 1674641813.199715 mon.smithi064 (mon.0) 582 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "mon metadata", "id": "smithi064"}]: dispatch 2023-01-25T10:16:54.500 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:54 smithi146 bash[24664]: audit 1674641813.1997526 mon.smithi146 (mon.1) 16 : audit 1 from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-01-25T10:16:54.500 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:54 smithi146 bash[24664]: audit 1674641813.1999187 mon.smithi064 (mon.0) 583 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "mon metadata", "id": "smithi146"}]: dispatch 2023-01-25T10:16:54.500 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:54 smithi146 bash[24664]: cluster 1674641813.304265 mgr.smithi064.xhfpzt (mgr.14193) 133 : cluster 0 pgmap v97: 1 pgs: 1 unknown; 0 B data, 23 MiB used, 358 GiB / 358 GiB avail 2023-01-25T10:16:54.500 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:54 smithi146 bash[24664]: audit 1674641814.105001 mon.smithi146 (mon.1) 17 : audit 1 from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-01-25T10:16:54.501 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:54 smithi146 bash[24664]: audit 1674641814.138631 mon.smithi064 (mon.0) 584 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:16:55.395 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:55 smithi064 bash[21045]: cluster 1674641812.8177419 osd.3 (osd.3) 1 : cluster 0 purged_snaps scrub starts 2023-01-25T10:16:55.395 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:55 smithi064 bash[21045]: cluster 1674641812.8178415 osd.3 (osd.3) 2 : cluster 0 purged_snaps scrub ok 2023-01-25T10:16:55.395 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:55 smithi064 bash[21045]: audit 1674641814.1812656 mon.smithi064 (mon.0) 585 : audit 1 from='osd.3 [v2:172.21.15.64:6810/2366847759,v1:172.21.15.64:6811/2366847759]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi064", "root=default"]}]': finished 2023-01-25T10:16:55.395 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:55 smithi064 bash[21045]: audit 1674641814.1813579 mon.smithi064 (mon.0) 586 : audit 1 from='osd.6 [v2:172.21.15.146:6824/2112130854,v1:172.21.15.146:6825/2112130854]' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-01-25T10:16:55.396 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:55 smithi064 bash[21045]: cluster 1674641814.1814284 mon.smithi064 (mon.0) 587 : cluster 0 osdmap e30: 8 total, 4 up, 8 in 2023-01-25T10:16:55.396 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:55 smithi064 bash[21045]: audit 1674641814.1816404 mon.smithi064 (mon.0) 588 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-01-25T10:16:55.396 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:55 smithi064 bash[21045]: audit 1674641814.1825373 mon.smithi064 (mon.0) 589 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-01-25T10:16:55.396 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:55 smithi064 bash[21045]: audit 1674641814.1838036 mon.smithi064 (mon.0) 590 : audit 1 from='osd.6 [v2:172.21.15.146:6824/2112130854,v1:172.21.15.146:6825/2112130854]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi146", "root=default"]}]: dispatch 2023-01-25T10:16:55.397 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:55 smithi064 bash[21045]: audit 1674641814.184487 mon.smithi064 (mon.0) 591 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-01-25T10:16:55.397 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:55 smithi064 bash[21045]: audit 1674641814.185168 mon.smithi064 (mon.0) 592 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-01-25T10:16:55.397 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:55 smithi064 bash[21045]: audit 1674641814.1870465 mon.smithi064 (mon.0) 593 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-01-25T10:16:55.397 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:55 smithi064 bash[21045]: audit 1674641814.3284655 mon.smithi064 (mon.0) 594 : audit 1 from='osd.6 [v2:172.21.15.146:6824/2112130854,v1:172.21.15.146:6825/2112130854]' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi146", "root=default"]}]': finished 2023-01-25T10:16:55.397 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:55 smithi064 bash[21045]: cluster 1674641814.3285897 mon.smithi064 (mon.0) 595 : cluster 1 osd.3 [v2:172.21.15.64:6810/2366847759,v1:172.21.15.64:6811/2366847759] boot 2023-01-25T10:16:55.398 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:55 smithi064 bash[21045]: cluster 1674641814.328651 mon.smithi064 (mon.0) 596 : cluster 0 osdmap e31: 8 total, 5 up, 8 in 2023-01-25T10:16:55.398 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:55 smithi064 bash[21045]: audit 1674641814.3294528 mon.smithi064 (mon.0) 597 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-01-25T10:16:55.398 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:55 smithi064 bash[21045]: audit 1674641814.3302057 mon.smithi064 (mon.0) 598 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-01-25T10:16:55.398 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:55 smithi064 bash[21045]: audit 1674641814.3327334 mon.smithi064 (mon.0) 599 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-01-25T10:16:55.398 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:55 smithi064 bash[21045]: audit 1674641814.332926 mon.smithi064 (mon.0) 600 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-01-25T10:16:55.399 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:55 smithi064 bash[21045]: audit 1674641814.3361716 mon.smithi064 (mon.0) 601 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-01-25T10:16:55.496 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:55 smithi146 bash[24664]: cluster 1674641812.8177419 osd.3 (osd.3) 1 : cluster 0 purged_snaps scrub starts 2023-01-25T10:16:55.497 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:55 smithi146 bash[24664]: cluster 1674641812.8178415 osd.3 (osd.3) 2 : cluster 0 purged_snaps scrub ok 2023-01-25T10:16:55.497 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:55 smithi146 bash[24664]: audit 1674641814.1812656 mon.smithi064 (mon.0) 585 : audit 1 from='osd.3 [v2:172.21.15.64:6810/2366847759,v1:172.21.15.64:6811/2366847759]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi064", "root=default"]}]': finished 2023-01-25T10:16:55.497 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:55 smithi146 bash[24664]: audit 1674641814.1813579 mon.smithi064 (mon.0) 586 : audit 1 from='osd.6 [v2:172.21.15.146:6824/2112130854,v1:172.21.15.146:6825/2112130854]' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-01-25T10:16:55.497 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:55 smithi146 bash[24664]: cluster 1674641814.1814284 mon.smithi064 (mon.0) 587 : cluster 0 osdmap e30: 8 total, 4 up, 8 in 2023-01-25T10:16:55.498 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:55 smithi146 bash[24664]: audit 1674641814.1816404 mon.smithi064 (mon.0) 588 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-01-25T10:16:55.498 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:55 smithi146 bash[24664]: audit 1674641814.1825373 mon.smithi064 (mon.0) 589 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-01-25T10:16:55.498 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:55 smithi146 bash[24664]: audit 1674641814.1838036 mon.smithi064 (mon.0) 590 : audit 1 from='osd.6 [v2:172.21.15.146:6824/2112130854,v1:172.21.15.146:6825/2112130854]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi146", "root=default"]}]: dispatch 2023-01-25T10:16:55.498 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:55 smithi146 bash[24664]: audit 1674641814.184487 mon.smithi064 (mon.0) 591 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-01-25T10:16:55.498 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:55 smithi146 bash[24664]: audit 1674641814.185168 mon.smithi064 (mon.0) 592 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-01-25T10:16:55.499 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:55 smithi146 bash[24664]: audit 1674641814.1870465 mon.smithi064 (mon.0) 593 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-01-25T10:16:55.499 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:55 smithi146 bash[24664]: audit 1674641814.3284655 mon.smithi064 (mon.0) 594 : audit 1 from='osd.6 [v2:172.21.15.146:6824/2112130854,v1:172.21.15.146:6825/2112130854]' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi146", "root=default"]}]': finished 2023-01-25T10:16:55.499 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:55 smithi146 bash[24664]: cluster 1674641814.3285897 mon.smithi064 (mon.0) 595 : cluster 1 osd.3 [v2:172.21.15.64:6810/2366847759,v1:172.21.15.64:6811/2366847759] boot 2023-01-25T10:16:55.499 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:55 smithi146 bash[24664]: cluster 1674641814.328651 mon.smithi064 (mon.0) 596 : cluster 0 osdmap e31: 8 total, 5 up, 8 in 2023-01-25T10:16:55.499 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:55 smithi146 bash[24664]: audit 1674641814.3294528 mon.smithi064 (mon.0) 597 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-01-25T10:16:55.500 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:55 smithi146 bash[24664]: audit 1674641814.3302057 mon.smithi064 (mon.0) 598 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-01-25T10:16:55.500 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:55 smithi146 bash[24664]: audit 1674641814.3327334 mon.smithi064 (mon.0) 599 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-01-25T10:16:55.500 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:55 smithi146 bash[24664]: audit 1674641814.332926 mon.smithi064 (mon.0) 600 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-01-25T10:16:55.500 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:55 smithi146 bash[24664]: audit 1674641814.3361716 mon.smithi064 (mon.0) 601 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-01-25T10:16:56.395 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:56 smithi064 bash[21045]: cluster 1674641814.2282674 osd.6 (osd.6) 1 : cluster 0 purged_snaps scrub starts 2023-01-25T10:16:56.395 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:56 smithi064 bash[21045]: cluster 1674641814.2283523 osd.6 (osd.6) 2 : cluster 0 purged_snaps scrub ok 2023-01-25T10:16:56.395 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:56 smithi064 bash[21045]: cluster 1674641815.3048933 mgr.smithi064.xhfpzt (mgr.14193) 134 : cluster 0 pgmap v100: 1 pgs: 1 unknown; 0 B data, 30 MiB used, 447 GiB / 447 GiB avail 2023-01-25T10:16:56.395 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:56 smithi064 bash[21045]: cluster 1674641815.3329356 mon.smithi064 (mon.0) 602 : cluster 1 osd.6 [v2:172.21.15.146:6824/2112130854,v1:172.21.15.146:6825/2112130854] boot 2023-01-25T10:16:56.396 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:56 smithi064 bash[21045]: cluster 1674641815.3329988 mon.smithi064 (mon.0) 603 : cluster 0 osdmap e32: 8 total, 6 up, 8 in 2023-01-25T10:16:56.396 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:56 smithi064 bash[21045]: audit 1674641815.3331923 mon.smithi064 (mon.0) 604 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-01-25T10:16:56.396 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:56 smithi064 bash[21045]: audit 1674641815.3335762 mon.smithi064 (mon.0) 605 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-01-25T10:16:56.396 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:56 smithi064 bash[21045]: audit 1674641815.3338757 mon.smithi064 (mon.0) 606 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-01-25T10:16:56.746 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:56 smithi146 bash[24664]: cluster 1674641814.2282674 osd.6 (osd.6) 1 : cluster 0 purged_snaps scrub starts 2023-01-25T10:16:56.746 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:56 smithi146 bash[24664]: cluster 1674641814.2283523 osd.6 (osd.6) 2 : cluster 0 purged_snaps scrub ok 2023-01-25T10:16:56.747 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:56 smithi146 bash[24664]: cluster 1674641815.3048933 mgr.smithi064.xhfpzt (mgr.14193) 134 : cluster 0 pgmap v100: 1 pgs: 1 unknown; 0 B data, 30 MiB used, 447 GiB / 447 GiB avail 2023-01-25T10:16:56.747 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:56 smithi146 bash[24664]: cluster 1674641815.3329356 mon.smithi064 (mon.0) 602 : cluster 1 osd.6 [v2:172.21.15.146:6824/2112130854,v1:172.21.15.146:6825/2112130854] boot 2023-01-25T10:16:56.747 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:56 smithi146 bash[24664]: cluster 1674641815.3329988 mon.smithi064 (mon.0) 603 : cluster 0 osdmap e32: 8 total, 6 up, 8 in 2023-01-25T10:16:56.747 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:56 smithi146 bash[24664]: audit 1674641815.3331923 mon.smithi064 (mon.0) 604 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-01-25T10:16:56.747 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:56 smithi146 bash[24664]: audit 1674641815.3335762 mon.smithi064 (mon.0) 605 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-01-25T10:16:56.748 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:56 smithi146 bash[24664]: audit 1674641815.3338757 mon.smithi064 (mon.0) 606 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-01-25T10:16:57.645 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:57 smithi064 bash[21045]: cluster 1674641816.335983 mon.smithi064 (mon.0) 607 : cluster 0 osdmap e33: 8 total, 6 up, 8 in 2023-01-25T10:16:57.645 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:57 smithi064 bash[21045]: audit 1674641816.3366065 mon.smithi064 (mon.0) 608 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-01-25T10:16:57.645 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:57 smithi064 bash[21045]: audit 1674641816.3370943 mon.smithi064 (mon.0) 609 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-01-25T10:16:57.645 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:57 smithi064 bash[21045]: audit 1674641816.8305566 mon.smithi064 (mon.0) 610 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:16:57.646 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:57 smithi064 bash[21045]: audit 1674641816.837724 mon.smithi064 (mon.0) 611 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:16:57.646 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:57 smithi064 bash[21045]: audit 1674641816.9538522 mon.smithi064 (mon.0) 612 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:16:57.646 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:57 smithi064 bash[21045]: audit 1674641816.9626167 mon.smithi064 (mon.0) 613 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:16:57.746 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:57 smithi146 bash[24664]: cluster 1674641816.335983 mon.smithi064 (mon.0) 607 : cluster 0 osdmap e33: 8 total, 6 up, 8 in 2023-01-25T10:16:57.747 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:57 smithi146 bash[24664]: audit 1674641816.3366065 mon.smithi064 (mon.0) 608 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-01-25T10:16:57.747 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:57 smithi146 bash[24664]: audit 1674641816.3370943 mon.smithi064 (mon.0) 609 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-01-25T10:16:57.747 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:57 smithi146 bash[24664]: audit 1674641816.8305566 mon.smithi064 (mon.0) 610 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:16:57.747 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:57 smithi146 bash[24664]: audit 1674641816.837724 mon.smithi064 (mon.0) 611 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:16:57.747 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:57 smithi146 bash[24664]: audit 1674641816.9538522 mon.smithi064 (mon.0) 612 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:16:57.748 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:57 smithi146 bash[24664]: audit 1674641816.9626167 mon.smithi064 (mon.0) 613 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:16:57.763 INFO:teuthology.orchestra.run.smithi064.stderr:Inferring config /var/lib/ceph/8464b54c-9c98-11ed-9e56-001a4aab830c/mon.smithi064/config 2023-01-25T10:16:58.645 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:58 smithi064 bash[21045]: cluster 1674641817.3055723 mgr.smithi064.xhfpzt (mgr.14193) 135 : cluster 0 pgmap v103: 1 pgs: 1 remapped+peering; 577 KiB data, 36 MiB used, 536 GiB / 536 GiB avail 2023-01-25T10:16:58.645 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:58 smithi064 bash[21045]: cluster 1674641817.9724708 mon.smithi064 (mon.0) 614 : cluster 0 osdmap e34: 8 total, 6 up, 8 in 2023-01-25T10:16:58.645 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:58 smithi064 bash[21045]: audit 1674641817.972646 mon.smithi064 (mon.0) 615 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-01-25T10:16:58.645 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:58 smithi064 bash[21045]: audit 1674641817.973072 mon.smithi064 (mon.0) 616 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-01-25T10:16:58.746 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:58 smithi146 bash[24664]: cluster 1674641817.3055723 mgr.smithi064.xhfpzt (mgr.14193) 135 : cluster 0 pgmap v103: 1 pgs: 1 remapped+peering; 577 KiB data, 36 MiB used, 536 GiB / 536 GiB avail 2023-01-25T10:16:58.746 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:58 smithi146 bash[24664]: cluster 1674641817.9724708 mon.smithi064 (mon.0) 614 : cluster 0 osdmap e34: 8 total, 6 up, 8 in 2023-01-25T10:16:58.747 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:58 smithi146 bash[24664]: audit 1674641817.972646 mon.smithi064 (mon.0) 615 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-01-25T10:16:58.747 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:58 smithi146 bash[24664]: audit 1674641817.973072 mon.smithi064 (mon.0) 616 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-01-25T10:17:00.145 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:59 smithi064 bash[21045]: cluster 1674641818.9734883 mon.smithi064 (mon.0) 617 : cluster 0 osdmap e35: 8 total, 6 up, 8 in 2023-01-25T10:17:00.145 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:59 smithi064 bash[21045]: audit 1674641818.9737463 mon.smithi064 (mon.0) 618 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-01-25T10:17:00.145 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:59 smithi064 bash[21045]: audit 1674641818.974338 mon.smithi064 (mon.0) 619 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-01-25T10:17:00.146 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:59 smithi064 bash[21045]: audit 1674641819.1554003 mon.smithi064 (mon.0) 620 : audit 1 from='osd.5 [v2:172.21.15.64:6818/4063578836,v1:172.21.15.64:6819/4063578836]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-01-25T10:17:00.146 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:16:59 smithi064 bash[21045]: cluster 1674641819.30607 mgr.smithi064.xhfpzt (mgr.14193) 136 : cluster 0 pgmap v106: 1 pgs: 1 remapped+peering; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-01-25T10:17:00.246 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:59 smithi146 bash[24664]: cluster 1674641818.9734883 mon.smithi064 (mon.0) 617 : cluster 0 osdmap e35: 8 total, 6 up, 8 in 2023-01-25T10:17:00.247 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:59 smithi146 bash[24664]: audit 1674641818.9737463 mon.smithi064 (mon.0) 618 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-01-25T10:17:00.247 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:59 smithi146 bash[24664]: audit 1674641818.974338 mon.smithi064 (mon.0) 619 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-01-25T10:17:00.247 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:59 smithi146 bash[24664]: audit 1674641819.1554003 mon.smithi064 (mon.0) 620 : audit 1 from='osd.5 [v2:172.21.15.64:6818/4063578836,v1:172.21.15.64:6819/4063578836]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-01-25T10:17:00.247 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:16:59 smithi146 bash[24664]: cluster 1674641819.30607 mgr.smithi064.xhfpzt (mgr.14193) 136 : cluster 0 pgmap v106: 1 pgs: 1 remapped+peering; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-01-25T10:17:01.145 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:17:00 smithi064 bash[21045]: audit 1674641819.9801273 mon.smithi064 (mon.0) 621 : audit 1 from='osd.5 [v2:172.21.15.64:6818/4063578836,v1:172.21.15.64:6819/4063578836]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-01-25T10:17:01.145 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:17:00 smithi064 bash[21045]: cluster 1674641819.9802063 mon.smithi064 (mon.0) 622 : cluster 0 osdmap e36: 8 total, 6 up, 8 in 2023-01-25T10:17:01.146 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:17:00 smithi064 bash[21045]: audit 1674641819.980506 mon.smithi064 (mon.0) 623 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-01-25T10:17:01.146 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:17:00 smithi064 bash[21045]: audit 1674641819.9812324 mon.smithi064 (mon.0) 624 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-01-25T10:17:01.146 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:17:00 smithi064 bash[21045]: audit 1674641819.9817333 mon.smithi064 (mon.0) 625 : audit 1 from='osd.5 [v2:172.21.15.64:6818/4063578836,v1:172.21.15.64:6819/4063578836]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi064", "root=default"]}]: dispatch 2023-01-25T10:17:01.147 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:17:00 smithi064 bash[21045]: audit 1674641820.3653316 mon.smithi064 (mon.0) 626 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-01-25T10:17:01.246 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:17:00 smithi146 bash[24664]: audit 1674641819.9801273 mon.smithi064 (mon.0) 621 : audit 1 from='osd.5 [v2:172.21.15.64:6818/4063578836,v1:172.21.15.64:6819/4063578836]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-01-25T10:17:01.247 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:17:00 smithi146 bash[24664]: cluster 1674641819.9802063 mon.smithi064 (mon.0) 622 : cluster 0 osdmap e36: 8 total, 6 up, 8 in 2023-01-25T10:17:01.247 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:17:00 smithi146 bash[24664]: audit 1674641819.980506 mon.smithi064 (mon.0) 623 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-01-25T10:17:01.247 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:17:00 smithi146 bash[24664]: audit 1674641819.9812324 mon.smithi064 (mon.0) 624 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-01-25T10:17:01.248 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:17:00 smithi146 bash[24664]: audit 1674641819.9817333 mon.smithi064 (mon.0) 625 : audit 1 from='osd.5 [v2:172.21.15.64:6818/4063578836,v1:172.21.15.64:6819/4063578836]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi064", "root=default"]}]: dispatch 2023-01-25T10:17:01.248 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:17:00 smithi146 bash[24664]: audit 1674641820.3653316 mon.smithi064 (mon.0) 626 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-01-25T10:17:02.395 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:17:01 smithi064 bash[21045]: audit 1674641820.9841936 mon.smithi064 (mon.0) 627 : audit 1 from='osd.5 [v2:172.21.15.64:6818/4063578836,v1:172.21.15.64:6819/4063578836]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi064", "root=default"]}]': finished 2023-01-25T10:17:02.395 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:17:01 smithi064 bash[21045]: cluster 1674641820.9843764 mon.smithi064 (mon.0) 628 : cluster 0 osdmap e37: 8 total, 6 up, 8 in 2023-01-25T10:17:02.395 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:17:01 smithi064 bash[21045]: audit 1674641820.98496 mon.smithi064 (mon.0) 629 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-01-25T10:17:02.396 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:17:01 smithi064 bash[21045]: audit 1674641820.9852295 mon.smithi064 (mon.0) 630 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-01-25T10:17:02.396 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:17:01 smithi064 bash[21045]: audit 1674641820.9919364 mon.smithi064 (mon.0) 631 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-01-25T10:17:02.396 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:17:01 smithi064 bash[21045]: cluster 1674641821.306638 mgr.smithi064.xhfpzt (mgr.14193) 137 : cluster 0 pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 144 KiB/s, 0 objects/s recovering 2023-01-25T10:17:02.496 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:17:02 smithi146 bash[24664]: audit 1674641820.9841936 mon.smithi064 (mon.0) 627 : audit 1 from='osd.5 [v2:172.21.15.64:6818/4063578836,v1:172.21.15.64:6819/4063578836]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi064", "root=default"]}]': finished 2023-01-25T10:17:02.497 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:17:02 smithi146 bash[24664]: cluster 1674641820.9843764 mon.smithi064 (mon.0) 628 : cluster 0 osdmap e37: 8 total, 6 up, 8 in 2023-01-25T10:17:02.497 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:17:02 smithi146 bash[24664]: audit 1674641820.98496 mon.smithi064 (mon.0) 629 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-01-25T10:17:02.497 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:17:02 smithi146 bash[24664]: audit 1674641820.9852295 mon.smithi064 (mon.0) 630 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-01-25T10:17:02.497 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:17:02 smithi146 bash[24664]: audit 1674641820.9919364 mon.smithi064 (mon.0) 631 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-01-25T10:17:02.497 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:17:02 smithi146 bash[24664]: cluster 1674641821.306638 mgr.smithi064.xhfpzt (mgr.14193) 137 : cluster 0 pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 144 KiB/s, 0 objects/s recovering 2023-01-25T10:17:03.145 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:17:03 smithi064 bash[21045]: cluster 1674641820.1389725 osd.5 (osd.5) 1 : cluster 0 purged_snaps scrub starts 2023-01-25T10:17:03.145 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:17:03 smithi064 bash[21045]: cluster 1674641820.1391747 osd.5 (osd.5) 2 : cluster 0 purged_snaps scrub ok 2023-01-25T10:17:03.146 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:17:03 smithi064 bash[21045]: audit 1674641821.989235 mon.smithi064 (mon.0) 632 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-01-25T10:17:03.146 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:17:03 smithi064 bash[21045]: cluster 1674641821.9952898 mon.smithi064 (mon.0) 633 : cluster 1 osd.5 [v2:172.21.15.64:6818/4063578836,v1:172.21.15.64:6819/4063578836] boot 2023-01-25T10:17:03.146 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:17:03 smithi064 bash[21045]: cluster 1674641821.9953308 mon.smithi064 (mon.0) 634 : cluster 0 osdmap e38: 8 total, 7 up, 8 in 2023-01-25T10:17:03.147 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:17:03 smithi064 bash[21045]: audit 1674641821.99604 mon.smithi064 (mon.0) 635 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-01-25T10:17:03.147 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:17:03 smithi064 bash[21045]: audit 1674641821.9966872 mon.smithi064 (mon.0) 636 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-01-25T10:17:03.178 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-01-25T10:17:03.496 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:17:03 smithi146 bash[24664]: cluster 1674641820.1389725 osd.5 (osd.5) 1 : cluster 0 purged_snaps scrub starts 2023-01-25T10:17:03.497 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:17:03 smithi146 bash[24664]: cluster 1674641820.1391747 osd.5 (osd.5) 2 : cluster 0 purged_snaps scrub ok 2023-01-25T10:17:03.497 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:17:03 smithi146 bash[24664]: audit 1674641821.989235 mon.smithi064 (mon.0) 632 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-01-25T10:17:03.497 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:17:03 smithi146 bash[24664]: cluster 1674641821.9952898 mon.smithi064 (mon.0) 633 : cluster 1 osd.5 [v2:172.21.15.64:6818/4063578836,v1:172.21.15.64:6819/4063578836] boot 2023-01-25T10:17:03.497 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:17:03 smithi146 bash[24664]: cluster 1674641821.9953308 mon.smithi064 (mon.0) 634 : cluster 0 osdmap e38: 8 total, 7 up, 8 in 2023-01-25T10:17:03.497 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:17:03 smithi146 bash[24664]: audit 1674641821.99604 mon.smithi064 (mon.0) 635 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-01-25T10:17:03.498 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:17:03 smithi146 bash[24664]: audit 1674641821.9966872 mon.smithi064 (mon.0) 636 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-01-25T10:17:04.028 INFO:teuthology.orchestra.run.smithi064.stdout:{"epoch":39,"num_osds":8,"num_up_osds":7,"osd_up_since":1674641821,"num_in_osds":8,"osd_in_since":1674641769,"num_remapped_pgs":0} 2023-01-25T10:17:04.145 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:17:04 smithi064 bash[21045]: cluster 1674641823.003432 mon.smithi064 (mon.0) 637 : cluster 0 osdmap e39: 8 total, 7 up, 8 in 2023-01-25T10:17:04.145 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:17:04 smithi064 bash[21045]: audit 1674641823.003808 mon.smithi064 (mon.0) 638 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-01-25T10:17:04.145 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:17:04 smithi064 bash[21045]: audit 1674641823.174354 mon.smithi064 (mon.0) 639 : audit 0 from='client.? 172.21.15.64:0/1569863457' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-01-25T10:17:04.145 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:17:04 smithi064 bash[21045]: cluster 1674641823.3070357 mgr.smithi064.xhfpzt (mgr.14193) 138 : cluster 0 pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail; 144 KiB/s, 0 objects/s recovering 2023-01-25T10:17:04.496 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:17:04 smithi146 bash[24664]: cluster 1674641823.003432 mon.smithi064 (mon.0) 637 : cluster 0 osdmap e39: 8 total, 7 up, 8 in 2023-01-25T10:17:04.497 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:17:04 smithi146 bash[24664]: audit 1674641823.003808 mon.smithi064 (mon.0) 638 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-01-25T10:17:04.497 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:17:04 smithi146 bash[24664]: audit 1674641823.174354 mon.smithi064 (mon.0) 639 : audit 0 from='client.? 172.21.15.64:0/1569863457' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-01-25T10:17:04.497 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:17:04 smithi146 bash[24664]: cluster 1674641823.3070357 mgr.smithi064.xhfpzt (mgr.14193) 138 : cluster 0 pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail; 144 KiB/s, 0 objects/s recovering 2023-01-25T10:17:05.029 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:44e4095da12a8269eb6cfe163cbb0d00b1a6412c shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8464b54c-9c98-11ed-9e56-001a4aab830c -- ceph osd stat -f json 2023-01-25T10:17:06.644 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:17:06 smithi064 bash[21045]: cluster 1674641825.3075078 mgr.smithi064.xhfpzt (mgr.14193) 139 : cluster 0 pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 108 KiB/s, 0 objects/s recovering 2023-01-25T10:17:06.746 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:17:06 smithi146 bash[24664]: cluster 1674641825.3075078 mgr.smithi064.xhfpzt (mgr.14193) 139 : cluster 0 pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 108 KiB/s, 0 objects/s recovering 2023-01-25T10:17:07.645 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:17:07 smithi064 bash[21045]: audit 1674641826.939153 mon.smithi064 (mon.0) 640 : audit 1 from='osd.7 [v2:172.21.15.64:6826/3879640591,v1:172.21.15.64:6827/3879640591]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-01-25T10:17:07.746 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:17:07 smithi146 bash[24664]: audit 1674641826.939153 mon.smithi064 (mon.0) 640 : audit 1 from='osd.7 [v2:172.21.15.64:6826/3879640591,v1:172.21.15.64:6827/3879640591]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-01-25T10:17:08.645 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:17:08 smithi064 bash[21045]: cluster 1674641827.3079393 mgr.smithi064.xhfpzt (mgr.14193) 140 : cluster 0 pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 91 KiB/s, 0 objects/s recovering 2023-01-25T10:17:08.645 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:17:08 smithi064 bash[21045]: audit 1674641827.3436525 mon.smithi064 (mon.0) 641 : audit 1 from='osd.7 [v2:172.21.15.64:6826/3879640591,v1:172.21.15.64:6827/3879640591]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-01-25T10:17:08.645 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:17:08 smithi064 bash[21045]: cluster 1674641827.3437452 mon.smithi064 (mon.0) 642 : cluster 0 osdmap e40: 8 total, 7 up, 8 in 2023-01-25T10:17:08.645 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:17:08 smithi064 bash[21045]: audit 1674641827.3438883 mon.smithi064 (mon.0) 643 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-01-25T10:17:08.646 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:17:08 smithi064 bash[21045]: audit 1674641827.3444655 mon.smithi064 (mon.0) 644 : audit 1 from='osd.7 [v2:172.21.15.64:6826/3879640591,v1:172.21.15.64:6827/3879640591]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi064", "root=default"]}]: dispatch 2023-01-25T10:17:08.746 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:17:08 smithi146 bash[24664]: cluster 1674641827.3079393 mgr.smithi064.xhfpzt (mgr.14193) 140 : cluster 0 pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 91 KiB/s, 0 objects/s recovering 2023-01-25T10:17:08.747 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:17:08 smithi146 bash[24664]: audit 1674641827.3436525 mon.smithi064 (mon.0) 641 : audit 1 from='osd.7 [v2:172.21.15.64:6826/3879640591,v1:172.21.15.64:6827/3879640591]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-01-25T10:17:08.747 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:17:08 smithi146 bash[24664]: cluster 1674641827.3437452 mon.smithi064 (mon.0) 642 : cluster 0 osdmap e40: 8 total, 7 up, 8 in 2023-01-25T10:17:08.747 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:17:08 smithi146 bash[24664]: audit 1674641827.3438883 mon.smithi064 (mon.0) 643 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-01-25T10:17:08.747 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:17:08 smithi146 bash[24664]: audit 1674641827.3444655 mon.smithi064 (mon.0) 644 : audit 1 from='osd.7 [v2:172.21.15.64:6826/3879640591,v1:172.21.15.64:6827/3879640591]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi064", "root=default"]}]: dispatch 2023-01-25T10:17:09.606 INFO:teuthology.orchestra.run.smithi064.stderr:Inferring config /var/lib/ceph/8464b54c-9c98-11ed-9e56-001a4aab830c/mon.smithi064/config 2023-01-25T10:17:09.645 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:17:09 smithi064 bash[21045]: audit 1674641828.348602 mon.smithi064 (mon.0) 645 : audit 1 from='osd.7 [v2:172.21.15.64:6826/3879640591,v1:172.21.15.64:6827/3879640591]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi064", "root=default"]}]': finished 2023-01-25T10:17:09.645 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:17:09 smithi064 bash[21045]: cluster 1674641828.3487592 mon.smithi064 (mon.0) 646 : cluster 0 osdmap e41: 8 total, 7 up, 8 in 2023-01-25T10:17:09.645 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:17:09 smithi064 bash[21045]: audit 1674641828.3493783 mon.smithi064 (mon.0) 647 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-01-25T10:17:09.645 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:17:09 smithi064 bash[21045]: audit 1674641828.3574247 mon.smithi064 (mon.0) 648 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-01-25T10:17:09.646 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:17:09 smithi064 bash[21045]: cluster 1674641829.3342557 mon.smithi064 (mon.0) 649 : cluster 1 osd.7 [v2:172.21.15.64:6826/3879640591,v1:172.21.15.64:6827/3879640591] boot 2023-01-25T10:17:09.646 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:17:09 smithi064 bash[21045]: cluster 1674641829.3343074 mon.smithi064 (mon.0) 650 : cluster 0 osdmap e42: 8 total, 8 up, 8 in 2023-01-25T10:17:09.646 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:17:09 smithi064 bash[21045]: audit 1674641829.3348353 mon.smithi064 (mon.0) 651 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-01-25T10:17:09.746 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:17:09 smithi146 bash[24664]: audit 1674641828.348602 mon.smithi064 (mon.0) 645 : audit 1 from='osd.7 [v2:172.21.15.64:6826/3879640591,v1:172.21.15.64:6827/3879640591]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi064", "root=default"]}]': finished 2023-01-25T10:17:09.747 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:17:09 smithi146 bash[24664]: cluster 1674641828.3487592 mon.smithi064 (mon.0) 646 : cluster 0 osdmap e41: 8 total, 7 up, 8 in 2023-01-25T10:17:09.747 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:17:09 smithi146 bash[24664]: audit 1674641828.3493783 mon.smithi064 (mon.0) 647 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-01-25T10:17:09.747 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:17:09 smithi146 bash[24664]: audit 1674641828.3574247 mon.smithi064 (mon.0) 648 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-01-25T10:17:09.747 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:17:09 smithi146 bash[24664]: cluster 1674641829.3342557 mon.smithi064 (mon.0) 649 : cluster 1 osd.7 [v2:172.21.15.64:6826/3879640591,v1:172.21.15.64:6827/3879640591] boot 2023-01-25T10:17:09.748 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:17:09 smithi146 bash[24664]: cluster 1674641829.3343074 mon.smithi064 (mon.0) 650 : cluster 0 osdmap e42: 8 total, 8 up, 8 in 2023-01-25T10:17:09.748 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:17:09 smithi146 bash[24664]: audit 1674641829.3348353 mon.smithi064 (mon.0) 651 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-01-25T10:17:10.443 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:17:10 smithi064 bash[21045]: cluster 1674641827.9284146 osd.7 (osd.7) 1 : cluster 0 purged_snaps scrub starts 2023-01-25T10:17:10.443 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:17:10 smithi064 bash[21045]: cluster 1674641827.9285972 osd.7 (osd.7) 2 : cluster 0 purged_snaps scrub ok 2023-01-25T10:17:10.444 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:17:10 smithi064 bash[21045]: cluster 1674641829.3084843 mgr.smithi064.xhfpzt (mgr.14193) 141 : cluster 0 pgmap v117: 1 pgs: 1 unknown; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-01-25T10:17:10.444 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:17:10 smithi064 bash[21045]: cluster 1674641830.3425455 mon.smithi064 (mon.0) 652 : cluster 0 osdmap e43: 8 total, 8 up, 8 in 2023-01-25T10:17:10.746 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:17:10 smithi146 bash[24664]: cluster 1674641827.9284146 osd.7 (osd.7) 1 : cluster 0 purged_snaps scrub starts 2023-01-25T10:17:10.747 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:17:10 smithi146 bash[24664]: cluster 1674641827.9285972 osd.7 (osd.7) 2 : cluster 0 purged_snaps scrub ok 2023-01-25T10:17:10.747 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:17:10 smithi146 bash[24664]: cluster 1674641829.3084843 mgr.smithi064.xhfpzt (mgr.14193) 141 : cluster 0 pgmap v117: 1 pgs: 1 unknown; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-01-25T10:17:10.747 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:17:10 smithi146 bash[24664]: cluster 1674641830.3425455 mon.smithi064 (mon.0) 652 : cluster 0 osdmap e43: 8 total, 8 up, 8 in 2023-01-25T10:17:12.645 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:17:12 smithi064 bash[21045]: cluster 1674641831.30907 mgr.smithi064.xhfpzt (mgr.14193) 142 : cluster 0 pgmap v120: 1 pgs: 1 unknown; 577 KiB data, 46 MiB used, 715 GiB / 715 GiB avail 2023-01-25T10:17:12.645 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:17:12 smithi064 bash[21045]: cluster 1674641831.3465123 mon.smithi064 (mon.0) 653 : cluster 0 osdmap e44: 8 total, 8 up, 8 in 2023-01-25T10:17:12.645 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:17:12 smithi064 bash[21045]: audit 1674641831.4224432 mon.smithi064 (mon.0) 654 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:17:12.646 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:17:12 smithi064 bash[21045]: audit 1674641831.4286854 mon.smithi064 (mon.0) 655 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:17:12.646 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:17:12 smithi064 bash[21045]: audit 1674641831.4835458 mon.smithi064 (mon.0) 656 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-01-25T10:17:12.746 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:17:12 smithi146 bash[24664]: cluster 1674641831.30907 mgr.smithi064.xhfpzt (mgr.14193) 142 : cluster 0 pgmap v120: 1 pgs: 1 unknown; 577 KiB data, 46 MiB used, 715 GiB / 715 GiB avail 2023-01-25T10:17:12.747 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:17:12 smithi146 bash[24664]: cluster 1674641831.3465123 mon.smithi064 (mon.0) 653 : cluster 0 osdmap e44: 8 total, 8 up, 8 in 2023-01-25T10:17:12.747 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:17:12 smithi146 bash[24664]: audit 1674641831.4224432 mon.smithi064 (mon.0) 654 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:17:12.747 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:17:12 smithi146 bash[24664]: audit 1674641831.4286854 mon.smithi064 (mon.0) 655 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:17:12.747 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:17:12 smithi146 bash[24664]: audit 1674641831.4835458 mon.smithi064 (mon.0) 656 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-01-25T10:17:13.695 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:17:13 smithi064 bash[21045]: cluster 1674641832.4349694 mon.smithi064 (mon.0) 657 : cluster 0 osdmap e45: 8 total, 8 up, 8 in 2023-01-25T10:17:13.746 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:17:13 smithi146 bash[24664]: cluster 1674641832.4349694 mon.smithi064 (mon.0) 657 : cluster 0 osdmap e45: 8 total, 8 up, 8 in 2023-01-25T10:17:14.096 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-01-25T10:17:14.645 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:17:14 smithi064 bash[21045]: cluster 1674641833.3096576 mgr.smithi064.xhfpzt (mgr.14193) 143 : cluster 0 pgmap v123: 1 pgs: 1 unknown; 577 KiB data, 46 MiB used, 715 GiB / 715 GiB avail 2023-01-25T10:17:14.645 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:17:14 smithi064 bash[21045]: cluster 1674641833.441554 mon.smithi064 (mon.0) 658 : cluster 0 osdmap e46: 8 total, 8 up, 8 in 2023-01-25T10:17:14.645 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:17:14 smithi064 bash[21045]: audit 1674641834.0923245 mon.smithi064 (mon.0) 659 : audit 0 from='client.? 172.21.15.64:0/2635536912' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-01-25T10:17:14.746 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:17:14 smithi146 bash[24664]: cluster 1674641833.3096576 mgr.smithi064.xhfpzt (mgr.14193) 143 : cluster 0 pgmap v123: 1 pgs: 1 unknown; 577 KiB data, 46 MiB used, 715 GiB / 715 GiB avail 2023-01-25T10:17:14.746 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:17:14 smithi146 bash[24664]: cluster 1674641833.441554 mon.smithi064 (mon.0) 658 : cluster 0 osdmap e46: 8 total, 8 up, 8 in 2023-01-25T10:17:14.747 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:17:14 smithi146 bash[24664]: audit 1674641834.0923245 mon.smithi064 (mon.0) 659 : audit 0 from='client.? 172.21.15.64:0/2635536912' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-01-25T10:17:14.852 INFO:teuthology.orchestra.run.smithi064.stdout:{"epoch":46,"num_osds":8,"num_up_osds":8,"osd_up_since":1674641829,"num_in_osds":8,"osd_in_since":1674641769,"num_remapped_pgs":0} 2023-01-25T10:17:14.853 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:44e4095da12a8269eb6cfe163cbb0d00b1a6412c shell --fsid 8464b54c-9c98-11ed-9e56-001a4aab830c -- ceph osd dump --format=json 2023-01-25T10:17:15.746 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:17:15 smithi146 bash[24664]: audit 1674641835.3661938 mon.smithi064 (mon.0) 660 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-01-25T10:17:15.895 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:17:15 smithi064 bash[21045]: audit 1674641835.3661938 mon.smithi064 (mon.0) 660 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-01-25T10:17:16.746 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:17:16 smithi146 bash[24664]: cluster 1674641835.3103974 mgr.smithi064.xhfpzt (mgr.14193) 144 : cluster 0 pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 116 KiB/s, 0 objects/s recovering 2023-01-25T10:17:16.895 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:17:16 smithi064 bash[21045]: cluster 1674641835.3103974 mgr.smithi064.xhfpzt (mgr.14193) 144 : cluster 0 pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 116 KiB/s, 0 objects/s recovering 2023-01-25T10:17:18.746 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:17:18 smithi146 bash[24664]: cluster 1674641837.3110712 mgr.smithi064.xhfpzt (mgr.14193) 145 : cluster 0 pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 96 KiB/s, 0 objects/s recovering 2023-01-25T10:17:18.747 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:17:18 smithi146 bash[24664]: audit 1674641837.6385512 mon.smithi064 (mon.0) 661 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:17:18.747 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:17:18 smithi146 bash[24664]: audit 1674641837.6462748 mon.smithi064 (mon.0) 662 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:17:18.895 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:17:18 smithi064 bash[21045]: cluster 1674641837.3110712 mgr.smithi064.xhfpzt (mgr.14193) 145 : cluster 0 pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 96 KiB/s, 0 objects/s recovering 2023-01-25T10:17:18.895 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:17:18 smithi064 bash[21045]: audit 1674641837.6385512 mon.smithi064 (mon.0) 661 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:17:18.895 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:17:18 smithi064 bash[21045]: audit 1674641837.6462748 mon.smithi064 (mon.0) 662 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:17:19.749 INFO:teuthology.orchestra.run.smithi064.stderr:Inferring config /var/lib/ceph/8464b54c-9c98-11ed-9e56-001a4aab830c/mon.smithi064/config 2023-01-25T10:17:20.606 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:17:20 smithi064 bash[21045]: audit 1674641839.2553349 mon.smithi064 (mon.0) 663 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:17:20.607 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:17:20 smithi064 bash[21045]: audit 1674641839.2643824 mon.smithi064 (mon.0) 664 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:17:20.607 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:17:20 smithi064 bash[21045]: cluster 1674641839.3115783 mgr.smithi064.xhfpzt (mgr.14193) 146 : cluster 0 pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 72 KiB/s, 0 objects/s recovering 2023-01-25T10:17:20.746 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:17:20 smithi146 bash[24664]: audit 1674641839.2553349 mon.smithi064 (mon.0) 663 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:17:20.747 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:17:20 smithi146 bash[24664]: audit 1674641839.2643824 mon.smithi064 (mon.0) 664 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:17:20.747 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:17:20 smithi146 bash[24664]: cluster 1674641839.3115783 mgr.smithi064.xhfpzt (mgr.14193) 146 : cluster 0 pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 72 KiB/s, 0 objects/s recovering 2023-01-25T10:17:22.644 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:17:22 smithi064 bash[21045]: cluster 1674641841.3121226 mgr.smithi064.xhfpzt (mgr.14193) 147 : cluster 0 pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 65 KiB/s, 0 objects/s recovering 2023-01-25T10:17:22.746 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:17:22 smithi146 bash[24664]: cluster 1674641841.3121226 mgr.smithi064.xhfpzt (mgr.14193) 147 : cluster 0 pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 65 KiB/s, 0 objects/s recovering 2023-01-25T10:17:23.559 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-01-25T10:17:23.560 INFO:teuthology.orchestra.run.smithi064.stdout:{"epoch":46,"fsid":"8464b54c-9c98-11ed-9e56-001a4aab830c","created":"2023-01-25T10:11:31.505431+0000","modified":"2023-01-25T10:17:13.429585+0000","last_up_change":"2023-01-25T10:17:09.325208+0000","last_in_change":"2023-01-25T10:16:09.043145+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":17,"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","pools":[{"pool":1,"pool_name":".mgr","create_time":"2023-01-25T10:16:45.862316+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":"25","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}}}],"osds":[{"osd":0,"uuid":"c1848071-aced-42d1-a82e-d12138013dc8","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":44,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.146:6800","nonce":3046104573},{"type":"v1","addr":"172.21.15.146:6801","nonce":3046104573}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.146:6802","nonce":3046104573},{"type":"v1","addr":"172.21.15.146:6803","nonce":3046104573}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.146:6806","nonce":3046104573},{"type":"v1","addr":"172.21.15.146:6807","nonce":3046104573}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.146:6804","nonce":3046104573},{"type":"v1","addr":"172.21.15.146:6805","nonce":3046104573}]},"public_addr":"172.21.15.146:6801/3046104573","cluster_addr":"172.21.15.146:6803/3046104573","heartbeat_back_addr":"172.21.15.146:6807/3046104573","heartbeat_front_addr":"172.21.15.146:6805/3046104573","state":["exists","up"]},{"osd":1,"uuid":"216c31e0-ec5c-44ae-9a32-39f43a420e70","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":22,"up_thru":34,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.64:6802","nonce":508791752},{"type":"v1","addr":"172.21.15.64:6803","nonce":508791752}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.64:6804","nonce":508791752},{"type":"v1","addr":"172.21.15.64:6805","nonce":508791752}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.64:6808","nonce":508791752},{"type":"v1","addr":"172.21.15.64:6809","nonce":508791752}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.64:6806","nonce":508791752},{"type":"v1","addr":"172.21.15.64:6807","nonce":508791752}]},"public_addr":"172.21.15.64:6803/508791752","cluster_addr":"172.21.15.64:6805/508791752","heartbeat_back_addr":"172.21.15.64:6809/508791752","heartbeat_front_addr":"172.21.15.64:6807/508791752","state":["exists","up"]},{"osd":2,"uuid":"0221719f-9fdc-4785-bad3-eabf04fc35e2","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":26,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.146:6808","nonce":547274868},{"type":"v1","addr":"172.21.15.146:6809","nonce":547274868}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.146:6810","nonce":547274868},{"type":"v1","addr":"172.21.15.146:6811","nonce":547274868}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.146:6814","nonce":547274868},{"type":"v1","addr":"172.21.15.146:6815","nonce":547274868}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.146:6812","nonce":547274868},{"type":"v1","addr":"172.21.15.146:6813","nonce":547274868}]},"public_addr":"172.21.15.146:6809/547274868","cluster_addr":"172.21.15.146:6811/547274868","heartbeat_back_addr":"172.21.15.146:6815/547274868","heartbeat_front_addr":"172.21.15.146:6813/547274868","state":["exists","up"]},{"osd":3,"uuid":"41d3f2fe-f812-4daa-b570-b2fdc8a602ac","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":31,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.64:6810","nonce":2366847759},{"type":"v1","addr":"172.21.15.64:6811","nonce":2366847759}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.64:6812","nonce":2366847759},{"type":"v1","addr":"172.21.15.64:6813","nonce":2366847759}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.64:6816","nonce":2366847759},{"type":"v1","addr":"172.21.15.64:6817","nonce":2366847759}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.64:6814","nonce":2366847759},{"type":"v1","addr":"172.21.15.64:6815","nonce":2366847759}]},"public_addr":"172.21.15.64:6811/2366847759","cluster_addr":"172.21.15.64:6813/2366847759","heartbeat_back_addr":"172.21.15.64:6817/2366847759","heartbeat_front_addr":"172.21.15.64:6815/2366847759","state":["exists","up"]},{"osd":4,"uuid":"d7fb1565-2431-4fd2-a42e-782d24d78809","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.146:6816","nonce":2408818196},{"type":"v1","addr":"172.21.15.146:6817","nonce":2408818196}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.146:6818","nonce":2408818196},{"type":"v1","addr":"172.21.15.146:6819","nonce":2408818196}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.146:6822","nonce":2408818196},{"type":"v1","addr":"172.21.15.146:6823","nonce":2408818196}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.146:6820","nonce":2408818196},{"type":"v1","addr":"172.21.15.146:6821","nonce":2408818196}]},"public_addr":"172.21.15.146:6817/2408818196","cluster_addr":"172.21.15.146:6819/2408818196","heartbeat_back_addr":"172.21.15.146:6823/2408818196","heartbeat_front_addr":"172.21.15.146:6821/2408818196","state":["exists","up"]},{"osd":5,"uuid":"69e29dc1-e878-461e-a68d-290327248f31","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":38,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.64:6818","nonce":4063578836},{"type":"v1","addr":"172.21.15.64:6819","nonce":4063578836}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.64:6820","nonce":4063578836},{"type":"v1","addr":"172.21.15.64:6821","nonce":4063578836}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.64:6824","nonce":4063578836},{"type":"v1","addr":"172.21.15.64:6825","nonce":4063578836}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.64:6822","nonce":4063578836},{"type":"v1","addr":"172.21.15.64:6823","nonce":4063578836}]},"public_addr":"172.21.15.64:6819/4063578836","cluster_addr":"172.21.15.64:6821/4063578836","heartbeat_back_addr":"172.21.15.64:6825/4063578836","heartbeat_front_addr":"172.21.15.64:6823/4063578836","state":["exists","up"]},{"osd":6,"uuid":"e58b3609-f0dd-452e-985a-ec4c230fe51b","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.146:6824","nonce":2112130854},{"type":"v1","addr":"172.21.15.146:6825","nonce":2112130854}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.146:6826","nonce":2112130854},{"type":"v1","addr":"172.21.15.146:6827","nonce":2112130854}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.146:6830","nonce":2112130854},{"type":"v1","addr":"172.21.15.146:6831","nonce":2112130854}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.146:6828","nonce":2112130854},{"type":"v1","addr":"172.21.15.146:6829","nonce":2112130854}]},"public_addr":"172.21.15.146:6825/2112130854","cluster_addr":"172.21.15.146:6827/2112130854","heartbeat_back_addr":"172.21.15.146:6831/2112130854","heartbeat_front_addr":"172.21.15.146:6829/2112130854","state":["exists","up"]},{"osd":7,"uuid":"dd112c50-ce69-4f53-842d-3f36e614ff21","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":42,"up_thru":45,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.64:6826","nonce":3879640591},{"type":"v1","addr":"172.21.15.64:6827","nonce":3879640591}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.64:6828","nonce":3879640591},{"type":"v1","addr":"172.21.15.64:6829","nonce":3879640591}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.64:6832","nonce":3879640591},{"type":"v1","addr":"172.21.15.64:6833","nonce":3879640591}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.64:6830","nonce":3879640591},{"type":"v1","addr":"172.21.15.64:6831","nonce":3879640591}]},"public_addr":"172.21.15.64:6827/3879640591","cluster_addr":"172.21.15.64:6829/3879640591","heartbeat_back_addr":"172.21.15.64:6833/3879640591","heartbeat_front_addr":"172.21.15.64:6831/3879640591","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-01-25T10:16:35.839775+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-01-25T10:16:43.335467+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-01-25T10:16:42.023040+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-01-25T10:16:52.817844+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-01-25T10:16:49.106661+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-01-25T10:17:00.139181+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-01-25T10:16:54.228354+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-01-25T10:17:07.928601+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.64:6801/2079080127":"2023-01-26T10:14:14.888632+0000","172.21.15.64:6800/2079080127":"2023-01-26T10:14:14.888632+0000","172.21.15.64:0/1566011409":"2023-01-26T10:14:14.888632+0000","172.21.15.64:6801/3456271357":"2023-01-26T10:13:03.477240+0000","172.21.15.64:6800/3456271357":"2023-01-26T10:13:03.477240+0000","172.21.15.64:0/342889787":"2023-01-26T10:13:03.477240+0000","172.21.15.64:0/3459077570":"2023-01-26T10:14:14.888632+0000","172.21.15.64:0/1228662052":"2023-01-26T10:13:03.477240+0000","172.21.15.64:6800/4020528224":"2023-01-26T10:12:08.520943+0000","172.21.15.64:0/2462036499":"2023-01-26T10:12:08.520943+0000","172.21.15.64:0/1908168489":"2023-01-26T10:14:14.888632+0000","172.21.15.64:6801/4020528224":"2023-01-26T10:12:08.520943+0000","172.21.15.64:0/3745317921":"2023-01-26T10:13:03.477240+0000","172.21.15.64:0/4172000663":"2023-01-26T10:12:08.520943+0000","172.21.15.64:0/3579266045":"2023-01-26T10:12:08.520943+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-01-25T10:17:24.328 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2023-01-25T10:16:45.862316+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': '25', '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': {}}}] 2023-01-25T10:17:24.329 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:44e4095da12a8269eb6cfe163cbb0d00b1a6412c shell --fsid 8464b54c-9c98-11ed-9e56-001a4aab830c -- ceph osd pool get .mgr pg_num 2023-01-25T10:17:24.644 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:17:24 smithi064 bash[21045]: cluster 1674641843.3125732 mgr.smithi064.xhfpzt (mgr.14193) 148 : cluster 0 pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 58 KiB/s, 0 objects/s recovering 2023-01-25T10:17:24.645 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:17:24 smithi064 bash[21045]: audit 1674641843.553501 mon.smithi064 (mon.0) 665 : audit 0 from='client.? 172.21.15.64:0/2627223442' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-01-25T10:17:24.746 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:17:24 smithi146 bash[24664]: cluster 1674641843.3125732 mgr.smithi064.xhfpzt (mgr.14193) 148 : cluster 0 pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 58 KiB/s, 0 objects/s recovering 2023-01-25T10:17:24.746 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:17:24 smithi146 bash[24664]: audit 1674641843.553501 mon.smithi064 (mon.0) 665 : audit 0 from='client.? 172.21.15.64:0/2627223442' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-01-25T10:17:26.548 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:17:26 smithi064 bash[21045]: cluster 1674641845.3129454 mgr.smithi064.xhfpzt (mgr.14193) 149 : cluster 0 pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 49 KiB/s, 0 objects/s recovering 2023-01-25T10:17:26.746 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:17:26 smithi146 bash[24664]: cluster 1674641845.3129454 mgr.smithi064.xhfpzt (mgr.14193) 149 : cluster 0 pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 49 KiB/s, 0 objects/s recovering 2023-01-25T10:17:28.644 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:17:28 smithi064 bash[21045]: cluster 1674641847.3134964 mgr.smithi064.xhfpzt (mgr.14193) 150 : cluster 0 pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-01-25T10:17:28.746 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:17:28 smithi146 bash[24664]: cluster 1674641847.3134964 mgr.smithi064.xhfpzt (mgr.14193) 150 : cluster 0 pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-01-25T10:17:29.747 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:17:29 smithi146 bash[24664]: cephadm 1674641848.441658 mgr.smithi064.xhfpzt (mgr.14193) 151 : cephadm 1 Detected new or changed devices on smithi146 2023-01-25T10:17:29.747 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:17:29 smithi146 bash[24664]: audit 1674641848.4512558 mon.smithi064 (mon.0) 666 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:17:29.747 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:17:29 smithi146 bash[24664]: audit 1674641848.458926 mon.smithi064 (mon.0) 667 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:17:29.747 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:17:29 smithi146 bash[24664]: audit 1674641848.461014 mon.smithi064 (mon.0) 668 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-01-25T10:17:29.748 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:17:29 smithi146 bash[24664]: audit 1674641848.4623737 mon.smithi064 (mon.0) 669 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-01-25T10:17:29.748 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:17:29 smithi146 bash[24664]: audit 1674641848.4636383 mon.smithi064 (mon.0) 670 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-01-25T10:17:29.748 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:17:29 smithi146 bash[24664]: audit 1674641848.4646463 mon.smithi064 (mon.0) 671 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-01-25T10:17:29.748 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:17:29 smithi146 bash[24664]: cephadm 1674641848.465506 mgr.smithi064.xhfpzt (mgr.14193) 152 : cephadm 1 Adjusting osd_memory_target on smithi146 to 3518M 2023-01-25T10:17:29.748 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:17:29 smithi146 bash[24664]: audit 1674641848.4722488 mon.smithi064 (mon.0) 672 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:17:29.894 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:17:29 smithi064 bash[21045]: cephadm 1674641848.441658 mgr.smithi064.xhfpzt (mgr.14193) 151 : cephadm 1 Detected new or changed devices on smithi146 2023-01-25T10:17:29.895 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:17:29 smithi064 bash[21045]: audit 1674641848.4512558 mon.smithi064 (mon.0) 666 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:17:29.895 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:17:29 smithi064 bash[21045]: audit 1674641848.458926 mon.smithi064 (mon.0) 667 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:17:29.895 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:17:29 smithi064 bash[21045]: audit 1674641848.461014 mon.smithi064 (mon.0) 668 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-01-25T10:17:29.895 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:17:29 smithi064 bash[21045]: audit 1674641848.4623737 mon.smithi064 (mon.0) 669 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-01-25T10:17:29.896 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:17:29 smithi064 bash[21045]: audit 1674641848.4636383 mon.smithi064 (mon.0) 670 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-01-25T10:17:29.896 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:17:29 smithi064 bash[21045]: audit 1674641848.4646463 mon.smithi064 (mon.0) 671 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-01-25T10:17:29.896 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:17:29 smithi064 bash[21045]: cephadm 1674641848.465506 mgr.smithi064.xhfpzt (mgr.14193) 152 : cephadm 1 Adjusting osd_memory_target on smithi146 to 3518M 2023-01-25T10:17:29.896 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:17:29 smithi064 bash[21045]: audit 1674641848.4722488 mon.smithi064 (mon.0) 672 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:17:30.228 INFO:teuthology.orchestra.run.smithi064.stderr:Inferring config /var/lib/ceph/8464b54c-9c98-11ed-9e56-001a4aab830c/mon.smithi064/config 2023-01-25T10:17:30.747 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:17:30 smithi146 bash[24664]: cluster 1674641849.3141956 mgr.smithi064.xhfpzt (mgr.14193) 153 : cluster 0 pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-01-25T10:17:30.785 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:17:30 smithi146 bash[24664]: audit 1674641850.3666322 mon.smithi064 (mon.0) 673 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-01-25T10:17:30.786 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:17:30 smithi064 bash[21045]: cluster 1674641849.3141956 mgr.smithi064.xhfpzt (mgr.14193) 153 : cluster 0 pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-01-25T10:17:30.786 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:17:30 smithi064 bash[21045]: audit 1674641850.3666322 mon.smithi064 (mon.0) 673 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-01-25T10:17:32.395 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:17:32 smithi064 bash[21045]: cephadm 1674641851.181724 mgr.smithi064.xhfpzt (mgr.14193) 154 : cephadm 1 Detected new or changed devices on smithi064 2023-01-25T10:17:32.395 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:17:32 smithi064 bash[21045]: audit 1674641851.1892655 mon.smithi064 (mon.0) 674 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:17:32.395 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:17:32 smithi064 bash[21045]: audit 1674641851.19833 mon.smithi064 (mon.0) 675 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:17:32.395 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:17:32 smithi064 bash[21045]: audit 1674641851.1999698 mon.smithi064 (mon.0) 676 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-01-25T10:17:32.396 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:17:32 smithi064 bash[21045]: audit 1674641851.20092 mon.smithi064 (mon.0) 677 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-01-25T10:17:32.396 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:17:32 smithi064 bash[21045]: audit 1674641851.201745 mon.smithi064 (mon.0) 678 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-01-25T10:17:32.396 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:17:32 smithi064 bash[21045]: audit 1674641851.2028477 mon.smithi064 (mon.0) 679 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-01-25T10:17:32.396 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:17:32 smithi064 bash[21045]: cephadm 1674641851.2035933 mgr.smithi064.xhfpzt (mgr.14193) 155 : cephadm 1 Adjusting osd_memory_target on smithi064 to 3262M 2023-01-25T10:17:32.396 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:17:32 smithi064 bash[21045]: audit 1674641851.2092988 mon.smithi064 (mon.0) 680 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:17:32.397 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:17:32 smithi064 bash[21045]: audit 1674641851.2105749 mon.smithi064 (mon.0) 681 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-01-25T10:17:32.397 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:17:32 smithi064 bash[21045]: audit 1674641851.2117274 mon.smithi064 (mon.0) 682 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-01-25T10:17:32.397 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:17:32 smithi064 bash[21045]: audit 1674641851.2175155 mon.smithi064 (mon.0) 683 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:17:32.397 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:17:32 smithi064 bash[21045]: audit 1674641851.223995 mon.smithi064 (mon.0) 684 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-01-25T10:17:32.397 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:17:32 smithi064 bash[21045]: audit 1674641851.2290487 mon.smithi064 (mon.0) 685 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-01-25T10:17:32.398 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:17:32 smithi064 bash[21045]: audit 1674641851.2300944 mon.smithi064 (mon.0) 686 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-01-25T10:17:32.398 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:17:32 smithi064 bash[21045]: audit 1674641851.2339208 mon.smithi064 (mon.0) 687 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-01-25T10:17:32.398 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:17:32 smithi064 bash[21045]: audit 1674641851.2349594 mon.smithi064 (mon.0) 688 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-01-25T10:17:32.398 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:17:32 smithi064 bash[21045]: cluster 1674641851.3148472 mgr.smithi064.xhfpzt (mgr.14193) 156 : cluster 0 pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-01-25T10:17:32.497 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:17:32 smithi146 bash[24664]: cephadm 1674641851.181724 mgr.smithi064.xhfpzt (mgr.14193) 154 : cephadm 1 Detected new or changed devices on smithi064 2023-01-25T10:17:32.497 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:17:32 smithi146 bash[24664]: audit 1674641851.1892655 mon.smithi064 (mon.0) 674 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:17:32.497 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:17:32 smithi146 bash[24664]: audit 1674641851.19833 mon.smithi064 (mon.0) 675 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:17:32.497 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:17:32 smithi146 bash[24664]: audit 1674641851.1999698 mon.smithi064 (mon.0) 676 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-01-25T10:17:32.498 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:17:32 smithi146 bash[24664]: audit 1674641851.20092 mon.smithi064 (mon.0) 677 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-01-25T10:17:32.498 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:17:32 smithi146 bash[24664]: audit 1674641851.201745 mon.smithi064 (mon.0) 678 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-01-25T10:17:32.498 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:17:32 smithi146 bash[24664]: audit 1674641851.2028477 mon.smithi064 (mon.0) 679 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-01-25T10:17:32.498 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:17:32 smithi146 bash[24664]: cephadm 1674641851.2035933 mgr.smithi064.xhfpzt (mgr.14193) 155 : cephadm 1 Adjusting osd_memory_target on smithi064 to 3262M 2023-01-25T10:17:32.499 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:17:32 smithi146 bash[24664]: audit 1674641851.2092988 mon.smithi064 (mon.0) 680 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:17:32.499 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:17:32 smithi146 bash[24664]: audit 1674641851.2105749 mon.smithi064 (mon.0) 681 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-01-25T10:17:32.499 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:17:32 smithi146 bash[24664]: audit 1674641851.2117274 mon.smithi064 (mon.0) 682 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-01-25T10:17:32.499 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:17:32 smithi146 bash[24664]: audit 1674641851.2175155 mon.smithi064 (mon.0) 683 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:17:32.499 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:17:32 smithi146 bash[24664]: audit 1674641851.223995 mon.smithi064 (mon.0) 684 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-01-25T10:17:32.500 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:17:32 smithi146 bash[24664]: audit 1674641851.2290487 mon.smithi064 (mon.0) 685 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-01-25T10:17:32.500 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:17:32 smithi146 bash[24664]: audit 1674641851.2300944 mon.smithi064 (mon.0) 686 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-01-25T10:17:32.500 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:17:32 smithi146 bash[24664]: audit 1674641851.2339208 mon.smithi064 (mon.0) 687 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-01-25T10:17:32.500 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:17:32 smithi146 bash[24664]: audit 1674641851.2349594 mon.smithi064 (mon.0) 688 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-01-25T10:17:32.500 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:17:32 smithi146 bash[24664]: cluster 1674641851.3148472 mgr.smithi064.xhfpzt (mgr.14193) 156 : cluster 0 pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-01-25T10:17:34.456 INFO:teuthology.orchestra.run.smithi064.stdout:pg_num: 1 2023-01-25T10:17:34.644 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:17:34 smithi064 bash[21045]: cluster 1674641853.3154778 mgr.smithi064.xhfpzt (mgr.14193) 157 : cluster 0 pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-01-25T10:17:34.746 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:17:34 smithi146 bash[24664]: cluster 1674641853.3154778 mgr.smithi064.xhfpzt (mgr.14193) 157 : cluster 0 pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-01-25T10:17:35.243 INFO:tasks.cephadm:Setting up client nodes... 2023-01-25T10:17:35.244 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:44e4095da12a8269eb6cfe163cbb0d00b1a6412c shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8464b54c-9c98-11ed-9e56-001a4aab830c -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2023-01-25T10:17:35.645 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:17:35 smithi064 bash[21045]: audit 1674641854.4516177 mon.smithi064 (mon.0) 689 : audit 0 from='client.? 172.21.15.64:0/1553797231' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2023-01-25T10:17:35.746 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:17:35 smithi146 bash[24664]: audit 1674641854.4516177 mon.smithi064 (mon.0) 689 : audit 0 from='client.? 172.21.15.64:0/1553797231' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2023-01-25T10:17:36.645 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:17:36 smithi064 bash[21045]: cluster 1674641855.3161614 mgr.smithi064.xhfpzt (mgr.14193) 158 : cluster 0 pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-01-25T10:17:36.746 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:17:36 smithi146 bash[24664]: cluster 1674641855.3161614 mgr.smithi064.xhfpzt (mgr.14193) 158 : cluster 0 pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-01-25T10:17:38.496 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:17:38 smithi146 bash[24664]: cluster 1674641857.3165665 mgr.smithi064.xhfpzt (mgr.14193) 159 : cluster 0 pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-01-25T10:17:38.645 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:17:38 smithi064 bash[21045]: cluster 1674641857.3165665 mgr.smithi064.xhfpzt (mgr.14193) 159 : cluster 0 pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-01-25T10:17:39.832 INFO:teuthology.orchestra.run.smithi064.stderr:Inferring config /var/lib/ceph/8464b54c-9c98-11ed-9e56-001a4aab830c/mon.smithi064/config 2023-01-25T10:17:40.645 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:17:40 smithi064 bash[21045]: cluster 1674641859.3170714 mgr.smithi064.xhfpzt (mgr.14193) 160 : cluster 0 pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-01-25T10:17:40.746 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:17:40 smithi146 bash[24664]: cluster 1674641859.3170714 mgr.smithi064.xhfpzt (mgr.14193) 160 : cluster 0 pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-01-25T10:17:42.645 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:17:42 smithi064 bash[21045]: cluster 1674641861.3175855 mgr.smithi064.xhfpzt (mgr.14193) 161 : cluster 0 pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-01-25T10:17:42.746 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:17:42 smithi146 bash[24664]: cluster 1674641861.3175855 mgr.smithi064.xhfpzt (mgr.14193) 161 : cluster 0 pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-01-25T10:17:44.601 INFO:teuthology.orchestra.run.smithi064.stdout:[client.0] 2023-01-25T10:17:44.602 INFO:teuthology.orchestra.run.smithi064.stdout: key = AQDIAdFjRbsrIxAAifjvBL4d9MMlDaN/hmGaxA== 2023-01-25T10:17:44.657 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:17:44 smithi064 bash[21045]: cluster 1674641863.317993 mgr.smithi064.xhfpzt (mgr.14193) 162 : cluster 0 pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-01-25T10:17:44.746 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:17:44 smithi146 bash[24664]: cluster 1674641863.317993 mgr.smithi064.xhfpzt (mgr.14193) 162 : cluster 0 pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-01-25T10:17:45.448 DEBUG:teuthology.orchestra.run.smithi064:> set -ex 2023-01-25T10:17:45.448 DEBUG:teuthology.orchestra.run.smithi064:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2023-01-25T10:17:45.449 DEBUG:teuthology.orchestra.run.smithi064:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2023-01-25T10:17:45.468 DEBUG:teuthology.orchestra.run.smithi146:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:44e4095da12a8269eb6cfe163cbb0d00b1a6412c shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8464b54c-9c98-11ed-9e56-001a4aab830c -- ceph auth get-or-create client.1 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2023-01-25T10:17:45.746 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:17:45 smithi146 bash[24664]: audit 1674641864.589664 mon.smithi064 (mon.0) 690 : audit 1 from='client.? 172.21.15.64:0/1899652722' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-01-25T10:17:45.747 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:17:45 smithi146 bash[24664]: audit 1674641864.5971942 mon.smithi064 (mon.0) 691 : audit 1 from='client.? 172.21.15.64:0/1899652722' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-01-25T10:17:45.747 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:17:45 smithi146 bash[24664]: audit 1674641865.3669124 mon.smithi064 (mon.0) 692 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-01-25T10:17:45.895 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:17:45 smithi064 bash[21045]: audit 1674641864.589664 mon.smithi064 (mon.0) 690 : audit 1 from='client.? 172.21.15.64:0/1899652722' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-01-25T10:17:45.895 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:17:45 smithi064 bash[21045]: audit 1674641864.5971942 mon.smithi064 (mon.0) 691 : audit 1 from='client.? 172.21.15.64:0/1899652722' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-01-25T10:17:45.895 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:17:45 smithi064 bash[21045]: audit 1674641865.3669124 mon.smithi064 (mon.0) 692 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-01-25T10:17:46.895 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:17:46 smithi064 bash[21045]: cluster 1674641865.3185925 mgr.smithi064.xhfpzt (mgr.14193) 163 : cluster 0 pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-01-25T10:17:46.996 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:17:46 smithi146 bash[24664]: cluster 1674641865.3185925 mgr.smithi064.xhfpzt (mgr.14193) 163 : cluster 0 pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-01-25T10:17:48.895 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:17:48 smithi064 bash[21045]: cluster 1674641867.3193617 mgr.smithi064.xhfpzt (mgr.14193) 164 : cluster 0 pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-01-25T10:17:48.996 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:17:48 smithi146 bash[24664]: cluster 1674641867.3193617 mgr.smithi064.xhfpzt (mgr.14193) 164 : cluster 0 pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-01-25T10:17:49.587 INFO:teuthology.orchestra.run.smithi146.stderr:Inferring config /var/lib/ceph/8464b54c-9c98-11ed-9e56-001a4aab830c/mon.smithi146/config 2023-01-25T10:17:50.644 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:17:50 smithi064 bash[21045]: cluster 1674641869.319994 mgr.smithi064.xhfpzt (mgr.14193) 165 : cluster 0 pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-01-25T10:17:50.746 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:17:50 smithi146 bash[24664]: cluster 1674641869.319994 mgr.smithi064.xhfpzt (mgr.14193) 165 : cluster 0 pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-01-25T10:17:52.895 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:17:52 smithi064 bash[21045]: cluster 1674641871.3204718 mgr.smithi064.xhfpzt (mgr.14193) 166 : cluster 0 pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-01-25T10:17:52.996 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:17:52 smithi146 bash[24664]: cluster 1674641871.3204718 mgr.smithi064.xhfpzt (mgr.14193) 166 : cluster 0 pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-01-25T10:17:53.658 INFO:teuthology.orchestra.run.smithi146.stdout:[client.1] 2023-01-25T10:17:53.658 INFO:teuthology.orchestra.run.smithi146.stdout: key = AQDRAdFjR4iiJhAAqMtJVxO0aOolrOeFUv606g== 2023-01-25T10:17:54.429 DEBUG:teuthology.orchestra.run.smithi146:> set -ex 2023-01-25T10:17:54.430 DEBUG:teuthology.orchestra.run.smithi146:> sudo dd of=/etc/ceph/ceph.client.1.keyring 2023-01-25T10:17:54.430 DEBUG:teuthology.orchestra.run.smithi146:> sudo chmod 0644 /etc/ceph/ceph.client.1.keyring 2023-01-25T10:17:54.453 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2023-01-25T10:17:54.454 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2023-01-25T10:17:54.455 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:44e4095da12a8269eb6cfe163cbb0d00b1a6412c shell --fsid 8464b54c-9c98-11ed-9e56-001a4aab830c -- ceph mgr dump --format=json 2023-01-25T10:17:54.747 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:17:54 smithi146 bash[24664]: cluster 1674641873.320969 mgr.smithi064.xhfpzt (mgr.14193) 167 : cluster 0 pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-01-25T10:17:54.747 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:17:54 smithi146 bash[24664]: audit 1674641873.6471758 mon.smithi146 (mon.1) 18 : audit 1 from='client.? 172.21.15.146:0/442299450' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-01-25T10:17:54.748 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:17:54 smithi146 bash[24664]: audit 1674641873.647984 mon.smithi064 (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-01-25T10:17:54.748 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:17:54 smithi146 bash[24664]: audit 1674641873.6536198 mon.smithi064 (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-01-25T10:17:54.895 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:17:54 smithi064 bash[21045]: cluster 1674641873.320969 mgr.smithi064.xhfpzt (mgr.14193) 167 : cluster 0 pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-01-25T10:17:54.895 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:17:54 smithi064 bash[21045]: audit 1674641873.6471758 mon.smithi146 (mon.1) 18 : audit 1 from='client.? 172.21.15.146:0/442299450' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-01-25T10:17:54.895 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:17:54 smithi064 bash[21045]: audit 1674641873.647984 mon.smithi064 (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-01-25T10:17:54.895 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:17:54 smithi064 bash[21045]: audit 1674641873.6536198 mon.smithi064 (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-01-25T10:17:56.895 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:17:56 smithi064 bash[21045]: cluster 1674641875.3215594 mgr.smithi064.xhfpzt (mgr.14193) 168 : cluster 0 pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-01-25T10:17:56.996 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:17:56 smithi146 bash[24664]: cluster 1674641875.3215594 mgr.smithi064.xhfpzt (mgr.14193) 168 : cluster 0 pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-01-25T10:17:58.638 INFO:teuthology.orchestra.run.smithi064.stderr:Inferring config /var/lib/ceph/8464b54c-9c98-11ed-9e56-001a4aab830c/mon.smithi064/config 2023-01-25T10:17:58.792 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:17:58 smithi146 bash[24664]: cluster 1674641877.3222048 mgr.smithi064.xhfpzt (mgr.14193) 169 : cluster 0 pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-01-25T10:17:58.894 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:17:58 smithi064 bash[21045]: cluster 1674641877.3222048 mgr.smithi064.xhfpzt (mgr.14193) 169 : cluster 0 pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-01-25T10:18:00.762 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:18:00 smithi064 bash[21045]: cluster 1674641879.3225958 mgr.smithi064.xhfpzt (mgr.14193) 170 : cluster 0 pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-01-25T10:18:00.762 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:18:00 smithi064 bash[21045]: audit 1674641880.367789 mon.smithi064 (mon.0) 695 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-01-25T10:18:00.997 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:18:00 smithi146 bash[24664]: cluster 1674641879.3225958 mgr.smithi064.xhfpzt (mgr.14193) 170 : cluster 0 pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-01-25T10:18:00.997 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:18:00 smithi146 bash[24664]: audit 1674641880.367789 mon.smithi064 (mon.0) 695 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-01-25T10:18:02.894 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:18:02 smithi064 bash[21045]: cluster 1674641881.323055 mgr.smithi064.xhfpzt (mgr.14193) 171 : cluster 0 pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-01-25T10:18:02.895 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:18:02 smithi064 bash[21045]: audit 1674641882.2190032 mon.smithi064 (mon.0) 696 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:18:02.895 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:18:02 smithi064 bash[21045]: audit 1674641882.228213 mon.smithi064 (mon.0) 697 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:18:02.996 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:18:02 smithi146 bash[24664]: cluster 1674641881.323055 mgr.smithi064.xhfpzt (mgr.14193) 171 : cluster 0 pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-01-25T10:18:02.997 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:18:02 smithi146 bash[24664]: audit 1674641882.2190032 mon.smithi064 (mon.0) 696 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:18:02.997 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:18:02 smithi146 bash[24664]: audit 1674641882.228213 mon.smithi064 (mon.0) 697 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:18:04.238 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-01-25T10:18:04.895 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:18:04 smithi064 bash[21045]: cluster 1674641883.3234143 mgr.smithi064.xhfpzt (mgr.14193) 172 : cluster 0 pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-01-25T10:18:04.895 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:18:04 smithi064 bash[21045]: audit 1674641884.2260454 mon.smithi064 (mon.0) 698 : audit 0 from='client.? 172.21.15.64:0/3089119264' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-01-25T10:18:04.996 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:18:04 smithi146 bash[24664]: cluster 1674641883.3234143 mgr.smithi064.xhfpzt (mgr.14193) 172 : cluster 0 pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-01-25T10:18:04.997 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:18:04 smithi146 bash[24664]: audit 1674641884.2260454 mon.smithi064 (mon.0) 698 : audit 0 from='client.? 172.21.15.64:0/3089119264' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-01-25T10:18:05.526 INFO:teuthology.orchestra.run.smithi064.stdout:{"epoch":19,"active_gid":14193,"active_name":"smithi064.xhfpzt","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.64:6800","nonce":2793505809},{"type":"v1","addr":"172.21.15.64:6801","nonce":2793505809}]},"active_addr":"172.21.15.64:6801/2793505809","active_change":"2023-01-25T10:14:14.889162+0000","active_mgr_features":4540138322906710015,"available":true,"standbys":[{"gid":14208,"name":"smithi146.ihogqb","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.23.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"quay.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_elasticsearch":{"name":"container_image_elasticsearch","type":"str","level":"advanced","flags":0,"default_value":"quay.io/omrizeneva/elasticsearch:6.8.23","min":"","max":"","enum_allowed":[],"desc":"elasticsearch container image","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/ceph-grafana:8.3.5","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.1.5","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_loki":{"name":"container_image_loki","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/loki:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Loki container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/node-exporter:v1.3.1","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/prometheus:v2.33.4","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_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":[]},"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":[]},"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_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":[]},"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":"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":[]},"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.23.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"quay.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_elasticsearch":{"name":"container_image_elasticsearch","type":"str","level":"advanced","flags":0,"default_value":"quay.io/omrizeneva/elasticsearch:6.8.23","min":"","max":"","enum_allowed":[],"desc":"elasticsearch container image","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/ceph-grafana:8.3.5","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.1.5","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_loki":{"name":"container_image_loki","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/loki:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Loki container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/node-exporter:v1.3.1","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/prometheus:v2.33.4","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_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":[]},"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":[]},"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_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":[]},"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":"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":[]},"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.64:8443/","prometheus":"http://172.21.15.64: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":4,"active_clients":[{"addrvec":[{"type":"v2","addr":"172.21.15.64:0","nonce":56845024}]},{"addrvec":[{"type":"v2","addr":"172.21.15.64:0","nonce":877718376}]},{"addrvec":[{"type":"v2","addr":"172.21.15.64:0","nonce":55022429}]},{"addrvec":[{"type":"v2","addr":"172.21.15.64:0","nonce":3963646540}]}]}} 2023-01-25T10:18:05.537 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2023-01-25T10:18:05.538 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2023-01-25T10:18:05.538 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:44e4095da12a8269eb6cfe163cbb0d00b1a6412c shell --fsid 8464b54c-9c98-11ed-9e56-001a4aab830c -- ceph osd dump --format=json 2023-01-25T10:18:06.996 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:18:06 smithi146 bash[24664]: cluster 1674641885.3237557 mgr.smithi064.xhfpzt (mgr.14193) 173 : cluster 0 pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-01-25T10:18:06.997 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:18:06 smithi146 bash[24664]: audit 1674641885.931467 mon.smithi064 (mon.0) 699 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:18:06.997 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:18:06 smithi146 bash[24664]: audit 1674641885.9400375 mon.smithi064 (mon.0) 700 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:18:07.145 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:18:06 smithi064 bash[21045]: cluster 1674641885.3237557 mgr.smithi064.xhfpzt (mgr.14193) 173 : cluster 0 pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-01-25T10:18:07.145 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:18:06 smithi064 bash[21045]: audit 1674641885.931467 mon.smithi064 (mon.0) 699 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:18:07.145 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:18:06 smithi064 bash[21045]: audit 1674641885.9400375 mon.smithi064 (mon.0) 700 : audit 1 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' 2023-01-25T10:18:07.996 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:18:07 smithi146 bash[24664]: cluster 1674641887.3243036 mgr.smithi064.xhfpzt (mgr.14193) 174 : cluster 0 pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-01-25T10:18:08.144 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:18:07 smithi064 bash[21045]: cluster 1674641887.3243036 mgr.smithi064.xhfpzt (mgr.14193) 174 : cluster 0 pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-01-25T10:18:10.445 INFO:teuthology.orchestra.run.smithi064.stderr:Inferring config /var/lib/ceph/8464b54c-9c98-11ed-9e56-001a4aab830c/mon.smithi064/config 2023-01-25T10:18:10.645 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:18:10 smithi064 bash[21045]: cluster 1674641889.3250394 mgr.smithi064.xhfpzt (mgr.14193) 175 : cluster 0 pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-01-25T10:18:10.746 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:18:10 smithi146 bash[24664]: cluster 1674641889.3250394 mgr.smithi064.xhfpzt (mgr.14193) 175 : cluster 0 pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-01-25T10:18:12.644 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:18:12 smithi064 bash[21045]: cluster 1674641891.3257751 mgr.smithi064.xhfpzt (mgr.14193) 176 : cluster 0 pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-01-25T10:18:12.746 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:18:12 smithi146 bash[24664]: cluster 1674641891.3257751 mgr.smithi064.xhfpzt (mgr.14193) 176 : cluster 0 pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-01-25T10:18:14.381 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-01-25T10:18:14.381 INFO:teuthology.orchestra.run.smithi064.stdout:{"epoch":46,"fsid":"8464b54c-9c98-11ed-9e56-001a4aab830c","created":"2023-01-25T10:11:31.505431+0000","modified":"2023-01-25T10:17:13.429585+0000","last_up_change":"2023-01-25T10:17:09.325208+0000","last_in_change":"2023-01-25T10:16:09.043145+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":17,"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","pools":[{"pool":1,"pool_name":".mgr","create_time":"2023-01-25T10:16:45.862316+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":"25","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}}}],"osds":[{"osd":0,"uuid":"c1848071-aced-42d1-a82e-d12138013dc8","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":44,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.146:6800","nonce":3046104573},{"type":"v1","addr":"172.21.15.146:6801","nonce":3046104573}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.146:6802","nonce":3046104573},{"type":"v1","addr":"172.21.15.146:6803","nonce":3046104573}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.146:6806","nonce":3046104573},{"type":"v1","addr":"172.21.15.146:6807","nonce":3046104573}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.146:6804","nonce":3046104573},{"type":"v1","addr":"172.21.15.146:6805","nonce":3046104573}]},"public_addr":"172.21.15.146:6801/3046104573","cluster_addr":"172.21.15.146:6803/3046104573","heartbeat_back_addr":"172.21.15.146:6807/3046104573","heartbeat_front_addr":"172.21.15.146:6805/3046104573","state":["exists","up"]},{"osd":1,"uuid":"216c31e0-ec5c-44ae-9a32-39f43a420e70","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":22,"up_thru":34,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.64:6802","nonce":508791752},{"type":"v1","addr":"172.21.15.64:6803","nonce":508791752}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.64:6804","nonce":508791752},{"type":"v1","addr":"172.21.15.64:6805","nonce":508791752}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.64:6808","nonce":508791752},{"type":"v1","addr":"172.21.15.64:6809","nonce":508791752}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.64:6806","nonce":508791752},{"type":"v1","addr":"172.21.15.64:6807","nonce":508791752}]},"public_addr":"172.21.15.64:6803/508791752","cluster_addr":"172.21.15.64:6805/508791752","heartbeat_back_addr":"172.21.15.64:6809/508791752","heartbeat_front_addr":"172.21.15.64:6807/508791752","state":["exists","up"]},{"osd":2,"uuid":"0221719f-9fdc-4785-bad3-eabf04fc35e2","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":26,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.146:6808","nonce":547274868},{"type":"v1","addr":"172.21.15.146:6809","nonce":547274868}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.146:6810","nonce":547274868},{"type":"v1","addr":"172.21.15.146:6811","nonce":547274868}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.146:6814","nonce":547274868},{"type":"v1","addr":"172.21.15.146:6815","nonce":547274868}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.146:6812","nonce":547274868},{"type":"v1","addr":"172.21.15.146:6813","nonce":547274868}]},"public_addr":"172.21.15.146:6809/547274868","cluster_addr":"172.21.15.146:6811/547274868","heartbeat_back_addr":"172.21.15.146:6815/547274868","heartbeat_front_addr":"172.21.15.146:6813/547274868","state":["exists","up"]},{"osd":3,"uuid":"41d3f2fe-f812-4daa-b570-b2fdc8a602ac","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":31,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.64:6810","nonce":2366847759},{"type":"v1","addr":"172.21.15.64:6811","nonce":2366847759}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.64:6812","nonce":2366847759},{"type":"v1","addr":"172.21.15.64:6813","nonce":2366847759}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.64:6816","nonce":2366847759},{"type":"v1","addr":"172.21.15.64:6817","nonce":2366847759}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.64:6814","nonce":2366847759},{"type":"v1","addr":"172.21.15.64:6815","nonce":2366847759}]},"public_addr":"172.21.15.64:6811/2366847759","cluster_addr":"172.21.15.64:6813/2366847759","heartbeat_back_addr":"172.21.15.64:6817/2366847759","heartbeat_front_addr":"172.21.15.64:6815/2366847759","state":["exists","up"]},{"osd":4,"uuid":"d7fb1565-2431-4fd2-a42e-782d24d78809","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.146:6816","nonce":2408818196},{"type":"v1","addr":"172.21.15.146:6817","nonce":2408818196}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.146:6818","nonce":2408818196},{"type":"v1","addr":"172.21.15.146:6819","nonce":2408818196}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.146:6822","nonce":2408818196},{"type":"v1","addr":"172.21.15.146:6823","nonce":2408818196}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.146:6820","nonce":2408818196},{"type":"v1","addr":"172.21.15.146:6821","nonce":2408818196}]},"public_addr":"172.21.15.146:6817/2408818196","cluster_addr":"172.21.15.146:6819/2408818196","heartbeat_back_addr":"172.21.15.146:6823/2408818196","heartbeat_front_addr":"172.21.15.146:6821/2408818196","state":["exists","up"]},{"osd":5,"uuid":"69e29dc1-e878-461e-a68d-290327248f31","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":38,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.64:6818","nonce":4063578836},{"type":"v1","addr":"172.21.15.64:6819","nonce":4063578836}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.64:6820","nonce":4063578836},{"type":"v1","addr":"172.21.15.64:6821","nonce":4063578836}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.64:6824","nonce":4063578836},{"type":"v1","addr":"172.21.15.64:6825","nonce":4063578836}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.64:6822","nonce":4063578836},{"type":"v1","addr":"172.21.15.64:6823","nonce":4063578836}]},"public_addr":"172.21.15.64:6819/4063578836","cluster_addr":"172.21.15.64:6821/4063578836","heartbeat_back_addr":"172.21.15.64:6825/4063578836","heartbeat_front_addr":"172.21.15.64:6823/4063578836","state":["exists","up"]},{"osd":6,"uuid":"e58b3609-f0dd-452e-985a-ec4c230fe51b","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.146:6824","nonce":2112130854},{"type":"v1","addr":"172.21.15.146:6825","nonce":2112130854}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.146:6826","nonce":2112130854},{"type":"v1","addr":"172.21.15.146:6827","nonce":2112130854}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.146:6830","nonce":2112130854},{"type":"v1","addr":"172.21.15.146:6831","nonce":2112130854}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.146:6828","nonce":2112130854},{"type":"v1","addr":"172.21.15.146:6829","nonce":2112130854}]},"public_addr":"172.21.15.146:6825/2112130854","cluster_addr":"172.21.15.146:6827/2112130854","heartbeat_back_addr":"172.21.15.146:6831/2112130854","heartbeat_front_addr":"172.21.15.146:6829/2112130854","state":["exists","up"]},{"osd":7,"uuid":"dd112c50-ce69-4f53-842d-3f36e614ff21","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":42,"up_thru":45,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.64:6826","nonce":3879640591},{"type":"v1","addr":"172.21.15.64:6827","nonce":3879640591}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.64:6828","nonce":3879640591},{"type":"v1","addr":"172.21.15.64:6829","nonce":3879640591}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.64:6832","nonce":3879640591},{"type":"v1","addr":"172.21.15.64:6833","nonce":3879640591}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.64:6830","nonce":3879640591},{"type":"v1","addr":"172.21.15.64:6831","nonce":3879640591}]},"public_addr":"172.21.15.64:6827/3879640591","cluster_addr":"172.21.15.64:6829/3879640591","heartbeat_back_addr":"172.21.15.64:6833/3879640591","heartbeat_front_addr":"172.21.15.64:6831/3879640591","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-01-25T10:16:35.839775+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-01-25T10:16:43.335467+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-01-25T10:16:42.023040+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-01-25T10:16:52.817844+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-01-25T10:16:49.106661+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-01-25T10:17:00.139181+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-01-25T10:16:54.228354+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-01-25T10:17:07.928601+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.64:6801/2079080127":"2023-01-26T10:14:14.888632+0000","172.21.15.64:6800/2079080127":"2023-01-26T10:14:14.888632+0000","172.21.15.64:0/1566011409":"2023-01-26T10:14:14.888632+0000","172.21.15.64:6801/3456271357":"2023-01-26T10:13:03.477240+0000","172.21.15.64:6800/3456271357":"2023-01-26T10:13:03.477240+0000","172.21.15.64:0/342889787":"2023-01-26T10:13:03.477240+0000","172.21.15.64:0/3459077570":"2023-01-26T10:14:14.888632+0000","172.21.15.64:0/1228662052":"2023-01-26T10:13:03.477240+0000","172.21.15.64:6800/4020528224":"2023-01-26T10:12:08.520943+0000","172.21.15.64:0/2462036499":"2023-01-26T10:12:08.520943+0000","172.21.15.64:0/1908168489":"2023-01-26T10:14:14.888632+0000","172.21.15.64:6801/4020528224":"2023-01-26T10:12:08.520943+0000","172.21.15.64:0/3745317921":"2023-01-26T10:13:03.477240+0000","172.21.15.64:0/4172000663":"2023-01-26T10:12:08.520943+0000","172.21.15.64:0/3579266045":"2023-01-26T10:12:08.520943+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-01-25T10:18:14.645 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:18:14 smithi064 bash[21045]: cluster 1674641893.3263834 mgr.smithi064.xhfpzt (mgr.14193) 177 : cluster 0 pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-01-25T10:18:14.645 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:18:14 smithi064 bash[21045]: audit 1674641894.374817 mon.smithi064 (mon.0) 701 : audit 0 from='client.? 172.21.15.64:0/3564830866' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-01-25T10:18:14.746 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:18:14 smithi146 bash[24664]: cluster 1674641893.3263834 mgr.smithi064.xhfpzt (mgr.14193) 177 : cluster 0 pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-01-25T10:18:14.747 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:18:14 smithi146 bash[24664]: audit 1674641894.374817 mon.smithi064 (mon.0) 701 : audit 0 from='client.? 172.21.15.64:0/3564830866' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-01-25T10:18:15.284 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2023-01-25T10:18:15.284 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:44e4095da12a8269eb6cfe163cbb0d00b1a6412c shell --fsid 8464b54c-9c98-11ed-9e56-001a4aab830c -- ceph osd dump --format=json 2023-01-25T10:18:15.645 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:18:15 smithi064 bash[21045]: audit 1674641895.3680718 mon.smithi064 (mon.0) 702 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-01-25T10:18:15.746 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:18:15 smithi146 bash[24664]: audit 1674641895.3680718 mon.smithi064 (mon.0) 702 : audit 0 from='mgr.14193 172.21.15.64:0/3418080721' entity='mgr.smithi064.xhfpzt' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-01-25T10:18:16.747 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:18:16 smithi146 bash[24664]: cluster 1674641895.3269832 mgr.smithi064.xhfpzt (mgr.14193) 178 : cluster 0 pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-01-25T10:18:16.895 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:18:16 smithi064 bash[21045]: cluster 1674641895.3269832 mgr.smithi064.xhfpzt (mgr.14193) 178 : cluster 0 pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-01-25T10:18:18.747 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:18:18 smithi146 bash[24664]: cluster 1674641897.327588 mgr.smithi064.xhfpzt (mgr.14193) 179 : cluster 0 pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-01-25T10:18:18.895 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:18:18 smithi064 bash[21045]: cluster 1674641897.327588 mgr.smithi064.xhfpzt (mgr.14193) 179 : cluster 0 pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-01-25T10:18:20.187 INFO:teuthology.orchestra.run.smithi064.stderr:Inferring config /var/lib/ceph/8464b54c-9c98-11ed-9e56-001a4aab830c/mon.smithi064/config 2023-01-25T10:18:20.644 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:18:20 smithi064 bash[21045]: cluster 1674641899.3281379 mgr.smithi064.xhfpzt (mgr.14193) 180 : cluster 0 pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-01-25T10:18:20.746 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:18:20 smithi146 bash[24664]: cluster 1674641899.3281379 mgr.smithi064.xhfpzt (mgr.14193) 180 : cluster 0 pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-01-25T10:18:22.708 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:Jan 25 10:18:22 smithi146 bash[24664]: cluster 1674641901.3287506 mgr.smithi064.xhfpzt (mgr.14193) 181 : cluster 0 pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-01-25T10:18:22.894 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Jan 25 10:18:22 smithi064 bash[21045]: cluster 1674641901.3287506 mgr.smithi064.xhfpzt (mgr.14193) 181 : cluster 0 pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-01-25T10:18:23.874 INFO:teuthology.orchestra.run.smithi064.stdout: 2023-01-25T10:18:23.875 INFO:teuthology.orchestra.run.smithi064.stdout:{"epoch":46,"fsid":"8464b54c-9c98-11ed-9e56-001a4aab830c","created":"2023-01-25T10:11:31.505431+0000","modified":"2023-01-25T10:17:13.429585+0000","last_up_change":"2023-01-25T10:17:09.325208+0000","last_in_change":"2023-01-25T10:16:09.043145+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":17,"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","pools":[{"pool":1,"pool_name":".mgr","create_time":"2023-01-25T10:16:45.862316+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":"25","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,"gra