2023-01-25T06:42:52.351 INFO:root:teuthology version: 0.0.1.dev22+g8e1bba1 2023-01-25T06:42:52.352 DEBUG:teuthology.run:Teuthology command: teuthology --description rados/cephadm/osds/{0-distro/ubuntu_20.04 0-nvme-loop 1-start 2-ops/rm-zap-flag} --owner scheduled_yuriw@teuthology --archive /home/teuthworker/archive/yuriw-2023-01-24_22:22:09-rados-wip-yuri2-testing-2023-01-23-0928-distro-default-smithi/7136945 --name yuriw-2023-01-24_22:22:09-rados-wip-yuri2-testing-2023-01-23-0928-distro-default-smithi --verbose -- /home/teuthworker/archive/yuriw-2023-01-24_22:22:09-rados-wip-yuri2-testing-2023-01-23-0928-distro-default-smithi/7136945/orig.config.yaml 2023-01-25T06:42:52.382 DEBUG:teuthology.report:Pushing job info to http://paddles.front.sepia.ceph.com/ 2023-01-25T06:42:52.445 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2023-01-24_22:22:09-rados-wip-yuri2-testing-2023-01-23-0928-distro-default-smithi/7136945 branch: wip-yuri2-testing-2023-01-23-0928 description: rados/cephadm/osds/{0-distro/ubuntu_20.04 0-nvme-loop 1-start 2-ops/rm-zap-flag} email: yweinstein@radhat.com first_in_suite: false job_id: '7136945' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2023-01-24_22:22:09-rados-wip-yuri2-testing-2023-01-23-0928-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-yuri2-testing-2023-01-23-0928 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: 61996d73ab738798e4ee0055c86457f5c459da4a ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: osd default pool size: 2 install: ceph: flavor: default sha1: 61996d73ab738798e4ee0055c86457f5c459da4a kernel: hwe: true workunit: branch: wip-yuri2-testing-2023-01-23-0928 sha1: 61996d73ab738798e4ee0055c86457f5c459da4a owner: scheduled_yuriw@teuthology priority: 71 repo: https://github.com/ceph/ceph-ci.git roles: - - host.a - client.0 - - host.b - client.1 sha1: 61996d73ab738798e4ee0055c86457f5c459da4a sleep_before_teardown: 0 suite: rados suite_branch: wip-yuri2-testing-2023-01-23-0928 suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_61996d73ab738798e4ee0055c86457f5c459da4a/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: 61996d73ab738798e4ee0055c86457f5c459da4a targets: smithi088.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFyT/r7xuKfmg50w0OdQebr4A/ptJo1Zk6DyZNZNZM/q5rW+sznh+wvHqeT3e4YtCdZLaXyvMms8o8u8H5nXOYM= smithi089.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 --zap --replace 1 while ceph orch osd rm status | grep ^1 ; do sleep 5 ; done while ! ceph osd dump | grep osd.1 | grep "up\s*in" ; do sleep 5 ; done ' teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: 8e1bba12e584b7ae912e92e94afe9c075ab51fa3 timestamp: 2023-01-24_22:22:09 tube: smithi user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.17735 2023-01-25T06:42:52.445 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_61996d73ab738798e4ee0055c86457f5c459da4a/qa; will attempt to use it 2023-01-25T06:42:52.446 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_61996d73ab738798e4ee0055c86457f5c459da4a/qa/tasks 2023-01-25T06:42:52.446 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-01-25T06:42:52.448 INFO:teuthology.task.internal:Checking packages... 2023-01-25T06:42:52.475 INFO:teuthology.task.internal:Checking packages for os_type 'ubuntu', flavor 'default' and ceph hash '61996d73ab738798e4ee0055c86457f5c459da4a' 2023-01-25T06:42:52.476 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-01-25T06:42:52.476 INFO:teuthology.packaging:ref: None 2023-01-25T06:42:52.476 INFO:teuthology.packaging:tag: None 2023-01-25T06:42:52.477 INFO:teuthology.packaging:branch: wip-yuri2-testing-2023-01-23-0928 2023-01-25T06:42:52.477 INFO:teuthology.packaging:sha1: 61996d73ab738798e4ee0055c86457f5c459da4a 2023-01-25T06:42:52.477 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F20.04%2Fx86_64&ref=wip-yuri2-testing-2023-01-23-0928 2023-01-25T06:42:52.632 INFO:teuthology.task.internal:Found packages for ceph version 18.0.0-1963-g61996d73-1focal 2023-01-25T06:42:52.632 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-01-25T06:42:52.640 INFO:teuthology.task.internal:no buildpackages task found 2023-01-25T06:42:52.640 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-01-25T06:42:52.667 INFO:teuthology.task.internal:Saving configuration 2023-01-25T06:42:52.679 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-01-25T06:42:52.702 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-01-25T06:42:52.732 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi088.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-01-24_22:22:09-rados-wip-yuri2-testing-2023-01-23-0928-distro-default-smithi/7136945', '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 06:36:27.415156', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGETOy3xONfbx7kUFCNiUtRLNfkcrcEsWzPdq6Np/6Bw'} 2023-01-25T06:42:52.759 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi089.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-01-24_22:22:09-rados-wip-yuri2-testing-2023-01-23-0928-distro-default-smithi/7136945', '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 06:36:27.413358', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGETOy3xONfbx7kUFCNiUtRLNfkcrcEsWzPdq6Np/6Bw'} 2023-01-25T06:42:52.760 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-01-25T06:42:52.767 INFO:teuthology.task.internal:roles: ubuntu@smithi088.front.sepia.ceph.com - ['host.a', 'client.0'] 2023-01-25T06:42:52.768 INFO:teuthology.task.internal:roles: ubuntu@smithi089.front.sepia.ceph.com - ['host.b', 'client.1'] 2023-01-25T06:42:52.768 INFO:teuthology.run_tasks:Running task console_log... 2023-01-25T06:42:52.859 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7fea02a19700>, signals=[15]) 2023-01-25T06:42:52.860 INFO:teuthology.run_tasks:Running task internal.connect... 2023-01-25T06:42:52.874 INFO:teuthology.task.internal:Opening connections... 2023-01-25T06:42:52.874 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi088.front.sepia.ceph.com 2023-01-25T06:42:52.877 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi088.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-01-25T06:42:52.927 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi089.front.sepia.ceph.com 2023-01-25T06:42:52.928 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi089.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-01-25T06:42:52.977 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-01-25T06:42:52.989 DEBUG:teuthology.orchestra.run.smithi088:> uname -m 2023-01-25T06:42:53.008 INFO:teuthology.orchestra.run.smithi088.stdout:x86_64 2023-01-25T06:42:53.009 DEBUG:teuthology.orchestra.run.smithi088:> cat /etc/os-release 2023-01-25T06:42:53.055 INFO:teuthology.orchestra.run.smithi088.stdout:NAME="Ubuntu" 2023-01-25T06:42:53.055 INFO:teuthology.orchestra.run.smithi088.stdout:VERSION="20.04.4 LTS (Focal Fossa)" 2023-01-25T06:42:53.055 INFO:teuthology.orchestra.run.smithi088.stdout:ID=ubuntu 2023-01-25T06:42:53.056 INFO:teuthology.orchestra.run.smithi088.stdout:ID_LIKE=debian 2023-01-25T06:42:53.056 INFO:teuthology.orchestra.run.smithi088.stdout:PRETTY_NAME="Ubuntu 20.04.4 LTS" 2023-01-25T06:42:53.056 INFO:teuthology.orchestra.run.smithi088.stdout:VERSION_ID="20.04" 2023-01-25T06:42:53.057 INFO:teuthology.orchestra.run.smithi088.stdout:HOME_URL="https://www.ubuntu.com/" 2023-01-25T06:42:53.057 INFO:teuthology.orchestra.run.smithi088.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2023-01-25T06:42:53.057 INFO:teuthology.orchestra.run.smithi088.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2023-01-25T06:42:53.057 INFO:teuthology.orchestra.run.smithi088.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2023-01-25T06:42:53.057 INFO:teuthology.orchestra.run.smithi088.stdout:VERSION_CODENAME=focal 2023-01-25T06:42:53.058 INFO:teuthology.orchestra.run.smithi088.stdout:UBUNTU_CODENAME=focal 2023-01-25T06:42:53.058 INFO:teuthology.lock.ops:Updating smithi088.front.sepia.ceph.com on lock server 2023-01-25T06:42:53.073 DEBUG:teuthology.orchestra.run.smithi089:> uname -m 2023-01-25T06:42:53.080 INFO:teuthology.orchestra.run.smithi089.stdout:x86_64 2023-01-25T06:42:53.080 DEBUG:teuthology.orchestra.run.smithi089:> cat /etc/os-release 2023-01-25T06:42:53.128 INFO:teuthology.orchestra.run.smithi089.stdout:NAME="Ubuntu" 2023-01-25T06:42:53.129 INFO:teuthology.orchestra.run.smithi089.stdout:VERSION="20.04.4 LTS (Focal Fossa)" 2023-01-25T06:42:53.129 INFO:teuthology.orchestra.run.smithi089.stdout:ID=ubuntu 2023-01-25T06:42:53.129 INFO:teuthology.orchestra.run.smithi089.stdout:ID_LIKE=debian 2023-01-25T06:42:53.129 INFO:teuthology.orchestra.run.smithi089.stdout:PRETTY_NAME="Ubuntu 20.04.4 LTS" 2023-01-25T06:42:53.130 INFO:teuthology.orchestra.run.smithi089.stdout:VERSION_ID="20.04" 2023-01-25T06:42:53.130 INFO:teuthology.orchestra.run.smithi089.stdout:HOME_URL="https://www.ubuntu.com/" 2023-01-25T06:42:53.130 INFO:teuthology.orchestra.run.smithi089.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2023-01-25T06:42:53.130 INFO:teuthology.orchestra.run.smithi089.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2023-01-25T06:42:53.130 INFO:teuthology.orchestra.run.smithi089.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2023-01-25T06:42:53.131 INFO:teuthology.orchestra.run.smithi089.stdout:VERSION_CODENAME=focal 2023-01-25T06:42:53.131 INFO:teuthology.orchestra.run.smithi089.stdout:UBUNTU_CODENAME=focal 2023-01-25T06:42:53.131 INFO:teuthology.lock.ops:Updating smithi089.front.sepia.ceph.com on lock server 2023-01-25T06:42:53.145 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-01-25T06:42:53.159 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-01-25T06:42:53.187 INFO:teuthology.task.internal:Checking for old test directory... 2023-01-25T06:42:53.188 DEBUG:teuthology.orchestra.run.smithi088:> test '!' -e /home/ubuntu/cephtest 2023-01-25T06:42:53.190 DEBUG:teuthology.orchestra.run.smithi089:> test '!' -e /home/ubuntu/cephtest 2023-01-25T06:42:53.196 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-01-25T06:42:53.221 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-01-25T06:42:53.221 DEBUG:teuthology.orchestra.run.smithi088:> test -z $(ls -A /var/lib/ceph) 2023-01-25T06:42:53.224 DEBUG:teuthology.orchestra.run.smithi089:> test -z $(ls -A /var/lib/ceph) 2023-01-25T06:42:53.242 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-01-25T06:42:53.305 INFO:teuthology.run_tasks:Running task kernel... 2023-01-25T06:42:53.327 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-01-25T06:42:53.329 INFO:teuthology.task.kernel:normalize config orig: {'hwe': True} 2023-01-25T06:42:53.329 DEBUG:teuthology.task.kernel:normalized overrides {'host.a': {'hwe': True}, 'client.0': {'hwe': True}, 'host.b': {'hwe': True}, 'client.1': {'hwe': True}} 2023-01-25T06:42:53.329 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-25T06:42:53.330 DEBUG:teuthology.orchestra.run.smithi088:> test -f /run/.containerenv -o -f /.dockerenv 2023-01-25T06:42:53.331 DEBUG:teuthology.orchestra.run.smithi089:> test -f /run/.containerenv -o -f /.dockerenv 2023-01-25T06:42:53.336 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-01-25T06:42:53.337 DEBUG:teuthology.orchestra.run.smithi088:> uname -r 2023-01-25T06:42:53.338 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-01-25T06:42:53.338 DEBUG:teuthology.orchestra.run.smithi089:> uname -r 2023-01-25T06:42:53.345 INFO:teuthology.orchestra.run.smithi088.stdout:5.4.0-124-generic 2023-01-25T06:42:53.345 INFO:teuthology.task.kernel:Running kernel on smithi088: 5.4.0-124-generic 2023-01-25T06:42:53.345 DEBUG:teuthology.orchestra.run.smithi088:> sudo apt-get clean 2023-01-25T06:42:53.346 INFO:teuthology.orchestra.run.smithi089.stdout:5.4.0-124-generic 2023-01-25T06:42:53.347 INFO:teuthology.task.kernel:Running kernel on smithi089: 5.4.0-124-generic 2023-01-25T06:42:53.347 DEBUG:teuthology.orchestra.run.smithi089:> sudo apt-get clean 2023-01-25T06:42:53.494 DEBUG:teuthology.orchestra.run.smithi088:> sudo apt-get update 2023-01-25T06:42:53.513 DEBUG:teuthology.orchestra.run.smithi089:> sudo apt-get update 2023-01-25T06:42:53.684 INFO:teuthology.orchestra.run.smithi089.stdout:Get:1 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB] 2023-01-25T06:42:53.693 INFO:teuthology.orchestra.run.smithi088.stdout:Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease 2023-01-25T06:42:53.693 INFO:teuthology.orchestra.run.smithi088.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB] 2023-01-25T06:42:53.693 INFO:teuthology.orchestra.run.smithi088.stdout:Get:3 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB] 2023-01-25T06:42:53.754 INFO:teuthology.orchestra.run.smithi088.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease [108 kB] 2023-01-25T06:42:53.815 INFO:teuthology.orchestra.run.smithi089.stdout:Hit:2 http://archive.ubuntu.com/ubuntu focal InRelease 2023-01-25T06:42:53.907 INFO:teuthology.orchestra.run.smithi089.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB] 2023-01-25T06:42:53.982 INFO:teuthology.orchestra.run.smithi089.stdout:Get:4 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [1,960 kB] 2023-01-25T06:42:54.075 INFO:teuthology.orchestra.run.smithi088.stdout:Get:5 http://security.ubuntu.com/ubuntu focal-security/main i386 Packages [543 kB] 2023-01-25T06:42:54.123 INFO:teuthology.orchestra.run.smithi089.stdout:Get:5 http://security.ubuntu.com/ubuntu focal-security/main i386 Packages [543 kB] 2023-01-25T06:42:54.130 INFO:teuthology.orchestra.run.smithi089.stdout:Get:6 http://security.ubuntu.com/ubuntu focal-security/main Translation-en [320 kB] 2023-01-25T06:42:54.133 INFO:teuthology.orchestra.run.smithi089.stdout:Get:7 http://security.ubuntu.com/ubuntu focal-security/main amd64 c-n-f Metadata [11.7 kB] 2023-01-25T06:42:54.134 INFO:teuthology.orchestra.run.smithi089.stdout:Get:8 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [1,463 kB] 2023-01-25T06:42:54.150 INFO:teuthology.orchestra.run.smithi089.stdout:Get:9 http://security.ubuntu.com/ubuntu focal-security/restricted i386 Packages [29.1 kB] 2023-01-25T06:42:54.151 INFO:teuthology.orchestra.run.smithi089.stdout:Get:10 http://security.ubuntu.com/ubuntu focal-security/restricted Translation-en [207 kB] 2023-01-25T06:42:54.153 INFO:teuthology.orchestra.run.smithi089.stdout:Get:11 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 c-n-f Metadata [624 B] 2023-01-25T06:42:54.153 INFO:teuthology.orchestra.run.smithi089.stdout:Get:12 http://security.ubuntu.com/ubuntu focal-security/universe i386 Packages [576 kB] 2023-01-25T06:42:54.163 INFO:teuthology.orchestra.run.smithi089.stdout:Get:13 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [787 kB] 2023-01-25T06:42:54.163 INFO:teuthology.orchestra.run.smithi088.stdout:Get:6 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [1,960 kB] 2023-01-25T06:42:54.170 INFO:teuthology.orchestra.run.smithi089.stdout:Get:14 http://security.ubuntu.com/ubuntu focal-security/universe Translation-en [152 kB] 2023-01-25T06:42:54.171 INFO:teuthology.orchestra.run.smithi089.stdout:Get:15 http://security.ubuntu.com/ubuntu focal-security/universe amd64 c-n-f Metadata [16.9 kB] 2023-01-25T06:42:54.201 INFO:teuthology.orchestra.run.smithi088.stdout:Get:7 http://security.ubuntu.com/ubuntu focal-security/main Translation-en [320 kB] 2023-01-25T06:42:54.204 INFO:teuthology.orchestra.run.smithi088.stdout:Get:8 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [2,341 kB] 2023-01-25T06:42:54.204 INFO:teuthology.orchestra.run.smithi088.stdout:Get:9 http://security.ubuntu.com/ubuntu focal-security/main amd64 c-n-f Metadata [11.7 kB] 2023-01-25T06:42:54.205 INFO:teuthology.orchestra.run.smithi088.stdout:Get:10 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [1,463 kB] 2023-01-25T06:42:54.217 INFO:teuthology.orchestra.run.smithi088.stdout:Get:11 http://security.ubuntu.com/ubuntu focal-security/restricted i386 Packages [29.1 kB] 2023-01-25T06:42:54.217 INFO:teuthology.orchestra.run.smithi088.stdout:Get:12 http://security.ubuntu.com/ubuntu focal-security/restricted Translation-en [207 kB] 2023-01-25T06:42:54.219 INFO:teuthology.orchestra.run.smithi088.stdout:Get:13 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 c-n-f Metadata [624 B] 2023-01-25T06:42:54.219 INFO:teuthology.orchestra.run.smithi088.stdout:Get:14 http://security.ubuntu.com/ubuntu focal-security/universe i386 Packages [576 kB] 2023-01-25T06:42:54.223 INFO:teuthology.orchestra.run.smithi088.stdout:Get:15 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [787 kB] 2023-01-25T06:42:54.229 INFO:teuthology.orchestra.run.smithi088.stdout:Get:16 http://security.ubuntu.com/ubuntu focal-security/universe Translation-en [152 kB] 2023-01-25T06:42:54.231 INFO:teuthology.orchestra.run.smithi088.stdout:Get:17 http://security.ubuntu.com/ubuntu focal-security/universe amd64 c-n-f Metadata [16.9 kB] 2023-01-25T06:42:54.291 INFO:teuthology.orchestra.run.smithi089.stdout:Get:16 http://archive.ubuntu.com/ubuntu focal-backports InRelease [108 kB] 2023-01-25T06:42:54.302 INFO:teuthology.orchestra.run.smithi088.stdout:Get:18 http://archive.ubuntu.com/ubuntu focal-updates/main i386 Packages [780 kB] 2023-01-25T06:42:54.303 INFO:teuthology.orchestra.run.smithi088.stdout:Get:19 http://archive.ubuntu.com/ubuntu focal-updates/main Translation-en [404 kB] 2023-01-25T06:42:54.308 INFO:teuthology.orchestra.run.smithi088.stdout:Get:20 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 c-n-f Metadata [16.2 kB] 2023-01-25T06:42:54.309 INFO:teuthology.orchestra.run.smithi088.stdout:Get:21 http://archive.ubuntu.com/ubuntu focal-updates/restricted i386 Packages [30.4 kB] 2023-01-25T06:42:54.309 INFO:teuthology.orchestra.run.smithi088.stdout:Get:22 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [1,560 kB] 2023-01-25T06:42:54.326 INFO:teuthology.orchestra.run.smithi088.stdout:Get:23 http://archive.ubuntu.com/ubuntu focal-updates/restricted Translation-en [220 kB] 2023-01-25T06:42:54.329 INFO:teuthology.orchestra.run.smithi088.stdout:Get:24 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 c-n-f Metadata [620 B] 2023-01-25T06:42:54.329 INFO:teuthology.orchestra.run.smithi088.stdout:Get:25 http://archive.ubuntu.com/ubuntu focal-updates/universe i386 Packages [708 kB] 2023-01-25T06:42:54.339 INFO:teuthology.orchestra.run.smithi088.stdout:Get:26 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1,019 kB] 2023-01-25T06:42:54.346 INFO:teuthology.orchestra.run.smithi088.stdout:Get:27 http://archive.ubuntu.com/ubuntu focal-updates/universe Translation-en [236 kB] 2023-01-25T06:42:54.347 INFO:teuthology.orchestra.run.smithi088.stdout:Get:28 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 c-n-f Metadata [23.4 kB] 2023-01-25T06:42:54.348 INFO:teuthology.orchestra.run.smithi088.stdout:Get:29 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [25.2 kB] 2023-01-25T06:42:54.348 INFO:teuthology.orchestra.run.smithi088.stdout:Get:30 http://archive.ubuntu.com/ubuntu focal-updates/multiverse Translation-en [7,408 B] 2023-01-25T06:42:54.348 INFO:teuthology.orchestra.run.smithi088.stdout:Get:31 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 c-n-f Metadata [604 B] 2023-01-25T06:42:54.355 INFO:teuthology.orchestra.run.smithi088.stdout:Get:32 http://archive.ubuntu.com/ubuntu focal-backports/universe i386 Packages [13.8 kB] 2023-01-25T06:42:54.356 INFO:teuthology.orchestra.run.smithi088.stdout:Get:33 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [24.9 kB] 2023-01-25T06:42:54.356 INFO:teuthology.orchestra.run.smithi088.stdout:Get:34 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 c-n-f Metadata [880 B] 2023-01-25T06:42:54.448 INFO:teuthology.orchestra.run.smithi089.stdout:Get:17 http://archive.ubuntu.com/ubuntu focal-updates/main i386 Packages [780 kB] 2023-01-25T06:42:54.704 INFO:teuthology.orchestra.run.smithi089.stdout:Get:18 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [2,341 kB] 2023-01-25T06:42:54.883 INFO:teuthology.orchestra.run.smithi089.stdout:Get:19 http://archive.ubuntu.com/ubuntu focal-updates/main Translation-en [404 kB] 2023-01-25T06:42:54.898 INFO:teuthology.orchestra.run.smithi089.stdout:Get:20 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 c-n-f Metadata [16.2 kB] 2023-01-25T06:42:54.899 INFO:teuthology.orchestra.run.smithi089.stdout:Get:21 http://archive.ubuntu.com/ubuntu focal-updates/restricted i386 Packages [30.4 kB] 2023-01-25T06:42:54.900 INFO:teuthology.orchestra.run.smithi089.stdout:Get:22 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [1,560 kB] 2023-01-25T06:42:54.946 INFO:teuthology.orchestra.run.smithi089.stdout:Get:23 http://archive.ubuntu.com/ubuntu focal-updates/restricted Translation-en [220 kB] 2023-01-25T06:42:54.952 INFO:teuthology.orchestra.run.smithi089.stdout:Get:24 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 c-n-f Metadata [620 B] 2023-01-25T06:42:54.952 INFO:teuthology.orchestra.run.smithi089.stdout:Get:25 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1,019 kB] 2023-01-25T06:42:54.980 INFO:teuthology.orchestra.run.smithi089.stdout:Get:26 http://archive.ubuntu.com/ubuntu focal-updates/universe i386 Packages [708 kB] 2023-01-25T06:42:55.016 INFO:teuthology.orchestra.run.smithi089.stdout:Get:27 http://archive.ubuntu.com/ubuntu focal-updates/universe Translation-en [236 kB] 2023-01-25T06:42:55.021 INFO:teuthology.orchestra.run.smithi089.stdout:Get:28 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 c-n-f Metadata [23.4 kB] 2023-01-25T06:42:55.044 INFO:teuthology.orchestra.run.smithi089.stdout:Get:29 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [25.2 kB] 2023-01-25T06:42:55.045 INFO:teuthology.orchestra.run.smithi089.stdout:Get:30 http://archive.ubuntu.com/ubuntu focal-updates/multiverse Translation-en [7,408 B] 2023-01-25T06:42:55.045 INFO:teuthology.orchestra.run.smithi089.stdout:Get:31 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 c-n-f Metadata [604 B] 2023-01-25T06:42:55.045 INFO:teuthology.orchestra.run.smithi089.stdout:Get:32 http://archive.ubuntu.com/ubuntu focal-backports/universe i386 Packages [13.8 kB] 2023-01-25T06:42:55.046 INFO:teuthology.orchestra.run.smithi089.stdout:Get:33 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [24.9 kB] 2023-01-25T06:42:55.067 INFO:teuthology.orchestra.run.smithi089.stdout:Get:34 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 c-n-f Metadata [880 B] 2023-01-25T06:42:57.552 INFO:teuthology.orchestra.run.smithi089.stdout:Fetched 13.8 MB in 2s (6,648 kB/s) 2023-01-25T06:42:57.639 INFO:teuthology.orchestra.run.smithi088.stdout:Fetched 13.8 MB in 2s (6,534 kB/s) 2023-01-25T06:42:58.942 INFO:teuthology.orchestra.run.smithi089.stdout:Reading package lists... 2023-01-25T06:42:58.966 DEBUG:teuthology.orchestra.run.smithi089:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic-hwe-20.04 2023-01-25T06:42:59.022 INFO:teuthology.orchestra.run.smithi088.stdout:Reading package lists... 2023-01-25T06:42:59.044 INFO:teuthology.orchestra.run.smithi089.stdout:Reading package lists... 2023-01-25T06:42:59.046 DEBUG:teuthology.orchestra.run.smithi088:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic-hwe-20.04 2023-01-25T06:42:59.119 INFO:teuthology.orchestra.run.smithi088.stdout:Reading package lists... 2023-01-25T06:42:59.230 INFO:teuthology.orchestra.run.smithi089.stdout:Building dependency tree... 2023-01-25T06:42:59.231 INFO:teuthology.orchestra.run.smithi089.stdout:Reading state information... 2023-01-25T06:42:59.302 INFO:teuthology.orchestra.run.smithi088.stdout:Building dependency tree... 2023-01-25T06:42:59.302 INFO:teuthology.orchestra.run.smithi088.stdout:Reading state information... 2023-01-25T06:42:59.382 INFO:teuthology.orchestra.run.smithi089.stdout:The following additional packages will be installed: 2023-01-25T06:42:59.383 INFO:teuthology.orchestra.run.smithi089.stdout: libdbus-glib-1-2 libevdev2 libimobiledevice6 libplist3 libupower-glib3 2023-01-25T06:42:59.383 INFO:teuthology.orchestra.run.smithi089.stdout: libusbmuxd6 linux-image-5.15.0-58-generic linux-modules-5.15.0-58-generic 2023-01-25T06:42:59.384 INFO:teuthology.orchestra.run.smithi089.stdout: linux-modules-extra-5.15.0-58-generic thermald upower usbmuxd 2023-01-25T06:42:59.384 INFO:teuthology.orchestra.run.smithi089.stdout:Suggested packages: 2023-01-25T06:42:59.384 INFO:teuthology.orchestra.run.smithi089.stdout: libusbmuxd-tools fdutils linux-doc | linux-hwe-5.15-source-5.15.0 2023-01-25T06:42:59.384 INFO:teuthology.orchestra.run.smithi089.stdout: linux-hwe-5.15-tools linux-headers-5.15.0-58-generic 2023-01-25T06:42:59.443 INFO:teuthology.orchestra.run.smithi089.stdout:The following NEW packages will be installed: 2023-01-25T06:42:59.444 INFO:teuthology.orchestra.run.smithi089.stdout: libdbus-glib-1-2 libevdev2 libimobiledevice6 libplist3 libupower-glib3 2023-01-25T06:42:59.445 INFO:teuthology.orchestra.run.smithi089.stdout: libusbmuxd6 linux-image-5.15.0-58-generic linux-image-generic-hwe-20.04 2023-01-25T06:42:59.445 INFO:teuthology.orchestra.run.smithi089.stdout: linux-modules-5.15.0-58-generic linux-modules-extra-5.15.0-58-generic 2023-01-25T06:42:59.445 INFO:teuthology.orchestra.run.smithi089.stdout: thermald upower usbmuxd 2023-01-25T06:42:59.448 INFO:teuthology.orchestra.run.smithi088.stdout:The following additional packages will be installed: 2023-01-25T06:42:59.449 INFO:teuthology.orchestra.run.smithi088.stdout: libdbus-glib-1-2 libevdev2 libimobiledevice6 libplist3 libupower-glib3 2023-01-25T06:42:59.449 INFO:teuthology.orchestra.run.smithi088.stdout: libusbmuxd6 linux-image-5.15.0-58-generic linux-modules-5.15.0-58-generic 2023-01-25T06:42:59.450 INFO:teuthology.orchestra.run.smithi088.stdout: linux-modules-extra-5.15.0-58-generic thermald upower usbmuxd 2023-01-25T06:42:59.450 INFO:teuthology.orchestra.run.smithi088.stdout:Suggested packages: 2023-01-25T06:42:59.450 INFO:teuthology.orchestra.run.smithi088.stdout: libusbmuxd-tools fdutils linux-doc | linux-hwe-5.15-source-5.15.0 2023-01-25T06:42:59.451 INFO:teuthology.orchestra.run.smithi088.stdout: linux-hwe-5.15-tools linux-headers-5.15.0-58-generic 2023-01-25T06:42:59.499 INFO:teuthology.orchestra.run.smithi089.stdout:0 upgraded, 13 newly installed, 0 to remove and 132 not upgraded. 2023-01-25T06:42:59.499 INFO:teuthology.orchestra.run.smithi089.stdout:Need to get 90.3 MB of archives. 2023-01-25T06:42:59.499 INFO:teuthology.orchestra.run.smithi089.stdout:After this operation, 485 MB of additional disk space will be used. 2023-01-25T06:42:59.500 INFO:teuthology.orchestra.run.smithi089.stdout:Get:1 http://archive.ubuntu.com/ubuntu focal/main amd64 libdbus-glib-1-2 amd64 0.110-5fakssync1 [59.1 kB] 2023-01-25T06:42:59.502 INFO:teuthology.orchestra.run.smithi088.stdout:The following NEW packages will be installed: 2023-01-25T06:42:59.503 INFO:teuthology.orchestra.run.smithi088.stdout: libdbus-glib-1-2 libevdev2 libimobiledevice6 libplist3 libupower-glib3 2023-01-25T06:42:59.503 INFO:teuthology.orchestra.run.smithi088.stdout: libusbmuxd6 linux-image-5.15.0-58-generic linux-image-generic-hwe-20.04 2023-01-25T06:42:59.503 INFO:teuthology.orchestra.run.smithi088.stdout: linux-modules-5.15.0-58-generic linux-modules-extra-5.15.0-58-generic 2023-01-25T06:42:59.504 INFO:teuthology.orchestra.run.smithi088.stdout: thermald upower usbmuxd 2023-01-25T06:42:59.557 INFO:teuthology.orchestra.run.smithi089.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal/main amd64 libplist3 amd64 2.1.0-4build2 [31.6 kB] 2023-01-25T06:42:59.562 INFO:teuthology.orchestra.run.smithi089.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal/main amd64 libusbmuxd6 amd64 2.0.1-2 [19.1 kB] 2023-01-25T06:42:59.566 INFO:teuthology.orchestra.run.smithi089.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal/main amd64 libimobiledevice6 amd64 1.2.1~git20191129.9f79242-1build1 [65.2 kB] 2023-01-25T06:42:59.581 INFO:teuthology.orchestra.run.smithi089.stdout:Get:5 http://archive.ubuntu.com/ubuntu focal/main amd64 libupower-glib3 amd64 0.99.11-1build2 [43.2 kB] 2023-01-25T06:42:59.588 INFO:teuthology.orchestra.run.smithi089.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-25T06:42:59.707 INFO:teuthology.orchestra.run.smithi088.stdout:0 upgraded, 13 newly installed, 0 to remove and 132 not upgraded. 2023-01-25T06:42:59.707 INFO:teuthology.orchestra.run.smithi088.stdout:Need to get 90.3 MB of archives. 2023-01-25T06:42:59.707 INFO:teuthology.orchestra.run.smithi088.stdout:After this operation, 485 MB of additional disk space will be used. 2023-01-25T06:42:59.707 INFO:teuthology.orchestra.run.smithi088.stdout:Get:1 http://archive.ubuntu.com/ubuntu focal/main amd64 libdbus-glib-1-2 amd64 0.110-5fakssync1 [59.1 kB] 2023-01-25T06:42:59.867 INFO:teuthology.orchestra.run.smithi089.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-25T06:42:59.965 INFO:teuthology.orchestra.run.smithi089.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-25T06:43:00.012 INFO:teuthology.orchestra.run.smithi088.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal/main amd64 libplist3 amd64 2.1.0-4build2 [31.6 kB] 2023-01-25T06:43:00.045 INFO:teuthology.orchestra.run.smithi088.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal/main amd64 libusbmuxd6 amd64 2.0.1-2 [19.1 kB] 2023-01-25T06:43:00.065 INFO:teuthology.orchestra.run.smithi088.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal/main amd64 libimobiledevice6 amd64 1.2.1~git20191129.9f79242-1build1 [65.2 kB] 2023-01-25T06:43:00.149 INFO:teuthology.orchestra.run.smithi088.stdout:Get:5 http://archive.ubuntu.com/ubuntu focal/main amd64 libupower-glib3 amd64 0.99.11-1build2 [43.2 kB] 2023-01-25T06:43:00.189 INFO:teuthology.orchestra.run.smithi088.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-25T06:43:00.655 INFO:teuthology.orchestra.run.smithi089.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-25T06:43:00.656 INFO:teuthology.orchestra.run.smithi089.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-25T06:43:00.656 INFO:teuthology.orchestra.run.smithi089.stdout:Get:11 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 thermald amd64 1.9.1-1ubuntu0.6 [233 kB] 2023-01-25T06:43:00.661 INFO:teuthology.orchestra.run.smithi089.stdout:Get:12 http://archive.ubuntu.com/ubuntu focal/main amd64 upower amd64 0.99.11-1build2 [104 kB] 2023-01-25T06:43:00.663 INFO:teuthology.orchestra.run.smithi089.stdout:Get:13 http://archive.ubuntu.com/ubuntu focal/main amd64 usbmuxd amd64 1.1.1~git20191130.9af2b12-1 [38.4 kB] 2023-01-25T06:43:01.128 INFO:teuthology.orchestra.run.smithi088.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-25T06:43:01.416 INFO:teuthology.orchestra.run.smithi089.stdout:Fetched 90.3 MB in 1s (71.5 MB/s) 2023-01-25T06:43:01.465 INFO:teuthology.orchestra.run.smithi088.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-25T06:43:01.635 INFO:teuthology.orchestra.run.smithi089.stdout:Selecting previously unselected package libdbus-glib-1-2:amd64. 2023-01-25T06:43:03.363 INFO:teuthology.orchestra.run.smithi089.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-25T06:43:03.368 INFO:teuthology.orchestra.run.smithi089.stdout:Preparing to unpack .../00-libdbus-glib-1-2_0.110-5fakssync1_amd64.deb ... 2023-01-25T06:43:03.478 INFO:teuthology.orchestra.run.smithi088.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-25T06:43:03.525 INFO:teuthology.orchestra.run.smithi089.stdout:Unpacking libdbus-glib-1-2:amd64 (0.110-5fakssync1) ... 2023-01-25T06:43:03.552 INFO:teuthology.orchestra.run.smithi088.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-25T06:43:03.553 INFO:teuthology.orchestra.run.smithi088.stdout:Get:11 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 thermald amd64 1.9.1-1ubuntu0.6 [233 kB] 2023-01-25T06:43:03.559 INFO:teuthology.orchestra.run.smithi088.stdout:Get:12 http://archive.ubuntu.com/ubuntu focal/main amd64 upower amd64 0.99.11-1build2 [104 kB] 2023-01-25T06:43:03.561 INFO:teuthology.orchestra.run.smithi088.stdout:Get:13 http://archive.ubuntu.com/ubuntu focal/main amd64 usbmuxd amd64 1.1.1~git20191130.9af2b12-1 [38.4 kB] 2023-01-25T06:43:03.895 INFO:teuthology.orchestra.run.smithi089.stdout:Selecting previously unselected package libplist3:amd64. 2023-01-25T06:43:03.908 INFO:teuthology.orchestra.run.smithi089.stdout:Preparing to unpack .../01-libplist3_2.1.0-4build2_amd64.deb ... 2023-01-25T06:43:03.945 INFO:teuthology.orchestra.run.smithi089.stdout:Unpacking libplist3:amd64 (2.1.0-4build2) ... 2023-01-25T06:43:04.212 INFO:teuthology.orchestra.run.smithi088.stdout:Fetched 90.3 MB in 4s (22.3 MB/s) 2023-01-25T06:43:04.314 INFO:teuthology.orchestra.run.smithi089.stdout:Selecting previously unselected package libusbmuxd6:amd64. 2023-01-25T06:43:04.327 INFO:teuthology.orchestra.run.smithi089.stdout:Preparing to unpack .../02-libusbmuxd6_2.0.1-2_amd64.deb ... 2023-01-25T06:43:04.364 INFO:teuthology.orchestra.run.smithi089.stdout:Unpacking libusbmuxd6:amd64 (2.0.1-2) ... 2023-01-25T06:43:04.445 INFO:teuthology.orchestra.run.smithi088.stdout:Selecting previously unselected package libdbus-glib-1-2:amd64. 2023-01-25T06:43:04.717 INFO:teuthology.orchestra.run.smithi089.stdout:Selecting previously unselected package libimobiledevice6:amd64. 2023-01-25T06:43:04.731 INFO:teuthology.orchestra.run.smithi089.stdout:Preparing to unpack .../03-libimobiledevice6_1.2.1~git20191129.9f79242-1build1_amd64.deb ... 2023-01-25T06:43:04.775 INFO:teuthology.orchestra.run.smithi089.stdout:Unpacking libimobiledevice6:amd64 (1.2.1~git20191129.9f79242-1build1) ... 2023-01-25T06:43:05.104 INFO:teuthology.orchestra.run.smithi089.stdout:Selecting previously unselected package libupower-glib3:amd64. 2023-01-25T06:43:05.118 INFO:teuthology.orchestra.run.smithi089.stdout:Preparing to unpack .../04-libupower-glib3_0.99.11-1build2_amd64.deb ... 2023-01-25T06:43:05.154 INFO:teuthology.orchestra.run.smithi089.stdout:Unpacking libupower-glib3:amd64 (0.99.11-1build2) ... 2023-01-25T06:43:05.465 INFO:teuthology.orchestra.run.smithi089.stdout:Selecting previously unselected package linux-modules-5.15.0-58-generic. 2023-01-25T06:43:05.479 INFO:teuthology.orchestra.run.smithi089.stdout:Preparing to unpack .../05-linux-modules-5.15.0-58-generic_5.15.0-58.64~20.04.1_amd64.deb ... 2023-01-25T06:43:05.523 INFO:teuthology.orchestra.run.smithi089.stdout:Unpacking linux-modules-5.15.0-58-generic (5.15.0-58.64~20.04.1) ... 2023-01-25T06:43:06.365 INFO:teuthology.orchestra.run.smithi088.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 104373 files and directories currently installed.) 2023-01-25T06:43:06.370 INFO:teuthology.orchestra.run.smithi088.stdout:Preparing to unpack .../00-libdbus-glib-1-2_0.110-5fakssync1_amd64.deb ... 2023-01-25T06:43:06.518 INFO:teuthology.orchestra.run.smithi088.stdout:Unpacking libdbus-glib-1-2:amd64 (0.110-5fakssync1) ... 2023-01-25T06:43:06.888 INFO:teuthology.orchestra.run.smithi088.stdout:Selecting previously unselected package libplist3:amd64. 2023-01-25T06:43:06.902 INFO:teuthology.orchestra.run.smithi088.stdout:Preparing to unpack .../01-libplist3_2.1.0-4build2_amd64.deb ... 2023-01-25T06:43:06.946 INFO:teuthology.orchestra.run.smithi088.stdout:Unpacking libplist3:amd64 (2.1.0-4build2) ... 2023-01-25T06:43:07.216 INFO:teuthology.orchestra.run.smithi088.stdout:Selecting previously unselected package libusbmuxd6:amd64. 2023-01-25T06:43:07.231 INFO:teuthology.orchestra.run.smithi088.stdout:Preparing to unpack .../02-libusbmuxd6_2.0.1-2_amd64.deb ... 2023-01-25T06:43:07.265 INFO:teuthology.orchestra.run.smithi088.stdout:Unpacking libusbmuxd6:amd64 (2.0.1-2) ... 2023-01-25T06:43:07.593 INFO:teuthology.orchestra.run.smithi088.stdout:Selecting previously unselected package libimobiledevice6:amd64. 2023-01-25T06:43:07.608 INFO:teuthology.orchestra.run.smithi088.stdout:Preparing to unpack .../03-libimobiledevice6_1.2.1~git20191129.9f79242-1build1_amd64.deb ... 2023-01-25T06:43:07.651 INFO:teuthology.orchestra.run.smithi088.stdout:Unpacking libimobiledevice6:amd64 (1.2.1~git20191129.9f79242-1build1) ... 2023-01-25T06:43:08.013 INFO:teuthology.orchestra.run.smithi088.stdout:Selecting previously unselected package libupower-glib3:amd64. 2023-01-25T06:43:08.026 INFO:teuthology.orchestra.run.smithi088.stdout:Preparing to unpack .../04-libupower-glib3_0.99.11-1build2_amd64.deb ... 2023-01-25T06:43:08.063 INFO:teuthology.orchestra.run.smithi088.stdout:Unpacking libupower-glib3:amd64 (0.99.11-1build2) ... 2023-01-25T06:43:08.065 INFO:teuthology.orchestra.run.smithi089.stdout:Selecting previously unselected package linux-image-5.15.0-58-generic. 2023-01-25T06:43:08.083 INFO:teuthology.orchestra.run.smithi089.stdout:Preparing to unpack .../06-linux-image-5.15.0-58-generic_5.15.0-58.64~20.04.1_amd64.deb ... 2023-01-25T06:43:08.176 INFO:teuthology.orchestra.run.smithi089.stdout:Unpacking linux-image-5.15.0-58-generic (5.15.0-58.64~20.04.1) ... 2023-01-25T06:43:08.366 INFO:teuthology.orchestra.run.smithi088.stdout:Selecting previously unselected package linux-modules-5.15.0-58-generic. 2023-01-25T06:43:08.379 INFO:teuthology.orchestra.run.smithi088.stdout:Preparing to unpack .../05-linux-modules-5.15.0-58-generic_5.15.0-58.64~20.04.1_amd64.deb ... 2023-01-25T06:43:08.407 INFO:teuthology.orchestra.run.smithi088.stdout:Unpacking linux-modules-5.15.0-58-generic (5.15.0-58.64~20.04.1) ... 2023-01-25T06:43:08.693 INFO:teuthology.orchestra.run.smithi089.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-58-generic. 2023-01-25T06:43:08.707 INFO:teuthology.orchestra.run.smithi089.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-25T06:43:08.752 INFO:teuthology.orchestra.run.smithi089.stdout:Unpacking linux-modules-extra-5.15.0-58-generic (5.15.0-58.64~20.04.1) ... 2023-01-25T06:43:10.892 INFO:teuthology.orchestra.run.smithi088.stdout:Selecting previously unselected package linux-image-5.15.0-58-generic. 2023-01-25T06:43:10.906 INFO:teuthology.orchestra.run.smithi088.stdout:Preparing to unpack .../06-linux-image-5.15.0-58-generic_5.15.0-58.64~20.04.1_amd64.deb ... 2023-01-25T06:43:11.015 INFO:teuthology.orchestra.run.smithi088.stdout:Unpacking linux-image-5.15.0-58-generic (5.15.0-58.64~20.04.1) ... 2023-01-25T06:43:11.561 INFO:teuthology.orchestra.run.smithi088.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-58-generic. 2023-01-25T06:43:11.575 INFO:teuthology.orchestra.run.smithi088.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-25T06:43:11.644 INFO:teuthology.orchestra.run.smithi088.stdout:Unpacking linux-modules-extra-5.15.0-58-generic (5.15.0-58.64~20.04.1) ... 2023-01-25T06:43:15.779 INFO:teuthology.orchestra.run.smithi089.stdout:Selecting previously unselected package linux-image-generic-hwe-20.04. 2023-01-25T06:43:15.794 INFO:teuthology.orchestra.run.smithi089.stdout:Preparing to unpack .../08-linux-image-generic-hwe-20.04_5.15.0.58.64~20.04.24_amd64.deb ... 2023-01-25T06:43:15.837 INFO:teuthology.orchestra.run.smithi089.stdout:Unpacking linux-image-generic-hwe-20.04 (5.15.0.58.64~20.04.24) ... 2023-01-25T06:43:16.164 INFO:teuthology.orchestra.run.smithi089.stdout:Selecting previously unselected package libevdev2:amd64. 2023-01-25T06:43:16.181 INFO:teuthology.orchestra.run.smithi089.stdout:Preparing to unpack .../09-libevdev2_1.9.0+dfsg-1ubuntu0.2_amd64.deb ... 2023-01-25T06:43:16.223 INFO:teuthology.orchestra.run.smithi089.stdout:Unpacking libevdev2:amd64 (1.9.0+dfsg-1ubuntu0.2) ... 2023-01-25T06:43:16.618 INFO:teuthology.orchestra.run.smithi089.stdout:Selecting previously unselected package thermald. 2023-01-25T06:43:16.632 INFO:teuthology.orchestra.run.smithi089.stdout:Preparing to unpack .../10-thermald_1.9.1-1ubuntu0.6_amd64.deb ... 2023-01-25T06:43:16.676 INFO:teuthology.orchestra.run.smithi089.stdout:Unpacking thermald (1.9.1-1ubuntu0.6) ... 2023-01-25T06:43:17.247 INFO:teuthology.orchestra.run.smithi089.stdout:Selecting previously unselected package upower. 2023-01-25T06:43:17.263 INFO:teuthology.orchestra.run.smithi089.stdout:Preparing to unpack .../11-upower_0.99.11-1build2_amd64.deb ... 2023-01-25T06:43:17.323 INFO:teuthology.orchestra.run.smithi089.stdout:Unpacking upower (0.99.11-1build2) ... 2023-01-25T06:43:17.735 INFO:teuthology.orchestra.run.smithi089.stdout:Selecting previously unselected package usbmuxd. 2023-01-25T06:43:17.751 INFO:teuthology.orchestra.run.smithi089.stdout:Preparing to unpack .../12-usbmuxd_1.1.1~git20191130.9af2b12-1_amd64.deb ... 2023-01-25T06:43:17.785 INFO:teuthology.orchestra.run.smithi089.stdout:Unpacking usbmuxd (1.1.1~git20191130.9af2b12-1) ... 2023-01-25T06:43:18.050 INFO:teuthology.orchestra.run.smithi089.stdout:Setting up libplist3:amd64 (2.1.0-4build2) ... 2023-01-25T06:43:18.198 INFO:teuthology.orchestra.run.smithi089.stdout:Setting up libdbus-glib-1-2:amd64 (0.110-5fakssync1) ... 2023-01-25T06:43:18.324 INFO:teuthology.orchestra.run.smithi089.stdout:Setting up libusbmuxd6:amd64 (2.0.1-2) ... 2023-01-25T06:43:18.450 INFO:teuthology.orchestra.run.smithi089.stdout:Setting up libupower-glib3:amd64 (0.99.11-1build2) ... 2023-01-25T06:43:18.463 INFO:teuthology.orchestra.run.smithi088.stdout:Selecting previously unselected package linux-image-generic-hwe-20.04. 2023-01-25T06:43:18.480 INFO:teuthology.orchestra.run.smithi088.stdout:Preparing to unpack .../08-linux-image-generic-hwe-20.04_5.15.0.58.64~20.04.24_amd64.deb ... 2023-01-25T06:43:18.521 INFO:teuthology.orchestra.run.smithi088.stdout:Unpacking linux-image-generic-hwe-20.04 (5.15.0.58.64~20.04.24) ... 2023-01-25T06:43:18.618 INFO:teuthology.orchestra.run.smithi089.stdout:Setting up libimobiledevice6:amd64 (1.2.1~git20191129.9f79242-1build1) ... 2023-01-25T06:43:18.744 INFO:teuthology.orchestra.run.smithi089.stdout:Setting up libevdev2:amd64 (1.9.0+dfsg-1ubuntu0.2) ... 2023-01-25T06:43:18.840 INFO:teuthology.orchestra.run.smithi088.stdout:Selecting previously unselected package libevdev2:amd64. 2023-01-25T06:43:18.855 INFO:teuthology.orchestra.run.smithi088.stdout:Preparing to unpack .../09-libevdev2_1.9.0+dfsg-1ubuntu0.2_amd64.deb ... 2023-01-25T06:43:18.878 INFO:teuthology.orchestra.run.smithi089.stdout:Setting up upower (0.99.11-1build2) ... 2023-01-25T06:43:18.915 INFO:teuthology.orchestra.run.smithi088.stdout:Unpacking libevdev2:amd64 (1.9.0+dfsg-1ubuntu0.2) ... 2023-01-25T06:43:19.296 INFO:teuthology.orchestra.run.smithi088.stdout:Selecting previously unselected package thermald. 2023-01-25T06:43:19.313 INFO:teuthology.orchestra.run.smithi088.stdout:Preparing to unpack .../10-thermald_1.9.1-1ubuntu0.6_amd64.deb ... 2023-01-25T06:43:19.351 INFO:teuthology.orchestra.run.smithi088.stdout:Unpacking thermald (1.9.1-1ubuntu0.6) ... 2023-01-25T06:43:19.420 INFO:teuthology.orchestra.run.smithi089.stdout:upower.service is a disabled or a static unit, not starting it. 2023-01-25T06:43:19.474 INFO:teuthology.orchestra.run.smithi089.stdout:Setting up usbmuxd (1.1.1~git20191130.9af2b12-1) ... 2023-01-25T06:43:19.668 INFO:teuthology.orchestra.run.smithi089.stdout:Warning: The home dir /var/lib/usbmux you specified can't be accessed: No such file or directory 2023-01-25T06:43:19.690 INFO:teuthology.orchestra.run.smithi089.stdout:Adding system user `usbmux' (UID 114) ... 2023-01-25T06:43:19.690 INFO:teuthology.orchestra.run.smithi089.stdout:Adding new user `usbmux' (UID 114) with group `plugdev' ... 2023-01-25T06:43:19.892 INFO:teuthology.orchestra.run.smithi088.stdout:Selecting previously unselected package upower. 2023-01-25T06:43:19.907 INFO:teuthology.orchestra.run.smithi088.stdout:Preparing to unpack .../11-upower_0.99.11-1build2_amd64.deb ... 2023-01-25T06:43:19.960 INFO:teuthology.orchestra.run.smithi088.stdout:Unpacking upower (0.99.11-1build2) ... 2023-01-25T06:43:20.216 INFO:teuthology.orchestra.run.smithi089.stdout:Not creating home directory `/var/lib/usbmux'. 2023-01-25T06:43:20.413 INFO:teuthology.orchestra.run.smithi088.stdout:Selecting previously unselected package usbmuxd. 2023-01-25T06:43:20.428 INFO:teuthology.orchestra.run.smithi088.stdout:Preparing to unpack .../12-usbmuxd_1.1.1~git20191130.9af2b12-1_amd64.deb ... 2023-01-25T06:43:20.433 INFO:teuthology.orchestra.run.smithi089.stdout:usbmuxd.service is a disabled or a static unit, not starting it. 2023-01-25T06:43:20.471 INFO:teuthology.orchestra.run.smithi088.stdout:Unpacking usbmuxd (1.1.1~git20191130.9af2b12-1) ... 2023-01-25T06:43:20.480 INFO:teuthology.orchestra.run.smithi089.stdout:Setting up thermald (1.9.1-1ubuntu0.6) ... 2023-01-25T06:43:20.785 INFO:teuthology.orchestra.run.smithi088.stdout:Setting up libplist3:amd64 (2.1.0-4build2) ... 2023-01-25T06:43:20.793 INFO:teuthology.orchestra.run.smithi089.stdout:Created symlink /etc/systemd/system/dbus-org.freedesktop.thermald.service -> /lib/systemd/system/thermald.service. 2023-01-25T06:43:20.793 INFO:teuthology.orchestra.run.smithi089.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/thermald.service -> /lib/systemd/system/thermald.service. 2023-01-25T06:43:20.908 INFO:teuthology.orchestra.run.smithi088.stdout:Setting up libdbus-glib-1-2:amd64 (0.110-5fakssync1) ... 2023-01-25T06:43:21.060 INFO:teuthology.orchestra.run.smithi088.stdout:Setting up libusbmuxd6:amd64 (2.0.1-2) ... 2023-01-25T06:43:21.185 INFO:teuthology.orchestra.run.smithi088.stdout:Setting up libupower-glib3:amd64 (0.99.11-1build2) ... 2023-01-25T06:43:21.242 INFO:teuthology.orchestra.run.smithi089.stdout:Setting up linux-image-5.15.0-58-generic (5.15.0-58.64~20.04.1) ... 2023-01-25T06:43:21.311 INFO:teuthology.orchestra.run.smithi088.stdout:Setting up libimobiledevice6:amd64 (1.2.1~git20191129.9f79242-1build1) ... 2023-01-25T06:43:21.462 INFO:teuthology.orchestra.run.smithi088.stdout:Setting up libevdev2:amd64 (1.9.0+dfsg-1ubuntu0.2) ... 2023-01-25T06:43:21.588 INFO:teuthology.orchestra.run.smithi088.stdout:Setting up upower (0.99.11-1build2) ... 2023-01-25T06:43:22.137 INFO:teuthology.orchestra.run.smithi088.stdout:upower.service is a disabled or a static unit, not starting it. 2023-01-25T06:43:22.217 INFO:teuthology.orchestra.run.smithi088.stdout:Setting up usbmuxd (1.1.1~git20191130.9af2b12-1) ... 2023-01-25T06:43:22.391 INFO:teuthology.orchestra.run.smithi088.stdout:Warning: The home dir /var/lib/usbmux you specified can't be accessed: No such file or directory 2023-01-25T06:43:22.402 INFO:teuthology.orchestra.run.smithi088.stdout:Adding system user `usbmux' (UID 114) ... 2023-01-25T06:43:22.402 INFO:teuthology.orchestra.run.smithi088.stdout:Adding new user `usbmux' (UID 114) with group `plugdev' ... 2023-01-25T06:43:22.578 INFO:teuthology.orchestra.run.smithi089.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-58-generic 2023-01-25T06:43:22.579 INFO:teuthology.orchestra.run.smithi089.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-58-generic 2023-01-25T06:43:22.769 INFO:teuthology.orchestra.run.smithi089.stdout:Setting up linux-modules-5.15.0-58-generic (5.15.0-58.64~20.04.1) ... 2023-01-25T06:43:22.909 INFO:teuthology.orchestra.run.smithi088.stdout:Not creating home directory `/var/lib/usbmux'. 2023-01-25T06:43:23.133 INFO:teuthology.orchestra.run.smithi088.stdout:usbmuxd.service is a disabled or a static unit, not starting it. 2023-01-25T06:43:23.189 INFO:teuthology.orchestra.run.smithi088.stdout:Setting up thermald (1.9.1-1ubuntu0.6) ... 2023-01-25T06:43:23.492 INFO:teuthology.orchestra.run.smithi088.stdout:Created symlink /etc/systemd/system/dbus-org.freedesktop.thermald.service -> /lib/systemd/system/thermald.service. 2023-01-25T06:43:23.492 INFO:teuthology.orchestra.run.smithi088.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/thermald.service -> /lib/systemd/system/thermald.service. 2023-01-25T06:43:23.953 INFO:teuthology.orchestra.run.smithi088.stdout:Setting up linux-image-5.15.0-58-generic (5.15.0-58.64~20.04.1) ... 2023-01-25T06:43:24.180 INFO:teuthology.orchestra.run.smithi089.stdout:Setting up linux-modules-extra-5.15.0-58-generic (5.15.0-58.64~20.04.1) ... 2023-01-25T06:43:25.268 INFO:teuthology.orchestra.run.smithi088.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-58-generic 2023-01-25T06:43:25.268 INFO:teuthology.orchestra.run.smithi088.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-58-generic 2023-01-25T06:43:25.428 INFO:teuthology.orchestra.run.smithi088.stdout:Setting up linux-modules-5.15.0-58-generic (5.15.0-58.64~20.04.1) ... 2023-01-25T06:43:25.539 INFO:teuthology.orchestra.run.smithi089.stdout:Setting up linux-image-generic-hwe-20.04 (5.15.0.58.64~20.04.24) ... 2023-01-25T06:43:25.690 INFO:teuthology.orchestra.run.smithi089.stdout:Processing triggers for libc-bin (2.31-0ubuntu9.9) ... 2023-01-25T06:43:26.012 INFO:teuthology.orchestra.run.smithi089.stdout:Processing triggers for man-db (2.9.1-1) ... 2023-01-25T06:43:26.832 INFO:teuthology.orchestra.run.smithi089.stdout:Processing triggers for dbus (1.12.16-2ubuntu2.2) ... 2023-01-25T06:43:26.932 INFO:teuthology.orchestra.run.smithi089.stdout:Processing triggers for linux-image-5.15.0-58-generic (5.15.0-58.64~20.04.1) ... 2023-01-25T06:43:27.002 INFO:teuthology.orchestra.run.smithi089.stdout:/etc/kernel/postinst.d/initramfs-tools: 2023-01-25T06:43:27.002 INFO:teuthology.orchestra.run.smithi089.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-58-generic 2023-01-25T06:43:27.055 INFO:teuthology.orchestra.run.smithi088.stdout:Setting up linux-modules-extra-5.15.0-58-generic (5.15.0-58.64~20.04.1) ... 2023-01-25T06:43:28.431 INFO:teuthology.orchestra.run.smithi088.stdout:Setting up linux-image-generic-hwe-20.04 (5.15.0.58.64~20.04.24) ... 2023-01-25T06:43:28.557 INFO:teuthology.orchestra.run.smithi088.stdout:Processing triggers for libc-bin (2.31-0ubuntu9.9) ... 2023-01-25T06:43:28.870 INFO:teuthology.orchestra.run.smithi088.stdout:Processing triggers for man-db (2.9.1-1) ... 2023-01-25T06:43:29.657 INFO:teuthology.orchestra.run.smithi088.stdout:Processing triggers for dbus (1.12.16-2ubuntu2.2) ... 2023-01-25T06:43:29.757 INFO:teuthology.orchestra.run.smithi088.stdout:Processing triggers for linux-image-5.15.0-58-generic (5.15.0-58.64~20.04.1) ... 2023-01-25T06:43:29.841 INFO:teuthology.orchestra.run.smithi088.stdout:/etc/kernel/postinst.d/initramfs-tools: 2023-01-25T06:43:29.842 INFO:teuthology.orchestra.run.smithi088.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-58-generic 2023-01-25T06:43:52.309 INFO:teuthology.orchestra.run.smithi089.stdout:/etc/kernel/postinst.d/zz-update-grub: 2023-01-25T06:43:52.309 INFO:teuthology.orchestra.run.smithi089.stdout:Sourcing file `/etc/default/grub' 2023-01-25T06:43:52.319 INFO:teuthology.orchestra.run.smithi089.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2023-01-25T06:43:52.356 INFO:teuthology.orchestra.run.smithi089.stdout:Generating grub configuration file ... 2023-01-25T06:43:52.712 INFO:teuthology.orchestra.run.smithi089.stdout:Found linux image: /boot/vmlinuz-5.15.0-58-generic 2023-01-25T06:43:52.745 INFO:teuthology.orchestra.run.smithi089.stdout:Found initrd image: /boot/initrd.img-5.15.0-58-generic 2023-01-25T06:43:53.156 INFO:teuthology.orchestra.run.smithi089.stdout:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2023-01-25T06:43:53.168 INFO:teuthology.orchestra.run.smithi089.stdout:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2023-01-25T06:43:55.064 INFO:teuthology.orchestra.run.smithi088.stdout:/etc/kernel/postinst.d/zz-update-grub: 2023-01-25T06:43:55.065 INFO:teuthology.orchestra.run.smithi088.stdout:Sourcing file `/etc/default/grub' 2023-01-25T06:43:55.072 INFO:teuthology.orchestra.run.smithi088.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2023-01-25T06:43:55.091 INFO:teuthology.orchestra.run.smithi088.stdout:Generating grub configuration file ... 2023-01-25T06:43:55.427 INFO:teuthology.orchestra.run.smithi088.stdout:Found linux image: /boot/vmlinuz-5.15.0-58-generic 2023-01-25T06:43:55.450 INFO:teuthology.orchestra.run.smithi088.stdout:Found initrd image: /boot/initrd.img-5.15.0-58-generic 2023-01-25T06:43:55.823 INFO:teuthology.orchestra.run.smithi089.stdout:done 2023-01-25T06:43:55.871 INFO:teuthology.orchestra.run.smithi088.stdout:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2023-01-25T06:43:55.883 INFO:teuthology.orchestra.run.smithi088.stdout:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2023-01-25T06:43:56.285 DEBUG:teuthology.orchestra.run.smithi089:> dpkg -s linux-image-generic-hwe-20.04 2023-01-25T06:43:56.328 INFO:teuthology.orchestra.run.smithi089.stdout:Package: linux-image-generic-hwe-20.04 2023-01-25T06:43:56.329 INFO:teuthology.orchestra.run.smithi089.stdout:Status: install ok installed 2023-01-25T06:43:56.329 INFO:teuthology.orchestra.run.smithi089.stdout:Priority: optional 2023-01-25T06:43:56.329 INFO:teuthology.orchestra.run.smithi089.stdout:Section: kernel 2023-01-25T06:43:56.329 INFO:teuthology.orchestra.run.smithi089.stdout:Installed-Size: 20 2023-01-25T06:43:56.330 INFO:teuthology.orchestra.run.smithi089.stdout:Maintainer: Ubuntu Kernel Team 2023-01-25T06:43:56.330 INFO:teuthology.orchestra.run.smithi089.stdout:Architecture: amd64 2023-01-25T06:43:56.330 INFO:teuthology.orchestra.run.smithi089.stdout:Source: linux-meta-hwe-5.15 2023-01-25T06:43:56.330 INFO:teuthology.orchestra.run.smithi089.stdout:Version: 5.15.0.58.64~20.04.24 2023-01-25T06:43:56.331 INFO:teuthology.orchestra.run.smithi089.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-25T06:43:56.331 INFO:teuthology.orchestra.run.smithi089.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-25T06:43:56.331 INFO:teuthology.orchestra.run.smithi089.stdout:Recommends: thermald 2023-01-25T06:43:56.331 INFO:teuthology.orchestra.run.smithi089.stdout:Description: Generic Linux kernel image 2023-01-25T06:43:56.332 INFO:teuthology.orchestra.run.smithi089.stdout: This package will always depend on the latest generic kernel image 2023-01-25T06:43:56.332 INFO:teuthology.orchestra.run.smithi089.stdout: available. 2023-01-25T06:43:56.332 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.4.0-124-generic Expected: 5.15.0-58-generic 2023-01-25T06:43:56.333 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-01-25T06:43:56.333 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-01-25T06:43:56.333 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2023-01-25T06:43:56.333 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi089.front.sepia.ceph.com, path=None, version=distro) 2023-01-25T06:43:56.334 DEBUG:teuthology.orchestra.run.smithi089:> sudo apt-get clean 2023-01-25T06:43:56.409 DEBUG:teuthology.orchestra.run.smithi089:> sudo apt-get update 2023-01-25T06:43:56.689 INFO:teuthology.orchestra.run.smithi089.stdout:Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease 2023-01-25T06:43:56.689 INFO:teuthology.orchestra.run.smithi089.stdout:Hit:2 http://security.ubuntu.com/ubuntu focal-security InRelease 2023-01-25T06:43:56.769 INFO:teuthology.orchestra.run.smithi089.stdout:Hit:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease 2023-01-25T06:43:56.860 INFO:teuthology.orchestra.run.smithi089.stdout:Hit:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease 2023-01-25T06:43:58.348 INFO:teuthology.orchestra.run.smithi089.stdout:Reading package lists... 2023-01-25T06:43:58.373 DEBUG:teuthology.orchestra.run.smithi089:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic-hwe-20.04 2023-01-25T06:43:58.436 INFO:teuthology.orchestra.run.smithi089.stdout:Reading package lists... 2023-01-25T06:43:58.525 INFO:teuthology.orchestra.run.smithi088.stdout:done 2023-01-25T06:43:58.622 INFO:teuthology.orchestra.run.smithi089.stdout:Building dependency tree... 2023-01-25T06:43:58.623 INFO:teuthology.orchestra.run.smithi089.stdout:Reading state information... 2023-01-25T06:43:58.824 INFO:teuthology.orchestra.run.smithi089.stdout:linux-image-generic-hwe-20.04 is already the newest version (5.15.0.58.64~20.04.24). 2023-01-25T06:43:58.824 INFO:teuthology.orchestra.run.smithi089.stdout:0 upgraded, 0 newly installed, 0 to remove and 132 not upgraded. 2023-01-25T06:43:58.826 DEBUG:teuthology.orchestra.run.smithi089:> dpkg -s linux-image-generic-hwe-20.04 2023-01-25T06:43:58.846 INFO:teuthology.orchestra.run.smithi089.stdout:Package: linux-image-generic-hwe-20.04 2023-01-25T06:43:58.847 INFO:teuthology.orchestra.run.smithi089.stdout:Status: install ok installed 2023-01-25T06:43:58.847 INFO:teuthology.orchestra.run.smithi089.stdout:Priority: optional 2023-01-25T06:43:58.847 INFO:teuthology.orchestra.run.smithi089.stdout:Section: kernel 2023-01-25T06:43:58.847 INFO:teuthology.orchestra.run.smithi089.stdout:Installed-Size: 20 2023-01-25T06:43:58.847 INFO:teuthology.orchestra.run.smithi089.stdout:Maintainer: Ubuntu Kernel Team 2023-01-25T06:43:58.848 INFO:teuthology.orchestra.run.smithi089.stdout:Architecture: amd64 2023-01-25T06:43:58.848 INFO:teuthology.orchestra.run.smithi089.stdout:Source: linux-meta-hwe-5.15 2023-01-25T06:43:58.848 INFO:teuthology.orchestra.run.smithi089.stdout:Version: 5.15.0.58.64~20.04.24 2023-01-25T06:43:58.848 INFO:teuthology.orchestra.run.smithi089.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-25T06:43:58.848 INFO:teuthology.orchestra.run.smithi089.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-25T06:43:58.849 INFO:teuthology.orchestra.run.smithi089.stdout:Recommends: thermald 2023-01-25T06:43:58.849 INFO:teuthology.orchestra.run.smithi089.stdout:Description: Generic Linux kernel image 2023-01-25T06:43:58.849 INFO:teuthology.orchestra.run.smithi089.stdout: This package will always depend on the latest generic kernel image 2023-01-25T06:43:58.849 INFO:teuthology.orchestra.run.smithi089.stdout: available. 2023-01-25T06:43:58.850 DEBUG:teuthology.orchestra.run.smithi089:> mktemp 2023-01-25T06:43:58.854 INFO:teuthology.orchestra.run.smithi089.stdout:/tmp/tmp.il03v7qxLD 2023-01-25T06:43:58.855 DEBUG:teuthology.orchestra.run.smithi089:> sudo cp /boot/grub/grub.cfg /tmp/tmp.il03v7qxLD 2023-01-25T06:43:58.914 DEBUG:teuthology.orchestra.run.smithi089:> sudo chmod 0666 /tmp/tmp.il03v7qxLD 2023-01-25T06:43:58.927 DEBUG:teuthology.orchestra.run.smithi088:> dpkg -s linux-image-generic-hwe-20.04 2023-01-25T06:43:58.944 DEBUG:teuthology.orchestra.remote:smithi089:/tmp/tmp.il03v7qxLD is 9KB 2023-01-25T06:43:58.958 DEBUG:teuthology.orchestra.run.smithi089:> rm -fr /tmp/tmp.il03v7qxLD 2023-01-25T06:43:58.964 DEBUG:teuthology.orchestra.run.smithi089:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2023-01-25T06:43:58.980 INFO:teuthology.orchestra.run.smithi088.stdout:Package: linux-image-generic-hwe-20.04 2023-01-25T06:43:58.980 INFO:teuthology.orchestra.run.smithi088.stdout:Status: install ok installed 2023-01-25T06:43:58.980 INFO:teuthology.orchestra.run.smithi088.stdout:Priority: optional 2023-01-25T06:43:58.980 INFO:teuthology.orchestra.run.smithi088.stdout:Section: kernel 2023-01-25T06:43:58.981 INFO:teuthology.orchestra.run.smithi088.stdout:Installed-Size: 20 2023-01-25T06:43:58.981 INFO:teuthology.orchestra.run.smithi088.stdout:Maintainer: Ubuntu Kernel Team 2023-01-25T06:43:58.981 INFO:teuthology.orchestra.run.smithi088.stdout:Architecture: amd64 2023-01-25T06:43:58.981 INFO:teuthology.orchestra.run.smithi088.stdout:Source: linux-meta-hwe-5.15 2023-01-25T06:43:58.981 INFO:teuthology.orchestra.run.smithi088.stdout:Version: 5.15.0.58.64~20.04.24 2023-01-25T06:43:58.982 INFO:teuthology.orchestra.run.smithi088.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-25T06:43:58.982 INFO:teuthology.orchestra.run.smithi088.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-25T06:43:58.982 INFO:teuthology.orchestra.run.smithi088.stdout:Recommends: thermald 2023-01-25T06:43:58.982 INFO:teuthology.orchestra.run.smithi088.stdout:Description: Generic Linux kernel image 2023-01-25T06:43:58.982 INFO:teuthology.orchestra.run.smithi088.stdout: This package will always depend on the latest generic kernel image 2023-01-25T06:43:58.983 INFO:teuthology.orchestra.run.smithi088.stdout: available. 2023-01-25T06:43:58.983 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.4.0-124-generic Expected: 5.15.0-58-generic 2023-01-25T06:43:58.983 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-01-25T06:43:58.983 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-01-25T06:43:58.983 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2023-01-25T06:43:58.984 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi088.front.sepia.ceph.com, path=None, version=distro) 2023-01-25T06:43:58.984 DEBUG:teuthology.orchestra.run.smithi088:> sudo apt-get clean 2023-01-25T06:43:59.021 DEBUG:teuthology.orchestra.run.smithi089:> set -ex 2023-01-25T06:43:59.021 DEBUG:teuthology.orchestra.run.smithi089:> sudo dd of=/etc/grub.d/01_ceph_kernel 2023-01-25T06:43:59.021 DEBUG:teuthology.orchestra.run.smithi089:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2023-01-25T06:43:59.054 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-58-generic 2023-01-25T06:43:59.054 DEBUG:teuthology.orchestra.run.smithi089:> sudo update-grub 2023-01-25T06:43:59.056 DEBUG:teuthology.orchestra.run.smithi088:> sudo apt-get update 2023-01-25T06:43:59.197 INFO:teuthology.orchestra.run.smithi088.stdout:Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease 2023-01-25T06:43:59.203 INFO:teuthology.orchestra.run.smithi088.stdout:Hit:2 http://archive.ubuntu.com/ubuntu focal-updates InRelease 2023-01-25T06:43:59.220 INFO:teuthology.orchestra.run.smithi088.stdout:Hit:3 http://archive.ubuntu.com/ubuntu focal-backports InRelease 2023-01-25T06:43:59.335 INFO:teuthology.orchestra.run.smithi088.stdout:Hit:4 http://security.ubuntu.com/ubuntu focal-security InRelease 2023-01-25T06:44:00.396 INFO:teuthology.orchestra.run.smithi089.stderr:Sourcing file `/etc/default/grub' 2023-01-25T06:44:00.401 INFO:teuthology.orchestra.run.smithi089.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2023-01-25T06:44:00.413 INFO:teuthology.orchestra.run.smithi089.stderr:Generating grub configuration file ... 2023-01-25T06:44:00.667 INFO:teuthology.orchestra.run.smithi089.stderr:Found linux image: /boot/vmlinuz-5.15.0-58-generic 2023-01-25T06:44:00.679 INFO:teuthology.orchestra.run.smithi089.stderr:Found initrd image: /boot/initrd.img-5.15.0-58-generic 2023-01-25T06:44:00.838 INFO:teuthology.orchestra.run.smithi088.stdout:Reading package lists... 2023-01-25T06:44:00.862 DEBUG:teuthology.orchestra.run.smithi088:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic-hwe-20.04 2023-01-25T06:44:00.931 INFO:teuthology.orchestra.run.smithi088.stdout:Reading package lists... 2023-01-25T06:44:01.075 INFO:teuthology.orchestra.run.smithi089.stderr:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2023-01-25T06:44:01.087 INFO:teuthology.orchestra.run.smithi089.stderr:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2023-01-25T06:44:01.103 INFO:teuthology.orchestra.run.smithi088.stdout:Building dependency tree... 2023-01-25T06:44:01.103 INFO:teuthology.orchestra.run.smithi088.stdout:Reading state information... 2023-01-25T06:44:01.293 INFO:teuthology.orchestra.run.smithi088.stdout:linux-image-generic-hwe-20.04 is already the newest version (5.15.0.58.64~20.04.24). 2023-01-25T06:44:01.293 INFO:teuthology.orchestra.run.smithi088.stdout:0 upgraded, 0 newly installed, 0 to remove and 132 not upgraded. 2023-01-25T06:44:01.295 DEBUG:teuthology.orchestra.run.smithi088:> dpkg -s linux-image-generic-hwe-20.04 2023-01-25T06:44:01.315 INFO:teuthology.orchestra.run.smithi088.stdout:Package: linux-image-generic-hwe-20.04 2023-01-25T06:44:01.315 INFO:teuthology.orchestra.run.smithi088.stdout:Status: install ok installed 2023-01-25T06:44:01.316 INFO:teuthology.orchestra.run.smithi088.stdout:Priority: optional 2023-01-25T06:44:01.316 INFO:teuthology.orchestra.run.smithi088.stdout:Section: kernel 2023-01-25T06:44:01.316 INFO:teuthology.orchestra.run.smithi088.stdout:Installed-Size: 20 2023-01-25T06:44:01.316 INFO:teuthology.orchestra.run.smithi088.stdout:Maintainer: Ubuntu Kernel Team 2023-01-25T06:44:01.317 INFO:teuthology.orchestra.run.smithi088.stdout:Architecture: amd64 2023-01-25T06:44:01.317 INFO:teuthology.orchestra.run.smithi088.stdout:Source: linux-meta-hwe-5.15 2023-01-25T06:44:01.317 INFO:teuthology.orchestra.run.smithi088.stdout:Version: 5.15.0.58.64~20.04.24 2023-01-25T06:44:01.317 INFO:teuthology.orchestra.run.smithi088.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-25T06:44:01.317 INFO:teuthology.orchestra.run.smithi088.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-25T06:44:01.318 INFO:teuthology.orchestra.run.smithi088.stdout:Recommends: thermald 2023-01-25T06:44:01.318 INFO:teuthology.orchestra.run.smithi088.stdout:Description: Generic Linux kernel image 2023-01-25T06:44:01.318 INFO:teuthology.orchestra.run.smithi088.stdout: This package will always depend on the latest generic kernel image 2023-01-25T06:44:01.318 INFO:teuthology.orchestra.run.smithi088.stdout: available. 2023-01-25T06:44:01.319 DEBUG:teuthology.orchestra.run.smithi088:> mktemp 2023-01-25T06:44:01.325 INFO:teuthology.orchestra.run.smithi088.stdout:/tmp/tmp.1ZcdXpsjE7 2023-01-25T06:44:01.325 DEBUG:teuthology.orchestra.run.smithi088:> sudo cp /boot/grub/grub.cfg /tmp/tmp.1ZcdXpsjE7 2023-01-25T06:44:01.336 DEBUG:teuthology.orchestra.run.smithi088:> sudo chmod 0666 /tmp/tmp.1ZcdXpsjE7 2023-01-25T06:44:01.415 DEBUG:teuthology.orchestra.remote:smithi088:/tmp/tmp.1ZcdXpsjE7 is 9KB 2023-01-25T06:44:01.429 DEBUG:teuthology.orchestra.run.smithi088:> rm -fr /tmp/tmp.1ZcdXpsjE7 2023-01-25T06:44:01.436 DEBUG:teuthology.orchestra.run.smithi088:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2023-01-25T06:44:01.493 DEBUG:teuthology.orchestra.run.smithi088:> set -ex 2023-01-25T06:44:01.493 DEBUG:teuthology.orchestra.run.smithi088:> sudo dd of=/etc/grub.d/01_ceph_kernel 2023-01-25T06:44:01.493 DEBUG:teuthology.orchestra.run.smithi088:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2023-01-25T06:44:01.518 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-58-generic 2023-01-25T06:44:01.519 DEBUG:teuthology.orchestra.run.smithi088:> sudo update-grub 2023-01-25T06:44:02.681 INFO:teuthology.orchestra.run.smithi089.stderr:done 2023-01-25T06:44:02.682 DEBUG:teuthology.orchestra.run.smithi089:> sudo shutdown -r now 2023-01-25T06:44:02.965 INFO:teuthology.orchestra.run.smithi088.stderr:Sourcing file `/etc/default/grub' 2023-01-25T06:44:02.969 INFO:teuthology.orchestra.run.smithi088.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2023-01-25T06:44:02.981 INFO:teuthology.orchestra.run.smithi088.stderr:Generating grub configuration file ... 2023-01-25T06:44:03.272 INFO:teuthology.orchestra.run.smithi088.stderr:Found linux image: /boot/vmlinuz-5.15.0-58-generic 2023-01-25T06:44:03.284 INFO:teuthology.orchestra.run.smithi088.stderr:Found initrd image: /boot/initrd.img-5.15.0-58-generic 2023-01-25T06:44:03.737 INFO:teuthology.orchestra.run.smithi088.stderr:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2023-01-25T06:44:03.749 INFO:teuthology.orchestra.run.smithi088.stderr:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2023-01-25T06:44:05.428 INFO:teuthology.orchestra.run.smithi088.stderr:done 2023-01-25T06:44:05.429 DEBUG:teuthology.orchestra.run.smithi088:> sudo shutdown -r now 2023-01-25T06:44:32.712 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2023-01-25T06:44:32.713 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi089.front.sepia.ceph.com' 2023-01-25T06:44:32.713 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi089.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-01-25T06:44:35.435 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2023-01-25T06:44:35.436 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi088.front.sepia.ceph.com' 2023-01-25T06:44:35.436 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi088.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-01-25T06:44:51.176 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.89 2023-01-25T06:44:53.996 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.88 2023-01-25T06:45:21.204 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi089.front.sepia.ceph.com' 2023-01-25T06:45:21.205 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi089.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-01-25T06:45:24.000 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi088.front.sepia.ceph.com' 2023-01-25T06:45:24.001 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi088.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-01-25T06:45:27.084 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.88 2023-01-25T06:45:39.561 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.89 2023-01-25T06:45:57.100 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi088.front.sepia.ceph.com' 2023-01-25T06:45:57.101 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi088.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-01-25T06:46:00.168 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.88 2023-01-25T06:46:09.570 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi089.front.sepia.ceph.com' 2023-01-25T06:46:09.571 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi089.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-01-25T06:46:09.894 DEBUG:teuthology.orchestra.run.smithi089:> true 2023-01-25T06:46:10.393 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi089.front.sepia.ceph.com' 2023-01-25T06:46:10.393 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.15.0-58-generic"... 2023-01-25T06:46:10.393 DEBUG:teuthology.orchestra.run.smithi089:> uname -r 2023-01-25T06:46:10.441 INFO:teuthology.orchestra.run.smithi089.stdout:5.15.0-58-generic 2023-01-25T06:46:10.442 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-58-generic vs 5.15.0-58-generic 2023-01-25T06:46:10.442 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-01-25T06:46:10.442 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2023-01-25T06:46:11.443 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2023-01-25T06:46:11.444 DEBUG:teuthology.orchestra.run.smithi089:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-01-25T06:46:11.784 INFO:teuthology.orchestra.run.smithi089.stdout:ttyS1 2023-01-25T06:46:11.810 DEBUG:teuthology.parallel:result is None 2023-01-25T06:46:30.170 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi088.front.sepia.ceph.com' 2023-01-25T06:46:30.171 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi088.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-01-25T06:47:30.172 DEBUG:teuthology.orchestra.remote:timed out 2023-01-25T06:48:00.174 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi088.front.sepia.ceph.com' 2023-01-25T06:48:00.175 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi088.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-01-25T06:48:00.409 DEBUG:teuthology.orchestra.run.smithi088:> true 2023-01-25T06:48:01.060 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi088.front.sepia.ceph.com' 2023-01-25T06:48:01.060 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.15.0-58-generic"... 2023-01-25T06:48:01.061 DEBUG:teuthology.orchestra.run.smithi088:> uname -r 2023-01-25T06:48:01.109 INFO:teuthology.orchestra.run.smithi088.stdout:5.15.0-58-generic 2023-01-25T06:48:01.109 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-58-generic vs 5.15.0-58-generic 2023-01-25T06:48:01.110 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-01-25T06:48:01.110 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2023-01-25T06:48:02.111 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2023-01-25T06:48:02.111 DEBUG:teuthology.orchestra.run.smithi088:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-01-25T06:48:02.212 INFO:teuthology.orchestra.run.smithi088.stdout:ttyS1 2023-01-25T06:48:02.238 DEBUG:teuthology.parallel:result is None 2023-01-25T06:48:02.238 INFO:teuthology.run_tasks:Running task internal.base... 2023-01-25T06:48:02.371 INFO:teuthology.task.internal:Creating test directory... 2023-01-25T06:48:02.371 DEBUG:teuthology.orchestra.run.smithi088:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-01-25T06:48:02.374 DEBUG:teuthology.orchestra.run.smithi089:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-01-25T06:48:02.383 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-01-25T06:48:02.424 INFO:teuthology.run_tasks:Running task internal.archive... 2023-01-25T06:48:02.448 INFO:teuthology.task.internal:Creating archive directory... 2023-01-25T06:48:02.449 DEBUG:teuthology.orchestra.run.smithi088:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-01-25T06:48:02.452 DEBUG:teuthology.orchestra.run.smithi089:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-01-25T06:48:02.576 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-01-25T06:48:02.583 INFO:teuthology.task.internal:Enabling coredump saving... 2023-01-25T06:48:02.583 DEBUG:teuthology.orchestra.run.smithi088:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2023-01-25T06:48:02.586 DEBUG:teuthology.orchestra.run.smithi089:> 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-25T06:48:02.602 INFO:teuthology.orchestra.run.smithi088.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-01-25T06:48:02.608 INFO:teuthology.orchestra.run.smithi088.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-01-25T06:48:02.611 INFO:teuthology.orchestra.run.smithi089.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-01-25T06:48:02.619 INFO:teuthology.orchestra.run.smithi089.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-01-25T06:48:02.621 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-01-25T06:48:02.628 INFO:teuthology.task.internal:Configuring sudo... 2023-01-25T06:48:02.628 DEBUG:teuthology.orchestra.run.smithi088:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-01-25T06:48:02.653 DEBUG:teuthology.orchestra.run.smithi089:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-01-25T06:48:02.680 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-01-25T06:48:02.689 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-01-25T06:48:02.689 DEBUG:teuthology.orchestra.run.smithi088:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-01-25T06:48:02.715 DEBUG:teuthology.orchestra.run.smithi089:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-01-25T06:48:02.730 DEBUG:teuthology.orchestra.run.smithi088:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-01-25T06:48:02.766 DEBUG:teuthology.orchestra.run.smithi088:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-01-25T06:48:02.814 DEBUG:teuthology.orchestra.run.smithi088:> set -ex 2023-01-25T06:48:02.814 DEBUG:teuthology.orchestra.run.smithi088:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-01-25T06:48:02.880 DEBUG:teuthology.orchestra.run.smithi089:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-01-25T06:48:02.888 DEBUG:teuthology.orchestra.run.smithi089:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-01-25T06:48:02.938 DEBUG:teuthology.orchestra.run.smithi089:> set -ex 2023-01-25T06:48:02.939 DEBUG:teuthology.orchestra.run.smithi089:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-01-25T06:48:02.999 DEBUG:teuthology.orchestra.run.smithi088:> sudo service rsyslog restart 2023-01-25T06:48:03.002 DEBUG:teuthology.orchestra.run.smithi089:> sudo service rsyslog restart 2023-01-25T06:48:03.090 INFO:teuthology.run_tasks:Running task internal.timer... 2023-01-25T06:48:03.098 INFO:teuthology.task.internal:Starting timer... 2023-01-25T06:48:03.098 INFO:teuthology.run_tasks:Running task pcp... 2023-01-25T06:48:03.134 INFO:teuthology.run_tasks:Running task selinux... 2023-01-25T06:48:03.183 DEBUG:teuthology.task.selinux:Excluding smithi088: OS 'ubuntu' does not support SELinux 2023-01-25T06:48:03.184 DEBUG:teuthology.task.selinux:Excluding smithi089: OS 'ubuntu' does not support SELinux 2023-01-25T06:48:03.184 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-01-25T06:48:03.184 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2023-01-25T06:48:03.184 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-01-25T06:48:03.185 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-01-25T06:48:03.246 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-25T06:48:03.247 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-01-25T06:48:03.264 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-25T06:48:03.265 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi088.front.sepia.ceph.com,smithi089.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-01-25T06:52:42.721 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi088.front.sepia.ceph.com'), Remote(name='ubuntu@smithi089.front.sepia.ceph.com')] 2023-01-25T06:52:42.722 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi088.front.sepia.ceph.com' 2023-01-25T06:52:42.723 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi088.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-01-25T06:52:42.812 DEBUG:teuthology.orchestra.run.smithi088:> true 2023-01-25T06:52:42.938 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi089.front.sepia.ceph.com' 2023-01-25T06:52:42.939 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi089.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-01-25T06:52:43.030 DEBUG:teuthology.orchestra.run.smithi089:> true 2023-01-25T06:52:43.153 INFO:teuthology.run_tasks:Running task clock... 2023-01-25T06:52:43.165 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-01-25T06:52:43.165 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-01-25T06:52:43.166 DEBUG:teuthology.orchestra.run.smithi088:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-01-25T06:52:43.169 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-01-25T06:52:43.169 DEBUG:teuthology.orchestra.run.smithi089:> 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-25T06:52:43.201 INFO:teuthology.orchestra.run.smithi088.stdout:25 Jan 06:52:43 ntpd[19346]: ntpd 4.2.8p12@1.3728-o (1): Starting 2023-01-25T06:52:43.202 INFO:teuthology.orchestra.run.smithi088.stdout:25 Jan 06:52:43 ntpd[19346]: Command line: ntpd -gq 2023-01-25T06:52:43.202 INFO:teuthology.orchestra.run.smithi088.stdout:25 Jan 06:52:43 ntpd[19346]: proto: precision = 0.100 usec (-23) 2023-01-25T06:52:43.203 INFO:teuthology.orchestra.run.smithi088.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2023-01-25T06:52:43.203 INFO:teuthology.orchestra.run.smithi088.stdout:25 Jan 06:52:43 ntpd[19346]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2023-01-25T06:52:43.204 INFO:teuthology.orchestra.run.smithi088.stderr:restrict ::: KOD does nothing without LIMITED. 2023-01-25T06:52:43.205 INFO:teuthology.orchestra.run.smithi088.stdout:25 Jan 06:52:43 ntpd[19346]: restrict ::: KOD does nothing without LIMITED. 2023-01-25T06:52:43.205 INFO:teuthology.orchestra.run.smithi088.stdout:25 Jan 06:52:43 ntpd[19346]: Listen and drop on 0 v6wildcard [::]:123 2023-01-25T06:52:43.205 INFO:teuthology.orchestra.run.smithi088.stdout:25 Jan 06:52:43 ntpd[19346]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2023-01-25T06:52:43.205 INFO:teuthology.orchestra.run.smithi088.stdout:25 Jan 06:52:43 ntpd[19346]: Listen normally on 2 lo 127.0.0.1:123 2023-01-25T06:52:43.206 INFO:teuthology.orchestra.run.smithi088.stdout:25 Jan 06:52:43 ntpd[19346]: Listen normally on 3 enp3s0f1 172.21.15.88:123 2023-01-25T06:52:43.206 INFO:teuthology.orchestra.run.smithi088.stdout:25 Jan 06:52:43 ntpd[19346]: Listen normally on 4 lo [::1]:123 2023-01-25T06:52:43.206 INFO:teuthology.orchestra.run.smithi088.stdout:25 Jan 06:52:43 ntpd[19346]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe8f:d42d%5]:123 2023-01-25T06:52:43.206 INFO:teuthology.orchestra.run.smithi088.stdout:25 Jan 06:52:43 ntpd[19346]: Listening on routing socket on fd #22 for interface updates 2023-01-25T06:52:43.232 INFO:teuthology.orchestra.run.smithi089.stdout:25 Jan 06:52:43 ntpd[19323]: ntpd 4.2.8p12@1.3728-o (1): Starting 2023-01-25T06:52:43.233 INFO:teuthology.orchestra.run.smithi089.stdout:25 Jan 06:52:43 ntpd[19323]: Command line: ntpd -gq 2023-01-25T06:52:43.233 INFO:teuthology.orchestra.run.smithi089.stdout:25 Jan 06:52:43 ntpd[19323]: proto: precision = 0.060 usec (-24) 2023-01-25T06:52:43.234 INFO:teuthology.orchestra.run.smithi089.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2023-01-25T06:52:43.234 INFO:teuthology.orchestra.run.smithi089.stdout:25 Jan 06:52:43 ntpd[19323]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2023-01-25T06:52:43.235 INFO:teuthology.orchestra.run.smithi089.stderr:restrict ::: KOD does nothing without LIMITED. 2023-01-25T06:52:43.236 INFO:teuthology.orchestra.run.smithi089.stdout:25 Jan 06:52:43 ntpd[19323]: restrict ::: KOD does nothing without LIMITED. 2023-01-25T06:52:43.236 INFO:teuthology.orchestra.run.smithi089.stdout:25 Jan 06:52:43 ntpd[19323]: Listen and drop on 0 v6wildcard [::]:123 2023-01-25T06:52:43.236 INFO:teuthology.orchestra.run.smithi089.stdout:25 Jan 06:52:43 ntpd[19323]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2023-01-25T06:52:43.236 INFO:teuthology.orchestra.run.smithi089.stdout:25 Jan 06:52:43 ntpd[19323]: Listen normally on 2 lo 127.0.0.1:123 2023-01-25T06:52:43.237 INFO:teuthology.orchestra.run.smithi089.stdout:25 Jan 06:52:43 ntpd[19323]: Listen normally on 3 enp3s0f1 172.21.15.89:123 2023-01-25T06:52:43.237 INFO:teuthology.orchestra.run.smithi089.stdout:25 Jan 06:52:43 ntpd[19323]: Listen normally on 4 lo [::1]:123 2023-01-25T06:52:43.237 INFO:teuthology.orchestra.run.smithi089.stdout:25 Jan 06:52:43 ntpd[19323]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe8f:d501%5]:123 2023-01-25T06:52:43.237 INFO:teuthology.orchestra.run.smithi089.stdout:25 Jan 06:52:43 ntpd[19323]: Listening on routing socket on fd #22 for interface updates 2023-01-25T06:52:44.202 INFO:teuthology.orchestra.run.smithi088.stderr:25 Jan 06:52:44 ntpd[19346]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-01-25T06:52:44.202 INFO:teuthology.orchestra.run.smithi088.stderr:25 Jan 06:52:44 ntpd[19346]: can't open /var/log/ntpstats/rawstats.20230125: Permission denied 2023-01-25T06:52:44.203 INFO:teuthology.orchestra.run.smithi088.stderr:25 Jan 06:52:44 ntpd[19346]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-01-25T06:52:44.203 INFO:teuthology.orchestra.run.smithi088.stderr:25 Jan 06:52:44 ntpd[19346]: can't open /var/log/ntpstats/rawstats.20230125: Permission denied 2023-01-25T06:52:44.204 INFO:teuthology.orchestra.run.smithi088.stderr:25 Jan 06:52:44 ntpd[19346]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-01-25T06:52:44.204 INFO:teuthology.orchestra.run.smithi088.stderr:25 Jan 06:52:44 ntpd[19346]: can't open /var/log/ntpstats/peerstats.20230125: Permission denied 2023-01-25T06:52:44.233 INFO:teuthology.orchestra.run.smithi089.stderr:25 Jan 06:52:44 ntpd[19323]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-01-25T06:52:44.233 INFO:teuthology.orchestra.run.smithi089.stderr:25 Jan 06:52:44 ntpd[19323]: can't open /var/log/ntpstats/rawstats.20230125: Permission denied 2023-01-25T06:52:44.234 INFO:teuthology.orchestra.run.smithi089.stderr:25 Jan 06:52:44 ntpd[19323]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-01-25T06:52:44.234 INFO:teuthology.orchestra.run.smithi089.stderr:25 Jan 06:52:44 ntpd[19323]: can't open /var/log/ntpstats/rawstats.20230125: Permission denied 2023-01-25T06:52:44.234 INFO:teuthology.orchestra.run.smithi089.stderr:25 Jan 06:52:44 ntpd[19323]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-01-25T06:52:44.235 INFO:teuthology.orchestra.run.smithi089.stderr:25 Jan 06:52:44 ntpd[19323]: can't open /var/log/ntpstats/peerstats.20230125: Permission denied 2023-01-25T06:52:45.202 INFO:teuthology.orchestra.run.smithi088.stderr:25 Jan 06:52:45 ntpd[19346]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-01-25T06:52:45.202 INFO:teuthology.orchestra.run.smithi088.stderr:25 Jan 06:52:45 ntpd[19346]: can't open /var/log/ntpstats/rawstats.20230125: Permission denied 2023-01-25T06:52:45.233 INFO:teuthology.orchestra.run.smithi089.stderr:25 Jan 06:52:45 ntpd[19323]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-01-25T06:52:45.234 INFO:teuthology.orchestra.run.smithi089.stderr:25 Jan 06:52:45 ntpd[19323]: can't open /var/log/ntpstats/rawstats.20230125: Permission denied 2023-01-25T06:52:45.234 INFO:teuthology.orchestra.run.smithi089.stderr:25 Jan 06:52:45 ntpd[19323]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-01-25T06:52:45.234 INFO:teuthology.orchestra.run.smithi089.stderr:25 Jan 06:52:45 ntpd[19323]: can't open /var/log/ntpstats/rawstats.20230125: Permission denied 2023-01-25T06:52:45.234 INFO:teuthology.orchestra.run.smithi089.stderr:25 Jan 06:52:45 ntpd[19323]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-01-25T06:52:45.235 INFO:teuthology.orchestra.run.smithi089.stderr:25 Jan 06:52:45 ntpd[19323]: can't open /var/log/ntpstats/rawstats.20230125: Permission denied 2023-01-25T06:52:45.235 INFO:teuthology.orchestra.run.smithi089.stderr:25 Jan 06:52:45 ntpd[19323]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-01-25T06:52:45.235 INFO:teuthology.orchestra.run.smithi089.stderr:25 Jan 06:52:45 ntpd[19323]: can't open /var/log/ntpstats/peerstats.20230125: Permission denied 2023-01-25T06:52:46.203 INFO:teuthology.orchestra.run.smithi088.stderr:25 Jan 06:52:46 ntpd[19346]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-01-25T06:52:46.204 INFO:teuthology.orchestra.run.smithi088.stderr:25 Jan 06:52:46 ntpd[19346]: can't open /var/log/ntpstats/rawstats.20230125: Permission denied 2023-01-25T06:52:46.204 INFO:teuthology.orchestra.run.smithi088.stderr:25 Jan 06:52:46 ntpd[19346]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-01-25T06:52:46.204 INFO:teuthology.orchestra.run.smithi088.stderr:25 Jan 06:52:46 ntpd[19346]: can't open /var/log/ntpstats/rawstats.20230125: Permission denied 2023-01-25T06:52:46.204 INFO:teuthology.orchestra.run.smithi088.stderr:25 Jan 06:52:46 ntpd[19346]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-01-25T06:52:46.205 INFO:teuthology.orchestra.run.smithi088.stderr:25 Jan 06:52:46 ntpd[19346]: can't open /var/log/ntpstats/rawstats.20230125: Permission denied 2023-01-25T06:52:46.205 INFO:teuthology.orchestra.run.smithi088.stderr:25 Jan 06:52:46 ntpd[19346]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-01-25T06:52:46.205 INFO:teuthology.orchestra.run.smithi088.stderr:25 Jan 06:52:46 ntpd[19346]: can't open /var/log/ntpstats/rawstats.20230125: Permission denied 2023-01-25T06:52:46.205 INFO:teuthology.orchestra.run.smithi088.stderr:25 Jan 06:52:46 ntpd[19346]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-01-25T06:52:46.205 INFO:teuthology.orchestra.run.smithi088.stderr:25 Jan 06:52:46 ntpd[19346]: can't open /var/log/ntpstats/peerstats.20230125: Permission denied 2023-01-25T06:52:46.206 INFO:teuthology.orchestra.run.smithi088.stderr:25 Jan 06:52:46 ntpd[19346]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-01-25T06:52:46.206 INFO:teuthology.orchestra.run.smithi088.stderr:25 Jan 06:52:46 ntpd[19346]: can't open /var/log/ntpstats/rawstats.20230125: Permission denied 2023-01-25T06:52:46.206 INFO:teuthology.orchestra.run.smithi088.stderr:25 Jan 06:52:46 ntpd[19346]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-01-25T06:52:46.206 INFO:teuthology.orchestra.run.smithi088.stderr:25 Jan 06:52:46 ntpd[19346]: can't open /var/log/ntpstats/peerstats.20230125: Permission denied 2023-01-25T06:52:46.206 INFO:teuthology.orchestra.run.smithi088.stderr:25 Jan 06:52:46 ntpd[19346]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-01-25T06:52:46.207 INFO:teuthology.orchestra.run.smithi088.stderr:25 Jan 06:52:46 ntpd[19346]: can't open /var/log/ntpstats/rawstats.20230125: Permission denied 2023-01-25T06:52:46.207 INFO:teuthology.orchestra.run.smithi088.stderr:25 Jan 06:52:46 ntpd[19346]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-01-25T06:52:46.207 INFO:teuthology.orchestra.run.smithi088.stderr:25 Jan 06:52:46 ntpd[19346]: can't open /var/log/ntpstats/peerstats.20230125: Permission denied 2023-01-25T06:52:46.233 INFO:teuthology.orchestra.run.smithi089.stderr:25 Jan 06:52:46 ntpd[19323]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-01-25T06:52:46.234 INFO:teuthology.orchestra.run.smithi089.stderr:25 Jan 06:52:46 ntpd[19323]: can't open /var/log/ntpstats/rawstats.20230125: Permission denied 2023-01-25T06:52:46.234 INFO:teuthology.orchestra.run.smithi089.stderr:25 Jan 06:52:46 ntpd[19323]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-01-25T06:52:46.234 INFO:teuthology.orchestra.run.smithi089.stderr:25 Jan 06:52:46 ntpd[19323]: can't open /var/log/ntpstats/rawstats.20230125: Permission denied 2023-01-25T06:52:46.234 INFO:teuthology.orchestra.run.smithi089.stderr:25 Jan 06:52:46 ntpd[19323]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-01-25T06:52:46.234 INFO:teuthology.orchestra.run.smithi089.stderr:25 Jan 06:52:46 ntpd[19323]: can't open /var/log/ntpstats/peerstats.20230125: Permission denied 2023-01-25T06:52:47.234 INFO:teuthology.orchestra.run.smithi089.stderr:25 Jan 06:52:47 ntpd[19323]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-01-25T06:52:47.235 INFO:teuthology.orchestra.run.smithi089.stderr:25 Jan 06:52:47 ntpd[19323]: can't open /var/log/ntpstats/rawstats.20230125: Permission denied 2023-01-25T06:52:47.235 INFO:teuthology.orchestra.run.smithi089.stderr:25 Jan 06:52:47 ntpd[19323]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-01-25T06:52:47.235 INFO:teuthology.orchestra.run.smithi089.stderr:25 Jan 06:52:47 ntpd[19323]: can't open /var/log/ntpstats/rawstats.20230125: Permission denied 2023-01-25T06:52:47.236 INFO:teuthology.orchestra.run.smithi089.stderr:25 Jan 06:52:47 ntpd[19323]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-01-25T06:52:47.236 INFO:teuthology.orchestra.run.smithi089.stderr:25 Jan 06:52:47 ntpd[19323]: can't open /var/log/ntpstats/peerstats.20230125: Permission denied 2023-01-25T06:52:48.204 INFO:teuthology.orchestra.run.smithi088.stderr:25 Jan 06:52:48 ntpd[19346]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-01-25T06:52:48.204 INFO:teuthology.orchestra.run.smithi088.stderr:25 Jan 06:52:48 ntpd[19346]: can't open /var/log/ntpstats/rawstats.20230125: Permission denied 2023-01-25T06:52:48.204 INFO:teuthology.orchestra.run.smithi088.stderr:25 Jan 06:52:48 ntpd[19346]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-01-25T06:52:48.205 INFO:teuthology.orchestra.run.smithi088.stderr:25 Jan 06:52:48 ntpd[19346]: can't open /var/log/ntpstats/rawstats.20230125: Permission denied 2023-01-25T06:52:48.205 INFO:teuthology.orchestra.run.smithi088.stderr:25 Jan 06:52:48 ntpd[19346]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-01-25T06:52:48.205 INFO:teuthology.orchestra.run.smithi088.stderr:25 Jan 06:52:48 ntpd[19346]: can't open /var/log/ntpstats/rawstats.20230125: Permission denied 2023-01-25T06:52:48.205 INFO:teuthology.orchestra.run.smithi088.stderr:25 Jan 06:52:48 ntpd[19346]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-01-25T06:52:48.205 INFO:teuthology.orchestra.run.smithi088.stderr:25 Jan 06:52:48 ntpd[19346]: can't open /var/log/ntpstats/rawstats.20230125: Permission denied 2023-01-25T06:52:48.206 INFO:teuthology.orchestra.run.smithi088.stderr:25 Jan 06:52:48 ntpd[19346]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-01-25T06:52:48.206 INFO:teuthology.orchestra.run.smithi088.stderr:25 Jan 06:52:48 ntpd[19346]: can't open /var/log/ntpstats/peerstats.20230125: Permission denied 2023-01-25T06:52:48.206 INFO:teuthology.orchestra.run.smithi088.stderr:25 Jan 06:52:48 ntpd[19346]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-01-25T06:52:48.206 INFO:teuthology.orchestra.run.smithi088.stderr:25 Jan 06:52:48 ntpd[19346]: can't open /var/log/ntpstats/rawstats.20230125: Permission denied 2023-01-25T06:52:48.206 INFO:teuthology.orchestra.run.smithi088.stderr:25 Jan 06:52:48 ntpd[19346]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-01-25T06:52:48.207 INFO:teuthology.orchestra.run.smithi088.stderr:25 Jan 06:52:48 ntpd[19346]: can't open /var/log/ntpstats/peerstats.20230125: Permission denied 2023-01-25T06:52:48.207 INFO:teuthology.orchestra.run.smithi088.stderr:25 Jan 06:52:48 ntpd[19346]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-01-25T06:52:48.207 INFO:teuthology.orchestra.run.smithi088.stderr:25 Jan 06:52:48 ntpd[19346]: can't open /var/log/ntpstats/rawstats.20230125: Permission denied 2023-01-25T06:52:48.207 INFO:teuthology.orchestra.run.smithi088.stderr:25 Jan 06:52:48 ntpd[19346]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-01-25T06:52:48.207 INFO:teuthology.orchestra.run.smithi088.stderr:25 Jan 06:52:48 ntpd[19346]: can't open /var/log/ntpstats/peerstats.20230125: Permission denied 2023-01-25T06:52:48.234 INFO:teuthology.orchestra.run.smithi089.stderr:25 Jan 06:52:48 ntpd[19323]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-01-25T06:52:48.234 INFO:teuthology.orchestra.run.smithi089.stderr:25 Jan 06:52:48 ntpd[19323]: can't open /var/log/ntpstats/rawstats.20230125: Permission denied 2023-01-25T06:52:48.234 INFO:teuthology.orchestra.run.smithi089.stderr:25 Jan 06:52:48 ntpd[19323]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-01-25T06:52:48.235 INFO:teuthology.orchestra.run.smithi089.stderr:25 Jan 06:52:48 ntpd[19323]: can't open /var/log/ntpstats/rawstats.20230125: Permission denied 2023-01-25T06:52:48.235 INFO:teuthology.orchestra.run.smithi089.stderr:25 Jan 06:52:48 ntpd[19323]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-01-25T06:52:48.235 INFO:teuthology.orchestra.run.smithi089.stderr:25 Jan 06:52:48 ntpd[19323]: can't open /var/log/ntpstats/rawstats.20230125: Permission denied 2023-01-25T06:52:48.235 INFO:teuthology.orchestra.run.smithi089.stderr:25 Jan 06:52:48 ntpd[19323]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-01-25T06:52:48.236 INFO:teuthology.orchestra.run.smithi089.stderr:25 Jan 06:52:48 ntpd[19323]: can't open /var/log/ntpstats/peerstats.20230125: Permission denied 2023-01-25T06:52:48.236 INFO:teuthology.orchestra.run.smithi089.stderr:25 Jan 06:52:48 ntpd[19323]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-01-25T06:52:48.236 INFO:teuthology.orchestra.run.smithi089.stderr:25 Jan 06:52:48 ntpd[19323]: can't open /var/log/ntpstats/rawstats.20230125: Permission denied 2023-01-25T06:52:48.236 INFO:teuthology.orchestra.run.smithi089.stderr:25 Jan 06:52:48 ntpd[19323]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-01-25T06:52:48.236 INFO:teuthology.orchestra.run.smithi089.stderr:25 Jan 06:52:48 ntpd[19323]: can't open /var/log/ntpstats/peerstats.20230125: Permission denied 2023-01-25T06:52:49.233 INFO:teuthology.orchestra.run.smithi089.stderr:25 Jan 06:52:49 ntpd[19323]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-01-25T06:52:49.234 INFO:teuthology.orchestra.run.smithi089.stderr:25 Jan 06:52:49 ntpd[19323]: can't open /var/log/ntpstats/rawstats.20230125: Permission denied 2023-01-25T06:52:49.234 INFO:teuthology.orchestra.run.smithi089.stderr:25 Jan 06:52:49 ntpd[19323]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-01-25T06:52:49.234 INFO:teuthology.orchestra.run.smithi089.stderr:25 Jan 06:52:49 ntpd[19323]: can't open /var/log/ntpstats/rawstats.20230125: Permission denied 2023-01-25T06:52:49.234 INFO:teuthology.orchestra.run.smithi089.stderr:25 Jan 06:52:49 ntpd[19323]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-01-25T06:52:49.234 INFO:teuthology.orchestra.run.smithi089.stderr:25 Jan 06:52:49 ntpd[19323]: can't open /var/log/ntpstats/peerstats.20230125: Permission denied 2023-01-25T06:52:50.203 INFO:teuthology.orchestra.run.smithi088.stderr:25 Jan 06:52:50 ntpd[19346]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-01-25T06:52:50.203 INFO:teuthology.orchestra.run.smithi088.stderr:25 Jan 06:52:50 ntpd[19346]: can't open /var/log/ntpstats/rawstats.20230125: Permission denied 2023-01-25T06:52:50.204 INFO:teuthology.orchestra.run.smithi088.stderr:25 Jan 06:52:50 ntpd[19346]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-01-25T06:52:50.204 INFO:teuthology.orchestra.run.smithi088.stderr:25 Jan 06:52:50 ntpd[19346]: can't open /var/log/ntpstats/rawstats.20230125: Permission denied 2023-01-25T06:52:50.204 INFO:teuthology.orchestra.run.smithi088.stderr:25 Jan 06:52:50 ntpd[19346]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-01-25T06:52:50.204 INFO:teuthology.orchestra.run.smithi088.stderr:25 Jan 06:52:50 ntpd[19346]: can't open /var/log/ntpstats/rawstats.20230125: Permission denied 2023-01-25T06:52:50.205 INFO:teuthology.orchestra.run.smithi088.stderr:25 Jan 06:52:50 ntpd[19346]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-01-25T06:52:50.205 INFO:teuthology.orchestra.run.smithi088.stderr:25 Jan 06:52:50 ntpd[19346]: can't open /var/log/ntpstats/rawstats.20230125: Permission denied 2023-01-25T06:52:50.205 INFO:teuthology.orchestra.run.smithi088.stderr:25 Jan 06:52:50 ntpd[19346]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-01-25T06:52:50.205 INFO:teuthology.orchestra.run.smithi088.stderr:25 Jan 06:52:50 ntpd[19346]: can't open /var/log/ntpstats/peerstats.20230125: Permission denied 2023-01-25T06:52:50.205 INFO:teuthology.orchestra.run.smithi088.stderr:25 Jan 06:52:50 ntpd[19346]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-01-25T06:52:50.206 INFO:teuthology.orchestra.run.smithi088.stderr:25 Jan 06:52:50 ntpd[19346]: can't open /var/log/ntpstats/rawstats.20230125: Permission denied 2023-01-25T06:52:50.206 INFO:teuthology.orchestra.run.smithi088.stderr:25 Jan 06:52:50 ntpd[19346]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-01-25T06:52:50.206 INFO:teuthology.orchestra.run.smithi088.stderr:25 Jan 06:52:50 ntpd[19346]: can't open /var/log/ntpstats/peerstats.20230125: Permission denied 2023-01-25T06:52:50.206 INFO:teuthology.orchestra.run.smithi088.stdout:25 Jan 06:52:50 ntpd[19346]: ntpd: time slew -0.006275 s 2023-01-25T06:52:50.207 INFO:teuthology.orchestra.run.smithi088.stdout:ntpd: time slew -0.006275s 2023-01-25T06:52:50.207 INFO:teuthology.orchestra.run.smithi088.stderr:25 Jan 06:52:50 ntpd[19346]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2023-01-25T06:52:50.207 INFO:teuthology.orchestra.run.smithi088.stderr:25 Jan 06:52:50 ntpd[19346]: can't open /var/log/ntpstats/loopstats.20230125: Permission denied 2023-01-25T06:52:50.234 INFO:teuthology.orchestra.run.smithi089.stderr:25 Jan 06:52:50 ntpd[19323]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-01-25T06:52:50.234 INFO:teuthology.orchestra.run.smithi089.stderr:25 Jan 06:52:50 ntpd[19323]: can't open /var/log/ntpstats/rawstats.20230125: Permission denied 2023-01-25T06:52:50.234 INFO:teuthology.orchestra.run.smithi089.stderr:25 Jan 06:52:50 ntpd[19323]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-01-25T06:52:50.235 INFO:teuthology.orchestra.run.smithi089.stderr:25 Jan 06:52:50 ntpd[19323]: can't open /var/log/ntpstats/rawstats.20230125: Permission denied 2023-01-25T06:52:50.235 INFO:teuthology.orchestra.run.smithi089.stderr:25 Jan 06:52:50 ntpd[19323]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-01-25T06:52:50.235 INFO:teuthology.orchestra.run.smithi089.stderr:25 Jan 06:52:50 ntpd[19323]: can't open /var/log/ntpstats/rawstats.20230125: Permission denied 2023-01-25T06:52:50.235 INFO:teuthology.orchestra.run.smithi089.stderr:25 Jan 06:52:50 ntpd[19323]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-01-25T06:52:50.235 INFO:teuthology.orchestra.run.smithi089.stderr:25 Jan 06:52:50 ntpd[19323]: can't open /var/log/ntpstats/peerstats.20230125: Permission denied 2023-01-25T06:52:50.236 INFO:teuthology.orchestra.run.smithi089.stderr:25 Jan 06:52:50 ntpd[19323]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-01-25T06:52:50.236 INFO:teuthology.orchestra.run.smithi089.stderr:25 Jan 06:52:50 ntpd[19323]: can't open /var/log/ntpstats/rawstats.20230125: Permission denied 2023-01-25T06:52:50.236 INFO:teuthology.orchestra.run.smithi089.stderr:25 Jan 06:52:50 ntpd[19323]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-01-25T06:52:50.236 INFO:teuthology.orchestra.run.smithi089.stderr:25 Jan 06:52:50 ntpd[19323]: can't open /var/log/ntpstats/peerstats.20230125: Permission denied 2023-01-25T06:52:50.237 INFO:teuthology.orchestra.run.smithi089.stdout:25 Jan 06:52:50 ntpd[19323]: ntpd: time slew -0.002097 s 2023-01-25T06:52:50.237 INFO:teuthology.orchestra.run.smithi089.stdout:ntpd: time slew -0.002097s 2023-01-25T06:52:50.237 INFO:teuthology.orchestra.run.smithi089.stderr:25 Jan 06:52:50 ntpd[19323]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2023-01-25T06:52:50.238 INFO:teuthology.orchestra.run.smithi089.stderr:25 Jan 06:52:50 ntpd[19323]: can't open /var/log/ntpstats/loopstats.20230125: Permission denied 2023-01-25T06:52:50.264 INFO:teuthology.orchestra.run.smithi088.stdout: remote refid st t when poll reach delay offset jitter 2023-01-25T06:52:50.265 INFO:teuthology.orchestra.run.smithi088.stdout:============================================================================== 2023-01-25T06:52:50.265 INFO:teuthology.orchestra.run.smithi088.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-01-25T06:52:50.265 INFO:teuthology.orchestra.run.smithi088.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-01-25T06:52:50.265 INFO:teuthology.orchestra.run.smithi088.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-01-25T06:52:50.265 INFO:teuthology.orchestra.run.smithi088.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-01-25T06:52:50.294 INFO:teuthology.orchestra.run.smithi089.stdout: remote refid st t when poll reach delay offset jitter 2023-01-25T06:52:50.294 INFO:teuthology.orchestra.run.smithi089.stdout:============================================================================== 2023-01-25T06:52:50.294 INFO:teuthology.orchestra.run.smithi089.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-01-25T06:52:50.294 INFO:teuthology.orchestra.run.smithi089.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-01-25T06:52:50.295 INFO:teuthology.orchestra.run.smithi089.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-01-25T06:52:50.295 INFO:teuthology.orchestra.run.smithi089.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-01-25T06:52:50.296 INFO:teuthology.run_tasks:Running task nvme_loop... 2023-01-25T06:52:50.316 INFO:tasks.nvme_loop:Setting up nvme_loop on scratch devices... 2023-01-25T06:52:50.316 DEBUG:teuthology.orchestra.run.smithi088:> set -ex 2023-01-25T06:52:50.316 DEBUG:teuthology.orchestra.run.smithi088:> dd if=/scratch_devs of=/dev/stdout 2023-01-25T06:52:50.324 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-25T06:52:50.324 DEBUG:teuthology.orchestra.run.smithi088:> stat /dev/vg_nvme/lv_1 2023-01-25T06:52:50.374 INFO:teuthology.orchestra.run.smithi088.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-01-25T06:52:50.374 INFO:teuthology.orchestra.run.smithi088.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-01-25T06:52:50.375 INFO:teuthology.orchestra.run.smithi088.stdout:Device: 5h/5d Inode: 499 Links: 1 2023-01-25T06:52:50.375 INFO:teuthology.orchestra.run.smithi088.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-01-25T06:52:50.375 INFO:teuthology.orchestra.run.smithi088.stdout:Access: 2023-01-25 06:51:28.258647311 +0000 2023-01-25T06:52:50.375 INFO:teuthology.orchestra.run.smithi088.stdout:Modify: 2023-01-25 06:51:27.938553952 +0000 2023-01-25T06:52:50.375 INFO:teuthology.orchestra.run.smithi088.stdout:Change: 2023-01-25 06:51:27.938553952 +0000 2023-01-25T06:52:50.376 INFO:teuthology.orchestra.run.smithi088.stdout: Birth: - 2023-01-25T06:52:50.376 DEBUG:teuthology.orchestra.run.smithi088:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-01-25T06:52:50.430 INFO:teuthology.orchestra.run.smithi088.stderr:1+0 records in 2023-01-25T06:52:50.430 INFO:teuthology.orchestra.run.smithi088.stderr:1+0 records out 2023-01-25T06:52:50.430 INFO:teuthology.orchestra.run.smithi088.stderr:512 bytes copied, 0.000588917 s, 869 kB/s 2023-01-25T06:52:50.431 DEBUG:teuthology.orchestra.run.smithi088:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-01-25T06:52:50.484 DEBUG:teuthology.orchestra.run.smithi088:> stat /dev/vg_nvme/lv_2 2023-01-25T06:52:50.535 INFO:teuthology.orchestra.run.smithi088.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-01-25T06:52:50.536 INFO:teuthology.orchestra.run.smithi088.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-01-25T06:52:50.536 INFO:teuthology.orchestra.run.smithi088.stdout:Device: 5h/5d Inode: 504 Links: 1 2023-01-25T06:52:50.536 INFO:teuthology.orchestra.run.smithi088.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-01-25T06:52:50.537 INFO:teuthology.orchestra.run.smithi088.stdout:Access: 2023-01-25 06:51:28.802836045 +0000 2023-01-25T06:52:50.537 INFO:teuthology.orchestra.run.smithi088.stdout:Modify: 2023-01-25 06:51:28.478723636 +0000 2023-01-25T06:52:50.537 INFO:teuthology.orchestra.run.smithi088.stdout:Change: 2023-01-25 06:51:28.478723636 +0000 2023-01-25T06:52:50.538 INFO:teuthology.orchestra.run.smithi088.stdout: Birth: - 2023-01-25T06:52:50.538 DEBUG:teuthology.orchestra.run.smithi088:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-01-25T06:52:50.593 INFO:teuthology.orchestra.run.smithi088.stderr:1+0 records in 2023-01-25T06:52:50.594 INFO:teuthology.orchestra.run.smithi088.stderr:1+0 records out 2023-01-25T06:52:50.594 INFO:teuthology.orchestra.run.smithi088.stderr:512 bytes copied, 0.000411671 s, 1.2 MB/s 2023-01-25T06:52:50.595 DEBUG:teuthology.orchestra.run.smithi088:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-01-25T06:52:50.653 DEBUG:teuthology.orchestra.run.smithi088:> stat /dev/vg_nvme/lv_3 2023-01-25T06:52:50.703 INFO:teuthology.orchestra.run.smithi088.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-01-25T06:52:50.703 INFO:teuthology.orchestra.run.smithi088.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-01-25T06:52:50.704 INFO:teuthology.orchestra.run.smithi088.stdout:Device: 5h/5d Inode: 510 Links: 1 2023-01-25T06:52:50.704 INFO:teuthology.orchestra.run.smithi088.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-01-25T06:52:50.704 INFO:teuthology.orchestra.run.smithi088.stdout:Access: 2023-01-25 06:51:29.311008942 +0000 2023-01-25T06:52:50.705 INFO:teuthology.orchestra.run.smithi088.stdout:Modify: 2023-01-25 06:51:29.014909504 +0000 2023-01-25T06:52:50.705 INFO:teuthology.orchestra.run.smithi088.stdout:Change: 2023-01-25 06:51:29.014909504 +0000 2023-01-25T06:52:50.705 INFO:teuthology.orchestra.run.smithi088.stdout: Birth: - 2023-01-25T06:52:50.706 DEBUG:teuthology.orchestra.run.smithi088:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-01-25T06:52:50.760 INFO:teuthology.orchestra.run.smithi088.stderr:1+0 records in 2023-01-25T06:52:50.761 INFO:teuthology.orchestra.run.smithi088.stderr:1+0 records out 2023-01-25T06:52:50.761 INFO:teuthology.orchestra.run.smithi088.stderr:512 bytes copied, 0.000558085 s, 917 kB/s 2023-01-25T06:52:50.762 DEBUG:teuthology.orchestra.run.smithi088:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-01-25T06:52:50.812 DEBUG:teuthology.orchestra.run.smithi088:> stat /dev/vg_nvme/lv_4 2023-01-25T06:52:50.862 INFO:teuthology.orchestra.run.smithi088.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-01-25T06:52:50.863 INFO:teuthology.orchestra.run.smithi088.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-01-25T06:52:50.863 INFO:teuthology.orchestra.run.smithi088.stdout:Device: 5h/5d Inode: 516 Links: 1 2023-01-25T06:52:50.863 INFO:teuthology.orchestra.run.smithi088.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-01-25T06:52:50.863 INFO:teuthology.orchestra.run.smithi088.stdout:Access: 2023-01-25 06:51:29.871197066 +0000 2023-01-25T06:52:50.863 INFO:teuthology.orchestra.run.smithi088.stdout:Modify: 2023-01-25 06:51:29.551089566 +0000 2023-01-25T06:52:50.864 INFO:teuthology.orchestra.run.smithi088.stdout:Change: 2023-01-25 06:51:29.551089566 +0000 2023-01-25T06:52:50.864 INFO:teuthology.orchestra.run.smithi088.stdout: Birth: - 2023-01-25T06:52:50.864 DEBUG:teuthology.orchestra.run.smithi088:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-01-25T06:52:50.918 INFO:teuthology.orchestra.run.smithi088.stderr:1+0 records in 2023-01-25T06:52:50.918 INFO:teuthology.orchestra.run.smithi088.stderr:1+0 records out 2023-01-25T06:52:50.918 INFO:teuthology.orchestra.run.smithi088.stderr:512 bytes copied, 0.000533411 s, 960 kB/s 2023-01-25T06:52:50.919 DEBUG:teuthology.orchestra.run.smithi088:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-01-25T06:52:50.972 DEBUG:teuthology.orchestra.run.smithi088:> grep '^nvme_loop' /proc/modules || sudo modprobe nvme_loop && sudo mkdir -p /sys/kernel/config/nvmet/hosts/hostnqn && sudo mkdir -p /sys/kernel/config/nvmet/ports/1 && echo loop | sudo tee /sys/kernel/config/nvmet/ports/1/addr_trtype 2023-01-25T06:52:51.100 INFO:teuthology.orchestra.run.smithi088.stdout:loop 2023-01-25T06:52:51.102 INFO:tasks.nvme_loop:Connecting nvme_loop smithi088:/dev/vg_nvme/lv_1... 2023-01-25T06:52:51.102 DEBUG:teuthology.orchestra.run.smithi088:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1 && echo -n /dev/vg_nvme/lv_1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_1 /sys/kernel/config/nvmet/ports/1/subsystems/lv_1 && sudo nvme connect -t loop -n lv_1 -q hostnqn 2023-01-25T06:52:51.124 INFO:teuthology.orchestra.run.smithi088.stdout:1 2023-01-25T06:52:51.146 INFO:teuthology.orchestra.run.smithi088.stdout:/dev/vg_nvme/lv_11 2023-01-25T06:52:51.172 INFO:tasks.nvme_loop:Connecting nvme_loop smithi088:/dev/vg_nvme/lv_2... 2023-01-25T06:52:51.172 DEBUG:teuthology.orchestra.run.smithi088:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1 && echo -n /dev/vg_nvme/lv_2 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_2 /sys/kernel/config/nvmet/ports/1/subsystems/lv_2 && sudo nvme connect -t loop -n lv_2 -q hostnqn 2023-01-25T06:52:51.238 INFO:teuthology.orchestra.run.smithi088.stdout:1 2023-01-25T06:52:51.263 INFO:teuthology.orchestra.run.smithi088.stdout:/dev/vg_nvme/lv_21 2023-01-25T06:52:51.287 INFO:tasks.nvme_loop:Connecting nvme_loop smithi088:/dev/vg_nvme/lv_3... 2023-01-25T06:52:51.287 DEBUG:teuthology.orchestra.run.smithi088:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1 && echo -n /dev/vg_nvme/lv_3 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_3 /sys/kernel/config/nvmet/ports/1/subsystems/lv_3 && sudo nvme connect -t loop -n lv_3 -q hostnqn 2023-01-25T06:52:51.348 INFO:teuthology.orchestra.run.smithi088.stdout:1 2023-01-25T06:52:51.372 INFO:teuthology.orchestra.run.smithi088.stdout:/dev/vg_nvme/lv_31 2023-01-25T06:52:51.394 INFO:tasks.nvme_loop:Connecting nvme_loop smithi088:/dev/vg_nvme/lv_4... 2023-01-25T06:52:51.394 DEBUG:teuthology.orchestra.run.smithi088:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1 && echo -n /dev/vg_nvme/lv_4 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_4 /sys/kernel/config/nvmet/ports/1/subsystems/lv_4 && sudo nvme connect -t loop -n lv_4 -q hostnqn 2023-01-25T06:52:51.462 INFO:teuthology.orchestra.run.smithi088.stdout:1 2023-01-25T06:52:51.490 INFO:teuthology.orchestra.run.smithi088.stdout:/dev/vg_nvme/lv_41 2023-01-25T06:52:51.514 DEBUG:teuthology.orchestra.run.smithi088:> set -ex 2023-01-25T06:52:51.515 DEBUG:teuthology.orchestra.run.smithi088:> dd if=/scratch_devs of=/dev/stdout 2023-01-25T06:52:51.563 DEBUG:teuthology.orchestra.run.smithi088:> sudo nvme list 2023-01-25T06:52:51.621 INFO:teuthology.orchestra.run.smithi088.stdout:Node SN Model Namespace Usage Format FW Rev 2023-01-25T06:52:51.621 INFO:teuthology.orchestra.run.smithi088.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2023-01-25T06:52:51.621 INFO:teuthology.orchestra.run.smithi088.stdout:/dev/nvme0n1 PHFT620400XD400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2023-01-25T06:52:51.621 INFO:teuthology.orchestra.run.smithi088.stdout:/dev/nvme1n1 7803eec6c07efe795c46 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-5 2023-01-25T06:52:51.622 INFO:teuthology.orchestra.run.smithi088.stdout:/dev/nvme2n1 7964cabe01eca8810e53 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-5 2023-01-25T06:52:51.622 INFO:teuthology.orchestra.run.smithi088.stdout:/dev/nvme3n1 4ee6f3c1f5f3acbbe729 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-5 2023-01-25T06:52:51.622 INFO:teuthology.orchestra.run.smithi088.stdout:/dev/nvme4n1 f22996ca810fcd82cfe8 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-5 2023-01-25T06:52:51.623 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-01-25T06:52:51.623 DEBUG:teuthology.orchestra.run.smithi088:> set -ex 2023-01-25T06:52:51.624 DEBUG:teuthology.orchestra.run.smithi088:> sudo dd of=/scratch_devs 2023-01-25T06:52:51.677 DEBUG:teuthology.orchestra.run.smithi089:> set -ex 2023-01-25T06:52:51.678 DEBUG:teuthology.orchestra.run.smithi089:> dd if=/scratch_devs of=/dev/stdout 2023-01-25T06:52:51.686 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-25T06:52:51.686 DEBUG:teuthology.orchestra.run.smithi089:> stat /dev/vg_nvme/lv_1 2023-01-25T06:52:51.735 INFO:teuthology.orchestra.run.smithi089.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-01-25T06:52:51.736 INFO:teuthology.orchestra.run.smithi089.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-01-25T06:52:51.737 INFO:teuthology.orchestra.run.smithi089.stdout:Device: 5h/5d Inode: 496 Links: 1 2023-01-25T06:52:51.737 INFO:teuthology.orchestra.run.smithi089.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-01-25T06:52:51.737 INFO:teuthology.orchestra.run.smithi089.stdout:Access: 2023-01-25 06:51:29.199559162 +0000 2023-01-25T06:52:51.737 INFO:teuthology.orchestra.run.smithi089.stdout:Modify: 2023-01-25 06:51:28.891566261 +0000 2023-01-25T06:52:51.737 INFO:teuthology.orchestra.run.smithi089.stdout:Change: 2023-01-25 06:51:28.891566261 +0000 2023-01-25T06:52:51.738 INFO:teuthology.orchestra.run.smithi089.stdout: Birth: - 2023-01-25T06:52:51.738 DEBUG:teuthology.orchestra.run.smithi089:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-01-25T06:52:51.793 INFO:teuthology.orchestra.run.smithi089.stderr:1+0 records in 2023-01-25T06:52:51.794 INFO:teuthology.orchestra.run.smithi089.stderr:1+0 records out 2023-01-25T06:52:51.794 INFO:teuthology.orchestra.run.smithi089.stderr:512 bytes copied, 0.000557325 s, 919 kB/s 2023-01-25T06:52:51.796 DEBUG:teuthology.orchestra.run.smithi089:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-01-25T06:52:51.848 DEBUG:teuthology.orchestra.run.smithi089:> stat /dev/vg_nvme/lv_2 2023-01-25T06:52:51.898 INFO:teuthology.orchestra.run.smithi089.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-01-25T06:52:51.898 INFO:teuthology.orchestra.run.smithi089.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-01-25T06:52:51.899 INFO:teuthology.orchestra.run.smithi089.stdout:Device: 5h/5d Inode: 503 Links: 1 2023-01-25T06:52:51.899 INFO:teuthology.orchestra.run.smithi089.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-01-25T06:52:51.899 INFO:teuthology.orchestra.run.smithi089.stdout:Access: 2023-01-25 06:51:29.711547361 +0000 2023-01-25T06:52:51.900 INFO:teuthology.orchestra.run.smithi089.stdout:Modify: 2023-01-25 06:51:29.411554276 +0000 2023-01-25T06:52:51.900 INFO:teuthology.orchestra.run.smithi089.stdout:Change: 2023-01-25 06:51:29.411554276 +0000 2023-01-25T06:52:51.901 INFO:teuthology.orchestra.run.smithi089.stdout: Birth: - 2023-01-25T06:52:51.901 DEBUG:teuthology.orchestra.run.smithi089:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-01-25T06:52:51.955 INFO:teuthology.orchestra.run.smithi089.stderr:1+0 records in 2023-01-25T06:52:51.956 INFO:teuthology.orchestra.run.smithi089.stderr:1+0 records out 2023-01-25T06:52:51.956 INFO:teuthology.orchestra.run.smithi089.stderr:512 bytes copied, 0.000519058 s, 986 kB/s 2023-01-25T06:52:51.957 DEBUG:teuthology.orchestra.run.smithi089:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-01-25T06:52:52.007 DEBUG:teuthology.orchestra.run.smithi089:> stat /dev/vg_nvme/lv_3 2023-01-25T06:52:52.057 INFO:teuthology.orchestra.run.smithi089.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-01-25T06:52:52.058 INFO:teuthology.orchestra.run.smithi089.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-01-25T06:52:52.058 INFO:teuthology.orchestra.run.smithi089.stdout:Device: 5h/5d Inode: 508 Links: 1 2023-01-25T06:52:52.058 INFO:teuthology.orchestra.run.smithi089.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-01-25T06:52:52.058 INFO:teuthology.orchestra.run.smithi089.stdout:Access: 2023-01-25 06:51:30.247535005 +0000 2023-01-25T06:52:52.058 INFO:teuthology.orchestra.run.smithi089.stdout:Modify: 2023-01-25 06:51:29.915542658 +0000 2023-01-25T06:52:52.059 INFO:teuthology.orchestra.run.smithi089.stdout:Change: 2023-01-25 06:51:29.915542658 +0000 2023-01-25T06:52:52.059 INFO:teuthology.orchestra.run.smithi089.stdout: Birth: - 2023-01-25T06:52:52.059 DEBUG:teuthology.orchestra.run.smithi089:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-01-25T06:52:52.113 INFO:teuthology.orchestra.run.smithi089.stderr:1+0 records in 2023-01-25T06:52:52.113 INFO:teuthology.orchestra.run.smithi089.stderr:1+0 records out 2023-01-25T06:52:52.114 INFO:teuthology.orchestra.run.smithi089.stderr:512 bytes copied, 0.000535979 s, 955 kB/s 2023-01-25T06:52:52.114 DEBUG:teuthology.orchestra.run.smithi089:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-01-25T06:52:52.168 DEBUG:teuthology.orchestra.run.smithi089:> stat /dev/vg_nvme/lv_4 2023-01-25T06:52:52.217 INFO:teuthology.orchestra.run.smithi089.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-01-25T06:52:52.218 INFO:teuthology.orchestra.run.smithi089.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-01-25T06:52:52.218 INFO:teuthology.orchestra.run.smithi089.stdout:Device: 5h/5d Inode: 514 Links: 1 2023-01-25T06:52:52.218 INFO:teuthology.orchestra.run.smithi089.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-01-25T06:52:52.219 INFO:teuthology.orchestra.run.smithi089.stdout:Access: 2023-01-25 06:51:30.819521822 +0000 2023-01-25T06:52:52.219 INFO:teuthology.orchestra.run.smithi089.stdout:Modify: 2023-01-25 06:51:30.491529381 +0000 2023-01-25T06:52:52.219 INFO:teuthology.orchestra.run.smithi089.stdout:Change: 2023-01-25 06:51:30.491529381 +0000 2023-01-25T06:52:52.219 INFO:teuthology.orchestra.run.smithi089.stdout: Birth: - 2023-01-25T06:52:52.220 DEBUG:teuthology.orchestra.run.smithi089:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-01-25T06:52:52.271 INFO:teuthology.orchestra.run.smithi089.stderr:1+0 records in 2023-01-25T06:52:52.271 INFO:teuthology.orchestra.run.smithi089.stderr:1+0 records out 2023-01-25T06:52:52.272 INFO:teuthology.orchestra.run.smithi089.stderr:512 bytes copied, 0.000538969 s, 950 kB/s 2023-01-25T06:52:52.273 DEBUG:teuthology.orchestra.run.smithi089:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-01-25T06:52:52.327 DEBUG:teuthology.orchestra.run.smithi089:> 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-25T06:52:52.446 INFO:teuthology.orchestra.run.smithi089.stdout:loop 2023-01-25T06:52:52.447 INFO:tasks.nvme_loop:Connecting nvme_loop smithi089:/dev/vg_nvme/lv_1... 2023-01-25T06:52:52.448 DEBUG:teuthology.orchestra.run.smithi089:> 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-25T06:52:52.467 INFO:teuthology.orchestra.run.smithi089.stdout:1 2023-01-25T06:52:52.490 INFO:teuthology.orchestra.run.smithi089.stdout:/dev/vg_nvme/lv_11 2023-01-25T06:52:52.512 INFO:tasks.nvme_loop:Connecting nvme_loop smithi089:/dev/vg_nvme/lv_2... 2023-01-25T06:52:52.513 DEBUG:teuthology.orchestra.run.smithi089:> 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-25T06:52:52.576 INFO:teuthology.orchestra.run.smithi089.stdout:1 2023-01-25T06:52:52.603 INFO:teuthology.orchestra.run.smithi089.stdout:/dev/vg_nvme/lv_21 2023-01-25T06:52:52.626 INFO:tasks.nvme_loop:Connecting nvme_loop smithi089:/dev/vg_nvme/lv_3... 2023-01-25T06:52:52.626 DEBUG:teuthology.orchestra.run.smithi089:> 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-25T06:52:52.688 INFO:teuthology.orchestra.run.smithi089.stdout:1 2023-01-25T06:52:52.713 INFO:teuthology.orchestra.run.smithi089.stdout:/dev/vg_nvme/lv_31 2023-01-25T06:52:52.739 INFO:tasks.nvme_loop:Connecting nvme_loop smithi089:/dev/vg_nvme/lv_4... 2023-01-25T06:52:52.739 DEBUG:teuthology.orchestra.run.smithi089:> 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-25T06:52:52.804 INFO:teuthology.orchestra.run.smithi089.stdout:1 2023-01-25T06:52:52.826 INFO:teuthology.orchestra.run.smithi089.stdout:/dev/vg_nvme/lv_41 2023-01-25T06:52:52.850 DEBUG:teuthology.orchestra.run.smithi089:> set -ex 2023-01-25T06:52:52.850 DEBUG:teuthology.orchestra.run.smithi089:> dd if=/scratch_devs of=/dev/stdout 2023-01-25T06:52:52.898 DEBUG:teuthology.orchestra.run.smithi089:> sudo nvme list 2023-01-25T06:52:52.956 INFO:teuthology.orchestra.run.smithi089.stdout:Node SN Model Namespace Usage Format FW Rev 2023-01-25T06:52:52.956 INFO:teuthology.orchestra.run.smithi089.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2023-01-25T06:52:52.957 INFO:teuthology.orchestra.run.smithi089.stdout:/dev/nvme0n1 PHFT62040126400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2023-01-25T06:52:52.957 INFO:teuthology.orchestra.run.smithi089.stdout:/dev/nvme1n1 1aa686f876b09a0b7fb0 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-5 2023-01-25T06:52:52.957 INFO:teuthology.orchestra.run.smithi089.stdout:/dev/nvme2n1 ab8486bc847db81bae2a Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-5 2023-01-25T06:52:52.957 INFO:teuthology.orchestra.run.smithi089.stdout:/dev/nvme3n1 c9fa2be5828081068df6 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-5 2023-01-25T06:52:52.957 INFO:teuthology.orchestra.run.smithi089.stdout:/dev/nvme4n1 b808e9962e095461b954 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-5 2023-01-25T06:52:52.958 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-01-25T06:52:52.959 DEBUG:teuthology.orchestra.run.smithi089:> set -ex 2023-01-25T06:52:52.959 DEBUG:teuthology.orchestra.run.smithi089:> sudo dd of=/scratch_devs 2023-01-25T06:52:53.013 INFO:teuthology.run_tasks:Running task cephadm... 2023-01-25T06:52:53.149 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': '61996d73ab738798e4ee0055c86457f5c459da4a'} 2023-01-25T06:52:53.150 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:61996d73ab738798e4ee0055c86457f5c459da4a 2023-01-25T06:52:53.159 INFO:tasks.cephadm:Cluster fsid is e3e3dd98-9c7c-11ed-9e56-001a4aab830c 2023-01-25T06:52:53.160 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2023-01-25T06:52:53.160 INFO:tasks.cephadm:No mon roles; fabricating mons 2023-01-25T06:52:53.160 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi088': '172.21.15.88', 'mon.smithi089': '172.21.15.89'} 2023-01-25T06:52:53.161 INFO:tasks.cephadm:Normalizing hostnames... 2023-01-25T06:52:53.161 DEBUG:teuthology.orchestra.run.smithi088:> sudo hostname $(hostname -s) 2023-01-25T06:52:53.177 DEBUG:teuthology.orchestra.run.smithi089:> sudo hostname $(hostname -s) 2023-01-25T06:52:53.194 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2023-01-25T06:52:53.194 DEBUG:teuthology.orchestra.run.smithi088:> sudo lsb_release -is 2023-01-25T06:52:53.269 INFO:teuthology.orchestra.run.smithi088.stdout:Ubuntu 2023-01-25T06:52:53.275 DEBUG:teuthology.misc:System to be installed: Ubuntu 2023-01-25T06:52:53.275 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F20.04%2Fx86_64&sha1=61996d73ab738798e4ee0055c86457f5c459da4a 2023-01-25T06:52:53.430 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': '61996d73ab738798e4ee0055c86457f5c459da4a', '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/67570/', 'root_build_cause': 'SCMTRIGGER', 'version': '18.0.0-1963-g61996d73', 'node_name': '172.21.2.2+braggi02', '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-1963-g61996d73-1focal'}, 'url': 'https://2.chacra.ceph.com/r/ceph/wip-yuri2-testing-2023-01-23-0928/61996d73ab738798e4ee0055c86457f5c459da4a/ubuntu/focal/flavors/default/', 'distro_codename': 'focal', 'modified': '2023-01-23 20:35:44.508708', 'distro_version': '20.04', 'project': 'ceph', 'flavor': 'default', 'ref': 'wip-yuri2-testing-2023-01-23-0928', 'chacra_url': 'https://2.chacra.ceph.com/repos/ceph/wip-yuri2-testing-2023-01-23-0928/61996d73ab738798e4ee0055c86457f5c459da4a/ubuntu/focal/flavors/default/', 'archs': ['x86_64'], 'distro': 'ubuntu'}] 2023-01-25T06:52:53.589 INFO:tasks.util.chacra:got chacra host 2.chacra.ceph.com, ref wip-yuri2-testing-2023-01-23-0928, sha1 61996d73ab738798e4ee0055c86457f5c459da4a from https://shaman.ceph.com/api/search/?project=ceph&distros=ubuntu%2F20.04%2Fx86_64&flavor=default&sha1=61996d73ab738798e4ee0055c86457f5c459da4a 2023-01-25T06:52:53.589 INFO:tasks.cephadm:Discovered cachra url: https://2.chacra.ceph.com/binaries/ceph/wip-yuri2-testing-2023-01-23-0928/61996d73ab738798e4ee0055c86457f5c459da4a/ubuntu/focal/x86_64/flavors/default/cephadm 2023-01-25T06:52:53.590 DEBUG:teuthology.orchestra.run.smithi088:> curl --silent -L https://2.chacra.ceph.com/binaries/ceph/wip-yuri2-testing-2023-01-23-0928/61996d73ab738798e4ee0055c86457f5c459da4a/ubuntu/focal/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-01-25T06:52:53.930 INFO:teuthology.orchestra.run.smithi088.stdout:-rw-rw-r-- 1 ubuntu ubuntu 84701 Jan 25 06:52 /home/ubuntu/cephtest/cephadm 2023-01-25T06:52:53.930 DEBUG:teuthology.orchestra.run.smithi089:> curl --silent -L https://2.chacra.ceph.com/binaries/ceph/wip-yuri2-testing-2023-01-23-0928/61996d73ab738798e4ee0055c86457f5c459da4a/ubuntu/focal/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-01-25T06:52:54.305 INFO:teuthology.orchestra.run.smithi089.stdout:-rw-rw-r-- 1 ubuntu ubuntu 84701 Jan 25 06:52 /home/ubuntu/cephtest/cephadm 2023-01-25T06:52:54.305 DEBUG:teuthology.orchestra.run.smithi088:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-01-25T06:52:54.315 DEBUG:teuthology.orchestra.run.smithi089:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-01-25T06:52:54.331 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:61996d73ab738798e4ee0055c86457f5c459da4a on all hosts... 2023-01-25T06:52:54.331 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:61996d73ab738798e4ee0055c86457f5c459da4a pull 2023-01-25T06:52:54.359 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:61996d73ab738798e4ee0055c86457f5c459da4a pull 2023-01-25T06:52:54.683 INFO:teuthology.orchestra.run.smithi088.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:61996d73ab738798e4ee0055c86457f5c459da4a... 2023-01-25T06:52:54.708 INFO:teuthology.orchestra.run.smithi089.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:61996d73ab738798e4ee0055c86457f5c459da4a... 2023-01-25T06:53:27.494 INFO:teuthology.orchestra.run.smithi088.stdout:{ 2023-01-25T06:53:27.495 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph_version": "ceph version 18.0.0-1963-g61996d73 (61996d73ab738798e4ee0055c86457f5c459da4a) reef (dev)", 2023-01-25T06:53:27.495 INFO:teuthology.orchestra.run.smithi088.stdout: "image_id": "38f71f226300824588f52df11f51d9fbe357a2b7c3dc32f3d13b39a524ef8d2e", 2023-01-25T06:53:27.495 INFO:teuthology.orchestra.run.smithi088.stdout: "repo_digests": [ 2023-01-25T06:53:27.496 INFO:teuthology.orchestra.run.smithi088.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:397d33a13514e4639c403387fd1334eceba86272036bc595bbfc9d42cdee4b5f" 2023-01-25T06:53:27.496 INFO:teuthology.orchestra.run.smithi088.stdout: ] 2023-01-25T06:53:27.496 INFO:teuthology.orchestra.run.smithi088.stdout:} 2023-01-25T06:53:27.763 INFO:teuthology.orchestra.run.smithi089.stdout:{ 2023-01-25T06:53:27.764 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph_version": "ceph version 18.0.0-1963-g61996d73 (61996d73ab738798e4ee0055c86457f5c459da4a) reef (dev)", 2023-01-25T06:53:27.764 INFO:teuthology.orchestra.run.smithi089.stdout: "image_id": "38f71f226300824588f52df11f51d9fbe357a2b7c3dc32f3d13b39a524ef8d2e", 2023-01-25T06:53:27.764 INFO:teuthology.orchestra.run.smithi089.stdout: "repo_digests": [ 2023-01-25T06:53:27.765 INFO:teuthology.orchestra.run.smithi089.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:397d33a13514e4639c403387fd1334eceba86272036bc595bbfc9d42cdee4b5f" 2023-01-25T06:53:27.765 INFO:teuthology.orchestra.run.smithi089.stdout: ] 2023-01-25T06:53:27.766 INFO:teuthology.orchestra.run.smithi089.stdout:} 2023-01-25T06:53:27.790 DEBUG:teuthology.orchestra.run.smithi088:> sudo mkdir -p /etc/ceph 2023-01-25T06:53:27.806 DEBUG:teuthology.orchestra.run.smithi089:> sudo mkdir -p /etc/ceph 2023-01-25T06:53:27.824 DEBUG:teuthology.orchestra.run.smithi088:> sudo chmod 777 /etc/ceph 2023-01-25T06:53:27.869 DEBUG:teuthology.orchestra.run.smithi089:> sudo chmod 777 /etc/ceph 2023-01-25T06:53:27.883 INFO:tasks.cephadm:Writing seed config... 2023-01-25T06:53:27.903 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2023-01-25T06:53:27.904 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2023-01-25T06:53:27.904 INFO:tasks.cephadm: override: [mon] debug mon = 20 2023-01-25T06:53:27.905 INFO:tasks.cephadm: override: [mon] debug ms = 1 2023-01-25T06:53:27.905 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2023-01-25T06:53:27.906 INFO:tasks.cephadm: override: [osd] debug ms = 1 2023-01-25T06:53:27.906 INFO:tasks.cephadm: override: [osd] debug osd = 20 2023-01-25T06:53:27.906 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2023-01-25T06:53:27.907 DEBUG:teuthology.orchestra.run.smithi088:> set -ex 2023-01-25T06:53:27.907 DEBUG:teuthology.orchestra.run.smithi088:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2023-01-25T06:53:27.916 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 = e3e3dd98-9c7c-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-25T06:53:27.917 DEBUG:teuthology.orchestra.run.smithi088:mon.smithi088> sudo journalctl -f -n 0 -u ceph-e3e3dd98-9c7c-11ed-9e56-001a4aab830c@mon.smithi088.service 2023-01-25T06:53:27.959 INFO:tasks.cephadm:Bootstrapping... 2023-01-25T06:53:27.960 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:61996d73ab738798e4ee0055c86457f5c459da4a -v bootstrap --fsid e3e3dd98-9c7c-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.88 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2023-01-25T06:53:28.185 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-01-25T06:53:28.228 INFO:teuthology.orchestra.run.smithi088.stdout:-------------------------------------------------------------------------------- 2023-01-25T06:53:28.229 INFO:teuthology.orchestra.run.smithi088.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:61996d73ab738798e4ee0055c86457f5c459da4a', '-v', 'bootstrap', '--fsid', 'e3e3dd98-9c7c-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.88', '--skip-admin-label'] 2023-01-25T06:53:28.229 INFO:teuthology.orchestra.run.smithi088.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2023-01-25T06:53:28.230 INFO:teuthology.orchestra.run.smithi088.stdout:Verifying podman|docker is present... 2023-01-25T06:53:28.230 INFO:teuthology.orchestra.run.smithi088.stdout:Verifying lvm2 is present... 2023-01-25T06:53:28.230 INFO:teuthology.orchestra.run.smithi088.stdout:Verifying time synchronization is in place... 2023-01-25T06:53:28.236 INFO:teuthology.orchestra.run.smithi088.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2023-01-25T06:53:28.237 INFO:teuthology.orchestra.run.smithi088.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2023-01-25T06:53:28.243 INFO:teuthology.orchestra.run.smithi088.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2023-01-25T06:53:28.243 INFO:teuthology.orchestra.run.smithi088.stdout:systemctl: stdout inactive 2023-01-25T06:53:28.248 INFO:teuthology.orchestra.run.smithi088.stdout:Non-zero exit code 1 from systemctl is-enabled chronyd.service 2023-01-25T06:53:28.249 INFO:teuthology.orchestra.run.smithi088.stdout:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2023-01-25T06:53:28.254 INFO:teuthology.orchestra.run.smithi088.stdout:Non-zero exit code 3 from systemctl is-active chronyd.service 2023-01-25T06:53:28.254 INFO:teuthology.orchestra.run.smithi088.stdout:systemctl: stdout inactive 2023-01-25T06:53:28.261 INFO:teuthology.orchestra.run.smithi088.stdout:Non-zero exit code 1 from systemctl is-enabled systemd-timesyncd.service 2023-01-25T06:53:28.261 INFO:teuthology.orchestra.run.smithi088.stdout:systemctl: stdout masked 2023-01-25T06:53:28.267 INFO:teuthology.orchestra.run.smithi088.stdout:Non-zero exit code 3 from systemctl is-active systemd-timesyncd.service 2023-01-25T06:53:28.267 INFO:teuthology.orchestra.run.smithi088.stdout:systemctl: stdout inactive 2023-01-25T06:53:28.274 INFO:teuthology.orchestra.run.smithi088.stdout:Non-zero exit code 1 from systemctl is-enabled ntpd.service 2023-01-25T06:53:28.275 INFO:teuthology.orchestra.run.smithi088.stdout:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2023-01-25T06:53:28.285 INFO:teuthology.orchestra.run.smithi088.stdout:Non-zero exit code 3 from systemctl is-active ntpd.service 2023-01-25T06:53:28.285 INFO:teuthology.orchestra.run.smithi088.stdout:systemctl: stdout inactive 2023-01-25T06:53:28.290 INFO:teuthology.orchestra.run.smithi088.stdout:systemctl: stdout enabled 2023-01-25T06:53:28.296 INFO:teuthology.orchestra.run.smithi088.stdout:systemctl: stdout active 2023-01-25T06:53:28.297 INFO:teuthology.orchestra.run.smithi088.stdout:Unit ntp.service is enabled and running 2023-01-25T06:53:28.297 INFO:teuthology.orchestra.run.smithi088.stdout:Repeating the final host check... 2023-01-25T06:53:28.297 INFO:teuthology.orchestra.run.smithi088.stdout:docker (/usr/bin/docker) is present 2023-01-25T06:53:28.298 INFO:teuthology.orchestra.run.smithi088.stdout:systemctl is present 2023-01-25T06:53:28.298 INFO:teuthology.orchestra.run.smithi088.stdout:lvcreate is present 2023-01-25T06:53:28.304 INFO:teuthology.orchestra.run.smithi088.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2023-01-25T06:53:28.304 INFO:teuthology.orchestra.run.smithi088.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2023-01-25T06:53:28.311 INFO:teuthology.orchestra.run.smithi088.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2023-01-25T06:53:28.312 INFO:teuthology.orchestra.run.smithi088.stdout:systemctl: stdout inactive 2023-01-25T06:53:28.317 INFO:teuthology.orchestra.run.smithi088.stdout:Non-zero exit code 1 from systemctl is-enabled chronyd.service 2023-01-25T06:53:28.317 INFO:teuthology.orchestra.run.smithi088.stdout:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2023-01-25T06:53:28.324 INFO:teuthology.orchestra.run.smithi088.stdout:Non-zero exit code 3 from systemctl is-active chronyd.service 2023-01-25T06:53:28.324 INFO:teuthology.orchestra.run.smithi088.stdout:systemctl: stdout inactive 2023-01-25T06:53:28.331 INFO:teuthology.orchestra.run.smithi088.stdout:Non-zero exit code 1 from systemctl is-enabled systemd-timesyncd.service 2023-01-25T06:53:28.331 INFO:teuthology.orchestra.run.smithi088.stdout:systemctl: stdout masked 2023-01-25T06:53:28.337 INFO:teuthology.orchestra.run.smithi088.stdout:Non-zero exit code 3 from systemctl is-active systemd-timesyncd.service 2023-01-25T06:53:28.337 INFO:teuthology.orchestra.run.smithi088.stdout:systemctl: stdout inactive 2023-01-25T06:53:28.344 INFO:teuthology.orchestra.run.smithi088.stdout:Non-zero exit code 1 from systemctl is-enabled ntpd.service 2023-01-25T06:53:28.344 INFO:teuthology.orchestra.run.smithi088.stdout:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2023-01-25T06:53:28.351 INFO:teuthology.orchestra.run.smithi088.stdout:Non-zero exit code 3 from systemctl is-active ntpd.service 2023-01-25T06:53:28.351 INFO:teuthology.orchestra.run.smithi088.stdout:systemctl: stdout inactive 2023-01-25T06:53:28.360 INFO:teuthology.orchestra.run.smithi088.stdout:systemctl: stdout enabled 2023-01-25T06:53:28.368 INFO:teuthology.orchestra.run.smithi088.stdout:systemctl: stdout active 2023-01-25T06:53:28.368 INFO:teuthology.orchestra.run.smithi088.stdout:Unit ntp.service is enabled and running 2023-01-25T06:53:28.368 INFO:teuthology.orchestra.run.smithi088.stdout:Host looks OK 2023-01-25T06:53:28.369 INFO:teuthology.orchestra.run.smithi088.stdout:Cluster fsid: e3e3dd98-9c7c-11ed-9e56-001a4aab830c 2023-01-25T06:53:28.369 INFO:teuthology.orchestra.run.smithi088.stdout:Acquiring lock 140557024762656 on /run/cephadm/e3e3dd98-9c7c-11ed-9e56-001a4aab830c.lock 2023-01-25T06:53:28.369 INFO:teuthology.orchestra.run.smithi088.stdout:Lock 140557024762656 acquired on /run/cephadm/e3e3dd98-9c7c-11ed-9e56-001a4aab830c.lock 2023-01-25T06:53:28.370 INFO:teuthology.orchestra.run.smithi088.stdout:Verifying IP 172.21.15.88 port 3300 ... 2023-01-25T06:53:28.370 INFO:teuthology.orchestra.run.smithi088.stdout:Verifying IP 172.21.15.88 port 6789 ... 2023-01-25T06:53:28.370 INFO:teuthology.orchestra.run.smithi088.stdout:Base mon IP(s) is [172.21.15.88:3300, 172.21.15.88:6789], mon addrv is [v2:172.21.15.88:3300,v1:172.21.15.88:6789] 2023-01-25T06:53:28.376 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/sbin/ip: stdout default via 172.21.15.254 dev enp3s0f1 2023-01-25T06:53:28.376 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/sbin/ip: stdout default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.88 metric 100 2023-01-25T06:53:28.376 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/sbin/ip: stdout 172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2023-01-25T06:53:28.376 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/sbin/ip: stdout 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.88 2023-01-25T06:53:28.377 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/sbin/ip: stdout 172.21.15.254 dev enp3s0f1 proto dhcp scope link src 172.21.15.88 metric 100 2023-01-25T06:53:28.379 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2023-01-25T06:53:28.380 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/sbin/ip: stdout fe80::/64 dev enp3s0f1 proto kernel metric 256 pref medium 2023-01-25T06:53:28.380 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 100 expires 1799sec pref medium 2023-01-25T06:53:28.384 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2023-01-25T06:53:28.384 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/sbin/ip: stdout inet6 ::1/128 scope host 2023-01-25T06:53:28.384 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2023-01-25T06:53:28.384 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/sbin/ip: stdout 5: enp3s0f1: mtu 1500 state UP qlen 1000 2023-01-25T06:53:28.385 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/sbin/ip: stdout inet6 fe80::ec4:7aff:fe8f:d42d/64 scope link 2023-01-25T06:53:28.385 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2023-01-25T06:53:28.386 INFO:teuthology.orchestra.run.smithi088.stdout:Mon IP `172.21.15.88` is in CIDR network `172.21.0.0/20` 2023-01-25T06:53:28.386 INFO:teuthology.orchestra.run.smithi088.stdout:Mon IP `172.21.15.88` is in CIDR network `172.21.0.0/20` 2023-01-25T06:53:28.386 INFO:teuthology.orchestra.run.smithi088.stdout:Mon IP `172.21.15.88` is in CIDR network `172.21.15.254/32` 2023-01-25T06:53:28.386 INFO:teuthology.orchestra.run.smithi088.stdout:Mon IP `172.21.15.88` is in CIDR network `172.21.15.254/32` 2023-01-25T06:53:28.387 INFO:teuthology.orchestra.run.smithi088.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-25T06:53:28.387 INFO:teuthology.orchestra.run.smithi088.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2023-01-25T06:53:28.388 INFO:teuthology.orchestra.run.smithi088.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:61996d73ab738798e4ee0055c86457f5c459da4a... 2023-01-25T06:53:28.638 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/docker: stdout 61996d73ab738798e4ee0055c86457f5c459da4a: Pulling from ceph-ci/ceph 2023-01-25T06:53:28.639 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/docker: stdout Digest: sha256:397d33a13514e4639c403387fd1334eceba86272036bc595bbfc9d42cdee4b5f 2023-01-25T06:53:28.639 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/docker: stdout Status: Image is up to date for quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:61996d73ab738798e4ee0055c86457f5c459da4a 2023-01-25T06:53:28.639 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/docker: stdout quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:61996d73ab738798e4ee0055c86457f5c459da4a 2023-01-25T06:53:30.525 INFO:teuthology.orchestra.run.smithi088.stdout:ceph: stdout ceph version 18.0.0-1963-g61996d73 (61996d73ab738798e4ee0055c86457f5c459da4a) reef (dev) 2023-01-25T06:53:30.526 INFO:teuthology.orchestra.run.smithi088.stdout:Ceph version: ceph version 18.0.0-1963-g61996d73 (61996d73ab738798e4ee0055c86457f5c459da4a) reef (dev) 2023-01-25T06:53:30.526 INFO:teuthology.orchestra.run.smithi088.stdout:Extracting ceph user uid/gid from container image... 2023-01-25T06:53:32.130 INFO:teuthology.orchestra.run.smithi088.stdout:stat: stdout 167 167 2023-01-25T06:53:32.130 INFO:teuthology.orchestra.run.smithi088.stdout:Creating initial keys... 2023-01-25T06:53:33.720 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-authtool: stdout AQDt0dBj86OCAhAAK4P3LQU8Y0vT3CMbYlYI+Q== 2023-01-25T06:53:35.278 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-authtool: stdout AQDu0dBj3JZeJhAA70vaTo0dLl6DTkzkocMoKQ== 2023-01-25T06:53:36.816 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-authtool: stdout AQDw0dBjTzTRDhAAfZ1GYKvfC5Af8t0pLIa5Ew== 2023-01-25T06:53:36.817 INFO:teuthology.orchestra.run.smithi088.stdout:Creating initial monmap... 2023-01-25T06:53:38.447 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2023-01-25T06:53:38.448 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = pacific 2023-01-25T06:53:38.448 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to e3e3dd98-9c7c-11ed-9e56-001a4aab830c 2023-01-25T06:53:38.448 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-01-25T06:53:38.449 INFO:teuthology.orchestra.run.smithi088.stdout:monmaptool for smithi088 [v2:172.21.15.88:3300,v1:172.21.15.88:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2023-01-25T06:53:38.449 INFO:teuthology.orchestra.run.smithi088.stdout:setting min_mon_release = pacific 2023-01-25T06:53:38.449 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/monmaptool: set fsid to e3e3dd98-9c7c-11ed-9e56-001a4aab830c 2023-01-25T06:53:38.449 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-01-25T06:53:38.449 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-01-25T06:53:38.450 INFO:teuthology.orchestra.run.smithi088.stdout:Creating mon... 2023-01-25T06:53:40.088 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T06:53:39.454+0000 7f8b3e1e9c00 0 set uid:gid to 167:167 (ceph:ceph) 2023-01-25T06:53:40.088 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T06:53:39.454+0000 7f8b3e1e9c00 1 imported monmap: 2023-01-25T06:53:40.089 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr epoch 0 2023-01-25T06:53:40.089 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr fsid e3e3dd98-9c7c-11ed-9e56-001a4aab830c 2023-01-25T06:53:40.089 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr last_changed 2023-01-25T06:53:37.839030+0000 2023-01-25T06:53:40.089 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr created 2023-01-25T06:53:37.839030+0000 2023-01-25T06:53:40.090 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr min_mon_release 16 (pacific) 2023-01-25T06:53:40.090 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr election_strategy: 1 2023-01-25T06:53:40.090 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr 0: [v2:172.21.15.88:3300/0,v1:172.21.15.88:6789/0] mon.smithi088 2023-01-25T06:53:40.090 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr 2023-01-25T06:53:40.090 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T06:53:39.454+0000 7f8b3e1e9c00 0 /usr/bin/ceph-mon: set fsid to e3e3dd98-9c7c-11ed-9e56-001a4aab830c 2023-01-25T06:53:40.091 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T06:53:39.454+0000 7f8b3e1e9c00 4 rocksdb: RocksDB version: 6.15.5 2023-01-25T06:53:40.091 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr 2023-01-25T06:53:40.091 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T06:53:39.454+0000 7f8b3e1e9c00 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-01-25T06:53:40.091 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T06:53:39.454+0000 7f8b3e1e9c00 4 rocksdb: Compile date Jan 23 2023 2023-01-25T06:53:40.091 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T06:53:39.454+0000 7f8b3e1e9c00 4 rocksdb: DB SUMMARY 2023-01-25T06:53:40.092 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr 2023-01-25T06:53:40.092 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T06:53:39.454+0000 7f8b3e1e9c00 4 rocksdb: DB Session ID: JEVBW4SK6UBLGCZHE14Z 2023-01-25T06:53:40.092 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr 2023-01-25T06:53:40.092 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T06:53:39.454+0000 7f8b3e1e9c00 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi088/store.db dir, Total Num: 0, files: 2023-01-25T06:53:40.093 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr 2023-01-25T06:53:40.093 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T06:53:39.454+0000 7f8b3e1e9c00 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi088/store.db: 2023-01-25T06:53:40.093 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr 2023-01-25T06:53:40.093 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T06:53:39.454+0000 7f8b3e1e9c00 4 rocksdb: Options.error_if_exists: 0 2023-01-25T06:53:40.093 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T06:53:39.454+0000 7f8b3e1e9c00 4 rocksdb: Options.create_if_missing: 1 2023-01-25T06:53:40.094 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T06:53:39.454+0000 7f8b3e1e9c00 4 rocksdb: Options.paranoid_checks: 1 2023-01-25T06:53:40.094 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T06:53:39.454+0000 7f8b3e1e9c00 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2023-01-25T06:53:40.094 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T06:53:39.454+0000 7f8b3e1e9c00 4 rocksdb: Options.env: 0x565360aea3a0 2023-01-25T06:53:40.094 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T06:53:39.454+0000 7f8b3e1e9c00 4 rocksdb: Options.fs: Posix File System 2023-01-25T06:53:40.095 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T06:53:39.454+0000 7f8b3e1e9c00 4 rocksdb: Options.info_log: 0x5653623b5940 2023-01-25T06:53:40.095 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T06:53:39.454+0000 7f8b3e1e9c00 4 rocksdb: Options.max_file_opening_threads: 16 2023-01-25T06:53:40.095 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T06:53:39.454+0000 7f8b3e1e9c00 4 rocksdb: Options.statistics: (nil) 2023-01-25T06:53:40.095 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T06:53:39.454+0000 7f8b3e1e9c00 4 rocksdb: Options.use_fsync: 0 2023-01-25T06:53:40.096 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T06:53:39.454+0000 7f8b3e1e9c00 4 rocksdb: Options.max_log_file_size: 0 2023-01-25T06:53:40.096 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T06:53:39.454+0000 7f8b3e1e9c00 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-01-25T06:53:40.096 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T06:53:39.454+0000 7f8b3e1e9c00 4 rocksdb: Options.log_file_time_to_roll: 0 2023-01-25T06:53:40.096 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T06:53:39.454+0000 7f8b3e1e9c00 4 rocksdb: Options.keep_log_file_num: 1000 2023-01-25T06:53:40.096 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T06:53:39.454+0000 7f8b3e1e9c00 4 rocksdb: Options.recycle_log_file_num: 0 2023-01-25T06:53:40.097 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T06:53:39.454+0000 7f8b3e1e9c00 4 rocksdb: Options.allow_fallocate: 1 2023-01-25T06:53:40.097 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T06:53:39.454+0000 7f8b3e1e9c00 4 rocksdb: Options.allow_mmap_reads: 0 2023-01-25T06:53:40.097 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T06:53:39.454+0000 7f8b3e1e9c00 4 rocksdb: Options.allow_mmap_writes: 0 2023-01-25T06:53:40.097 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T06:53:39.454+0000 7f8b3e1e9c00 4 rocksdb: Options.use_direct_reads: 0 2023-01-25T06:53:40.097 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T06:53:39.454+0000 7f8b3e1e9c00 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-01-25T06:53:40.098 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T06:53:39.454+0000 7f8b3e1e9c00 4 rocksdb: Options.create_missing_column_families: 0 2023-01-25T06:53:40.098 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T06:53:39.454+0000 7f8b3e1e9c00 4 rocksdb: Options.db_log_dir: 2023-01-25T06:53:40.098 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T06:53:39.454+0000 7f8b3e1e9c00 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi088/store.db 2023-01-25T06:53:40.098 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T06:53:39.454+0000 7f8b3e1e9c00 4 rocksdb: Options.table_cache_numshardbits: 6 2023-01-25T06:53:40.098 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T06:53:39.454+0000 7f8b3e1e9c00 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-01-25T06:53:40.099 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T06:53:39.454+0000 7f8b3e1e9c00 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-01-25T06:53:40.099 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T06:53:39.454+0000 7f8b3e1e9c00 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-01-25T06:53:40.099 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T06:53:39.454+0000 7f8b3e1e9c00 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-01-25T06:53:40.099 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T06:53:39.454+0000 7f8b3e1e9c00 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-01-25T06:53:40.099 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T06:53:39.454+0000 7f8b3e1e9c00 4 rocksdb: Options.advise_random_on_open: 1 2023-01-25T06:53:40.100 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T06:53:39.454+0000 7f8b3e1e9c00 4 rocksdb: Options.db_write_buffer_size: 0 2023-01-25T06:53:40.100 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T06:53:39.454+0000 7f8b3e1e9c00 4 rocksdb: Options.write_buffer_manager: 0x5653626ac5d0 2023-01-25T06:53:40.100 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T06:53:39.454+0000 7f8b3e1e9c00 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-01-25T06:53:40.100 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T06:53:39.454+0000 7f8b3e1e9c00 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-01-25T06:53:40.100 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T06:53:39.458+0000 7f8b3e1e9c00 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-01-25T06:53:40.101 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T06:53:39.458+0000 7f8b3e1e9c00 4 rocksdb: Options.use_adaptive_mutex: 0 2023-01-25T06:53:40.101 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T06:53:39.458+0000 7f8b3e1e9c00 4 rocksdb: Options.rate_limiter: (nil) 2023-01-25T06:53:40.101 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T06:53:39.458+0000 7f8b3e1e9c00 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-01-25T06:53:40.101 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T06:53:39.458+0000 7f8b3e1e9c00 4 rocksdb: Options.wal_recovery_mode: 2 2023-01-25T06:53:40.101 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T06:53:39.458+0000 7f8b3e1e9c00 4 rocksdb: Options.enable_thread_tracking: 0 2023-01-25T06:53:40.102 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T06:53:39.458+0000 7f8b3e1e9c00 4 rocksdb: Options.enable_pipelined_write: 0 2023-01-25T06:53:40.102 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T06:53:39.458+0000 7f8b3e1e9c00 4 rocksdb: Options.unordered_write: 0 2023-01-25T06:53:40.102 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T06:53:39.458+0000 7f8b3e1e9c00 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-01-25T06:53:40.102 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T06:53:39.458+0000 7f8b3e1e9c00 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-01-25T06:53:40.102 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T06:53:39.458+0000 7f8b3e1e9c00 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-01-25T06:53:40.102 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T06:53:39.458+0000 7f8b3e1e9c00 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-01-25T06:53:40.103 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T06:53:39.458+0000 7f8b3e1e9c00 4 rocksdb: Options.row_cache: None 2023-01-25T06:53:40.103 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T06:53:39.458+0000 7f8b3e1e9c00 4 rocksdb: Options.wal_filter: None 2023-01-25T06:53:40.103 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T06:53:39.458+0000 7f8b3e1e9c00 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-01-25T06:53:40.103 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T06:53:39.458+0000 7f8b3e1e9c00 4 rocksdb: Options.allow_ingest_behind: 0 2023-01-25T06:53:40.103 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T06:53:39.458+0000 7f8b3e1e9c00 4 rocksdb: Options.preserve_deletes: 0 2023-01-25T06:53:40.104 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T06:53:39.458+0000 7f8b3e1e9c00 4 rocksdb: Options.two_write_queues: 0 2023-01-25T06:53:40.104 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T06:53:39.458+0000 7f8b3e1e9c00 4 rocksdb: Options.manual_wal_flush: 0 2023-01-25T06:53:40.104 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T06:53:39.458+0000 7f8b3e1e9c00 4 rocksdb: Options.atomic_flush: 0 2023-01-25T06:53:40.104 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T06:53:39.458+0000 7f8b3e1e9c00 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-01-25T06:53:40.104 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T06:53:39.458+0000 7f8b3e1e9c00 4 rocksdb: Options.persist_stats_to_disk: 0 2023-01-25T06:53:40.105 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T06:53:39.458+0000 7f8b3e1e9c00 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-01-25T06:53:40.105 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T06:53:39.458+0000 7f8b3e1e9c00 4 rocksdb: Options.log_readahead_size: 0 2023-01-25T06:53:40.105 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T06:53:39.458+0000 7f8b3e1e9c00 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2023-01-25T06:53:40.105 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T06:53:39.458+0000 7f8b3e1e9c00 4 rocksdb: Options.best_efforts_recovery: 0 2023-01-25T06:53:40.105 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T06:53:39.458+0000 7f8b3e1e9c00 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2023-01-25T06:53:40.106 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T06:53:39.458+0000 7f8b3e1e9c00 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2023-01-25T06:53:40.106 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T06:53:39.458+0000 7f8b3e1e9c00 4 rocksdb: Options.allow_data_in_errors: 0 2023-01-25T06:53:40.106 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T06:53:39.458+0000 7f8b3e1e9c00 4 rocksdb: Options.db_host_id: __hostname__ 2023-01-25T06:53:40.106 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T06:53:39.458+0000 7f8b3e1e9c00 4 rocksdb: Options.max_background_jobs: 2 2023-01-25T06:53:40.106 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T06:53:39.458+0000 7f8b3e1e9c00 4 rocksdb: Options.max_background_compactions: -1 2023-01-25T06:53:40.107 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T06:53:39.458+0000 7f8b3e1e9c00 4 rocksdb: Options.max_subcompactions: 1 2023-01-25T06:53:40.107 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T06:53:39.458+0000 7f8b3e1e9c00 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-01-25T06:53:40.107 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T06:53:39.458+0000 7f8b3e1e9c00 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-01-25T06:53:40.107 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T06:53:39.458+0000 7f8b3e1e9c00 4 rocksdb: Options.delayed_write_rate : 16777216 2023-01-25T06:53:40.107 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T06:53:39.458+0000 7f8b3e1e9c00 4 rocksdb: Options.max_total_wal_size: 0 2023-01-25T06:53:40.108 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T06:53:39.458+0000 7f8b3e1e9c00 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-01-25T06:53:40.108 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T06:53:39.458+0000 7f8b3e1e9c00 4 rocksdb: Options.stats_dump_period_sec: 600 2023-01-25T06:53:40.108 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T06:53:39.458+0000 7f8b3e1e9c00 4 rocksdb: Options.stats_persist_period_sec: 600 2023-01-25T06:53:40.108 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T06:53:39.458+0000 7f8b3e1e9c00 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-01-25T06:53:40.108 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T06:53:39.458+0000 7f8b3e1e9c00 4 rocksdb: Options.max_open_files: -1 2023-01-25T06:53:40.109 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T06:53:39.458+0000 7f8b3e1e9c00 4 rocksdb: Options.bytes_per_sync: 0 2023-01-25T06:53:40.109 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T06:53:39.458+0000 7f8b3e1e9c00 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-01-25T06:53:40.109 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T06:53:39.458+0000 7f8b3e1e9c00 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-01-25T06:53:40.109 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T06:53:39.458+0000 7f8b3e1e9c00 4 rocksdb: Options.compaction_readahead_size: 0 2023-01-25T06:53:40.109 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T06:53:39.458+0000 7f8b3e1e9c00 4 rocksdb: Options.max_background_flushes: -1 2023-01-25T06:53:40.110 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T06:53:39.458+0000 7f8b3e1e9c00 4 rocksdb: Compression algorithms supported: 2023-01-25T06:53:40.110 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T06:53:39.458+0000 7f8b3e1e9c00 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-01-25T06:53:40.110 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T06:53:39.458+0000 7f8b3e1e9c00 4 rocksdb: kZSTD supported: 0 2023-01-25T06:53:40.110 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T06:53:39.458+0000 7f8b3e1e9c00 4 rocksdb: kXpressCompression supported: 0 2023-01-25T06:53:40.110 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T06:53:39.458+0000 7f8b3e1e9c00 4 rocksdb: kLZ4HCCompression supported: 1 2023-01-25T06:53:40.110 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T06:53:39.458+0000 7f8b3e1e9c00 4 rocksdb: kZlibCompression supported: 1 2023-01-25T06:53:40.111 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T06:53:39.458+0000 7f8b3e1e9c00 4 rocksdb: kSnappyCompression supported: 1 2023-01-25T06:53:40.111 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T06:53:39.458+0000 7f8b3e1e9c00 4 rocksdb: kLZ4Compression supported: 1 2023-01-25T06:53:40.111 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T06:53:39.458+0000 7f8b3e1e9c00 4 rocksdb: kBZip2Compression supported: 0 2023-01-25T06:53:40.111 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T06:53:39.458+0000 7f8b3e1e9c00 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-01-25T06:53:40.111 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T06:53:39.458+0000 7f8b3e1e9c00 4 rocksdb: [db/db_impl/db_impl_open.cc:281] Creating manifest 1 2023-01-25T06:53:40.112 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr 2023-01-25T06:53:40.112 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T06:53:39.458+0000 7f8b3e1e9c00 4 rocksdb: [db/version_set.cc:4724] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi088/store.db/MANIFEST-000001 2023-01-25T06:53:40.112 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr 2023-01-25T06:53:40.112 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T06:53:39.458+0000 7f8b3e1e9c00 4 rocksdb: [db/column_family.cc:595] --------------- Options for column family [default]: 2023-01-25T06:53:40.112 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr 2023-01-25T06:53:40.113 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T06:53:39.458+0000 7f8b3e1e9c00 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-01-25T06:53:40.113 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T06:53:39.458+0000 7f8b3e1e9c00 4 rocksdb: Options.merge_operator: 2023-01-25T06:53:40.113 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T06:53:39.458+0000 7f8b3e1e9c00 4 rocksdb: Options.compaction_filter: None 2023-01-25T06:53:40.113 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T06:53:39.458+0000 7f8b3e1e9c00 4 rocksdb: Options.compaction_filter_factory: None 2023-01-25T06:53:40.113 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T06:53:39.458+0000 7f8b3e1e9c00 4 rocksdb: Options.sst_partitioner_factory: None 2023-01-25T06:53:40.114 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T06:53:39.458+0000 7f8b3e1e9c00 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-01-25T06:53:40.114 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T06:53:39.458+0000 7f8b3e1e9c00 4 rocksdb: Options.table_factory: BlockBasedTable 2023-01-25T06:53:40.114 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T06:53:39.458+0000 7f8b3e1e9c00 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x565362444270) 2023-01-25T06:53:40.114 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks: 1 2023-01-25T06:53:40.114 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks_with_high_priority: 0 2023-01-25T06:53:40.115 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr pin_l0_filter_and_index_blocks_in_cache: 0 2023-01-25T06:53:40.115 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr pin_top_level_index_and_filter: 1 2023-01-25T06:53:40.115 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr index_type: 0 2023-01-25T06:53:40.115 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr data_block_index_type: 0 2023-01-25T06:53:40.115 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr index_shortening: 1 2023-01-25T06:53:40.116 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr data_block_hash_table_util_ratio: 0.750000 2023-01-25T06:53:40.116 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr hash_index_allow_collision: 1 2023-01-25T06:53:40.116 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr checksum: 1 2023-01-25T06:53:40.116 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr no_block_cache: 0 2023-01-25T06:53:40.116 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr block_cache: 0x565362477350 2023-01-25T06:53:40.117 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr block_cache_name: BinnedLRUCache 2023-01-25T06:53:40.117 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr block_cache_options: 2023-01-25T06:53:40.117 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr capacity : 536870912 2023-01-25T06:53:40.117 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr num_shard_bits : 4 2023-01-25T06:53:40.117 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr strict_capacity_limit : 0 2023-01-25T06:53:40.118 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr high_pri_pool_ratio: 0.000 2023-01-25T06:53:40.118 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr block_cache_compressed: (nil) 2023-01-25T06:53:40.118 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr persistent_cache: (nil) 2023-01-25T06:53:40.118 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr block_size: 4096 2023-01-25T06:53:40.118 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr block_size_deviation: 10 2023-01-25T06:53:40.119 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr block_restart_interval: 16 2023-01-25T06:53:40.119 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr index_block_restart_interval: 1 2023-01-25T06:53:40.119 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr metadata_block_size: 4096 2023-01-25T06:53:40.119 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr partition_filters: 0 2023-01-25T06:53:40.119 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr use_delta_encoding: 1 2023-01-25T06:53:40.120 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr filter_policy: rocksdb.BuiltinBloomFilter 2023-01-25T06:53:40.120 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr whole_key_filtering: 1 2023-01-25T06:53:40.120 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr verify_compression: 0 2023-01-25T06:53:40.120 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr read_amp_bytes_per_bit: 0 2023-01-25T06:53:40.120 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr format_version: 4 2023-01-25T06:53:40.121 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr enable_index_compression: 1 2023-01-25T06:53:40.121 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr block_align: 0 2023-01-25T06:53:40.121 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr 2023-01-25T06:53:40.121 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T06:53:39.458+0000 7f8b3e1e9c00 4 rocksdb: Options.write_buffer_size: 33554432 2023-01-25T06:53:40.121 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T06:53:39.458+0000 7f8b3e1e9c00 4 rocksdb: Options.max_write_buffer_number: 2 2023-01-25T06:53:40.122 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T06:53:39.458+0000 7f8b3e1e9c00 4 rocksdb: Options.compression: NoCompression 2023-01-25T06:53:40.122 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T06:53:39.458+0000 7f8b3e1e9c00 4 rocksdb: Options.bottommost_compression: Disabled 2023-01-25T06:53:40.122 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T06:53:39.458+0000 7f8b3e1e9c00 4 rocksdb: Options.prefix_extractor: nullptr 2023-01-25T06:53:40.122 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T06:53:39.458+0000 7f8b3e1e9c00 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-01-25T06:53:40.122 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T06:53:39.458+0000 7f8b3e1e9c00 4 rocksdb: Options.num_levels: 7 2023-01-25T06:53:40.123 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T06:53:39.458+0000 7f8b3e1e9c00 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-01-25T06:53:40.123 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T06:53:39.458+0000 7f8b3e1e9c00 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-01-25T06:53:40.123 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T06:53:39.458+0000 7f8b3e1e9c00 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-01-25T06:53:40.123 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T06:53:39.458+0000 7f8b3e1e9c00 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-01-25T06:53:40.123 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T06:53:39.458+0000 7f8b3e1e9c00 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-01-25T06:53:40.124 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T06:53:39.458+0000 7f8b3e1e9c00 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-01-25T06:53:40.124 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T06:53:39.458+0000 7f8b3e1e9c00 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-01-25T06:53:40.124 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T06:53:39.458+0000 7f8b3e1e9c00 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-01-25T06:53:40.124 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T06:53:39.458+0000 7f8b3e1e9c00 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2023-01-25T06:53:40.124 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T06:53:39.458+0000 7f8b3e1e9c00 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-01-25T06:53:40.125 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T06:53:39.458+0000 7f8b3e1e9c00 4 rocksdb: Options.compression_opts.window_bits: -14 2023-01-25T06:53:40.125 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T06:53:39.458+0000 7f8b3e1e9c00 4 rocksdb: Options.compression_opts.level: 32767 2023-01-25T06:53:40.125 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T06:53:39.458+0000 7f8b3e1e9c00 4 rocksdb: Options.compression_opts.strategy: 0 2023-01-25T06:53:40.125 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T06:53:39.458+0000 7f8b3e1e9c00 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-01-25T06:53:40.125 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T06:53:39.458+0000 7f8b3e1e9c00 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-01-25T06:53:40.125 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T06:53:39.458+0000 7f8b3e1e9c00 4 rocksdb: Options.compression_opts.parallel_threads: 1 2023-01-25T06:53:40.126 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T06:53:39.458+0000 7f8b3e1e9c00 4 rocksdb: Options.compression_opts.enabled: false 2023-01-25T06:53:40.126 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T06:53:39.458+0000 7f8b3e1e9c00 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-01-25T06:53:40.126 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T06:53:39.458+0000 7f8b3e1e9c00 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-01-25T06:53:40.126 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T06:53:39.458+0000 7f8b3e1e9c00 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-01-25T06:53:40.126 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T06:53:39.458+0000 7f8b3e1e9c00 4 rocksdb: Options.target_file_size_base: 67108864 2023-01-25T06:53:40.127 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T06:53:39.458+0000 7f8b3e1e9c00 4 rocksdb: Options.target_file_size_multiplier: 1 2023-01-25T06:53:40.127 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T06:53:39.458+0000 7f8b3e1e9c00 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-01-25T06:53:40.127 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T06:53:39.458+0000 7f8b3e1e9c00 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-01-25T06:53:40.127 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T06:53:39.458+0000 7f8b3e1e9c00 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-01-25T06:53:40.127 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T06:53:39.458+0000 7f8b3e1e9c00 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-01-25T06:53:40.128 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T06:53:39.458+0000 7f8b3e1e9c00 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-01-25T06:53:40.128 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T06:53:39.458+0000 7f8b3e1e9c00 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-01-25T06:53:40.128 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T06:53:39.458+0000 7f8b3e1e9c00 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-01-25T06:53:40.128 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T06:53:39.458+0000 7f8b3e1e9c00 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-01-25T06:53:40.128 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T06:53:39.458+0000 7f8b3e1e9c00 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-01-25T06:53:40.129 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T06:53:39.458+0000 7f8b3e1e9c00 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-01-25T06:53:40.129 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T06:53:39.458+0000 7f8b3e1e9c00 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-01-25T06:53:40.129 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T06:53:39.458+0000 7f8b3e1e9c00 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-01-25T06:53:40.129 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T06:53:39.458+0000 7f8b3e1e9c00 4 rocksdb: Options.arena_block_size: 4194304 2023-01-25T06:53:40.129 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T06:53:39.458+0000 7f8b3e1e9c00 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-01-25T06:53:40.130 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T06:53:39.458+0000 7f8b3e1e9c00 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-01-25T06:53:40.130 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T06:53:39.458+0000 7f8b3e1e9c00 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-01-25T06:53:40.130 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T06:53:39.458+0000 7f8b3e1e9c00 4 rocksdb: Options.disable_auto_compactions: 0 2023-01-25T06:53:40.130 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T06:53:39.458+0000 7f8b3e1e9c00 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-01-25T06:53:40.130 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T06:53:39.458+0000 7f8b3e1e9c00 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-01-25T06:53:40.131 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T06:53:39.458+0000 7f8b3e1e9c00 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-01-25T06:53:40.131 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T06:53:39.458+0000 7f8b3e1e9c00 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-01-25T06:53:40.131 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T06:53:39.458+0000 7f8b3e1e9c00 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-01-25T06:53:40.131 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T06:53:39.458+0000 7f8b3e1e9c00 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-01-25T06:53:40.131 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T06:53:39.458+0000 7f8b3e1e9c00 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-01-25T06:53:40.132 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T06:53:39.458+0000 7f8b3e1e9c00 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-01-25T06:53:40.132 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T06:53:39.458+0000 7f8b3e1e9c00 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-01-25T06:53:40.132 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T06:53:39.458+0000 7f8b3e1e9c00 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-01-25T06:53:40.132 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T06:53:39.458+0000 7f8b3e1e9c00 4 rocksdb: Options.table_properties_collectors: 2023-01-25T06:53:40.132 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T06:53:39.458+0000 7f8b3e1e9c00 4 rocksdb: Options.inplace_update_support: 0 2023-01-25T06:53:40.133 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T06:53:39.458+0000 7f8b3e1e9c00 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-01-25T06:53:40.133 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T06:53:39.458+0000 7f8b3e1e9c00 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-01-25T06:53:40.133 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T06:53:39.458+0000 7f8b3e1e9c00 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-01-25T06:53:40.133 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T06:53:39.458+0000 7f8b3e1e9c00 4 rocksdb: Options.memtable_huge_page_size: 0 2023-01-25T06:53:40.133 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T06:53:39.458+0000 7f8b3e1e9c00 4 rocksdb: Options.bloom_locality: 0 2023-01-25T06:53:40.134 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T06:53:39.458+0000 7f8b3e1e9c00 4 rocksdb: Options.max_successive_merges: 0 2023-01-25T06:53:40.134 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T06:53:39.458+0000 7f8b3e1e9c00 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-01-25T06:53:40.134 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T06:53:39.458+0000 7f8b3e1e9c00 4 rocksdb: Options.paranoid_file_checks: 0 2023-01-25T06:53:40.134 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T06:53:39.458+0000 7f8b3e1e9c00 4 rocksdb: Options.force_consistency_checks: 1 2023-01-25T06:53:40.134 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T06:53:39.458+0000 7f8b3e1e9c00 4 rocksdb: Options.report_bg_io_stats: 0 2023-01-25T06:53:40.135 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T06:53:39.458+0000 7f8b3e1e9c00 4 rocksdb: Options.ttl: 2592000 2023-01-25T06:53:40.135 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T06:53:39.458+0000 7f8b3e1e9c00 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-01-25T06:53:40.135 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T06:53:39.458+0000 7f8b3e1e9c00 4 rocksdb: Options.enable_blob_files: false 2023-01-25T06:53:40.135 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T06:53:39.458+0000 7f8b3e1e9c00 4 rocksdb: Options.min_blob_size: 0 2023-01-25T06:53:40.135 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T06:53:39.458+0000 7f8b3e1e9c00 4 rocksdb: Options.blob_file_size: 268435456 2023-01-25T06:53:40.136 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T06:53:39.458+0000 7f8b3e1e9c00 4 rocksdb: Options.blob_compression_type: NoCompression 2023-01-25T06:53:40.136 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T06:53:39.458+0000 7f8b3e1e9c00 4 rocksdb: Options.enable_blob_garbage_collection: false 2023-01-25T06:53:40.136 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T06:53:39.458+0000 7f8b3e1e9c00 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2023-01-25T06:53:40.136 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T06:53:39.458+0000 7f8b3e1e9c00 4 rocksdb: [db/version_set.cc:4764] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi088/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-25T06:53:40.137 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr 2023-01-25T06:53:40.137 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T06:53:39.458+0000 7f8b3e1e9c00 4 rocksdb: [db/version_set.cc:4779] Column family [default] (ID 0), log number is 0 2023-01-25T06:53:40.137 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr 2023-01-25T06:53:40.137 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T06:53:39.458+0000 7f8b3e1e9c00 4 rocksdb: [db/version_set.cc:4082] Creating manifest 3 2023-01-25T06:53:40.137 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr 2023-01-25T06:53:40.138 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T06:53:39.462+0000 7f8b3e1e9c00 4 rocksdb: [db/db_impl/db_impl_open.cc:1700] SstFileManager instance 0x56536240b880 2023-01-25T06:53:40.138 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T06:53:39.462+0000 7f8b3e1e9c00 4 rocksdb: DB pointer 0x56536243c000 2023-01-25T06:53:40.138 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T06:53:39.462+0000 7f8b2cd1e700 4 rocksdb: [db/db_impl/db_impl.cc:901] ------- DUMPING STATS ------- 2023-01-25T06:53:40.138 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T06:53:39.462+0000 7f8b2cd1e700 4 rocksdb: [db/db_impl/db_impl.cc:903] 2023-01-25T06:53:40.138 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr ** DB Stats ** 2023-01-25T06:53:40.139 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2023-01-25T06:53:40.139 INFO:teuthology.orchestra.run.smithi088.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-25T06:53:40.139 INFO:teuthology.orchestra.run.smithi088.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-25T06:53:40.139 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-01-25T06:53:40.139 INFO:teuthology.orchestra.run.smithi088.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-25T06:53:40.139 INFO:teuthology.orchestra.run.smithi088.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-25T06:53:40.140 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-01-25T06:53:40.140 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr 2023-01-25T06:53:40.140 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2023-01-25T06:53:40.140 INFO:teuthology.orchestra.run.smithi088.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-25T06:53:40.141 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-01-25T06:53:40.141 INFO:teuthology.orchestra.run.smithi088.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-25T06:53:40.141 INFO:teuthology.orchestra.run.smithi088.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-25T06:53:40.141 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr 2023-01-25T06:53:40.141 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2023-01-25T06:53:40.142 INFO:teuthology.orchestra.run.smithi088.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-25T06:53:40.142 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-01-25T06:53:40.142 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2023-01-25T06:53:40.142 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr Flush(GB): cumulative 0.000, interval 0.000 2023-01-25T06:53:40.142 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr AddFile(GB): cumulative 0.000, interval 0.000 2023-01-25T06:53:40.142 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr AddFile(Total Files): cumulative 0, interval 0 2023-01-25T06:53:40.143 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr AddFile(L0 Files): cumulative 0, interval 0 2023-01-25T06:53:40.143 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr AddFile(Keys): cumulative 0, interval 0 2023-01-25T06:53:40.143 INFO:teuthology.orchestra.run.smithi088.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-25T06:53:40.143 INFO:teuthology.orchestra.run.smithi088.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-25T06:53:40.144 INFO:teuthology.orchestra.run.smithi088.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-25T06:53:40.144 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr 2023-01-25T06:53:40.144 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr ** File Read Latency Histogram By Level [default] ** 2023-01-25T06:53:40.144 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr 2023-01-25T06:53:40.144 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2023-01-25T06:53:40.145 INFO:teuthology.orchestra.run.smithi088.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-25T06:53:40.145 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-01-25T06:53:40.145 INFO:teuthology.orchestra.run.smithi088.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-25T06:53:40.145 INFO:teuthology.orchestra.run.smithi088.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-25T06:53:40.145 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr 2023-01-25T06:53:40.146 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2023-01-25T06:53:40.146 INFO:teuthology.orchestra.run.smithi088.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-25T06:53:40.146 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-01-25T06:53:40.146 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2023-01-25T06:53:40.146 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr Flush(GB): cumulative 0.000, interval 0.000 2023-01-25T06:53:40.147 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr AddFile(GB): cumulative 0.000, interval 0.000 2023-01-25T06:53:40.147 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr AddFile(Total Files): cumulative 0, interval 0 2023-01-25T06:53:40.147 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr AddFile(L0 Files): cumulative 0, interval 0 2023-01-25T06:53:40.147 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr AddFile(Keys): cumulative 0, interval 0 2023-01-25T06:53:40.147 INFO:teuthology.orchestra.run.smithi088.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-25T06:53:40.148 INFO:teuthology.orchestra.run.smithi088.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-25T06:53:40.148 INFO:teuthology.orchestra.run.smithi088.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-25T06:53:40.148 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr 2023-01-25T06:53:40.148 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr ** File Read Latency Histogram By Level [default] ** 2023-01-25T06:53:40.148 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr 2023-01-25T06:53:40.149 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T06:53:39.466+0000 7f8b3e1e9c00 4 rocksdb: [db/db_impl/db_impl.cc:446] Shutdown: canceling all background work 2023-01-25T06:53:40.149 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T06:53:39.466+0000 7f8b3e1e9c00 4 rocksdb: [db/db_impl/db_impl.cc:625] Shutdown complete 2023-01-25T06:53:40.149 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-mon: stderr debug 2023-01-25T06:53:39.466+0000 7f8b3e1e9c00 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-smithi088 for mon.smithi088 2023-01-25T06:53:40.149 INFO:teuthology.orchestra.run.smithi088.stdout:create mon.smithi088 on 2023-01-25T06:53:40.506 INFO:teuthology.orchestra.run.smithi088.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /etc/systemd/system/ceph.target. 2023-01-25T06:53:40.710 INFO:teuthology.orchestra.run.smithi088.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-e3e3dd98-9c7c-11ed-9e56-001a4aab830c.target -> /etc/systemd/system/ceph-e3e3dd98-9c7c-11ed-9e56-001a4aab830c.target. 2023-01-25T06:53:40.710 INFO:teuthology.orchestra.run.smithi088.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-e3e3dd98-9c7c-11ed-9e56-001a4aab830c.target -> /etc/systemd/system/ceph-e3e3dd98-9c7c-11ed-9e56-001a4aab830c.target. 2023-01-25T06:53:40.954 INFO:teuthology.orchestra.run.smithi088.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-e3e3dd98-9c7c-11ed-9e56-001a4aab830c@mon.smithi088 2023-01-25T06:53:40.955 INFO:teuthology.orchestra.run.smithi088.stdout:systemctl: stderr Failed to reset failed state of unit ceph-e3e3dd98-9c7c-11ed-9e56-001a4aab830c@mon.smithi088.service: Unit ceph-e3e3dd98-9c7c-11ed-9e56-001a4aab830c@mon.smithi088.service not loaded. 2023-01-25T06:53:41.173 INFO:teuthology.orchestra.run.smithi088.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-e3e3dd98-9c7c-11ed-9e56-001a4aab830c.target.wants/ceph-e3e3dd98-9c7c-11ed-9e56-001a4aab830c@mon.smithi088.service -> /etc/systemd/system/ceph-e3e3dd98-9c7c-11ed-9e56-001a4aab830c@.service. 2023-01-25T06:53:41.185 INFO:teuthology.orchestra.run.smithi088.stdout:firewalld does not appear to be present 2023-01-25T06:53:41.185 INFO:teuthology.orchestra.run.smithi088.stdout:Not possible to enable service . firewalld.service is not available 2023-01-25T06:53:41.186 INFO:teuthology.orchestra.run.smithi088.stdout:Waiting for mon to start... 2023-01-25T06:53:41.186 INFO:teuthology.orchestra.run.smithi088.stdout:Waiting for mon... 2023-01-25T06:53:41.224 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:41 smithi088 systemd[1]: Started Ceph mon.smithi088 for e3e3dd98-9c7c-11ed-9e56-001a4aab830c. 2023-01-25T06:53:43.137 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:42 smithi088 bash[20524]: cluster 1674629622.8659976 mon.smithi088 (mon.0) 0 : cluster 1 mkfs e3e3dd98-9c7c-11ed-9e56-001a4aab830c 2023-01-25T06:53:43.138 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:42 smithi088 bash[20524]: cluster 1674629622.8565273 mon.smithi088 (mon.0) 1 : cluster 1 mon.smithi088 is new leader, mons smithi088 in quorum (ranks 0) 2023-01-25T06:53:43.811 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout cluster: 2023-01-25T06:53:43.811 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout id: e3e3dd98-9c7c-11ed-9e56-001a4aab830c 2023-01-25T06:53:43.811 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2023-01-25T06:53:43.812 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout 2023-01-25T06:53:43.812 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout services: 2023-01-25T06:53:43.812 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum smithi088 (age 0.287864s) 2023-01-25T06:53:43.812 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2023-01-25T06:53:43.813 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2023-01-25T06:53:43.813 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout 2023-01-25T06:53:43.813 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout data: 2023-01-25T06:53:43.813 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2023-01-25T06:53:43.813 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2023-01-25T06:53:43.814 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2023-01-25T06:53:43.814 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout pgs: 2023-01-25T06:53:43.814 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout 2023-01-25T06:53:43.814 INFO:teuthology.orchestra.run.smithi088.stdout:mon is available 2023-01-25T06:53:43.814 INFO:teuthology.orchestra.run.smithi088.stdout:Assimilating anything we can from ceph.conf... 2023-01-25T06:53:44.137 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:43 smithi088 bash[20524]: cluster 1674629622.8645957 mon.smithi088 (mon.0) 2 : cluster 1 mon.smithi088 is new leader, mons smithi088 in quorum (ranks 0) 2023-01-25T06:53:44.138 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:43 smithi088 bash[20524]: cluster 1674629622.86501 mon.smithi088 (mon.0) 3 : cluster 0 monmap e1: 1 mons at {smithi088=[v2:172.21.15.88:3300/0,v1:172.21.15.88:6789/0]} removed_ranks: {} 2023-01-25T06:53:44.138 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:43 smithi088 bash[20524]: cluster 1674629622.8680089 mon.smithi088 (mon.0) 4 : cluster 0 fsmap 2023-01-25T06:53:44.138 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:43 smithi088 bash[20524]: cluster 1674629622.8715646 mon.smithi088 (mon.0) 5 : cluster 0 osdmap e1: 0 total, 0 up, 0 in 2023-01-25T06:53:44.138 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:43 smithi088 bash[20524]: cluster 1674629622.8719869 mon.smithi088 (mon.0) 6 : cluster 0 mgrmap e1: no daemons active 2023-01-25T06:53:44.139 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:43 smithi088 bash[20524]: audit 1674629623.1523972 mon.smithi088 (mon.0) 7 : audit 0 from='client.? 172.21.15.88:0/3618219515' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2023-01-25T06:53:45.637 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:45 smithi088 bash[20524]: audit 1674629625.1331592 mon.smithi088 (mon.0) 8 : audit 1 from='client.? 172.21.15.88:0/1198035762' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-01-25T06:53:45.638 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:45 smithi088 bash[20524]: audit 1674629625.1392999 mon.smithi088 (mon.0) 9 : audit 1 from='client.? 172.21.15.88:0/1198035762' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2023-01-25T06:53:45.788 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout 2023-01-25T06:53:45.788 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout [global] 2023-01-25T06:53:45.789 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout fsid = e3e3dd98-9c7c-11ed-9e56-001a4aab830c 2023-01-25T06:53:45.789 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.88:3300,v1:172.21.15.88:6789] 2023-01-25T06:53:45.789 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2023-01-25T06:53:45.789 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2023-01-25T06:53:45.790 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2023-01-25T06:53:45.790 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2023-01-25T06:53:45.790 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout 2023-01-25T06:53:45.790 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout [mgr] 2023-01-25T06:53:45.791 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2023-01-25T06:53:45.791 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout 2023-01-25T06:53:45.791 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout [osd] 2023-01-25T06:53:45.792 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2023-01-25T06:53:45.792 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2023-01-25T06:53:45.793 INFO:teuthology.orchestra.run.smithi088.stdout:Generating new minimal ceph.conf... 2023-01-25T06:53:47.387 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:47 smithi088 bash[20524]: audit 1674629627.035097 mon.smithi088 (mon.0) 10 : audit 0 from='client.? 172.21.15.88:0/885797608' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-01-25T06:53:47.678 INFO:teuthology.orchestra.run.smithi088.stdout:Restarting the monitor... 2023-01-25T06:53:47.997 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:47 smithi088 systemd[1]: Stopping Ceph mon.smithi088 for e3e3dd98-9c7c-11ed-9e56-001a4aab830c... 2023-01-25T06:53:47.997 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:47 smithi088 bash[20524]: debug 2023-01-25T06:53:47.890+0000 7fad3a28c700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.smithi088 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2023-01-25T06:53:47.998 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:47 smithi088 bash[20524]: debug 2023-01-25T06:53:47.890+0000 7fad3a28c700 -1 mon.smithi088@0(leader) e1 *** Got Signal Terminated *** 2023-01-25T06:53:48.608 INFO:teuthology.orchestra.run.smithi088.stdout:Setting mon public_network to 172.21.15.254/32,172.21.0.0/20 2023-01-25T06:53:48.887 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:48 smithi088 bash[20945]: ceph-e3e3dd98-9c7c-11ed-9e56-001a4aab830c-mon-smithi088 2023-01-25T06:53:48.888 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:48 smithi088 systemd[1]: ceph-e3e3dd98-9c7c-11ed-9e56-001a4aab830c@mon.smithi088.service: Succeeded. 2023-01-25T06:53:48.888 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:48 smithi088 systemd[1]: Stopped Ceph mon.smithi088 for e3e3dd98-9c7c-11ed-9e56-001a4aab830c. 2023-01-25T06:53:48.888 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:48 smithi088 systemd[1]: Started Ceph mon.smithi088 for e3e3dd98-9c7c-11ed-9e56-001a4aab830c. 2023-01-25T06:53:50.138 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: debug 2023-01-25T06:53:50.018+0000 7f3fca0f0c00 0 set uid:gid to 167:167 (ceph:ceph) 2023-01-25T06:53:50.138 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: debug 2023-01-25T06:53:50.018+0000 7f3fca0f0c00 0 ceph version 18.0.0-1963-g61996d73 (61996d73ab738798e4ee0055c86457f5c459da4a) reef (dev), process ceph-mon, pid 7 2023-01-25T06:53:50.139 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: debug 2023-01-25T06:53:50.018+0000 7f3fca0f0c00 0 pidfile_write: ignore empty --pid-file 2023-01-25T06:53:50.139 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: debug 2023-01-25T06:53:50.026+0000 7f3fca0f0c00 0 load: jerasure load: lrc 2023-01-25T06:53:50.139 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: debug 2023-01-25T06:53:50.026+0000 7f3fca0f0c00 4 rocksdb: RocksDB version: 6.15.5 2023-01-25T06:53:50.139 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: debug 2023-01-25T06:53:50.026+0000 7f3fca0f0c00 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-01-25T06:53:50.139 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: debug 2023-01-25T06:53:50.026+0000 7f3fca0f0c00 4 rocksdb: Compile date Jan 23 2023 2023-01-25T06:53:50.140 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: debug 2023-01-25T06:53:50.026+0000 7f3fca0f0c00 4 rocksdb: DB SUMMARY 2023-01-25T06:53:50.140 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: debug 2023-01-25T06:53:50.026+0000 7f3fca0f0c00 4 rocksdb: DB Session ID: PRDJ0936NC8VWH5PLXKG 2023-01-25T06:53:50.140 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: debug 2023-01-25T06:53:50.026+0000 7f3fca0f0c00 4 rocksdb: CURRENT file: CURRENT 2023-01-25T06:53:50.140 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: debug 2023-01-25T06:53:50.026+0000 7f3fca0f0c00 4 rocksdb: IDENTITY file: IDENTITY 2023-01-25T06:53:50.140 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: debug 2023-01-25T06:53:50.026+0000 7f3fca0f0c00 4 rocksdb: MANIFEST file: MANIFEST-000009 size: 131 Bytes 2023-01-25T06:53:50.141 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: debug 2023-01-25T06:53:50.026+0000 7f3fca0f0c00 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi088/store.db dir, Total Num: 1, files: 000008.sst 2023-01-25T06:53:50.141 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: debug 2023-01-25T06:53:50.026+0000 7f3fca0f0c00 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi088/store.db: 000010.log size: 83641 ; 2023-01-25T06:53:50.141 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: debug 2023-01-25T06:53:50.026+0000 7f3fca0f0c00 4 rocksdb: Options.error_if_exists: 0 2023-01-25T06:53:50.141 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: debug 2023-01-25T06:53:50.026+0000 7f3fca0f0c00 4 rocksdb: Options.create_if_missing: 0 2023-01-25T06:53:50.141 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: debug 2023-01-25T06:53:50.026+0000 7f3fca0f0c00 4 rocksdb: Options.paranoid_checks: 1 2023-01-25T06:53:50.142 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: debug 2023-01-25T06:53:50.026+0000 7f3fca0f0c00 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2023-01-25T06:53:50.142 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: debug 2023-01-25T06:53:50.026+0000 7f3fca0f0c00 4 rocksdb: Options.env: 0x560e4aaf83a0 2023-01-25T06:53:50.142 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: debug 2023-01-25T06:53:50.026+0000 7f3fca0f0c00 4 rocksdb: Options.fs: Posix File System 2023-01-25T06:53:50.143 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: debug 2023-01-25T06:53:50.026+0000 7f3fca0f0c00 4 rocksdb: Options.info_log: 0x560e4c888220 2023-01-25T06:53:50.143 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: debug 2023-01-25T06:53:50.026+0000 7f3fca0f0c00 4 rocksdb: Options.max_file_opening_threads: 16 2023-01-25T06:53:50.143 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: debug 2023-01-25T06:53:50.026+0000 7f3fca0f0c00 4 rocksdb: Options.statistics: (nil) 2023-01-25T06:53:50.143 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: debug 2023-01-25T06:53:50.026+0000 7f3fca0f0c00 4 rocksdb: Options.use_fsync: 0 2023-01-25T06:53:50.144 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: debug 2023-01-25T06:53:50.026+0000 7f3fca0f0c00 4 rocksdb: Options.max_log_file_size: 0 2023-01-25T06:53:50.144 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: debug 2023-01-25T06:53:50.026+0000 7f3fca0f0c00 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-01-25T06:53:50.144 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: debug 2023-01-25T06:53:50.026+0000 7f3fca0f0c00 4 rocksdb: Options.log_file_time_to_roll: 0 2023-01-25T06:53:50.144 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: debug 2023-01-25T06:53:50.026+0000 7f3fca0f0c00 4 rocksdb: Options.keep_log_file_num: 1000 2023-01-25T06:53:50.144 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: debug 2023-01-25T06:53:50.026+0000 7f3fca0f0c00 4 rocksdb: Options.recycle_log_file_num: 0 2023-01-25T06:53:50.145 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: debug 2023-01-25T06:53:50.026+0000 7f3fca0f0c00 4 rocksdb: Options.allow_fallocate: 1 2023-01-25T06:53:50.146 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: debug 2023-01-25T06:53:50.026+0000 7f3fca0f0c00 4 rocksdb: Options.allow_mmap_reads: 0 2023-01-25T06:53:50.146 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: debug 2023-01-25T06:53:50.026+0000 7f3fca0f0c00 4 rocksdb: Options.allow_mmap_writes: 0 2023-01-25T06:53:50.146 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: debug 2023-01-25T06:53:50.026+0000 7f3fca0f0c00 4 rocksdb: Options.use_direct_reads: 0 2023-01-25T06:53:50.146 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: debug 2023-01-25T06:53:50.026+0000 7f3fca0f0c00 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-01-25T06:53:50.146 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: debug 2023-01-25T06:53:50.026+0000 7f3fca0f0c00 4 rocksdb: Options.create_missing_column_families: 0 2023-01-25T06:53:50.147 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: debug 2023-01-25T06:53:50.026+0000 7f3fca0f0c00 4 rocksdb: Options.db_log_dir: 2023-01-25T06:53:50.147 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: debug 2023-01-25T06:53:50.026+0000 7f3fca0f0c00 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi088/store.db 2023-01-25T06:53:50.147 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: debug 2023-01-25T06:53:50.026+0000 7f3fca0f0c00 4 rocksdb: Options.table_cache_numshardbits: 6 2023-01-25T06:53:50.147 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: debug 2023-01-25T06:53:50.026+0000 7f3fca0f0c00 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-01-25T06:53:50.147 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: debug 2023-01-25T06:53:50.026+0000 7f3fca0f0c00 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-01-25T06:53:50.148 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: debug 2023-01-25T06:53:50.026+0000 7f3fca0f0c00 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-01-25T06:53:50.148 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: debug 2023-01-25T06:53:50.026+0000 7f3fca0f0c00 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-01-25T06:53:50.148 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: debug 2023-01-25T06:53:50.026+0000 7f3fca0f0c00 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-01-25T06:53:50.148 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: debug 2023-01-25T06:53:50.026+0000 7f3fca0f0c00 4 rocksdb: Options.advise_random_on_open: 1 2023-01-25T06:53:50.149 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: debug 2023-01-25T06:53:50.026+0000 7f3fca0f0c00 4 rocksdb: Options.db_write_buffer_size: 0 2023-01-25T06:53:50.149 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: debug 2023-01-25T06:53:50.026+0000 7f3fca0f0c00 4 rocksdb: Options.write_buffer_manager: 0x560e4ca74ff0 2023-01-25T06:53:50.149 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: debug 2023-01-25T06:53:50.026+0000 7f3fca0f0c00 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-01-25T06:53:50.149 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: debug 2023-01-25T06:53:50.026+0000 7f3fca0f0c00 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-01-25T06:53:50.149 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: debug 2023-01-25T06:53:50.026+0000 7f3fca0f0c00 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-01-25T06:53:50.150 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: debug 2023-01-25T06:53:50.026+0000 7f3fca0f0c00 4 rocksdb: Options.use_adaptive_mutex: 0 2023-01-25T06:53:50.150 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: debug 2023-01-25T06:53:50.026+0000 7f3fca0f0c00 4 rocksdb: Options.rate_limiter: (nil) 2023-01-25T06:53:50.150 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: debug 2023-01-25T06:53:50.026+0000 7f3fca0f0c00 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-01-25T06:53:50.150 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: debug 2023-01-25T06:53:50.026+0000 7f3fca0f0c00 4 rocksdb: Options.wal_recovery_mode: 2 2023-01-25T06:53:50.150 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: debug 2023-01-25T06:53:50.026+0000 7f3fca0f0c00 4 rocksdb: Options.enable_thread_tracking: 0 2023-01-25T06:53:50.153 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: debug 2023-01-25T06:53:50.026+0000 7f3fca0f0c00 4 rocksdb: Options.enable_pipelined_write: 0 2023-01-25T06:53:50.153 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: debug 2023-01-25T06:53:50.026+0000 7f3fca0f0c00 4 rocksdb: Options.unordered_write: 0 2023-01-25T06:53:50.153 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: debug 2023-01-25T06:53:50.026+0000 7f3fca0f0c00 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-01-25T06:53:50.153 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: debug 2023-01-25T06:53:50.026+0000 7f3fca0f0c00 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-01-25T06:53:50.153 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: debug 2023-01-25T06:53:50.026+0000 7f3fca0f0c00 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-01-25T06:53:50.154 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: debug 2023-01-25T06:53:50.026+0000 7f3fca0f0c00 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-01-25T06:53:50.154 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: debug 2023-01-25T06:53:50.026+0000 7f3fca0f0c00 4 rocksdb: Options.row_cache: None 2023-01-25T06:53:50.154 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: debug 2023-01-25T06:53:50.026+0000 7f3fca0f0c00 4 rocksdb: Options.wal_filter: None 2023-01-25T06:53:50.154 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: debug 2023-01-25T06:53:50.026+0000 7f3fca0f0c00 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-01-25T06:53:50.154 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: debug 2023-01-25T06:53:50.026+0000 7f3fca0f0c00 4 rocksdb: Options.allow_ingest_behind: 0 2023-01-25T06:53:50.155 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: debug 2023-01-25T06:53:50.026+0000 7f3fca0f0c00 4 rocksdb: Options.preserve_deletes: 0 2023-01-25T06:53:50.155 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: debug 2023-01-25T06:53:50.026+0000 7f3fca0f0c00 4 rocksdb: Options.two_write_queues: 0 2023-01-25T06:53:50.155 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: debug 2023-01-25T06:53:50.026+0000 7f3fca0f0c00 4 rocksdb: Options.manual_wal_flush: 0 2023-01-25T06:53:50.155 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: debug 2023-01-25T06:53:50.026+0000 7f3fca0f0c00 4 rocksdb: Options.atomic_flush: 0 2023-01-25T06:53:50.155 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: debug 2023-01-25T06:53:50.026+0000 7f3fca0f0c00 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-01-25T06:53:50.156 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: debug 2023-01-25T06:53:50.026+0000 7f3fca0f0c00 4 rocksdb: Options.persist_stats_to_disk: 0 2023-01-25T06:53:50.156 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: debug 2023-01-25T06:53:50.026+0000 7f3fca0f0c00 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-01-25T06:53:50.156 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: debug 2023-01-25T06:53:50.026+0000 7f3fca0f0c00 4 rocksdb: Options.log_readahead_size: 0 2023-01-25T06:53:50.156 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: debug 2023-01-25T06:53:50.026+0000 7f3fca0f0c00 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2023-01-25T06:53:50.156 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: debug 2023-01-25T06:53:50.026+0000 7f3fca0f0c00 4 rocksdb: Options.best_efforts_recovery: 0 2023-01-25T06:53:50.157 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: debug 2023-01-25T06:53:50.026+0000 7f3fca0f0c00 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2023-01-25T06:53:50.157 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: debug 2023-01-25T06:53:50.026+0000 7f3fca0f0c00 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2023-01-25T06:53:50.157 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: debug 2023-01-25T06:53:50.026+0000 7f3fca0f0c00 4 rocksdb: Options.allow_data_in_errors: 0 2023-01-25T06:53:50.157 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: debug 2023-01-25T06:53:50.026+0000 7f3fca0f0c00 4 rocksdb: Options.db_host_id: __hostname__ 2023-01-25T06:53:50.157 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: debug 2023-01-25T06:53:50.026+0000 7f3fca0f0c00 4 rocksdb: Options.max_background_jobs: 2 2023-01-25T06:53:50.157 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: debug 2023-01-25T06:53:50.026+0000 7f3fca0f0c00 4 rocksdb: Options.max_background_compactions: -1 2023-01-25T06:53:50.158 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: debug 2023-01-25T06:53:50.026+0000 7f3fca0f0c00 4 rocksdb: Options.max_subcompactions: 1 2023-01-25T06:53:50.158 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: debug 2023-01-25T06:53:50.026+0000 7f3fca0f0c00 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-01-25T06:53:50.158 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: debug 2023-01-25T06:53:50.026+0000 7f3fca0f0c00 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-01-25T06:53:50.158 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: debug 2023-01-25T06:53:50.026+0000 7f3fca0f0c00 4 rocksdb: Options.delayed_write_rate : 16777216 2023-01-25T06:53:50.158 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: debug 2023-01-25T06:53:50.026+0000 7f3fca0f0c00 4 rocksdb: Options.max_total_wal_size: 0 2023-01-25T06:53:50.159 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: debug 2023-01-25T06:53:50.026+0000 7f3fca0f0c00 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-01-25T06:53:50.159 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: debug 2023-01-25T06:53:50.026+0000 7f3fca0f0c00 4 rocksdb: Options.stats_dump_period_sec: 600 2023-01-25T06:53:50.159 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: debug 2023-01-25T06:53:50.026+0000 7f3fca0f0c00 4 rocksdb: Options.stats_persist_period_sec: 600 2023-01-25T06:53:50.159 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: debug 2023-01-25T06:53:50.026+0000 7f3fca0f0c00 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-01-25T06:53:50.159 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: debug 2023-01-25T06:53:50.026+0000 7f3fca0f0c00 4 rocksdb: Options.max_open_files: -1 2023-01-25T06:53:50.160 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: debug 2023-01-25T06:53:50.026+0000 7f3fca0f0c00 4 rocksdb: Options.bytes_per_sync: 0 2023-01-25T06:53:50.160 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: debug 2023-01-25T06:53:50.026+0000 7f3fca0f0c00 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-01-25T06:53:50.160 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: debug 2023-01-25T06:53:50.026+0000 7f3fca0f0c00 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-01-25T06:53:50.160 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: debug 2023-01-25T06:53:50.026+0000 7f3fca0f0c00 4 rocksdb: Options.compaction_readahead_size: 0 2023-01-25T06:53:50.160 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: debug 2023-01-25T06:53:50.026+0000 7f3fca0f0c00 4 rocksdb: Options.max_background_flushes: -1 2023-01-25T06:53:50.161 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: debug 2023-01-25T06:53:50.026+0000 7f3fca0f0c00 4 rocksdb: Compression algorithms supported: 2023-01-25T06:53:50.161 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: debug 2023-01-25T06:53:50.026+0000 7f3fca0f0c00 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-01-25T06:53:50.161 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: debug 2023-01-25T06:53:50.026+0000 7f3fca0f0c00 4 rocksdb: kZSTD supported: 0 2023-01-25T06:53:50.161 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: debug 2023-01-25T06:53:50.026+0000 7f3fca0f0c00 4 rocksdb: kXpressCompression supported: 0 2023-01-25T06:53:50.161 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: debug 2023-01-25T06:53:50.026+0000 7f3fca0f0c00 4 rocksdb: kLZ4HCCompression supported: 1 2023-01-25T06:53:50.161 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: debug 2023-01-25T06:53:50.026+0000 7f3fca0f0c00 4 rocksdb: kZlibCompression supported: 1 2023-01-25T06:53:50.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: debug 2023-01-25T06:53:50.026+0000 7f3fca0f0c00 4 rocksdb: kSnappyCompression supported: 1 2023-01-25T06:53:50.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: debug 2023-01-25T06:53:50.026+0000 7f3fca0f0c00 4 rocksdb: kLZ4Compression supported: 1 2023-01-25T06:53:50.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: debug 2023-01-25T06:53:50.026+0000 7f3fca0f0c00 4 rocksdb: kBZip2Compression supported: 0 2023-01-25T06:53:50.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: debug 2023-01-25T06:53:50.026+0000 7f3fca0f0c00 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-01-25T06:53:50.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: debug 2023-01-25T06:53:50.026+0000 7f3fca0f0c00 4 rocksdb: [db/version_set.cc:4724] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi088/store.db/MANIFEST-000009 2023-01-25T06:53:50.163 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: debug 2023-01-25T06:53:50.026+0000 7f3fca0f0c00 4 rocksdb: [db/column_family.cc:595] --------------- Options for column family [default]: 2023-01-25T06:53:50.163 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: debug 2023-01-25T06:53:50.026+0000 7f3fca0f0c00 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-01-25T06:53:50.163 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: debug 2023-01-25T06:53:50.026+0000 7f3fca0f0c00 4 rocksdb: Options.merge_operator: 2023-01-25T06:53:50.163 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: debug 2023-01-25T06:53:50.026+0000 7f3fca0f0c00 4 rocksdb: Options.compaction_filter: None 2023-01-25T06:53:50.163 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: debug 2023-01-25T06:53:50.026+0000 7f3fca0f0c00 4 rocksdb: Options.compaction_filter_factory: None 2023-01-25T06:53:50.164 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: debug 2023-01-25T06:53:50.026+0000 7f3fca0f0c00 4 rocksdb: Options.sst_partitioner_factory: None 2023-01-25T06:53:50.164 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: debug 2023-01-25T06:53:50.026+0000 7f3fca0f0c00 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-01-25T06:53:50.164 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: debug 2023-01-25T06:53:50.026+0000 7f3fca0f0c00 4 rocksdb: Options.table_factory: BlockBasedTable 2023-01-25T06:53:50.164 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: debug 2023-01-25T06:53:50.026+0000 7f3fca0f0c00 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x560e4c783b48) 2023-01-25T06:53:50.164 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: cache_index_and_filter_blocks: 1 2023-01-25T06:53:50.165 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: cache_index_and_filter_blocks_with_high_priority: 0 2023-01-25T06:53:50.165 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: pin_l0_filter_and_index_blocks_in_cache: 0 2023-01-25T06:53:50.165 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: pin_top_level_index_and_filter: 1 2023-01-25T06:53:50.165 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: index_type: 0 2023-01-25T06:53:50.165 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: data_block_index_type: 0 2023-01-25T06:53:50.165 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: index_shortening: 1 2023-01-25T06:53:50.166 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: data_block_hash_table_util_ratio: 0.750000 2023-01-25T06:53:50.166 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: hash_index_allow_collision: 1 2023-01-25T06:53:50.166 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: checksum: 1 2023-01-25T06:53:50.166 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: no_block_cache: 0 2023-01-25T06:53:50.166 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: block_cache: 0x560e4c83f350 2023-01-25T06:53:50.167 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: block_cache_name: BinnedLRUCache 2023-01-25T06:53:50.167 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: block_cache_options: 2023-01-25T06:53:50.167 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: capacity : 536870912 2023-01-25T06:53:50.167 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: num_shard_bits : 4 2023-01-25T06:53:50.167 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: strict_capacity_limit : 0 2023-01-25T06:53:50.168 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: high_pri_pool_ratio: 0.000 2023-01-25T06:53:50.168 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: block_cache_compressed: (nil) 2023-01-25T06:53:50.168 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: persistent_cache: (nil) 2023-01-25T06:53:50.168 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: block_size: 4096 2023-01-25T06:53:50.168 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: block_size_deviation: 10 2023-01-25T06:53:50.169 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: block_restart_interval: 16 2023-01-25T06:53:50.169 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: index_block_restart_interval: 1 2023-01-25T06:53:50.169 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: metadata_block_size: 4096 2023-01-25T06:53:50.169 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: partition_filters: 0 2023-01-25T06:53:50.169 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: use_delta_encoding: 1 2023-01-25T06:53:50.170 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: filter_policy: rocksdb.BuiltinBloomFilter 2023-01-25T06:53:50.170 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: whole_key_filtering: 1 2023-01-25T06:53:50.170 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: verify_compression: 0 2023-01-25T06:53:50.170 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: read_amp_bytes_per_bit: 0 2023-01-25T06:53:50.170 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: format_version: 4 2023-01-25T06:53:50.171 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: enable_index_compression: 1 2023-01-25T06:53:50.171 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: block_align: 0 2023-01-25T06:53:50.171 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: debug 2023-01-25T06:53:50.026+0000 7f3fca0f0c00 4 rocksdb: Options.write_buffer_size: 33554432 2023-01-25T06:53:50.171 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: debug 2023-01-25T06:53:50.026+0000 7f3fca0f0c00 4 rocksdb: Options.max_write_buffer_number: 2 2023-01-25T06:53:50.171 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: debug 2023-01-25T06:53:50.026+0000 7f3fca0f0c00 4 rocksdb: Options.compression: NoCompression 2023-01-25T06:53:50.172 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: debug 2023-01-25T06:53:50.026+0000 7f3fca0f0c00 4 rocksdb: Options.bottommost_compression: Disabled 2023-01-25T06:53:50.172 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: debug 2023-01-25T06:53:50.026+0000 7f3fca0f0c00 4 rocksdb: Options.prefix_extractor: nullptr 2023-01-25T06:53:50.172 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: debug 2023-01-25T06:53:50.026+0000 7f3fca0f0c00 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-01-25T06:53:50.172 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: debug 2023-01-25T06:53:50.026+0000 7f3fca0f0c00 4 rocksdb: Options.num_levels: 7 2023-01-25T06:53:50.172 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: debug 2023-01-25T06:53:50.026+0000 7f3fca0f0c00 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-01-25T06:53:50.173 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: debug 2023-01-25T06:53:50.026+0000 7f3fca0f0c00 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-01-25T06:53:50.173 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: debug 2023-01-25T06:53:50.026+0000 7f3fca0f0c00 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-01-25T06:53:50.173 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: debug 2023-01-25T06:53:50.026+0000 7f3fca0f0c00 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-01-25T06:53:50.173 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: debug 2023-01-25T06:53:50.026+0000 7f3fca0f0c00 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-01-25T06:53:50.173 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: debug 2023-01-25T06:53:50.026+0000 7f3fca0f0c00 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-01-25T06:53:50.173 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: debug 2023-01-25T06:53:50.026+0000 7f3fca0f0c00 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-01-25T06:53:50.174 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: debug 2023-01-25T06:53:50.026+0000 7f3fca0f0c00 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-01-25T06:53:50.174 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: debug 2023-01-25T06:53:50.026+0000 7f3fca0f0c00 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2023-01-25T06:53:50.174 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: debug 2023-01-25T06:53:50.026+0000 7f3fca0f0c00 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-01-25T06:53:50.174 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: debug 2023-01-25T06:53:50.026+0000 7f3fca0f0c00 4 rocksdb: Options.compression_opts.window_bits: -14 2023-01-25T06:53:50.174 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: debug 2023-01-25T06:53:50.026+0000 7f3fca0f0c00 4 rocksdb: Options.compression_opts.level: 32767 2023-01-25T06:53:50.175 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: debug 2023-01-25T06:53:50.026+0000 7f3fca0f0c00 4 rocksdb: Options.compression_opts.strategy: 0 2023-01-25T06:53:50.175 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: debug 2023-01-25T06:53:50.026+0000 7f3fca0f0c00 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-01-25T06:53:50.175 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: debug 2023-01-25T06:53:50.026+0000 7f3fca0f0c00 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-01-25T06:53:50.175 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: debug 2023-01-25T06:53:50.026+0000 7f3fca0f0c00 4 rocksdb: Options.compression_opts.parallel_threads: 1 2023-01-25T06:53:50.175 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: debug 2023-01-25T06:53:50.026+0000 7f3fca0f0c00 4 rocksdb: Options.compression_opts.enabled: false 2023-01-25T06:53:50.176 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: debug 2023-01-25T06:53:50.026+0000 7f3fca0f0c00 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-01-25T06:53:50.176 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: debug 2023-01-25T06:53:50.026+0000 7f3fca0f0c00 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-01-25T06:53:50.176 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: debug 2023-01-25T06:53:50.026+0000 7f3fca0f0c00 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-01-25T06:53:50.176 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: debug 2023-01-25T06:53:50.026+0000 7f3fca0f0c00 4 rocksdb: Options.target_file_size_base: 67108864 2023-01-25T06:53:50.176 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: debug 2023-01-25T06:53:50.026+0000 7f3fca0f0c00 4 rocksdb: Options.target_file_size_multiplier: 1 2023-01-25T06:53:50.177 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: debug 2023-01-25T06:53:50.026+0000 7f3fca0f0c00 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-01-25T06:53:50.177 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: debug 2023-01-25T06:53:50.026+0000 7f3fca0f0c00 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-01-25T06:53:50.177 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: debug 2023-01-25T06:53:50.026+0000 7f3fca0f0c00 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-01-25T06:53:50.177 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: debug 2023-01-25T06:53:50.026+0000 7f3fca0f0c00 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-01-25T06:53:50.177 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: debug 2023-01-25T06:53:50.026+0000 7f3fca0f0c00 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-01-25T06:53:50.178 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: debug 2023-01-25T06:53:50.026+0000 7f3fca0f0c00 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-01-25T06:53:50.178 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: debug 2023-01-25T06:53:50.026+0000 7f3fca0f0c00 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-01-25T06:53:50.178 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: debug 2023-01-25T06:53:50.026+0000 7f3fca0f0c00 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-01-25T06:53:50.178 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: debug 2023-01-25T06:53:50.026+0000 7f3fca0f0c00 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-01-25T06:53:50.178 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: debug 2023-01-25T06:53:50.026+0000 7f3fca0f0c00 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-01-25T06:53:50.179 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: debug 2023-01-25T06:53:50.026+0000 7f3fca0f0c00 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-01-25T06:53:50.179 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: debug 2023-01-25T06:53:50.026+0000 7f3fca0f0c00 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-01-25T06:53:50.179 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: debug 2023-01-25T06:53:50.026+0000 7f3fca0f0c00 4 rocksdb: Options.arena_block_size: 4194304 2023-01-25T06:53:50.179 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: debug 2023-01-25T06:53:50.026+0000 7f3fca0f0c00 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-01-25T06:53:50.179 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: debug 2023-01-25T06:53:50.026+0000 7f3fca0f0c00 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-01-25T06:53:50.179 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: debug 2023-01-25T06:53:50.026+0000 7f3fca0f0c00 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-01-25T06:53:50.180 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: debug 2023-01-25T06:53:50.026+0000 7f3fca0f0c00 4 rocksdb: Options.disable_auto_compactions: 0 2023-01-25T06:53:50.180 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: debug 2023-01-25T06:53:50.026+0000 7f3fca0f0c00 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-01-25T06:53:50.180 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: debug 2023-01-25T06:53:50.026+0000 7f3fca0f0c00 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-01-25T06:53:50.180 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: debug 2023-01-25T06:53:50.026+0000 7f3fca0f0c00 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-01-25T06:53:50.181 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: debug 2023-01-25T06:53:50.026+0000 7f3fca0f0c00 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-01-25T06:53:50.181 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: debug 2023-01-25T06:53:50.026+0000 7f3fca0f0c00 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-01-25T06:53:50.181 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: debug 2023-01-25T06:53:50.026+0000 7f3fca0f0c00 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-01-25T06:53:50.181 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: debug 2023-01-25T06:53:50.026+0000 7f3fca0f0c00 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-01-25T06:53:50.181 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: debug 2023-01-25T06:53:50.026+0000 7f3fca0f0c00 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-01-25T06:53:50.181 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: debug 2023-01-25T06:53:50.026+0000 7f3fca0f0c00 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-01-25T06:53:50.182 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: debug 2023-01-25T06:53:50.026+0000 7f3fca0f0c00 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-01-25T06:53:50.182 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: debug 2023-01-25T06:53:50.026+0000 7f3fca0f0c00 4 rocksdb: Options.table_properties_collectors: 2023-01-25T06:53:50.182 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: debug 2023-01-25T06:53:50.026+0000 7f3fca0f0c00 4 rocksdb: Options.inplace_update_support: 0 2023-01-25T06:53:50.182 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: debug 2023-01-25T06:53:50.026+0000 7f3fca0f0c00 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-01-25T06:53:50.182 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: debug 2023-01-25T06:53:50.026+0000 7f3fca0f0c00 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-01-25T06:53:50.183 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: debug 2023-01-25T06:53:50.026+0000 7f3fca0f0c00 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-01-25T06:53:50.183 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: debug 2023-01-25T06:53:50.026+0000 7f3fca0f0c00 4 rocksdb: Options.memtable_huge_page_size: 0 2023-01-25T06:53:50.183 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: debug 2023-01-25T06:53:50.026+0000 7f3fca0f0c00 4 rocksdb: Options.bloom_locality: 0 2023-01-25T06:53:50.183 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: debug 2023-01-25T06:53:50.026+0000 7f3fca0f0c00 4 rocksdb: Options.max_successive_merges: 0 2023-01-25T06:53:50.183 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: debug 2023-01-25T06:53:50.026+0000 7f3fca0f0c00 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-01-25T06:53:50.184 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: debug 2023-01-25T06:53:50.026+0000 7f3fca0f0c00 4 rocksdb: Options.paranoid_file_checks: 0 2023-01-25T06:53:50.184 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: debug 2023-01-25T06:53:50.026+0000 7f3fca0f0c00 4 rocksdb: Options.force_consistency_checks: 1 2023-01-25T06:53:50.184 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: debug 2023-01-25T06:53:50.026+0000 7f3fca0f0c00 4 rocksdb: Options.report_bg_io_stats: 0 2023-01-25T06:53:50.184 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: debug 2023-01-25T06:53:50.026+0000 7f3fca0f0c00 4 rocksdb: Options.ttl: 2592000 2023-01-25T06:53:50.184 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: debug 2023-01-25T06:53:50.026+0000 7f3fca0f0c00 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-01-25T06:53:50.185 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: debug 2023-01-25T06:53:50.026+0000 7f3fca0f0c00 4 rocksdb: Options.enable_blob_files: false 2023-01-25T06:53:50.185 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: debug 2023-01-25T06:53:50.026+0000 7f3fca0f0c00 4 rocksdb: Options.min_blob_size: 0 2023-01-25T06:53:50.185 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: debug 2023-01-25T06:53:50.026+0000 7f3fca0f0c00 4 rocksdb: Options.blob_file_size: 268435456 2023-01-25T06:53:50.185 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: debug 2023-01-25T06:53:50.026+0000 7f3fca0f0c00 4 rocksdb: Options.blob_compression_type: NoCompression 2023-01-25T06:53:50.185 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: debug 2023-01-25T06:53:50.026+0000 7f3fca0f0c00 4 rocksdb: Options.enable_blob_garbage_collection: false 2023-01-25T06:53:50.185 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: debug 2023-01-25T06:53:50.026+0000 7f3fca0f0c00 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2023-01-25T06:53:50.186 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: debug 2023-01-25T06:53:50.026+0000 7f3fca0f0c00 4 rocksdb: [db/version_set.cc:4764] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi088/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-25T06:53:50.186 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: debug 2023-01-25T06:53:50.026+0000 7f3fca0f0c00 4 rocksdb: [db/version_set.cc:4779] Column family [default] (ID 0), log number is 5 2023-01-25T06:53:50.186 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: debug 2023-01-25T06:53:50.026+0000 7f3fca0f0c00 4 rocksdb: [db/version_set.cc:4082] Creating manifest 13 2023-01-25T06:53:50.186 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: debug 2023-01-25T06:53:50.030+0000 7f3fca0f0c00 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1674629630034524, "job": 1, "event": "recovery_started", "wal_files": [10]} 2023-01-25T06:53:50.186 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: debug 2023-01-25T06:53:50.030+0000 7f3fca0f0c00 4 rocksdb: [db/db_impl/db_impl_open.cc:845] Recovering log #10 mode 2 2023-01-25T06:53:50.187 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: debug 2023-01-25T06:53:50.030+0000 7f3fca0f0c00 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-25T06:53:50.187 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: debug 2023-01-25T06:53:50.030+0000 7f3fca0f0c00 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1674629630035831, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 14, "file_size": 80185, "file_checksum": "", "file_checksum_func_name": "Unknown", "table_properties": {"data_size": 78446, "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": 72864, "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": 1674629630, "oldest_key_time": 0, "file_creation_time": 0, "db_id": "253ee595-ca05-432d-b947-0a91d64ebfc3", "db_session_id": "PRDJ0936NC8VWH5PLXKG"}} 2023-01-25T06:53:50.187 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: debug 2023-01-25T06:53:50.030+0000 7f3fca0f0c00 4 rocksdb: [db/version_set.cc:4082] Creating manifest 15 2023-01-25T06:53:50.187 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: debug 2023-01-25T06:53:50.030+0000 7f3fca0f0c00 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1674629630036356, "job": 1, "event": "recovery_finished"} 2023-01-25T06:53:50.187 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: debug 2023-01-25T06:53:50.030+0000 7f3fca0f0c00 4 rocksdb: [file/delete_scheduler.cc:69] Deleted file /var/lib/ceph/mon/ceph-smithi088/store.db/000010.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2023-01-25T06:53:50.188 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: debug 2023-01-25T06:53:50.030+0000 7f3fca0f0c00 4 rocksdb: [db/db_impl/db_impl_open.cc:1700] SstFileManager instance 0x560e4c7d3880 2023-01-25T06:53:50.188 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: debug 2023-01-25T06:53:50.030+0000 7f3fca0f0c00 4 rocksdb: DB pointer 0x560e4c804000 2023-01-25T06:53:50.188 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: debug 2023-01-25T06:53:50.030+0000 7f3fb721f700 4 rocksdb: [db/db_impl/db_impl.cc:901] ------- DUMPING STATS ------- 2023-01-25T06:53:50.188 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: debug 2023-01-25T06:53:50.030+0000 7f3fb721f700 4 rocksdb: [db/db_impl/db_impl.cc:903] 2023-01-25T06:53:50.188 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: ** DB Stats ** 2023-01-25T06:53:50.189 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: Uptime(secs): 0.0 total, 0.0 interval 2023-01-25T06:53:50.189 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: 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-25T06:53:50.189 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-01-25T06:53:50.189 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-01-25T06:53:50.189 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: 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-25T06:53:50.190 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-01-25T06:53:50.190 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-01-25T06:53:50.190 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: ** Compaction Stats [default] ** 2023-01-25T06:53:50.190 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: 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-25T06:53:50.190 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-01-25T06:53:50.191 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: L0 2/0 80.10 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 93.4 0.00 0.00 1 0.001 0 0 2023-01-25T06:53:50.191 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: Sum 2/0 80.10 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 93.4 0.00 0.00 1 0.001 0 0 2023-01-25T06:53:50.191 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 93.4 0.00 0.00 1 0.001 0 0 2023-01-25T06:53:50.191 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: ** Compaction Stats [default] ** 2023-01-25T06:53:50.191 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: 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-25T06:53:50.192 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-01-25T06:53:50.192 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 93.4 0.00 0.00 1 0.001 0 0 2023-01-25T06:53:50.192 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: Uptime(secs): 0.0 total, 0.0 interval 2023-01-25T06:53:50.192 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: Flush(GB): cumulative 0.000, interval 0.000 2023-01-25T06:53:50.192 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: AddFile(GB): cumulative 0.000, interval 0.000 2023-01-25T06:53:50.193 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: AddFile(Total Files): cumulative 0, interval 0 2023-01-25T06:53:50.193 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: AddFile(L0 Files): cumulative 0, interval 0 2023-01-25T06:53:50.193 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: AddFile(Keys): cumulative 0, interval 0 2023-01-25T06:53:50.193 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: Cumulative compaction: 0.00 GB write, 13.27 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-01-25T06:53:50.193 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: Interval compaction: 0.00 GB write, 13.27 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-01-25T06:53:50.193 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: 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-25T06:53:50.194 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: ** File Read Latency Histogram By Level [default] ** 2023-01-25T06:53:50.194 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: ** Compaction Stats [default] ** 2023-01-25T06:53:50.194 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: 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-25T06:53:50.194 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-01-25T06:53:50.194 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: L0 2/0 80.10 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 93.4 0.00 0.00 1 0.001 0 0 2023-01-25T06:53:50.195 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: Sum 2/0 80.10 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 93.4 0.00 0.00 1 0.001 0 0 2023-01-25T06:53:50.195 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: 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-25T06:53:50.195 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: ** Compaction Stats [default] ** 2023-01-25T06:53:50.195 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: 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-25T06:53:50.195 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-01-25T06:53:50.196 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 93.4 0.00 0.00 1 0.001 0 0 2023-01-25T06:53:50.196 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: Uptime(secs): 0.0 total, 0.0 interval 2023-01-25T06:53:50.196 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: Flush(GB): cumulative 0.000, interval 0.000 2023-01-25T06:53:50.196 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: AddFile(GB): cumulative 0.000, interval 0.000 2023-01-25T06:53:50.196 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: AddFile(Total Files): cumulative 0, interval 0 2023-01-25T06:53:50.197 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: AddFile(L0 Files): cumulative 0, interval 0 2023-01-25T06:53:50.197 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: AddFile(Keys): cumulative 0, interval 0 2023-01-25T06:53:50.197 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: Cumulative compaction: 0.00 GB write, 13.12 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-01-25T06:53:50.197 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: 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-25T06:53:50.197 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: 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-25T06:53:50.197 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: ** File Read Latency Histogram By Level [default] ** 2023-01-25T06:53:50.198 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: debug 2023-01-25T06:53:50.034+0000 7f3fca0f0c00 0 starting mon.smithi088 rank 0 at public addrs [v2:172.21.15.88:3300/0,v1:172.21.15.88:6789/0] at bind addrs [v2:172.21.15.88:3300/0,v1:172.21.15.88:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi088 fsid e3e3dd98-9c7c-11ed-9e56-001a4aab830c 2023-01-25T06:53:50.198 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: debug 2023-01-25T06:53:50.034+0000 7f3fca0f0c00 1 mon.smithi088@-1(???) e1 preinit fsid e3e3dd98-9c7c-11ed-9e56-001a4aab830c 2023-01-25T06:53:50.198 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: debug 2023-01-25T06:53:50.034+0000 7f3fca0f0c00 0 mon.smithi088@-1(???).mds e1 new map 2023-01-25T06:53:50.198 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: debug 2023-01-25T06:53:50.034+0000 7f3fca0f0c00 0 mon.smithi088@-1(???).mds e1 print_map 2023-01-25T06:53:50.198 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: e1 2023-01-25T06:53:50.199 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: enable_multiple, ever_enabled_multiple: 1,1 2023-01-25T06:53:50.199 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: 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-25T06:53:50.199 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: legacy client fscid: -1 2023-01-25T06:53:50.199 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: 2023-01-25T06:53:50.199 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: No filesystems configured 2023-01-25T06:53:50.200 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: debug 2023-01-25T06:53:50.034+0000 7f3fca0f0c00 0 mon.smithi088@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2023-01-25T06:53:50.200 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: debug 2023-01-25T06:53:50.034+0000 7f3fca0f0c00 0 mon.smithi088@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-01-25T06:53:50.200 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: debug 2023-01-25T06:53:50.034+0000 7f3fca0f0c00 0 mon.smithi088@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-01-25T06:53:50.200 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: debug 2023-01-25T06:53:50.034+0000 7f3fca0f0c00 0 mon.smithi088@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-01-25T06:53:50.200 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: debug 2023-01-25T06:53:50.034+0000 7f3fca0f0c00 1 mon.smithi088@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2023-01-25T06:53:50.201 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: cluster 1674629630.045503 mon.smithi088 (mon.0) 1 : cluster 1 mon.smithi088 is new leader, mons smithi088 in quorum (ranks 0) 2023-01-25T06:53:50.201 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: cluster 1674629630.0455804 mon.smithi088 (mon.0) 2 : cluster 0 monmap e1: 1 mons at {smithi088=[v2:172.21.15.88:3300/0,v1:172.21.15.88:6789/0]} removed_ranks: {} 2023-01-25T06:53:50.201 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: cluster 1674629630.0460448 mon.smithi088 (mon.0) 3 : cluster 0 fsmap 2023-01-25T06:53:50.201 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: cluster 1674629630.0460875 mon.smithi088 (mon.0) 4 : cluster 0 osdmap e1: 0 total, 0 up, 0 in 2023-01-25T06:53:50.201 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:50 smithi088 bash[21021]: cluster 1674629630.0465271 mon.smithi088 (mon.0) 5 : cluster 0 mgrmap e1: no daemons active 2023-01-25T06:53:50.999 INFO:teuthology.orchestra.run.smithi088.stdout:Wrote config to /etc/ceph/ceph.conf 2023-01-25T06:53:51.000 INFO:teuthology.orchestra.run.smithi088.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2023-01-25T06:53:51.000 INFO:teuthology.orchestra.run.smithi088.stdout:Creating mgr... 2023-01-25T06:53:51.001 INFO:teuthology.orchestra.run.smithi088.stdout:Verifying port 9283 ... 2023-01-25T06:53:51.001 INFO:teuthology.orchestra.run.smithi088.stdout:Verifying port 8765 ... 2023-01-25T06:53:51.001 INFO:teuthology.orchestra.run.smithi088.stdout:Verifying port 8443 ... 2023-01-25T06:53:51.229 INFO:teuthology.orchestra.run.smithi088.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-e3e3dd98-9c7c-11ed-9e56-001a4aab830c@mgr.smithi088.qsgnjv 2023-01-25T06:53:51.230 INFO:teuthology.orchestra.run.smithi088.stdout:systemctl: stderr Failed to reset failed state of unit ceph-e3e3dd98-9c7c-11ed-9e56-001a4aab830c@mgr.smithi088.qsgnjv.service: Unit ceph-e3e3dd98-9c7c-11ed-9e56-001a4aab830c@mgr.smithi088.qsgnjv.service not loaded. 2023-01-25T06:53:51.441 INFO:teuthology.orchestra.run.smithi088.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-e3e3dd98-9c7c-11ed-9e56-001a4aab830c.target.wants/ceph-e3e3dd98-9c7c-11ed-9e56-001a4aab830c@mgr.smithi088.qsgnjv.service -> /etc/systemd/system/ceph-e3e3dd98-9c7c-11ed-9e56-001a4aab830c@.service. 2023-01-25T06:53:51.453 INFO:teuthology.orchestra.run.smithi088.stdout:firewalld does not appear to be present 2023-01-25T06:53:51.453 INFO:teuthology.orchestra.run.smithi088.stdout:Not possible to enable service . firewalld.service is not available 2023-01-25T06:53:51.453 INFO:teuthology.orchestra.run.smithi088.stdout:firewalld does not appear to be present 2023-01-25T06:53:51.453 INFO:teuthology.orchestra.run.smithi088.stdout:Not possible to open ports <[9283, 8765, 8443]>. firewalld.service is not available 2023-01-25T06:53:51.454 INFO:teuthology.orchestra.run.smithi088.stdout:Waiting for mgr to start... 2023-01-25T06:53:51.454 INFO:teuthology.orchestra.run.smithi088.stdout:Waiting for mgr... 2023-01-25T06:53:51.554 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:51 smithi088 bash[21021]: audit 1674629630.302172 mon.smithi088 (mon.0) 6 : audit 1 from='client.? 172.21.15.88:0/1316691751' entity='client.admin' 2023-01-25T06:53:53.586 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:53 smithi088 bash[21021]: audit 1674629633.3799424 mon.smithi088 (mon.0) 7 : audit 0 from='client.? 172.21.15.88:0/179270974' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-01-25T06:53:54.017 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout 2023-01-25T06:53:54.018 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout { 2023-01-25T06:53:54.018 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "fsid": "e3e3dd98-9c7c-11ed-9e56-001a4aab830c", 2023-01-25T06:53:54.018 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "health": { 2023-01-25T06:53:54.019 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2023-01-25T06:53:54.019 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "checks": {}, 2023-01-25T06:53:54.019 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "mutes": [] 2023-01-25T06:53:54.019 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout }, 2023-01-25T06:53:54.019 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2023-01-25T06:53:54.020 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "quorum": [ 2023-01-25T06:53:54.020 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout 0 2023-01-25T06:53:54.020 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout ], 2023-01-25T06:53:54.020 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2023-01-25T06:53:54.020 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "smithi088" 2023-01-25T06:53:54.021 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout ], 2023-01-25T06:53:54.021 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "quorum_age": 3, 2023-01-25T06:53:54.021 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "monmap": { 2023-01-25T06:53:54.021 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-01-25T06:53:54.021 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "reef", 2023-01-25T06:53:54.022 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "num_mons": 1 2023-01-25T06:53:54.022 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout }, 2023-01-25T06:53:54.022 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "osdmap": { 2023-01-25T06:53:54.022 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-01-25T06:53:54.022 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2023-01-25T06:53:54.023 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2023-01-25T06:53:54.023 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2023-01-25T06:53:54.023 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2023-01-25T06:53:54.026 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2023-01-25T06:53:54.027 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2023-01-25T06:53:54.027 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout }, 2023-01-25T06:53:54.027 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "pgmap": { 2023-01-25T06:53:54.027 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2023-01-25T06:53:54.028 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2023-01-25T06:53:54.028 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2023-01-25T06:53:54.028 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2023-01-25T06:53:54.028 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2023-01-25T06:53:54.028 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2023-01-25T06:53:54.029 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2023-01-25T06:53:54.029 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2023-01-25T06:53:54.029 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout }, 2023-01-25T06:53:54.029 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "fsmap": { 2023-01-25T06:53:54.029 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-01-25T06:53:54.029 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "by_rank": [], 2023-01-25T06:53:54.030 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "up:standby": 0 2023-01-25T06:53:54.030 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout }, 2023-01-25T06:53:54.030 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "mgrmap": { 2023-01-25T06:53:54.030 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "available": false, 2023-01-25T06:53:54.030 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2023-01-25T06:53:54.031 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "modules": [ 2023-01-25T06:53:54.031 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "iostat", 2023-01-25T06:53:54.031 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "nfs", 2023-01-25T06:53:54.031 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "restful" 2023-01-25T06:53:54.031 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout ], 2023-01-25T06:53:54.031 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "services": {} 2023-01-25T06:53:54.032 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout }, 2023-01-25T06:53:54.032 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "servicemap": { 2023-01-25T06:53:54.032 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-01-25T06:53:54.032 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "modified": "2023-01-25T06:53:42.866374+0000", 2023-01-25T06:53:54.032 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "services": {} 2023-01-25T06:53:54.033 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout }, 2023-01-25T06:53:54.033 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "progress_events": {} 2023-01-25T06:53:54.033 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout } 2023-01-25T06:53:54.033 INFO:teuthology.orchestra.run.smithi088.stdout:mgr not available, waiting (1/15)... 2023-01-25T06:53:57.794 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:53:57 smithi088 bash[21021]: audit 1674629637.3846712 mon.smithi088 (mon.0) 8 : audit 0 from='client.? 172.21.15.88:0/4017648202' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-01-25T06:53:57.996 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout 2023-01-25T06:53:57.996 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout { 2023-01-25T06:53:57.996 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "fsid": "e3e3dd98-9c7c-11ed-9e56-001a4aab830c", 2023-01-25T06:53:57.997 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "health": { 2023-01-25T06:53:57.997 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2023-01-25T06:53:57.997 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "checks": {}, 2023-01-25T06:53:57.997 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "mutes": [] 2023-01-25T06:53:57.997 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout }, 2023-01-25T06:53:57.998 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2023-01-25T06:53:57.998 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "quorum": [ 2023-01-25T06:53:57.998 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout 0 2023-01-25T06:53:57.998 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout ], 2023-01-25T06:53:57.998 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2023-01-25T06:53:57.999 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "smithi088" 2023-01-25T06:53:57.999 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout ], 2023-01-25T06:53:57.999 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "quorum_age": 7, 2023-01-25T06:53:57.999 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "monmap": { 2023-01-25T06:53:57.999 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-01-25T06:53:57.999 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "reef", 2023-01-25T06:53:58.000 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "num_mons": 1 2023-01-25T06:53:58.000 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout }, 2023-01-25T06:53:58.000 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "osdmap": { 2023-01-25T06:53:58.000 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-01-25T06:53:58.000 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2023-01-25T06:53:58.001 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2023-01-25T06:53:58.001 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2023-01-25T06:53:58.001 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2023-01-25T06:53:58.001 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2023-01-25T06:53:58.001 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2023-01-25T06:53:58.002 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout }, 2023-01-25T06:53:58.002 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "pgmap": { 2023-01-25T06:53:58.002 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2023-01-25T06:53:58.002 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2023-01-25T06:53:58.002 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2023-01-25T06:53:58.003 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2023-01-25T06:53:58.003 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2023-01-25T06:53:58.003 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2023-01-25T06:53:58.003 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2023-01-25T06:53:58.003 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2023-01-25T06:53:58.004 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout }, 2023-01-25T06:53:58.004 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "fsmap": { 2023-01-25T06:53:58.004 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-01-25T06:53:58.004 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "by_rank": [], 2023-01-25T06:53:58.004 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "up:standby": 0 2023-01-25T06:53:58.005 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout }, 2023-01-25T06:53:58.005 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "mgrmap": { 2023-01-25T06:53:58.005 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "available": false, 2023-01-25T06:53:58.005 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2023-01-25T06:53:58.005 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "modules": [ 2023-01-25T06:53:58.006 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "iostat", 2023-01-25T06:53:58.006 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "nfs", 2023-01-25T06:53:58.006 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "restful" 2023-01-25T06:53:58.006 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout ], 2023-01-25T06:53:58.006 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "services": {} 2023-01-25T06:53:58.006 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout }, 2023-01-25T06:53:58.007 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "servicemap": { 2023-01-25T06:53:58.007 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-01-25T06:53:58.007 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "modified": "2023-01-25T06:53:42.866374+0000", 2023-01-25T06:53:58.007 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "services": {} 2023-01-25T06:53:58.007 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout }, 2023-01-25T06:53:58.008 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "progress_events": {} 2023-01-25T06:53:58.008 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout } 2023-01-25T06:53:58.008 INFO:teuthology.orchestra.run.smithi088.stdout:mgr not available, waiting (2/15)... 2023-01-25T06:54:01.138 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:54:01 smithi088 bash[21021]: cluster 1674629640.9325342 mon.smithi088 (mon.0) 9 : cluster 1 Activating manager daemon smithi088.qsgnjv 2023-01-25T06:54:01.138 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:54:01 smithi088 bash[21021]: cluster 1674629640.937998 mon.smithi088 (mon.0) 10 : cluster 0 mgrmap e2: smithi088.qsgnjv(active, starting, since 0.0056671s) 2023-01-25T06:54:01.138 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:54:01 smithi088 bash[21021]: audit 1674629640.9403465 mon.smithi088 (mon.0) 11 : audit 0 from='mgr.14100 172.21.15.88:0/2377223987' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-01-25T06:54:01.138 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:54:01 smithi088 bash[21021]: audit 1674629640.9406374 mon.smithi088 (mon.0) 12 : audit 0 from='mgr.14100 172.21.15.88:0/2377223987' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-01-25T06:54:01.139 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:54:01 smithi088 bash[21021]: audit 1674629640.940835 mon.smithi088 (mon.0) 13 : audit 0 from='mgr.14100 172.21.15.88:0/2377223987' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-01-25T06:54:01.139 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:54:01 smithi088 bash[21021]: audit 1674629640.9410236 mon.smithi088 (mon.0) 14 : audit 0 from='mgr.14100 172.21.15.88:0/2377223987' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "mon metadata", "id": "smithi088"}]: dispatch 2023-01-25T06:54:01.139 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:54:01 smithi088 bash[21021]: audit 1674629640.9416664 mon.smithi088 (mon.0) 15 : audit 0 from='mgr.14100 172.21.15.88:0/2377223987' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "mgr metadata", "who": "smithi088.qsgnjv", "id": "smithi088.qsgnjv"}]: dispatch 2023-01-25T06:54:01.139 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:54:01 smithi088 bash[21021]: cluster 1674629640.9700828 mon.smithi088 (mon.0) 16 : cluster 1 Manager daemon smithi088.qsgnjv is now available 2023-01-25T06:54:01.139 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:54:01 smithi088 bash[21021]: audit 1674629640.9848208 mon.smithi088 (mon.0) 17 : audit 1 from='mgr.14100 172.21.15.88:0/2377223987' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi088.qsgnjv/mirror_snapshot_schedule"}]: dispatch 2023-01-25T06:54:01.140 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:54:01 smithi088 bash[21021]: audit 1674629640.9866004 mon.smithi088 (mon.0) 18 : audit 1 from='mgr.14100 172.21.15.88:0/2377223987' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi088.qsgnjv/trash_purge_schedule"}]: dispatch 2023-01-25T06:54:01.140 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:54:01 smithi088 bash[21021]: audit 1674629640.9968534 mon.smithi088 (mon.0) 19 : audit 1 from='mgr.14100 172.21.15.88:0/2377223987' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:54:01.140 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:54:01 smithi088 bash[21021]: audit 1674629641.0012877 mon.smithi088 (mon.0) 20 : audit 1 from='mgr.14100 172.21.15.88:0/2377223987' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:54:01.140 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:54:01 smithi088 bash[21021]: audit 1674629641.0040536 mon.smithi088 (mon.0) 21 : audit 1 from='mgr.14100 172.21.15.88:0/2377223987' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:54:01.901 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout 2023-01-25T06:54:01.901 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout { 2023-01-25T06:54:01.901 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "fsid": "e3e3dd98-9c7c-11ed-9e56-001a4aab830c", 2023-01-25T06:54:01.902 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "health": { 2023-01-25T06:54:01.902 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2023-01-25T06:54:01.902 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "checks": {}, 2023-01-25T06:54:01.902 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "mutes": [] 2023-01-25T06:54:01.902 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout }, 2023-01-25T06:54:01.903 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2023-01-25T06:54:01.903 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "quorum": [ 2023-01-25T06:54:01.903 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout 0 2023-01-25T06:54:01.903 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout ], 2023-01-25T06:54:01.903 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2023-01-25T06:54:01.904 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "smithi088" 2023-01-25T06:54:01.904 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout ], 2023-01-25T06:54:01.904 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "quorum_age": 11, 2023-01-25T06:54:01.904 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "monmap": { 2023-01-25T06:54:01.904 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-01-25T06:54:01.905 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "reef", 2023-01-25T06:54:01.905 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "num_mons": 1 2023-01-25T06:54:01.905 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout }, 2023-01-25T06:54:01.905 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "osdmap": { 2023-01-25T06:54:01.906 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-01-25T06:54:01.906 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2023-01-25T06:54:01.906 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2023-01-25T06:54:01.906 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2023-01-25T06:54:01.906 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2023-01-25T06:54:01.906 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2023-01-25T06:54:01.907 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2023-01-25T06:54:01.907 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout }, 2023-01-25T06:54:01.907 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "pgmap": { 2023-01-25T06:54:01.907 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2023-01-25T06:54:01.907 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2023-01-25T06:54:01.908 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2023-01-25T06:54:01.908 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2023-01-25T06:54:01.908 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2023-01-25T06:54:01.908 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2023-01-25T06:54:01.908 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2023-01-25T06:54:01.909 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2023-01-25T06:54:01.909 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout }, 2023-01-25T06:54:01.909 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "fsmap": { 2023-01-25T06:54:01.909 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-01-25T06:54:01.909 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "by_rank": [], 2023-01-25T06:54:01.910 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "up:standby": 0 2023-01-25T06:54:01.912 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout }, 2023-01-25T06:54:01.912 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "mgrmap": { 2023-01-25T06:54:01.912 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "available": false, 2023-01-25T06:54:01.912 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2023-01-25T06:54:01.912 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "modules": [ 2023-01-25T06:54:01.913 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "iostat", 2023-01-25T06:54:01.913 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "nfs", 2023-01-25T06:54:01.913 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "restful" 2023-01-25T06:54:01.913 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout ], 2023-01-25T06:54:01.913 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "services": {} 2023-01-25T06:54:01.914 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout }, 2023-01-25T06:54:01.914 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "servicemap": { 2023-01-25T06:54:01.914 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-01-25T06:54:01.914 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "modified": "2023-01-25T06:53:42.866374+0000", 2023-01-25T06:54:01.914 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "services": {} 2023-01-25T06:54:01.915 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout }, 2023-01-25T06:54:01.915 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "progress_events": {} 2023-01-25T06:54:01.915 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout } 2023-01-25T06:54:01.915 INFO:teuthology.orchestra.run.smithi088.stdout:mgr not available, waiting (3/15)... 2023-01-25T06:54:02.387 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:54:02 smithi088 bash[21021]: audit 1674629641.2465641 mon.smithi088 (mon.0) 22 : audit 0 from='client.? 172.21.15.88:0/3829586900' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-01-25T06:54:02.388 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:54:02 smithi088 bash[21021]: cluster 1674629641.945734 mon.smithi088 (mon.0) 23 : cluster 0 mgrmap e3: smithi088.qsgnjv(active, since 1.01338s) 2023-01-25T06:54:04.388 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:54:04 smithi088 bash[21021]: cluster 1674629643.0552287 mon.smithi088 (mon.0) 24 : cluster 0 mgrmap e4: smithi088.qsgnjv(active, since 2s) 2023-01-25T06:54:06.207 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout 2023-01-25T06:54:06.207 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout { 2023-01-25T06:54:06.208 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "fsid": "e3e3dd98-9c7c-11ed-9e56-001a4aab830c", 2023-01-25T06:54:06.208 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "health": { 2023-01-25T06:54:06.208 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2023-01-25T06:54:06.208 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "checks": {}, 2023-01-25T06:54:06.209 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "mutes": [] 2023-01-25T06:54:06.209 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout }, 2023-01-25T06:54:06.209 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2023-01-25T06:54:06.209 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "quorum": [ 2023-01-25T06:54:06.210 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout 0 2023-01-25T06:54:06.210 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout ], 2023-01-25T06:54:06.210 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2023-01-25T06:54:06.210 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "smithi088" 2023-01-25T06:54:06.210 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout ], 2023-01-25T06:54:06.211 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "quorum_age": 15, 2023-01-25T06:54:06.211 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "monmap": { 2023-01-25T06:54:06.211 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-01-25T06:54:06.211 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "reef", 2023-01-25T06:54:06.212 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "num_mons": 1 2023-01-25T06:54:06.212 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout }, 2023-01-25T06:54:06.212 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "osdmap": { 2023-01-25T06:54:06.212 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-01-25T06:54:06.213 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2023-01-25T06:54:06.213 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2023-01-25T06:54:06.213 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2023-01-25T06:54:06.213 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2023-01-25T06:54:06.217 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2023-01-25T06:54:06.217 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2023-01-25T06:54:06.218 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout }, 2023-01-25T06:54:06.218 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "pgmap": { 2023-01-25T06:54:06.218 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2023-01-25T06:54:06.218 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2023-01-25T06:54:06.218 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2023-01-25T06:54:06.219 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2023-01-25T06:54:06.219 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2023-01-25T06:54:06.219 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2023-01-25T06:54:06.219 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2023-01-25T06:54:06.219 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2023-01-25T06:54:06.220 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout }, 2023-01-25T06:54:06.220 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "fsmap": { 2023-01-25T06:54:06.220 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-01-25T06:54:06.220 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "by_rank": [], 2023-01-25T06:54:06.221 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "up:standby": 0 2023-01-25T06:54:06.221 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout }, 2023-01-25T06:54:06.221 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "mgrmap": { 2023-01-25T06:54:06.221 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "available": true, 2023-01-25T06:54:06.221 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2023-01-25T06:54:06.222 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "modules": [ 2023-01-25T06:54:06.222 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "iostat", 2023-01-25T06:54:06.222 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "nfs", 2023-01-25T06:54:06.222 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "restful" 2023-01-25T06:54:06.222 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout ], 2023-01-25T06:54:06.223 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "services": {} 2023-01-25T06:54:06.223 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout }, 2023-01-25T06:54:06.223 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "servicemap": { 2023-01-25T06:54:06.223 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-01-25T06:54:06.223 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "modified": "2023-01-25T06:53:42.866374+0000", 2023-01-25T06:54:06.224 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "services": {} 2023-01-25T06:54:06.224 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout }, 2023-01-25T06:54:06.224 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "progress_events": {} 2023-01-25T06:54:06.224 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout } 2023-01-25T06:54:06.224 INFO:teuthology.orchestra.run.smithi088.stdout:mgr is available 2023-01-25T06:54:06.387 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:54:06 smithi088 bash[21021]: audit 1674629645.5963652 mon.smithi088 (mon.0) 25 : audit 0 from='client.? 172.21.15.88:0/2612696214' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-01-25T06:54:08.137 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:54:07 smithi088 bash[21021]: audit 1674629647.7955549 mon.smithi088 (mon.0) 26 : audit 1 from='client.? 172.21.15.88:0/1179767510' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-01-25T06:54:08.436 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout 2023-01-25T06:54:08.436 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout [global] 2023-01-25T06:54:08.436 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout fsid = e3e3dd98-9c7c-11ed-9e56-001a4aab830c 2023-01-25T06:54:08.436 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2023-01-25T06:54:08.437 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2023-01-25T06:54:08.437 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2023-01-25T06:54:08.437 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2023-01-25T06:54:08.437 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout 2023-01-25T06:54:08.437 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout [mgr] 2023-01-25T06:54:08.438 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2023-01-25T06:54:08.438 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout 2023-01-25T06:54:08.438 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout [osd] 2023-01-25T06:54:08.438 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2023-01-25T06:54:08.438 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2023-01-25T06:54:08.439 INFO:teuthology.orchestra.run.smithi088.stdout:Enabling cephadm module... 2023-01-25T06:54:10.387 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:54:10 smithi088 bash[21021]: audit 1674629649.9739838 mon.smithi088 (mon.0) 27 : audit 1 from='client.? 172.21.15.88:0/147215590' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2023-01-25T06:54:11.137 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:54:11 smithi088 bash[21021]: audit 1674629650.0314677 mon.smithi088 (mon.0) 28 : audit 1 from='client.? 172.21.15.88:0/147215590' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2023-01-25T06:54:11.137 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:54:11 smithi088 bash[21021]: cluster 1674629650.031623 mon.smithi088 (mon.0) 29 : cluster 0 mgrmap e5: smithi088.qsgnjv(active, since 9s) 2023-01-25T06:54:12.887 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:54:12 smithi088 bash[21021]: audit 1674629652.3790896 mon.smithi088 (mon.0) 30 : audit 0 from='client.? 172.21.15.88:0/249822846' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-01-25T06:54:13.013 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout { 2023-01-25T06:54:13.013 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "epoch": 5, 2023-01-25T06:54:13.014 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "available": true, 2023-01-25T06:54:13.014 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "active_name": "smithi088.qsgnjv", 2023-01-25T06:54:13.014 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "num_standby": 0 2023-01-25T06:54:13.014 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout } 2023-01-25T06:54:13.014 INFO:teuthology.orchestra.run.smithi088.stdout:Waiting for the mgr to restart... 2023-01-25T06:54:13.015 INFO:teuthology.orchestra.run.smithi088.stdout:Waiting for mgr epoch 5... 2023-01-25T06:54:19.256 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:54:18 smithi088 bash[21021]: cluster 1674629657.9927678 mon.smithi088 (mon.0) 31 : cluster 1 Active manager daemon smithi088.qsgnjv restarted 2023-01-25T06:54:19.256 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:54:18 smithi088 bash[21021]: cluster 1674629657.9936645 mon.smithi088 (mon.0) 32 : cluster 1 Activating manager daemon smithi088.qsgnjv 2023-01-25T06:54:19.256 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:54:18 smithi088 bash[21021]: cluster 1674629657.9980392 mon.smithi088 (mon.0) 33 : cluster 0 osdmap e2: 0 total, 0 up, 0 in 2023-01-25T06:54:19.257 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:54:18 smithi088 bash[21021]: cluster 1674629658.048442 mon.smithi088 (mon.0) 34 : cluster 0 mgrmap e6: smithi088.qsgnjv(active, starting, since 0.0549655s) 2023-01-25T06:54:19.257 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:54:18 smithi088 bash[21021]: audit 1674629658.0513854 mon.smithi088 (mon.0) 35 : audit 0 from='mgr.14120 172.21.15.88:0/4012772381' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "mon metadata", "id": "smithi088"}]: dispatch 2023-01-25T06:54:19.257 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:54:18 smithi088 bash[21021]: audit 1674629658.0529766 mon.smithi088 (mon.0) 36 : audit 0 from='mgr.14120 172.21.15.88:0/4012772381' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "mgr metadata", "who": "smithi088.qsgnjv", "id": "smithi088.qsgnjv"}]: dispatch 2023-01-25T06:54:19.257 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:54:18 smithi088 bash[21021]: audit 1674629658.0539305 mon.smithi088 (mon.0) 37 : audit 0 from='mgr.14120 172.21.15.88:0/4012772381' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-01-25T06:54:19.257 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:54:18 smithi088 bash[21021]: audit 1674629658.0542068 mon.smithi088 (mon.0) 38 : audit 0 from='mgr.14120 172.21.15.88:0/4012772381' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-01-25T06:54:19.258 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:54:18 smithi088 bash[21021]: audit 1674629658.0544631 mon.smithi088 (mon.0) 39 : audit 0 from='mgr.14120 172.21.15.88:0/4012772381' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-01-25T06:54:19.258 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:54:18 smithi088 bash[21021]: cluster 1674629658.086819 mon.smithi088 (mon.0) 40 : cluster 1 Manager daemon smithi088.qsgnjv is now available 2023-01-25T06:54:19.258 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:54:18 smithi088 bash[21021]: audit 1674629658.1139326 mon.smithi088 (mon.0) 41 : audit 1 from='mgr.14120 172.21.15.88:0/4012772381' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:54:19.258 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:54:18 smithi088 bash[21021]: audit 1674629658.1183422 mon.smithi088 (mon.0) 42 : audit 1 from='mgr.14120 172.21.15.88:0/4012772381' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:54:19.258 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:54:18 smithi088 bash[21021]: audit 1674629658.126231 mon.smithi088 (mon.0) 43 : audit 0 from='mgr.14120 172.21.15.88:0/4012772381' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-01-25T06:54:19.259 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:54:18 smithi088 bash[21021]: audit 1674629658.1302686 mon.smithi088 (mon.0) 44 : audit 0 from='mgr.14120 172.21.15.88:0/4012772381' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-01-25T06:54:19.259 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:54:18 smithi088 bash[21021]: audit 1674629658.1335642 mon.smithi088 (mon.0) 45 : audit 0 from='mgr.14120 172.21.15.88:0/4012772381' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-01-25T06:54:19.259 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:54:18 smithi088 bash[21021]: audit 1674629658.1437628 mon.smithi088 (mon.0) 46 : audit 1 from='mgr.14120 172.21.15.88:0/4012772381' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi088.qsgnjv/mirror_snapshot_schedule"}]: dispatch 2023-01-25T06:54:19.259 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:54:18 smithi088 bash[21021]: audit 1674629658.1458323 mon.smithi088 (mon.0) 47 : audit 1 from='mgr.14120 172.21.15.88:0/4012772381' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi088.qsgnjv/trash_purge_schedule"}]: dispatch 2023-01-25T06:54:19.259 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:54:18 smithi088 bash[21021]: audit 1674629658.5139148 mon.smithi088 (mon.0) 48 : audit 1 from='mgr.14120 172.21.15.88:0/4012772381' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:54:19.260 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:54:18 smithi088 bash[21021]: audit 1674629658.5173202 mon.smithi088 (mon.0) 49 : audit 1 from='mgr.14120 172.21.15.88:0/4012772381' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:54:19.727 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout { 2023-01-25T06:54:19.727 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2023-01-25T06:54:19.727 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "initialized": true 2023-01-25T06:54:19.728 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout } 2023-01-25T06:54:19.728 INFO:teuthology.orchestra.run.smithi088.stdout:mgr epoch 5 is available 2023-01-25T06:54:19.728 INFO:teuthology.orchestra.run.smithi088.stdout:Setting orchestrator backend to cephadm... 2023-01-25T06:54:20.388 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:54:20 smithi088 bash[21021]: cephadm 1674629658.1057372 mgr.smithi088.qsgnjv (mgr.14120) 1 : cephadm 1 Found migration_current of "None". Setting to last migration. 2023-01-25T06:54:20.388 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:54:20 smithi088 bash[21021]: audit 1674629659.0543246 mgr.smithi088.qsgnjv (mgr.14120) 2 : audit 0 from='client.14124 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-01-25T06:54:20.389 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:54:20 smithi088 bash[21021]: cluster 1674629659.0552576 mon.smithi088 (mon.0) 50 : cluster 0 mgrmap e7: smithi088.qsgnjv(active, since 1.06179s) 2023-01-25T06:54:20.389 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:54:20 smithi088 bash[21021]: audit 1674629659.067387 mgr.smithi088.qsgnjv (mgr.14120) 3 : audit 0 from='client.14124 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-01-25T06:54:20.389 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:54:20 smithi088 bash[21021]: audit 1674629659.270064 mon.smithi088 (mon.0) 51 : audit 1 from='mgr.14120 172.21.15.88:0/4012772381' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:54:20.390 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:54:20 smithi088 bash[21021]: audit 1674629659.2734885 mon.smithi088 (mon.0) 52 : audit 1 from='mgr.14120 172.21.15.88:0/4012772381' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:54:20.390 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:54:20 smithi088 bash[21021]: audit 1674629659.8052826 mon.smithi088 (mon.0) 53 : audit 0 from='mgr.14120 172.21.15.88:0/4012772381' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-01-25T06:54:21.383 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:54:21 smithi088 bash[21021]: cephadm 1674629659.53409 mgr.smithi088.qsgnjv (mgr.14120) 4 : cephadm 1 [25/Jan/2023:06:54:19] ENGINE Bus STARTING 2023-01-25T06:54:21.384 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:54:21 smithi088 bash[21021]: cephadm 1674629659.655886 mgr.smithi088.qsgnjv (mgr.14120) 5 : cephadm 1 [25/Jan/2023:06:54:19] ENGINE Serving on https://172.21.15.88:8765 2023-01-25T06:54:21.384 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:54:21 smithi088 bash[21021]: cephadm 1674629659.7794778 mgr.smithi088.qsgnjv (mgr.14120) 6 : cephadm 1 [25/Jan/2023:06:54:19] ENGINE Serving on https://172.21.15.88:7150 2023-01-25T06:54:21.384 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:54:21 smithi088 bash[21021]: cephadm 1674629659.7798307 mgr.smithi088.qsgnjv (mgr.14120) 7 : cephadm 1 [25/Jan/2023:06:54:19] ENGINE Bus STARTED 2023-01-25T06:54:21.384 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:54:21 smithi088 bash[21021]: cluster 1674629660.278684 mon.smithi088 (mon.0) 54 : cluster 0 mgrmap e8: smithi088.qsgnjv(active, since 2s) 2023-01-25T06:54:22.637 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:54:22 smithi088 bash[21021]: audit 1674629661.3193839 mgr.smithi088.qsgnjv (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-25T06:54:22.638 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:54:22 smithi088 bash[21021]: audit 1674629661.3308158 mon.smithi088 (mon.0) 55 : audit 1 from='mgr.14120 172.21.15.88:0/4012772381' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:54:22.638 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:54:22 smithi088 bash[21021]: audit 1674629661.3759544 mon.smithi088 (mon.0) 56 : audit 0 from='mgr.14120 172.21.15.88:0/4012772381' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-01-25T06:54:24.050 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout value unchanged 2023-01-25T06:54:24.050 INFO:teuthology.orchestra.run.smithi088.stdout:Generating ssh key... 2023-01-25T06:54:24.392 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:54:24 smithi088 bash[21021]: audit 1674629663.4143655 mgr.smithi088.qsgnjv (mgr.14120) 9 : audit 0 from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2023-01-25T06:54:27.388 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:54:26 smithi088 bash[21021]: audit 1674629665.5795877 mgr.smithi088.qsgnjv (mgr.14120) 10 : audit 0 from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2023-01-25T06:54:27.388 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:54:26 smithi088 bash[21021]: cephadm 1674629665.5799828 mgr.smithi088.qsgnjv (mgr.14120) 11 : cephadm 1 Generating ssh key... 2023-01-25T06:54:27.388 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:54:26 smithi088 bash[21021]: audit 1674629666.001875 mon.smithi088 (mon.0) 57 : audit 1 from='mgr.14120 172.21.15.88:0/4012772381' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:54:27.388 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:54:26 smithi088 bash[21021]: audit 1674629666.0056462 mon.smithi088 (mon.0) 58 : audit 1 from='mgr.14120 172.21.15.88:0/4012772381' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:54:28.729 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCaI9VnxDLtF2yDmxryUcy71cIi54JPHL7ihgAlEIK/CrP2ej94zE5AttFeC1ogwbjdnwdTaBLussdqYXTpqeUhLOP9snSGDNzCKmHC4Ol9qAY8XNXowkQ0RL4b09t4KX7dPfBShn+GcSpAHrrWkVcaJgrsi2idiezk+VV8/2IzqiHS9o0MrWvWW3KKiRV9w1+MI1zOD+0NxvhmjVr6QlfbOe3TYjQAaJpAcVojCiHI3HVTj7gTnPMLhqNI/BYJci5tMuC7RGm1IV/21GZ4umWnIecmMNoD2Op4JURUqiO742yafId6dT8Fw3DIL8aglGlRzCMurAwj7AiEaxAQm4JwVgVG9NvDC/Z1k/5K+QVpM0ifqzPJvT0rqIZ9Dg8Rsz4fJUONPyo162X073KjZ8Iamwat9BbVKOPa4197wCpKriybUnXICquWiNoz/r5eb0PWtyDRkOi9t3uqufj2DdQseKEyLTOupJw0O3loNNWJUO0lWsb8Y3I8FWge1e1wp48= ceph-e3e3dd98-9c7c-11ed-9e56-001a4aab830c 2023-01-25T06:54:28.729 INFO:teuthology.orchestra.run.smithi088.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2023-01-25T06:54:28.730 INFO:teuthology.orchestra.run.smithi088.stdout:Adding key to root@localhost authorized_keys... 2023-01-25T06:54:28.730 INFO:teuthology.orchestra.run.smithi088.stdout:Adding host smithi088... 2023-01-25T06:54:29.532 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:54:29 smithi088 bash[21021]: audit 1674629668.118848 mgr.smithi088.qsgnjv (mgr.14120) 12 : audit 0 from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2023-01-25T06:54:31.388 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:54:31 smithi088 bash[21021]: audit 1674629670.1903608 mgr.smithi088.qsgnjv (mgr.14120) 13 : audit 0 from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi088", "addr": "172.21.15.88", "target": ["mon-mgr", ""]}]: dispatch 2023-01-25T06:54:31.388 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:54:31 smithi088 bash[21021]: cephadm 1674629670.9797297 mgr.smithi088.qsgnjv (mgr.14120) 14 : cephadm 1 Deploying cephadm binary to smithi088 2023-01-25T06:54:33.825 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout Added host 'smithi088' with addr '172.21.15.88' 2023-01-25T06:54:33.826 INFO:teuthology.orchestra.run.smithi088.stdout:Deploying mon service with default placement... 2023-01-25T06:54:34.137 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:54:33 smithi088 bash[21021]: audit 1674629672.937227 mon.smithi088 (mon.0) 59 : audit 1 from='mgr.14120 172.21.15.88:0/4012772381' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:54:34.138 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:54:33 smithi088 bash[21021]: cephadm 1674629672.937809 mgr.smithi088.qsgnjv (mgr.14120) 15 : cephadm 1 Added host smithi088 2023-01-25T06:54:34.138 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:54:33 smithi088 bash[21021]: audit 1674629672.968633 mon.smithi088 (mon.0) 60 : audit 0 from='mgr.14120 172.21.15.88:0/4012772381' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-01-25T06:54:36.760 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2023-01-25T06:54:36.761 INFO:teuthology.orchestra.run.smithi088.stdout:Deploying mgr service with default placement... 2023-01-25T06:54:37.138 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:54:36 smithi088 bash[21021]: audit 1674629675.9509912 mgr.smithi088.qsgnjv (mgr.14120) 16 : audit 0 from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2023-01-25T06:54:37.138 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:54:36 smithi088 bash[21021]: cephadm 1674629675.9523194 mgr.smithi088.qsgnjv (mgr.14120) 17 : cephadm 1 Saving service mon spec with placement count:5 2023-01-25T06:54:37.138 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:54:36 smithi088 bash[21021]: audit 1674629675.9549096 mon.smithi088 (mon.0) 61 : audit 1 from='mgr.14120 172.21.15.88:0/4012772381' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:54:37.139 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:54:36 smithi088 bash[21021]: audit 1674629676.4119773 mon.smithi088 (mon.0) 62 : audit 1 from='mgr.14120 172.21.15.88:0/4012772381' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:54:37.139 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:54:36 smithi088 bash[21021]: audit 1674629676.7430089 mon.smithi088 (mon.0) 63 : audit 1 from='mgr.14120 172.21.15.88:0/4012772381' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:54:39.000 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2023-01-25T06:54:39.000 INFO:teuthology.orchestra.run.smithi088.stdout:Deploying crash service with default placement... 2023-01-25T06:54:39.387 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:54:39 smithi088 bash[21021]: cluster 1674629678.0554848 mgr.smithi088.qsgnjv (mgr.14120) 18 : cluster 0 pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T06:54:39.388 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:54:39 smithi088 bash[21021]: audit 1674629678.3467863 mon.smithi088 (mon.0) 64 : audit 1 from='mgr.14120 172.21.15.88:0/4012772381' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:54:40.137 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:54:40 smithi088 bash[21021]: audit 1674629678.3394833 mgr.smithi088.qsgnjv (mgr.14120) 19 : audit 0 from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2023-01-25T06:54:40.138 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:54:40 smithi088 bash[21021]: cephadm 1674629678.3411646 mgr.smithi088.qsgnjv (mgr.14120) 20 : cephadm 1 Saving service mgr spec with placement count:2 2023-01-25T06:54:41.249 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout Scheduled crash update... 2023-01-25T06:54:41.250 INFO:teuthology.orchestra.run.smithi088.stdout:Deploying ceph-exporter service with default placement... 2023-01-25T06:54:41.387 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:54:41 smithi088 bash[21021]: cluster 1674629680.055903 mgr.smithi088.qsgnjv (mgr.14120) 21 : cluster 0 pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T06:54:41.388 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:54:41 smithi088 bash[21021]: audit 1674629680.5169132 mon.smithi088 (mon.0) 65 : audit 1 from='mgr.14120 172.21.15.88:0/4012772381' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:54:42.342 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:54:42 smithi088 bash[21021]: audit 1674629680.508945 mgr.smithi088.qsgnjv (mgr.14120) 22 : audit 0 from='client.14146 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2023-01-25T06:54:42.343 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:54:42 smithi088 bash[21021]: cephadm 1674629680.5100508 mgr.smithi088.qsgnjv (mgr.14120) 23 : cephadm 1 Saving service crash spec with placement * 2023-01-25T06:54:43.137 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:54:43 smithi088 bash[21021]: cluster 1674629682.0562625 mgr.smithi088.qsgnjv (mgr.14120) 24 : cluster 0 pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T06:54:43.138 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:54:43 smithi088 bash[21021]: audit 1674629682.0988572 mon.smithi088 (mon.0) 66 : audit 1 from='mgr.14120 172.21.15.88:0/4012772381' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:54:43.138 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:54:43 smithi088 bash[21021]: audit 1674629682.8331199 mon.smithi088 (mon.0) 67 : audit 1 from='mgr.14120 172.21.15.88:0/4012772381' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:54:43.138 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:54:43 smithi088 bash[21021]: audit 1674629682.8622718 mon.smithi088 (mon.0) 68 : audit 1 from='mgr.14120 172.21.15.88:0/4012772381' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:54:43.529 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout Scheduled ceph-exporter update... 2023-01-25T06:54:43.530 INFO:teuthology.orchestra.run.smithi088.stdout:Deploying prometheus service with default placement... 2023-01-25T06:54:44.387 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:54:44 smithi088 bash[21021]: audit 1674629682.8282313 mgr.smithi088.qsgnjv (mgr.14120) 25 : audit 0 from='client.14148 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "ceph-exporter", "target": ["mon-mgr", ""]}]: dispatch 2023-01-25T06:54:44.388 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:54:44 smithi088 bash[21021]: cephadm 1674629682.8298302 mgr.smithi088.qsgnjv (mgr.14120) 26 : cephadm 1 Saving service ceph-exporter spec with placement * 2023-01-25T06:54:45.387 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:54:45 smithi088 bash[21021]: cluster 1674629684.0566723 mgr.smithi088.qsgnjv (mgr.14120) 27 : cluster 0 pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T06:54:45.388 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:54:45 smithi088 bash[21021]: audit 1674629685.0837545 mon.smithi088 (mon.0) 69 : audit 1 from='mgr.14120 172.21.15.88:0/4012772381' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:54:45.773 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout Scheduled prometheus update... 2023-01-25T06:54:45.773 INFO:teuthology.orchestra.run.smithi088.stdout:Deploying grafana service with default placement... 2023-01-25T06:54:46.387 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:54:46 smithi088 bash[21021]: audit 1674629685.0763245 mgr.smithi088.qsgnjv (mgr.14120) 28 : audit 0 from='client.14150 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2023-01-25T06:54:46.388 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:54:46 smithi088 bash[21021]: cephadm 1674629685.0785885 mgr.smithi088.qsgnjv (mgr.14120) 29 : cephadm 1 Saving service prometheus spec with placement count:1 2023-01-25T06:54:46.388 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:54:46 smithi088 bash[21021]: cluster 1674629686.0571268 mgr.smithi088.qsgnjv (mgr.14120) 30 : cluster 0 pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T06:54:48.055 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout Scheduled grafana update... 2023-01-25T06:54:48.055 INFO:teuthology.orchestra.run.smithi088.stdout:Deploying node-exporter service with default placement... 2023-01-25T06:54:48.388 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:54:48 smithi088 bash[21021]: audit 1674629687.3351536 mgr.smithi088.qsgnjv (mgr.14120) 31 : audit 0 from='client.14152 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2023-01-25T06:54:48.388 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:54:48 smithi088 bash[21021]: cephadm 1674629687.3376906 mgr.smithi088.qsgnjv (mgr.14120) 32 : cephadm 1 Saving service grafana spec with placement count:1 2023-01-25T06:54:48.388 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:54:48 smithi088 bash[21021]: audit 1674629687.3408341 mon.smithi088 (mon.0) 70 : audit 1 from='mgr.14120 172.21.15.88:0/4012772381' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:54:48.388 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:54:48 smithi088 bash[21021]: cluster 1674629688.057546 mgr.smithi088.qsgnjv (mgr.14120) 33 : cluster 0 pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T06:54:51.162 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout Scheduled node-exporter update... 2023-01-25T06:54:51.163 INFO:teuthology.orchestra.run.smithi088.stdout:Deploying alertmanager service with default placement... 2023-01-25T06:54:51.387 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:54:51 smithi088 bash[21021]: cluster 1674629690.0578134 mgr.smithi088.qsgnjv (mgr.14120) 34 : cluster 0 pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T06:54:51.388 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:54:51 smithi088 bash[21021]: audit 1674629690.1130283 mon.smithi088 (mon.0) 71 : audit 1 from='mgr.14120 172.21.15.88:0/4012772381' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:54:52.387 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:54:52 smithi088 bash[21021]: audit 1674629690.1055932 mgr.smithi088.qsgnjv (mgr.14120) 35 : audit 0 from='client.14154 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2023-01-25T06:54:52.388 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:54:52 smithi088 bash[21021]: cephadm 1674629690.106622 mgr.smithi088.qsgnjv (mgr.14120) 36 : cephadm 1 Saving service node-exporter spec with placement * 2023-01-25T06:54:53.388 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:54:53 smithi088 bash[21021]: cluster 1674629692.058188 mgr.smithi088.qsgnjv (mgr.14120) 37 : cluster 0 pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T06:54:53.388 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:54:53 smithi088 bash[21021]: audit 1674629692.7488117 mon.smithi088 (mon.0) 72 : audit 1 from='mgr.14120 172.21.15.88:0/4012772381' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:54:53.437 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout Scheduled alertmanager update... 2023-01-25T06:54:54.387 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:54:54 smithi088 bash[21021]: audit 1674629692.7435746 mgr.smithi088.qsgnjv (mgr.14120) 38 : audit 0 from='client.14156 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2023-01-25T06:54:54.388 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:54:54 smithi088 bash[21021]: cephadm 1674629692.7444758 mgr.smithi088.qsgnjv (mgr.14120) 39 : cephadm 1 Saving service alertmanager spec with placement count:1 2023-01-25T06:54:55.388 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:54:55 smithi088 bash[21021]: cluster 1674629694.0586107 mgr.smithi088.qsgnjv (mgr.14120) 40 : cluster 0 pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T06:54:55.388 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:54:55 smithi088 bash[21021]: audit 1674629695.0673902 mon.smithi088 (mon.0) 73 : audit 1 from='client.? 172.21.15.88:0/67857022' entity='client.admin' 2023-01-25T06:54:57.388 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:54:57 smithi088 bash[21021]: cluster 1674629696.0589669 mgr.smithi088.qsgnjv (mgr.14120) 41 : cluster 0 pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T06:54:57.940 INFO:teuthology.orchestra.run.smithi088.stdout:Enabling the dashboard module... 2023-01-25T06:54:58.638 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:54:58 smithi088 bash[21021]: audit 1674629697.2391949 mon.smithi088 (mon.0) 74 : audit 1 from='client.? 172.21.15.88:0/3589225521' entity='client.admin' 2023-01-25T06:54:58.638 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:54:58 smithi088 bash[21021]: cluster 1674629698.059374 mgr.smithi088.qsgnjv (mgr.14120) 42 : cluster 0 pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T06:55:00.137 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:54:59 smithi088 bash[21021]: audit 1674629699.610744 mon.smithi088 (mon.0) 75 : audit 1 from='client.? 172.21.15.88:0/2104276019' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2023-01-25T06:55:01.011 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:55:00 smithi088 bash[21021]: audit 1674629699.6678693 mon.smithi088 (mon.0) 76 : audit 1 from='client.? 172.21.15.88:0/2104276019' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2023-01-25T06:55:01.011 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:55:00 smithi088 bash[21021]: cluster 1674629699.667952 mon.smithi088 (mon.0) 77 : cluster 0 mgrmap e9: smithi088.qsgnjv(active, since 41s) 2023-01-25T06:55:02.137 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:55:02 smithi088 bash[21021]: audit 1674629701.979909 mon.smithi088 (mon.0) 78 : audit 0 from='client.? 172.21.15.88:0/328821304' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-01-25T06:55:02.699 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout { 2023-01-25T06:55:02.700 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "epoch": 9, 2023-01-25T06:55:02.700 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "available": true, 2023-01-25T06:55:02.700 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "active_name": "smithi088.qsgnjv", 2023-01-25T06:55:02.700 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "num_standby": 0 2023-01-25T06:55:02.700 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout } 2023-01-25T06:55:02.701 INFO:teuthology.orchestra.run.smithi088.stdout:Waiting for the mgr to restart... 2023-01-25T06:55:02.701 INFO:teuthology.orchestra.run.smithi088.stdout:Waiting for mgr epoch 9... 2023-01-25T06:55:09.045 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:55:08 smithi088 bash[21021]: cluster 1674629707.7606947 mon.smithi088 (mon.0) 79 : cluster 1 Active manager daemon smithi088.qsgnjv restarted 2023-01-25T06:55:09.045 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:55:08 smithi088 bash[21021]: cluster 1674629707.7618852 mon.smithi088 (mon.0) 80 : cluster 1 Activating manager daemon smithi088.qsgnjv 2023-01-25T06:55:09.045 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:55:08 smithi088 bash[21021]: cluster 1674629707.7652912 mon.smithi088 (mon.0) 81 : cluster 0 osdmap e3: 0 total, 0 up, 0 in 2023-01-25T06:55:09.046 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:55:08 smithi088 bash[21021]: cluster 1674629707.817853 mon.smithi088 (mon.0) 82 : cluster 0 mgrmap e10: smithi088.qsgnjv(active, starting, since 0.0563133s) 2023-01-25T06:55:09.046 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:55:08 smithi088 bash[21021]: audit 1674629707.8203804 mon.smithi088 (mon.0) 83 : audit 0 from='mgr.14164 172.21.15.88:0/1805734578' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "mon metadata", "id": "smithi088"}]: dispatch 2023-01-25T06:55:09.046 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:55:08 smithi088 bash[21021]: audit 1674629707.8217552 mon.smithi088 (mon.0) 84 : audit 0 from='mgr.14164 172.21.15.88:0/1805734578' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "mgr metadata", "who": "smithi088.qsgnjv", "id": "smithi088.qsgnjv"}]: dispatch 2023-01-25T06:55:09.046 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:55:08 smithi088 bash[21021]: audit 1674629707.8227673 mon.smithi088 (mon.0) 85 : audit 0 from='mgr.14164 172.21.15.88:0/1805734578' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-01-25T06:55:09.046 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:55:08 smithi088 bash[21021]: audit 1674629707.8229542 mon.smithi088 (mon.0) 86 : audit 0 from='mgr.14164 172.21.15.88:0/1805734578' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-01-25T06:55:09.047 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:55:08 smithi088 bash[21021]: audit 1674629707.8231232 mon.smithi088 (mon.0) 87 : audit 0 from='mgr.14164 172.21.15.88:0/1805734578' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-01-25T06:55:09.047 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:55:08 smithi088 bash[21021]: cluster 1674629707.8511872 mon.smithi088 (mon.0) 88 : cluster 1 Manager daemon smithi088.qsgnjv is now available 2023-01-25T06:55:09.047 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:55:08 smithi088 bash[21021]: audit 1674629707.8738065 mon.smithi088 (mon.0) 89 : audit 0 from='mgr.14164 172.21.15.88:0/1805734578' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-01-25T06:55:09.047 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:55:08 smithi088 bash[21021]: audit 1674629707.8772247 mon.smithi088 (mon.0) 90 : audit 0 from='mgr.14164 172.21.15.88:0/1805734578' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-01-25T06:55:09.048 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:55:08 smithi088 bash[21021]: audit 1674629707.9037983 mon.smithi088 (mon.0) 91 : audit 1 from='mgr.14164 172.21.15.88:0/1805734578' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi088.qsgnjv/mirror_snapshot_schedule"}]: dispatch 2023-01-25T06:55:09.048 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:55:08 smithi088 bash[21021]: audit 1674629707.9060874 mon.smithi088 (mon.0) 92 : audit 1 from='mgr.14164 172.21.15.88:0/1805734578' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi088.qsgnjv/trash_purge_schedule"}]: dispatch 2023-01-25T06:55:09.583 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout { 2023-01-25T06:55:09.583 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 11, 2023-01-25T06:55:09.583 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "initialized": true 2023-01-25T06:55:09.583 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout } 2023-01-25T06:55:09.584 INFO:teuthology.orchestra.run.smithi088.stdout:mgr epoch 9 is available 2023-01-25T06:55:09.584 INFO:teuthology.orchestra.run.smithi088.stdout:Generating a dashboard self-signed certificate... 2023-01-25T06:55:09.887 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:55:09 smithi088 bash[21021]: cluster 1674629708.820115 mon.smithi088 (mon.0) 93 : cluster 0 mgrmap e11: smithi088.qsgnjv(active, since 1.05858s) 2023-01-25T06:55:09.888 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:55:09 smithi088 bash[21021]: cephadm 1674629709.2087545 mgr.smithi088.qsgnjv (mgr.14164) 3 : cephadm 1 [25/Jan/2023:06:55:09] ENGINE Bus STARTING 2023-01-25T06:55:09.888 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:55:09 smithi088 bash[21021]: cephadm 1674629709.3258197 mgr.smithi088.qsgnjv (mgr.14164) 4 : cephadm 1 [25/Jan/2023:06:55:09] ENGINE Serving on https://172.21.15.88:8765 2023-01-25T06:55:09.888 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:55:09 smithi088 bash[21021]: cephadm 1674629709.4513533 mgr.smithi088.qsgnjv (mgr.14164) 5 : cephadm 1 [25/Jan/2023:06:55:09] ENGINE Serving on https://172.21.15.88:7150 2023-01-25T06:55:09.889 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:55:09 smithi088 bash[21021]: cephadm 1674629709.451636 mgr.smithi088.qsgnjv (mgr.14164) 6 : cephadm 1 [25/Jan/2023:06:55:09] ENGINE Bus STARTED 2023-01-25T06:55:11.137 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:55:10 smithi088 bash[21021]: cluster 1674629709.8260927 mon.smithi088 (mon.0) 94 : cluster 0 mgrmap e12: smithi088.qsgnjv(active, since 2s) 2023-01-25T06:55:11.904 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout Self-signed certificate created 2023-01-25T06:55:11.905 INFO:teuthology.orchestra.run.smithi088.stdout:Creating initial admin user... 2023-01-25T06:55:12.388 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:55:12 smithi088 bash[21021]: audit 1674629711.1467314 mgr.smithi088.qsgnjv (mgr.14164) 7 : audit 0 from='client.14176 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2023-01-25T06:55:12.388 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:55:12 smithi088 bash[21021]: audit 1674629711.190263 mon.smithi088 (mon.0) 95 : audit 1 from='mgr.14164 172.21.15.88:0/1805734578' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:55:12.388 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:55:12 smithi088 bash[21021]: audit 1674629711.1946964 mon.smithi088 (mon.0) 96 : audit 1 from='mgr.14164 172.21.15.88:0/1805734578' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:55:14.378 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$yNH7x9h3tRLrUguCULEZXuWSvNNO8F66Czep4Je1NUmnq2SXLtnUu", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1674629713, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2023-01-25T06:55:14.378 INFO:teuthology.orchestra.run.smithi088.stdout:Fetching dashboard port number... 2023-01-25T06:55:15.138 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:55:14 smithi088 bash[21021]: audit 1674629713.4537168 mgr.smithi088.qsgnjv (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-25T06:55:15.138 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:55:14 smithi088 bash[21021]: audit 1674629713.6906774 mon.smithi088 (mon.0) 97 : audit 1 from='mgr.14164 172.21.15.88:0/1805734578' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:55:15.138 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:55:14 smithi088 bash[21021]: audit 1674629713.78238 mon.smithi088 (mon.0) 98 : audit 1 from='mgr.14164 172.21.15.88:0/1805734578' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:55:15.138 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:55:14 smithi088 bash[21021]: audit 1674629714.4776757 mon.smithi088 (mon.0) 99 : audit 1 from='mgr.14164 172.21.15.88:0/1805734578' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:55:16.138 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:55:15 smithi088 bash[21021]: cluster 1674629714.7874215 mon.smithi088 (mon.0) 100 : cluster 0 mgrmap e13: smithi088.qsgnjv(active, since 7s) 2023-01-25T06:55:16.610 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout 8443 2023-01-25T06:55:16.611 INFO:teuthology.orchestra.run.smithi088.stdout:firewalld does not appear to be present 2023-01-25T06:55:16.611 INFO:teuthology.orchestra.run.smithi088.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2023-01-25T06:55:16.614 INFO:teuthology.orchestra.run.smithi088.stdout:Ceph Dashboard is now available at: 2023-01-25T06:55:16.614 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-01-25T06:55:16.614 INFO:teuthology.orchestra.run.smithi088.stdout: URL: https://smithi088.front.sepia.ceph.com:8443/ 2023-01-25T06:55:16.614 INFO:teuthology.orchestra.run.smithi088.stdout: User: admin 2023-01-25T06:55:16.614 INFO:teuthology.orchestra.run.smithi088.stdout: Password: 9riv6ku54p 2023-01-25T06:55:16.615 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-01-25T06:55:16.615 INFO:teuthology.orchestra.run.smithi088.stdout:Saving cluster configuration to /var/lib/ceph/e3e3dd98-9c7c-11ed-9e56-001a4aab830c/config directory 2023-01-25T06:55:16.615 INFO:teuthology.orchestra.run.smithi088.stdout:Enabling autotune for osd_memory_target 2023-01-25T06:55:17.138 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:55:16 smithi088 bash[21021]: audit 1674629715.9522243 mon.smithi088 (mon.0) 101 : audit 0 from='client.? 172.21.15.88:0/4074981454' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2023-01-25T06:55:21.793 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2023-01-25T06:55:21.793 INFO:teuthology.orchestra.run.smithi088.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2023-01-25T06:55:21.794 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-01-25T06:55:21.794 INFO:teuthology.orchestra.run.smithi088.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid e3e3dd98-9c7c-11ed-9e56-001a4aab830c -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2023-01-25T06:55:21.794 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-01-25T06:55:21.794 INFO:teuthology.orchestra.run.smithi088.stdout:Or, if you are only running a single cluster on this host: 2023-01-25T06:55:21.794 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-01-25T06:55:21.795 INFO:teuthology.orchestra.run.smithi088.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2023-01-25T06:55:21.795 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-01-25T06:55:21.795 INFO:teuthology.orchestra.run.smithi088.stdout:Please consider enabling telemetry to help improve Ceph: 2023-01-25T06:55:21.795 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-01-25T06:55:21.795 INFO:teuthology.orchestra.run.smithi088.stdout: ceph telemetry on 2023-01-25T06:55:21.796 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-01-25T06:55:21.796 INFO:teuthology.orchestra.run.smithi088.stdout:For more information see: 2023-01-25T06:55:21.796 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-01-25T06:55:21.797 INFO:teuthology.orchestra.run.smithi088.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2023-01-25T06:55:21.797 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-01-25T06:55:21.797 INFO:teuthology.orchestra.run.smithi088.stdout:Bootstrap complete. 2023-01-25T06:55:21.827 INFO:tasks.cephadm:Fetching config... 2023-01-25T06:55:21.828 DEBUG:teuthology.orchestra.run.smithi088:> set -ex 2023-01-25T06:55:21.828 DEBUG:teuthology.orchestra.run.smithi088:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2023-01-25T06:55:21.833 INFO:tasks.cephadm:Fetching client.admin keyring... 2023-01-25T06:55:21.834 DEBUG:teuthology.orchestra.run.smithi088:> set -ex 2023-01-25T06:55:21.834 DEBUG:teuthology.orchestra.run.smithi088:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2023-01-25T06:55:21.885 INFO:tasks.cephadm:Fetching mon keyring... 2023-01-25T06:55:21.885 DEBUG:teuthology.orchestra.run.smithi088:> set -ex 2023-01-25T06:55:21.885 DEBUG:teuthology.orchestra.run.smithi088:> sudo dd if=/var/lib/ceph/e3e3dd98-9c7c-11ed-9e56-001a4aab830c/mon.smithi088/keyring of=/dev/stdout 2023-01-25T06:55:21.937 INFO:tasks.cephadm:Fetching pub ssh key... 2023-01-25T06:55:21.937 DEBUG:teuthology.orchestra.run.smithi088:> set -ex 2023-01-25T06:55:21.937 DEBUG:teuthology.orchestra.run.smithi088:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2023-01-25T06:55:21.983 INFO:tasks.cephadm:Installing pub ssh key for root users... 2023-01-25T06:55:21.984 DEBUG:teuthology.orchestra.run.smithi088:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCaI9VnxDLtF2yDmxryUcy71cIi54JPHL7ihgAlEIK/CrP2ej94zE5AttFeC1ogwbjdnwdTaBLussdqYXTpqeUhLOP9snSGDNzCKmHC4Ol9qAY8XNXowkQ0RL4b09t4KX7dPfBShn+GcSpAHrrWkVcaJgrsi2idiezk+VV8/2IzqiHS9o0MrWvWW3KKiRV9w1+MI1zOD+0NxvhmjVr6QlfbOe3TYjQAaJpAcVojCiHI3HVTj7gTnPMLhqNI/BYJci5tMuC7RGm1IV/21GZ4umWnIecmMNoD2Op4JURUqiO742yafId6dT8Fw3DIL8aglGlRzCMurAwj7AiEaxAQm4JwVgVG9NvDC/Z1k/5K+QVpM0ifqzPJvT0rqIZ9Dg8Rsz4fJUONPyo162X073KjZ8Iamwat9BbVKOPa4197wCpKriybUnXICquWiNoz/r5eb0PWtyDRkOi9t3uqufj2DdQseKEyLTOupJw0O3loNNWJUO0lWsb8Y3I8FWge1e1wp48= ceph-e3e3dd98-9c7c-11ed-9e56-001a4aab830c' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-01-25T06:55:22.049 INFO:teuthology.orchestra.run.smithi088.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCaI9VnxDLtF2yDmxryUcy71cIi54JPHL7ihgAlEIK/CrP2ej94zE5AttFeC1ogwbjdnwdTaBLussdqYXTpqeUhLOP9snSGDNzCKmHC4Ol9qAY8XNXowkQ0RL4b09t4KX7dPfBShn+GcSpAHrrWkVcaJgrsi2idiezk+VV8/2IzqiHS9o0MrWvWW3KKiRV9w1+MI1zOD+0NxvhmjVr6QlfbOe3TYjQAaJpAcVojCiHI3HVTj7gTnPMLhqNI/BYJci5tMuC7RGm1IV/21GZ4umWnIecmMNoD2Op4JURUqiO742yafId6dT8Fw3DIL8aglGlRzCMurAwj7AiEaxAQm4JwVgVG9NvDC/Z1k/5K+QVpM0ifqzPJvT0rqIZ9Dg8Rsz4fJUONPyo162X073KjZ8Iamwat9BbVKOPa4197wCpKriybUnXICquWiNoz/r5eb0PWtyDRkOi9t3uqufj2DdQseKEyLTOupJw0O3loNNWJUO0lWsb8Y3I8FWge1e1wp48= ceph-e3e3dd98-9c7c-11ed-9e56-001a4aab830c 2023-01-25T06:55:22.056 DEBUG:teuthology.orchestra.run.smithi089:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCaI9VnxDLtF2yDmxryUcy71cIi54JPHL7ihgAlEIK/CrP2ej94zE5AttFeC1ogwbjdnwdTaBLussdqYXTpqeUhLOP9snSGDNzCKmHC4Ol9qAY8XNXowkQ0RL4b09t4KX7dPfBShn+GcSpAHrrWkVcaJgrsi2idiezk+VV8/2IzqiHS9o0MrWvWW3KKiRV9w1+MI1zOD+0NxvhmjVr6QlfbOe3TYjQAaJpAcVojCiHI3HVTj7gTnPMLhqNI/BYJci5tMuC7RGm1IV/21GZ4umWnIecmMNoD2Op4JURUqiO742yafId6dT8Fw3DIL8aglGlRzCMurAwj7AiEaxAQm4JwVgVG9NvDC/Z1k/5K+QVpM0ifqzPJvT0rqIZ9Dg8Rsz4fJUONPyo162X073KjZ8Iamwat9BbVKOPa4197wCpKriybUnXICquWiNoz/r5eb0PWtyDRkOi9t3uqufj2DdQseKEyLTOupJw0O3loNNWJUO0lWsb8Y3I8FWge1e1wp48= ceph-e3e3dd98-9c7c-11ed-9e56-001a4aab830c' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-01-25T06:55:22.080 INFO:teuthology.orchestra.run.smithi089.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCaI9VnxDLtF2yDmxryUcy71cIi54JPHL7ihgAlEIK/CrP2ej94zE5AttFeC1ogwbjdnwdTaBLussdqYXTpqeUhLOP9snSGDNzCKmHC4Ol9qAY8XNXowkQ0RL4b09t4KX7dPfBShn+GcSpAHrrWkVcaJgrsi2idiezk+VV8/2IzqiHS9o0MrWvWW3KKiRV9w1+MI1zOD+0NxvhmjVr6QlfbOe3TYjQAaJpAcVojCiHI3HVTj7gTnPMLhqNI/BYJci5tMuC7RGm1IV/21GZ4umWnIecmMNoD2Op4JURUqiO742yafId6dT8Fw3DIL8aglGlRzCMurAwj7AiEaxAQm4JwVgVG9NvDC/Z1k/5K+QVpM0ifqzPJvT0rqIZ9Dg8Rsz4fJUONPyo162X073KjZ8Iamwat9BbVKOPa4197wCpKriybUnXICquWiNoz/r5eb0PWtyDRkOi9t3uqufj2DdQseKEyLTOupJw0O3loNNWJUO0lWsb8Y3I8FWge1e1wp48= ceph-e3e3dd98-9c7c-11ed-9e56-001a4aab830c 2023-01-25T06:55:22.090 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:61996d73ab738798e4ee0055c86457f5c459da4a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e3e3dd98-9c7c-11ed-9e56-001a4aab830c -- ceph config set mgr mgr/cephadm/allow_ptrace true 2023-01-25T06:55:22.109 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:55:22 smithi088 bash[21021]: audit 1674629721.031194 mon.smithi088 (mon.0) 102 : audit 1 from='client.? 172.21.15.88:0/636502833' entity='client.admin' 2023-01-25T06:55:26.388 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:55:26 smithi088 bash[21021]: audit 1674629725.107427 mon.smithi088 (mon.0) 103 : audit 1 from='mgr.14164 172.21.15.88:0/1805734578' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:55:26.388 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:55:26 smithi088 bash[21021]: audit 1674629725.1141393 mon.smithi088 (mon.0) 104 : audit 1 from='mgr.14164 172.21.15.88:0/1805734578' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:55:26.388 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:55:26 smithi088 bash[21021]: audit 1674629725.115252 mon.smithi088 (mon.0) 105 : audit 1 from='mgr.14164 172.21.15.88:0/1805734578' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "config rm", "who": "osd/host:smithi088", "name": "osd_memory_target"}]: dispatch 2023-01-25T06:55:26.389 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:55:26 smithi088 bash[21021]: audit 1674629725.1205685 mon.smithi088 (mon.0) 106 : audit 1 from='mgr.14164 172.21.15.88:0/1805734578' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:55:26.389 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:55:26 smithi088 bash[21021]: cephadm 1674629725.137271 mgr.smithi088.qsgnjv (mgr.14164) 9 : cephadm 1 Deploying daemon alertmanager.smithi088 on smithi088 2023-01-25T06:55:28.390 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/e3e3dd98-9c7c-11ed-9e56-001a4aab830c/mon.smithi088/config 2023-01-25T06:55:29.137 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:55:28 smithi088 bash[21021]: cluster 1674629727.8245451 mgr.smithi088.qsgnjv (mgr.14164) 10 : cluster 0 pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T06:55:31.388 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:55:31 smithi088 bash[21021]: cluster 1674629729.8248692 mgr.smithi088.qsgnjv (mgr.14164) 11 : cluster 0 pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T06:55:33.388 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:55:33 smithi088 bash[21021]: cluster 1674629731.8251963 mgr.smithi088.qsgnjv (mgr.14164) 12 : cluster 0 pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T06:55:33.388 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:55:33 smithi088 bash[21021]: audit 1674629732.7442834 mon.smithi088 (mon.0) 107 : audit 1 from='client.? 172.21.15.88:0/2141690893' entity='client.admin' 2023-01-25T06:55:34.177 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2023-01-25T06:55:34.177 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:61996d73ab738798e4ee0055c86457f5c459da4a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e3e3dd98-9c7c-11ed-9e56-001a4aab830c -- ceph orch client-keyring set client.admin '*' --mode 0755 2023-01-25T06:55:35.388 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:55:35 smithi088 bash[21021]: cluster 1674629733.825612 mgr.smithi088.qsgnjv (mgr.14164) 13 : cluster 0 pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T06:55:37.288 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:55:37 smithi088 bash[21021]: cluster 1674629735.8260145 mgr.smithi088.qsgnjv (mgr.14164) 14 : cluster 0 pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T06:55:38.996 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/e3e3dd98-9c7c-11ed-9e56-001a4aab830c/mon.smithi088/config 2023-01-25T06:55:39.388 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:55:39 smithi088 bash[21021]: cluster 1674629737.8263357 mgr.smithi088.qsgnjv (mgr.14164) 15 : cluster 0 pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T06:55:39.388 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:55:39 smithi088 bash[21021]: audit 1674629738.298392 mon.smithi088 (mon.0) 108 : audit 1 from='mgr.14164 172.21.15.88:0/1805734578' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:55:39.388 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:55:39 smithi088 bash[21021]: audit 1674629738.3031325 mon.smithi088 (mon.0) 109 : audit 1 from='mgr.14164 172.21.15.88:0/1805734578' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:55:39.388 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:55:39 smithi088 bash[21021]: audit 1674629738.3055992 mon.smithi088 (mon.0) 110 : audit 1 from='mgr.14164 172.21.15.88:0/1805734578' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi088", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2023-01-25T06:55:39.389 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:55:39 smithi088 bash[21021]: audit 1674629738.3089192 mon.smithi088 (mon.0) 111 : audit 1 from='mgr.14164 172.21.15.88:0/1805734578' entity='mgr.smithi088.qsgnjv' cmd='[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi088", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]': finished 2023-01-25T06:55:39.389 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:55:39 smithi088 bash[21021]: audit 1674629738.310053 mon.smithi088 (mon.0) 112 : audit 0 from='mgr.14164 172.21.15.88:0/1805734578' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-01-25T06:55:39.389 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:55:39 smithi088 bash[21021]: cephadm 1674629738.3112662 mgr.smithi088.qsgnjv (mgr.14164) 16 : cephadm 1 Deploying daemon ceph-exporter.smithi088 on smithi088 2023-01-25T06:55:41.388 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:55:41 smithi088 bash[21021]: cluster 1674629739.8267076 mgr.smithi088.qsgnjv (mgr.14164) 17 : cluster 0 pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T06:55:43.888 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:55:43 smithi088 bash[21021]: cluster 1674629741.827164 mgr.smithi088.qsgnjv (mgr.14164) 18 : cluster 0 pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T06:55:43.888 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:55:43 smithi088 bash[21021]: audit 1674629742.6335993 mon.smithi088 (mon.0) 113 : audit 1 from='mgr.14164 172.21.15.88:0/1805734578' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:55:43.888 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:55:43 smithi088 bash[21021]: audit 1674629742.638011 mon.smithi088 (mon.0) 114 : audit 1 from='mgr.14164 172.21.15.88:0/1805734578' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:55:43.889 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:55:43 smithi088 bash[21021]: audit 1674629742.6403084 mon.smithi088 (mon.0) 115 : audit 1 from='mgr.14164 172.21.15.88:0/1805734578' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi088", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-01-25T06:55:43.889 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:55:43 smithi088 bash[21021]: audit 1674629742.645406 mon.smithi088 (mon.0) 116 : audit 1 from='mgr.14164 172.21.15.88:0/1805734578' entity='mgr.smithi088.qsgnjv' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi088", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-01-25T06:55:43.889 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:55:43 smithi088 bash[21021]: audit 1674629742.646637 mon.smithi088 (mon.0) 117 : audit 0 from='mgr.14164 172.21.15.88:0/1805734578' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-01-25T06:55:43.889 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:55:43 smithi088 bash[21021]: cephadm 1674629742.6477053 mgr.smithi088.qsgnjv (mgr.14164) 19 : cephadm 1 Deploying daemon crash.smithi088 on smithi088 2023-01-25T06:55:43.889 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:55:43 smithi088 bash[21021]: audit 1674629742.9059603 mon.smithi088 (mon.0) 118 : audit 1 from='mgr.14164 172.21.15.88:0/1805734578' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:55:45.870 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:55:45 smithi088 bash[21021]: cluster 1674629743.8276322 mgr.smithi088.qsgnjv (mgr.14164) 20 : cluster 0 pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T06:55:45.870 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:55:45 smithi088 bash[21021]: audit 1674629744.8929179 mon.smithi088 (mon.0) 119 : audit 1 from='mgr.14164 172.21.15.88:0/1805734578' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:55:45.971 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi089 2023-01-25T06:55:45.972 DEBUG:teuthology.orchestra.run.smithi089:> set -ex 2023-01-25T06:55:45.972 DEBUG:teuthology.orchestra.run.smithi089:> dd of=/etc/ceph/ceph.conf 2023-01-25T06:55:45.980 DEBUG:teuthology.orchestra.run.smithi089:> set -ex 2023-01-25T06:55:45.981 DEBUG:teuthology.orchestra.run.smithi089:> dd of=/etc/ceph/ceph.client.admin.keyring 2023-01-25T06:55:46.031 INFO:tasks.cephadm:Adding host smithi089 to orchestrator... 2023-01-25T06:55:46.032 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:61996d73ab738798e4ee0055c86457f5c459da4a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e3e3dd98-9c7c-11ed-9e56-001a4aab830c -- ceph orch host add smithi089 2023-01-25T06:55:46.888 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:55:46 smithi088 bash[21021]: audit 1674629744.8870008 mgr.smithi088.qsgnjv (mgr.14164) 21 : 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-25T06:55:46.888 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:55:46 smithi088 bash[21021]: audit 1674629746.3373904 mon.smithi088 (mon.0) 120 : audit 1 from='mgr.14164 172.21.15.88:0/1805734578' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:55:46.888 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:55:46 smithi088 bash[21021]: audit 1674629746.3436818 mon.smithi088 (mon.0) 121 : audit 1 from='mgr.14164 172.21.15.88:0/1805734578' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:55:46.889 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:55:46 smithi088 bash[21021]: audit 1674629746.3956597 mon.smithi088 (mon.0) 122 : audit 1 from='mgr.14164 172.21.15.88:0/1805734578' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:55:46.889 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:55:46 smithi088 bash[21021]: audit 1674629746.4019015 mon.smithi088 (mon.0) 123 : audit 1 from='mgr.14164 172.21.15.88:0/1805734578' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:55:46.889 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:55:46 smithi088 bash[21021]: audit 1674629746.4048417 mon.smithi088 (mon.0) 124 : audit 1 from='mgr.14164 172.21.15.88:0/1805734578' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-01-25T06:55:46.889 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:55:46 smithi088 bash[21021]: audit 1674629746.4116106 mon.smithi088 (mon.0) 125 : audit 1 from='mgr.14164 172.21.15.88:0/1805734578' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:55:47.985 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:55:47 smithi088 bash[21021]: cluster 1674629745.8280241 mgr.smithi088.qsgnjv (mgr.14164) 22 : cluster 0 pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T06:55:47.986 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:55:47 smithi088 bash[21021]: cephadm 1674629746.3537552 mgr.smithi088.qsgnjv (mgr.14164) 23 : cephadm 1 Regenerating cephadm self-signed grafana TLS certificates 2023-01-25T06:55:47.986 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:55:47 smithi088 bash[21021]: audit 1674629746.4054823 mgr.smithi088.qsgnjv (mgr.14164) 24 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-01-25T06:55:47.986 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:55:47 smithi088 bash[21021]: cephadm 1674629746.4161565 mgr.smithi088.qsgnjv (mgr.14164) 25 : cephadm 1 Deploying daemon grafana.smithi088 on smithi088 2023-01-25T06:55:49.388 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:55:48 smithi088 bash[21021]: cluster 1674629747.8284051 mgr.smithi088.qsgnjv (mgr.14164) 26 : cluster 0 pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T06:55:49.388 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:55:48 smithi088 bash[21021]: audit 1674629747.9119668 mon.smithi088 (mon.0) 126 : audit 1 from='mgr.14164 172.21.15.88:0/1805734578' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:55:51.388 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:55:51 smithi088 bash[21021]: cluster 1674629749.8287883 mgr.smithi088.qsgnjv (mgr.14164) 27 : cluster 0 pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T06:55:51.862 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/e3e3dd98-9c7c-11ed-9e56-001a4aab830c/mon.smithi088/config 2023-01-25T06:55:53.387 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:55:53 smithi088 bash[21021]: cluster 1674629751.8291516 mgr.smithi088.qsgnjv (mgr.14164) 28 : cluster 0 pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T06:55:55.388 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:55:55 smithi088 bash[21021]: cluster 1674629753.8294854 mgr.smithi088.qsgnjv (mgr.14164) 29 : cluster 0 pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T06:55:57.388 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:55:57 smithi088 bash[21021]: cluster 1674629755.8299258 mgr.smithi088.qsgnjv (mgr.14164) 30 : cluster 0 pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T06:55:59.388 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:55:59 smithi088 bash[21021]: cluster 1674629757.8303213 mgr.smithi088.qsgnjv (mgr.14164) 31 : cluster 0 pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T06:56:01.388 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:56:01 smithi088 bash[21021]: cluster 1674629759.8307528 mgr.smithi088.qsgnjv (mgr.14164) 32 : cluster 0 pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T06:56:03.388 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:56:03 smithi088 bash[21021]: cluster 1674629761.8311589 mgr.smithi088.qsgnjv (mgr.14164) 33 : cluster 0 pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T06:56:04.138 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:56:04 smithi088 bash[21021]: audit 1674629763.6568422 mgr.smithi088.qsgnjv (mgr.14164) 34 : audit 0 from='client.14191 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi089", "target": ["mon-mgr", ""]}]: dispatch 2023-01-25T06:56:05.271 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:56:05 smithi088 bash[21021]: cluster 1674629763.831633 mgr.smithi088.qsgnjv (mgr.14164) 35 : cluster 0 pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T06:56:05.272 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:56:05 smithi088 bash[21021]: cephadm 1674629764.4116004 mgr.smithi088.qsgnjv (mgr.14164) 36 : cephadm 1 Deploying cephadm binary to smithi089 2023-01-25T06:56:05.272 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:56:05 smithi088 bash[21021]: audit 1674629764.9183369 mon.smithi088 (mon.0) 127 : audit 1 from='mgr.14164 172.21.15.88:0/1805734578' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:56:05.273 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:56:05 smithi088 bash[21021]: audit 1674629764.9221704 mon.smithi088 (mon.0) 128 : audit 1 from='mgr.14164 172.21.15.88:0/1805734578' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:56:06.388 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:56:06 smithi088 bash[21021]: cephadm 1674629764.9324098 mgr.smithi088.qsgnjv (mgr.14164) 37 : cephadm 1 Deploying daemon node-exporter.smithi088 on smithi088 2023-01-25T06:56:06.388 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:56:06 smithi088 bash[21021]: audit 1674629765.7641745 mon.smithi088 (mon.0) 129 : audit 1 from='mgr.14164 172.21.15.88:0/1805734578' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:56:06.389 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:56:06 smithi088 bash[21021]: audit 1674629765.7706928 mon.smithi088 (mon.0) 130 : audit 1 from='mgr.14164 172.21.15.88:0/1805734578' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:56:06.389 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:56:06 smithi088 bash[21021]: audit 1674629765.775174 mon.smithi088 (mon.0) 131 : audit 1 from='mgr.14164 172.21.15.88:0/1805734578' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2023-01-25T06:56:06.523 INFO:teuthology.orchestra.run.smithi088.stdout:Added host 'smithi089' with addr '172.21.15.89' 2023-01-25T06:56:07.561 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:56:07 smithi088 bash[21021]: cluster 1674629765.832059 mgr.smithi088.qsgnjv (mgr.14164) 38 : cluster 0 pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T06:56:07.561 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:56:07 smithi088 bash[21021]: audit 1674629766.5215356 mon.smithi088 (mon.0) 132 : audit 1 from='mgr.14164 172.21.15.88:0/1805734578' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:56:07.562 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:56:07 smithi088 bash[21021]: cephadm 1674629766.5219882 mgr.smithi088.qsgnjv (mgr.14164) 39 : cephadm 1 Added host smithi089 2023-01-25T06:56:07.562 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:56:07 smithi088 bash[21021]: audit 1674629766.7802374 mon.smithi088 (mon.0) 133 : audit 1 from='mgr.14164 172.21.15.88:0/1805734578' entity='mgr.smithi088.qsgnjv' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2023-01-25T06:56:07.562 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:56:07 smithi088 bash[21021]: cluster 1674629766.7803216 mon.smithi088 (mon.0) 134 : cluster 0 mgrmap e14: smithi088.qsgnjv(active, since 59s) 2023-01-25T06:56:07.838 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:61996d73ab738798e4ee0055c86457f5c459da4a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e3e3dd98-9c7c-11ed-9e56-001a4aab830c -- ceph orch host ls --format=json 2023-01-25T06:56:12.659 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/e3e3dd98-9c7c-11ed-9e56-001a4aab830c/mon.smithi088/config 2023-01-25T06:56:16.382 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:56:15 smithi088 bash[21021]: cluster 1674629774.942569 mon.smithi088 (mon.0) 135 : cluster 1 Active manager daemon smithi088.qsgnjv restarted 2023-01-25T06:56:16.383 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:56:15 smithi088 bash[21021]: cluster 1674629774.942982 mon.smithi088 (mon.0) 136 : cluster 1 Activating manager daemon smithi088.qsgnjv 2023-01-25T06:56:16.383 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:56:15 smithi088 bash[21021]: cluster 1674629774.9470308 mon.smithi088 (mon.0) 137 : cluster 0 osdmap e4: 0 total, 0 up, 0 in 2023-01-25T06:56:16.384 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:56:15 smithi088 bash[21021]: cluster 1674629774.9984784 mon.smithi088 (mon.0) 138 : cluster 0 mgrmap e15: smithi088.qsgnjv(active, starting, since 0.055631s) 2023-01-25T06:56:16.384 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:56:15 smithi088 bash[21021]: audit 1674629775.0006468 mon.smithi088 (mon.0) 139 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "mon metadata", "id": "smithi088"}]: dispatch 2023-01-25T06:56:16.384 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:56:15 smithi088 bash[21021]: audit 1674629775.0018744 mon.smithi088 (mon.0) 140 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "mgr metadata", "who": "smithi088.qsgnjv", "id": "smithi088.qsgnjv"}]: dispatch 2023-01-25T06:56:16.384 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:56:15 smithi088 bash[21021]: audit 1674629775.0026774 mon.smithi088 (mon.0) 141 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-01-25T06:56:16.385 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:56:15 smithi088 bash[21021]: audit 1674629775.0028315 mon.smithi088 (mon.0) 142 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-01-25T06:56:16.385 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:56:15 smithi088 bash[21021]: audit 1674629775.0029535 mon.smithi088 (mon.0) 143 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-01-25T06:56:16.385 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:56:15 smithi088 bash[21021]: cluster 1674629775.030234 mon.smithi088 (mon.0) 144 : cluster 1 Manager daemon smithi088.qsgnjv is now available 2023-01-25T06:56:16.385 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:56:15 smithi088 bash[21021]: audit 1674629775.04782 mon.smithi088 (mon.0) 145 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-01-25T06:56:16.385 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:56:15 smithi088 bash[21021]: audit 1674629775.0506022 mon.smithi088 (mon.0) 146 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-01-25T06:56:16.386 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:56:15 smithi088 bash[21021]: audit 1674629775.069882 mon.smithi088 (mon.0) 147 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:56:16.386 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:56:15 smithi088 bash[21021]: audit 1674629775.0725281 mon.smithi088 (mon.0) 148 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-01-25T06:56:16.386 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:56:15 smithi088 bash[21021]: audit 1674629775.0833728 mon.smithi088 (mon.0) 149 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi088.qsgnjv/mirror_snapshot_schedule"}]: dispatch 2023-01-25T06:56:16.386 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:56:15 smithi088 bash[21021]: audit 1674629775.0871592 mon.smithi088 (mon.0) 150 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi088.qsgnjv/trash_purge_schedule"}]: dispatch 2023-01-25T06:56:16.387 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:56:15 smithi088 bash[21021]: cephadm 1674629775.7188144 mgr.smithi088.qsgnjv (mgr.14193) 1 : cephadm 1 [25/Jan/2023:06:56:15] ENGINE Bus STARTING 2023-01-25T06:56:16.387 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:56:15 smithi088 bash[21021]: audit 1674629775.741712 mon.smithi088 (mon.0) 151 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:56:16.387 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:56:15 smithi088 bash[21021]: cephadm 1674629775.8401961 mgr.smithi088.qsgnjv (mgr.14193) 2 : cephadm 1 [25/Jan/2023:06:56:15] ENGINE Serving on https://172.21.15.88:8765 2023-01-25T06:56:17.265 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:56:17 smithi088 bash[21021]: cephadm 1674629775.9591258 mgr.smithi088.qsgnjv (mgr.14193) 3 : cephadm 1 [25/Jan/2023:06:56:15] ENGINE Serving on https://172.21.15.88:7150 2023-01-25T06:56:17.265 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:56:17 smithi088 bash[21021]: cephadm 1674629775.95935 mgr.smithi088.qsgnjv (mgr.14193) 4 : cephadm 1 [25/Jan/2023:06:56:15] ENGINE Bus STARTED 2023-01-25T06:56:17.266 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:56:17 smithi088 bash[21021]: cluster 1674629776.0040414 mon.smithi088 (mon.0) 152 : cluster 0 mgrmap e16: smithi088.qsgnjv(active, since 1.06118s) 2023-01-25T06:56:17.852 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-01-25T06:56:17.853 INFO:teuthology.orchestra.run.smithi088.stdout:[{"addr": "172.21.15.88", "hostname": "smithi088", "labels": [], "status": ""}, {"addr": "172.21.15.89", "hostname": "smithi089", "labels": [], "status": ""}] 2023-01-25T06:56:18.128 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:56:18 smithi088 bash[21021]: cluster 1674629777.0100086 mon.smithi088 (mon.0) 153 : cluster 0 mgrmap e17: smithi088.qsgnjv(active, since 2s) 2023-01-25T06:56:18.129 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:56:18 smithi088 bash[21021]: audit 1674629777.228037 mon.smithi088 (mon.0) 154 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:56:18.129 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:56:18 smithi088 bash[21021]: audit 1674629777.9963124 mon.smithi088 (mon.0) 155 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:56:18.985 INFO:tasks.cephadm:Setting crush tunables to default 2023-01-25T06:56:18.986 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:61996d73ab738798e4ee0055c86457f5c459da4a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e3e3dd98-9c7c-11ed-9e56-001a4aab830c -- ceph osd crush tunables default 2023-01-25T06:56:19.136 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:56:19 smithi088 bash[21021]: audit 1674629777.8514812 mgr.smithi088.qsgnjv (mgr.14193) 5 : audit 0 from='client.14201 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-01-25T06:56:23.526 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/e3e3dd98-9c7c-11ed-9e56-001a4aab830c/mon.smithi088/config 2023-01-25T06:56:23.638 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:56:23 smithi088 bash[21021]: audit 1674629782.544188 mon.smithi088 (mon.0) 156 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:56:23.638 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:56:23 smithi088 bash[21021]: audit 1674629782.5481102 mon.smithi088 (mon.0) 157 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:56:23.638 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:56:23 smithi088 bash[21021]: audit 1674629783.238318 mon.smithi088 (mon.0) 158 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:56:23.639 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:56:23 smithi088 bash[21021]: audit 1674629783.243976 mon.smithi088 (mon.0) 159 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:56:23.639 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:56:23 smithi088 bash[21021]: audit 1674629783.2453866 mon.smithi088 (mon.0) 160 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "config rm", "who": "osd/host:smithi088", "name": "osd_memory_target"}]: dispatch 2023-01-25T06:56:25.357 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:56:25 smithi088 bash[21021]: audit 1674629784.0999343 mon.smithi088 (mon.0) 161 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:56:25.358 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:56:25 smithi088 bash[21021]: audit 1674629784.1058025 mon.smithi088 (mon.0) 162 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:56:25.358 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:56:25 smithi088 bash[21021]: audit 1674629784.1123178 mon.smithi088 (mon.0) 163 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:56:25.358 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:56:25 smithi088 bash[21021]: audit 1674629784.1177478 mon.smithi088 (mon.0) 164 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:56:25.358 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:56:25 smithi088 bash[21021]: audit 1674629784.1186764 mon.smithi088 (mon.0) 165 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "config rm", "who": "osd/host:smithi089", "name": "osd_memory_target"}]: dispatch 2023-01-25T06:56:25.358 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:56:25 smithi088 bash[21021]: audit 1674629784.1201165 mon.smithi088 (mon.0) 166 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-01-25T06:56:25.359 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:56:25 smithi088 bash[21021]: audit 1674629784.1213074 mon.smithi088 (mon.0) 167 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-01-25T06:56:25.359 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:56:25 smithi088 bash[21021]: cephadm 1674629784.1233518 mgr.smithi088.qsgnjv (mgr.14193) 6 : cephadm 1 Updating smithi088:/etc/ceph/ceph.conf 2023-01-25T06:56:25.359 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:56:25 smithi088 bash[21021]: cephadm 1674629784.1235929 mgr.smithi088.qsgnjv (mgr.14193) 7 : cephadm 1 Updating smithi089:/etc/ceph/ceph.conf 2023-01-25T06:56:25.359 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:56:25 smithi088 bash[21021]: cephadm 1674629784.25967 mgr.smithi088.qsgnjv (mgr.14193) 8 : cephadm 1 Updating smithi088:/var/lib/ceph/e3e3dd98-9c7c-11ed-9e56-001a4aab830c/config/ceph.conf 2023-01-25T06:56:25.359 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:56:25 smithi088 bash[21021]: cephadm 1674629784.276193 mgr.smithi088.qsgnjv (mgr.14193) 9 : cephadm 1 Updating smithi089:/var/lib/ceph/e3e3dd98-9c7c-11ed-9e56-001a4aab830c/config/ceph.conf 2023-01-25T06:56:25.360 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:56:25 smithi088 bash[21021]: cephadm 1674629784.3946805 mgr.smithi088.qsgnjv (mgr.14193) 10 : cephadm 1 Updating smithi088:/etc/ceph/ceph.client.admin.keyring 2023-01-25T06:56:25.360 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:56:25 smithi088 bash[21021]: cephadm 1674629784.4292636 mgr.smithi088.qsgnjv (mgr.14193) 11 : cephadm 1 Updating smithi089:/etc/ceph/ceph.client.admin.keyring 2023-01-25T06:56:25.360 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:56:25 smithi088 bash[21021]: cephadm 1674629784.5594034 mgr.smithi088.qsgnjv (mgr.14193) 12 : cephadm 1 Updating smithi089:/var/lib/ceph/e3e3dd98-9c7c-11ed-9e56-001a4aab830c/config/ceph.client.admin.keyring 2023-01-25T06:56:25.360 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:56:25 smithi088 bash[21021]: cephadm 1674629784.6397114 mgr.smithi088.qsgnjv (mgr.14193) 13 : cephadm 1 Updating smithi088:/var/lib/ceph/e3e3dd98-9c7c-11ed-9e56-001a4aab830c/config/ceph.client.admin.keyring 2023-01-25T06:56:25.361 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:56:25 smithi088 bash[21021]: audit 1674629784.6805682 mon.smithi088 (mon.0) 168 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:56:25.361 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:56:25 smithi088 bash[21021]: audit 1674629784.6857028 mon.smithi088 (mon.0) 169 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:56:25.361 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:56:25 smithi088 bash[21021]: audit 1674629784.7532108 mon.smithi088 (mon.0) 170 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:56:25.361 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:56:25 smithi088 bash[21021]: audit 1674629784.7597811 mon.smithi088 (mon.0) 171 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:56:25.361 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:56:25 smithi088 bash[21021]: audit 1674629784.7631001 mon.smithi088 (mon.0) 172 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:56:25.361 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:56:25 smithi088 bash[21021]: audit 1674629784.7652917 mon.smithi088 (mon.0) 173 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi089", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2023-01-25T06:56:25.362 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:56:25 smithi088 bash[21021]: audit 1674629784.767878 mon.smithi088 (mon.0) 174 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd='[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi089", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]': finished 2023-01-25T06:56:25.362 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:56:25 smithi088 bash[21021]: audit 1674629784.7689948 mon.smithi088 (mon.0) 175 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-01-25T06:56:25.362 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:56:25 smithi088 bash[21021]: cephadm 1674629784.770605 mgr.smithi088.qsgnjv (mgr.14193) 14 : cephadm 1 Deploying daemon ceph-exporter.smithi089 on smithi089 2023-01-25T06:56:28.947 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:56:28 smithi088 bash[21021]: audit 1674629787.8546014 mon.smithi088 (mon.0) 176 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:56:28.947 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:56:28 smithi088 bash[21021]: audit 1674629787.8593822 mon.smithi088 (mon.0) 177 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:56:28.947 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:56:28 smithi088 bash[21021]: audit 1674629787.8629894 mon.smithi088 (mon.0) 178 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi089", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-01-25T06:56:28.947 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:56:28 smithi088 bash[21021]: audit 1674629787.8663251 mon.smithi088 (mon.0) 179 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi089", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-01-25T06:56:28.948 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:56:28 smithi088 bash[21021]: audit 1674629787.8675368 mon.smithi088 (mon.0) 180 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-01-25T06:56:28.948 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:56:28 smithi088 bash[21021]: cephadm 1674629787.869045 mgr.smithi088.qsgnjv (mgr.14193) 15 : cephadm 1 Deploying daemon crash.smithi089 on smithi089 2023-01-25T06:56:29.870 INFO:teuthology.orchestra.run.smithi088.stderr:adjusted tunables profile to default 2023-01-25T06:56:30.138 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:56:29 smithi088 bash[21021]: audit 1674629788.96182 mon.smithi088 (mon.0) 181 : audit 1 from='client.? 172.21.15.88:0/2745285991' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2023-01-25T06:56:30.874 INFO:tasks.cephadm:Adding mon.smithi088 on smithi088 2023-01-25T06:56:30.874 INFO:tasks.cephadm:Adding mon.smithi089 on smithi089 2023-01-25T06:56:30.875 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:61996d73ab738798e4ee0055c86457f5c459da4a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e3e3dd98-9c7c-11ed-9e56-001a4aab830c -- ceph orch apply mon '2;smithi088:172.21.15.88=smithi088;smithi089:172.21.15.89=smithi089' 2023-01-25T06:56:31.138 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:56:30 smithi088 bash[21021]: audit 1674629789.8655891 mon.smithi088 (mon.0) 182 : audit 1 from='client.? 172.21.15.88:0/2745285991' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2023-01-25T06:56:31.138 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:56:30 smithi088 bash[21021]: cluster 1674629789.8656452 mon.smithi088 (mon.0) 183 : cluster 0 osdmap e5: 0 total, 0 up, 0 in 2023-01-25T06:56:31.138 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:56:30 smithi088 bash[21021]: audit 1674629790.0707395 mon.smithi088 (mon.0) 184 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:56:31.139 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:56:30 smithi088 bash[21021]: audit 1674629790.0728593 mon.smithi088 (mon.0) 185 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-01-25T06:56:31.139 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:56:30 smithi088 bash[21021]: audit 1674629790.8217688 mon.smithi088 (mon.0) 186 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:56:31.139 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:56:30 smithi088 bash[21021]: audit 1674629790.8253496 mon.smithi088 (mon.0) 187 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:56:31.139 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:56:30 smithi088 bash[21021]: audit 1674629790.829643 mon.smithi088 (mon.0) 188 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi089.ugixzw", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-01-25T06:56:31.139 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:56:30 smithi088 bash[21021]: audit 1674629790.832814 mon.smithi088 (mon.0) 189 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi089.ugixzw", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-01-25T06:56:31.140 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:56:30 smithi088 bash[21021]: audit 1674629790.8338072 mon.smithi088 (mon.0) 190 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "mgr services"}]: dispatch 2023-01-25T06:56:31.140 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:56:30 smithi088 bash[21021]: audit 1674629790.8349245 mon.smithi088 (mon.0) 191 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-01-25T06:56:31.140 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:56:30 smithi088 bash[21021]: cephadm 1674629790.836097 mgr.smithi088.qsgnjv (mgr.14193) 16 : cephadm 1 Deploying daemon mgr.smithi089.ugixzw on smithi089 2023-01-25T06:56:34.685 INFO:teuthology.orchestra.run.smithi089.stderr:Inferring config /var/lib/ceph/e3e3dd98-9c7c-11ed-9e56-001a4aab830c/config/ceph.conf 2023-01-25T06:56:34.888 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:56:34 smithi088 bash[21021]: audit 1674629793.619071 mon.smithi088 (mon.0) 192 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:56:34.888 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:56:34 smithi088 bash[21021]: audit 1674629793.6254802 mon.smithi088 (mon.0) 193 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:56:34.889 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:56:34 smithi088 bash[21021]: audit 1674629793.6298108 mon.smithi088 (mon.0) 194 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-01-25T06:56:34.889 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:56:34 smithi088 bash[21021]: audit 1674629793.6313562 mon.smithi088 (mon.0) 195 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-01-25T06:56:34.889 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:56:34 smithi088 bash[21021]: audit 1674629793.6326525 mon.smithi088 (mon.0) 196 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-01-25T06:56:34.889 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:56:34 smithi088 bash[21021]: cephadm 1674629793.6341393 mgr.smithi088.qsgnjv (mgr.14193) 17 : cephadm 1 Deploying daemon mon.smithi089 on smithi089 2023-01-25T06:56:36.388 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:56:36 smithi088 bash[21021]: cluster 1674629795.004281 mgr.smithi088.qsgnjv (mgr.14193) 18 : cluster 0 pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T06:56:36.388 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:56:36 smithi088 bash[21021]: audit 1674629795.0785468 mon.smithi088 (mon.0) 197 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:56:38.388 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:56:38 smithi088 bash[21021]: cluster 1674629797.0048916 mgr.smithi088.qsgnjv (mgr.14193) 19 : cluster 0 pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T06:56:39.323 INFO:teuthology.orchestra.run.smithi089.stdout:Scheduled mon update... 2023-01-25T06:56:40.256 DEBUG:teuthology.orchestra.run.smithi089:mon.smithi089> sudo journalctl -f -n 0 -u ceph-e3e3dd98-9c7c-11ed-9e56-001a4aab830c@mon.smithi089.service 2023-01-25T06:56:40.258 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-01-25T06:56:40.258 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:61996d73ab738798e4ee0055c86457f5c459da4a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e3e3dd98-9c7c-11ed-9e56-001a4aab830c -- ceph mon dump -f json 2023-01-25T06:56:40.638 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:56:40 smithi088 bash[21021]: cluster 1674629799.0054173 mgr.smithi088.qsgnjv (mgr.14193) 20 : cluster 0 pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T06:56:40.638 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:56:40 smithi088 bash[21021]: audit 1674629799.3122375 mgr.smithi088.qsgnjv (mgr.14193) 21 : audit 0 from='client.14208 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi088:172.21.15.88=smithi088;smithi089:172.21.15.89=smithi089", "target": ["mon-mgr", ""]}]: dispatch 2023-01-25T06:56:40.638 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:56:40 smithi088 bash[21021]: cephadm 1674629799.3165874 mgr.smithi088.qsgnjv (mgr.14193) 22 : cephadm 1 Saving service mon spec with placement smithi088:172.21.15.88=smithi088;smithi089:172.21.15.89=smithi089;count:2 2023-01-25T06:56:40.639 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:56:40 smithi088 bash[21021]: audit 1674629799.3221836 mon.smithi088 (mon.0) 198 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:56:40.795 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-01-25T06:56:41.638 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:56:41 smithi088 bash[21021]: audit 1674629800.3456798 mon.smithi088 (mon.0) 199 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:56:41.638 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:56:41 smithi088 bash[21021]: audit 1674629800.3501637 mon.smithi088 (mon.0) 200 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:56:41.638 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:56:41 smithi088 bash[21021]: cephadm 1674629800.353517 mgr.smithi088.qsgnjv (mgr.14193) 23 : cephadm 1 Deploying daemon node-exporter.smithi089 on smithi089 2023-01-25T06:56:41.639 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:56:41 smithi088 bash[21021]: audit 1674629801.1501484 mon.smithi088 (mon.0) 201 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:56:41.639 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:56:41 smithi088 bash[21021]: audit 1674629801.154931 mon.smithi088 (mon.0) 202 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:56:41.879 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:56:41 smithi089 bash[24593]: debug 2023-01-25T06:56:41.704+0000 7f7fcbe17700 1 mon.smithi089@-1(synchronizing).paxosservice(auth 1..8) refresh upgraded, format 0 -> 3 2023-01-25T06:56:46.115 INFO:teuthology.orchestra.run.smithi089.stderr:Inferring config /var/lib/ceph/e3e3dd98-9c7c-11ed-9e56-001a4aab830c/mon.smithi089/config 2023-01-25T06:56:47.138 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:56:46 smithi088 bash[21021]: cluster 1674629801.005841 mgr.smithi088.qsgnjv (mgr.14193) 24 : cluster 0 pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T06:56:47.139 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:56:46 smithi088 bash[21021]: cephadm 1674629801.1723258 mgr.smithi088.qsgnjv (mgr.14193) 25 : cephadm 1 Deploying daemon prometheus.smithi089 on smithi089 2023-01-25T06:56:47.139 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:56:46 smithi088 bash[21021]: audit 1674629801.7239866 mon.smithi088 (mon.0) 204 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "mon metadata", "id": "smithi088"}]: dispatch 2023-01-25T06:56:47.139 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:56:46 smithi088 bash[21021]: cluster 1674629801.7243469 mon.smithi088 (mon.0) 205 : cluster 1 mon.smithi088 calling monitor election 2023-01-25T06:56:47.139 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:56:46 smithi088 bash[21021]: audit 1674629801.747705 mon.smithi088 (mon.0) 206 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "mon metadata", "id": "smithi089"}]: dispatch 2023-01-25T06:56:47.140 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:56:46 smithi088 bash[21021]: audit 1674629802.7178178 mon.smithi088 (mon.0) 207 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "mon metadata", "id": "smithi089"}]: dispatch 2023-01-25T06:56:47.140 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:56:46 smithi088 bash[21021]: cluster 1674629803.0062768 mgr.smithi088.qsgnjv (mgr.14193) 26 : cluster 0 pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T06:56:47.140 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:56:46 smithi088 bash[21021]: cluster 1674629803.7169154 mon.smithi089 (mon.1) 1 : cluster 1 mon.smithi089 calling monitor election 2023-01-25T06:56:47.140 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:56:46 smithi088 bash[21021]: audit 1674629803.7176344 mon.smithi088 (mon.0) 208 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "mon metadata", "id": "smithi089"}]: dispatch 2023-01-25T06:56:47.141 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:56:46 smithi088 bash[21021]: audit 1674629804.6894855 mon.smithi088 (mon.0) 209 : audit 0 from='mgr.? 172.21.15.89:0/3105792687' entity='mgr.smithi089.ugixzw' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi089.ugixzw/crt"}]: dispatch 2023-01-25T06:56:47.141 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:56:46 smithi088 bash[21021]: audit 1674629804.717942 mon.smithi088 (mon.0) 210 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "mon metadata", "id": "smithi089"}]: dispatch 2023-01-25T06:56:47.141 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:56:46 smithi088 bash[21021]: cluster 1674629805.006689 mgr.smithi088.qsgnjv (mgr.14193) 27 : cluster 0 pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T06:56:47.141 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:56:46 smithi088 bash[21021]: audit 1674629805.073715 mon.smithi088 (mon.0) 211 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-01-25T06:56:47.141 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:56:46 smithi088 bash[21021]: audit 1674629805.7182126 mon.smithi088 (mon.0) 212 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "mon metadata", "id": "smithi089"}]: dispatch 2023-01-25T06:56:47.142 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:56:46 smithi088 bash[21021]: audit 1674629806.7177916 mon.smithi088 (mon.0) 213 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "mon metadata", "id": "smithi089"}]: dispatch 2023-01-25T06:56:47.142 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:56:46 smithi088 bash[21021]: cluster 1674629806.7741027 mon.smithi088 (mon.0) 214 : cluster 1 mon.smithi088 is new leader, mons smithi088,smithi089 in quorum (ranks 0,1) 2023-01-25T06:56:47.142 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:56:46 smithi088 bash[21021]: cluster 1674629806.7836378 mon.smithi088 (mon.0) 215 : cluster 0 monmap e2: 2 mons at {smithi088=[v2:172.21.15.88:3300/0,v1:172.21.15.88:6789/0],smithi089=[v2:172.21.15.89:3300/0,v1:172.21.15.89:6789/0]} removed_ranks: {} 2023-01-25T06:56:47.142 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:56:46 smithi088 bash[21021]: cluster 1674629806.8033397 mon.smithi088 (mon.0) 216 : cluster 0 fsmap 2023-01-25T06:56:47.142 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:56:46 smithi088 bash[21021]: cluster 1674629806.8034232 mon.smithi088 (mon.0) 217 : cluster 0 osdmap e5: 0 total, 0 up, 0 in 2023-01-25T06:56:47.143 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:56:46 smithi088 bash[21021]: cluster 1674629806.8037114 mon.smithi088 (mon.0) 218 : cluster 0 mgrmap e17: smithi088.qsgnjv(active, since 31s) 2023-01-25T06:56:47.143 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:56:46 smithi088 bash[21021]: cluster 1674629806.8055668 mon.smithi088 (mon.0) 219 : cluster 0 Standby manager daemon smithi089.ugixzw started 2023-01-25T06:56:47.143 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:56:46 smithi088 bash[21021]: audit 1674629806.807875 mon.smithi088 (mon.0) 220 : audit 0 from='mgr.? 172.21.15.89:0/3105792687' entity='mgr.smithi089.ugixzw' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-01-25T06:56:47.143 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:56:46 smithi088 bash[21021]: cluster 1674629806.8119073 mon.smithi088 (mon.0) 221 : cluster 1 overall HEALTH_OK 2023-01-25T06:56:47.143 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:56:46 smithi088 bash[21021]: audit 1674629806.81248 mon.smithi088 (mon.0) 222 : audit 0 from='mgr.? 172.21.15.89:0/3105792687' entity='mgr.smithi089.ugixzw' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi089.ugixzw/key"}]: dispatch 2023-01-25T06:56:47.144 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:56:46 smithi088 bash[21021]: audit 1674629806.8132768 mon.smithi088 (mon.0) 223 : audit 0 from='mgr.? 172.21.15.89:0/3105792687' entity='mgr.smithi089.ugixzw' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-01-25T06:56:47.144 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:56:46 smithi088 bash[21021]: audit 1674629806.816675 mon.smithi088 (mon.0) 224 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:56:47.214 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:56:46 smithi089 bash[24593]: cluster 1674629801.005841 mgr.smithi088.qsgnjv (mgr.14193) 24 : cluster 0 pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T06:56:47.215 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:56:46 smithi089 bash[24593]: cephadm 1674629801.1723258 mgr.smithi088.qsgnjv (mgr.14193) 25 : cephadm 1 Deploying daemon prometheus.smithi089 on smithi089 2023-01-25T06:56:47.215 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:56:46 smithi089 bash[24593]: audit 1674629801.7239866 mon.smithi088 (mon.0) 204 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "mon metadata", "id": "smithi088"}]: dispatch 2023-01-25T06:56:47.215 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:56:46 smithi089 bash[24593]: cluster 1674629801.7243469 mon.smithi088 (mon.0) 205 : cluster 1 mon.smithi088 calling monitor election 2023-01-25T06:56:47.215 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:56:46 smithi089 bash[24593]: audit 1674629801.747705 mon.smithi088 (mon.0) 206 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "mon metadata", "id": "smithi089"}]: dispatch 2023-01-25T06:56:47.215 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:56:46 smithi089 bash[24593]: audit 1674629802.7178178 mon.smithi088 (mon.0) 207 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "mon metadata", "id": "smithi089"}]: dispatch 2023-01-25T06:56:47.216 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:56:46 smithi089 bash[24593]: cluster 1674629803.0062768 mgr.smithi088.qsgnjv (mgr.14193) 26 : cluster 0 pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T06:56:47.216 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:56:46 smithi089 bash[24593]: cluster 1674629803.7169154 mon.smithi089 (mon.1) 1 : cluster 1 mon.smithi089 calling monitor election 2023-01-25T06:56:47.216 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:56:46 smithi089 bash[24593]: audit 1674629803.7176344 mon.smithi088 (mon.0) 208 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "mon metadata", "id": "smithi089"}]: dispatch 2023-01-25T06:56:47.216 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:56:46 smithi089 bash[24593]: audit 1674629804.6894855 mon.smithi088 (mon.0) 209 : audit 0 from='mgr.? 172.21.15.89:0/3105792687' entity='mgr.smithi089.ugixzw' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi089.ugixzw/crt"}]: dispatch 2023-01-25T06:56:47.216 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:56:46 smithi089 bash[24593]: audit 1674629804.717942 mon.smithi088 (mon.0) 210 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "mon metadata", "id": "smithi089"}]: dispatch 2023-01-25T06:56:47.217 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:56:46 smithi089 bash[24593]: cluster 1674629805.006689 mgr.smithi088.qsgnjv (mgr.14193) 27 : cluster 0 pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T06:56:47.217 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:56:46 smithi089 bash[24593]: audit 1674629805.073715 mon.smithi088 (mon.0) 211 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-01-25T06:56:47.217 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:56:46 smithi089 bash[24593]: audit 1674629805.7182126 mon.smithi088 (mon.0) 212 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "mon metadata", "id": "smithi089"}]: dispatch 2023-01-25T06:56:47.217 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:56:46 smithi089 bash[24593]: audit 1674629806.7177916 mon.smithi088 (mon.0) 213 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "mon metadata", "id": "smithi089"}]: dispatch 2023-01-25T06:56:47.217 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:56:46 smithi089 bash[24593]: cluster 1674629806.7741027 mon.smithi088 (mon.0) 214 : cluster 1 mon.smithi088 is new leader, mons smithi088,smithi089 in quorum (ranks 0,1) 2023-01-25T06:56:47.218 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:56:46 smithi089 bash[24593]: cluster 1674629806.7836378 mon.smithi088 (mon.0) 215 : cluster 0 monmap e2: 2 mons at {smithi088=[v2:172.21.15.88:3300/0,v1:172.21.15.88:6789/0],smithi089=[v2:172.21.15.89:3300/0,v1:172.21.15.89:6789/0]} removed_ranks: {} 2023-01-25T06:56:47.218 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:56:46 smithi089 bash[24593]: cluster 1674629806.8033397 mon.smithi088 (mon.0) 216 : cluster 0 fsmap 2023-01-25T06:56:47.218 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:56:46 smithi089 bash[24593]: cluster 1674629806.8034232 mon.smithi088 (mon.0) 217 : cluster 0 osdmap e5: 0 total, 0 up, 0 in 2023-01-25T06:56:47.218 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:56:46 smithi089 bash[24593]: cluster 1674629806.8037114 mon.smithi088 (mon.0) 218 : cluster 0 mgrmap e17: smithi088.qsgnjv(active, since 31s) 2023-01-25T06:56:47.218 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:56:46 smithi089 bash[24593]: cluster 1674629806.8055668 mon.smithi088 (mon.0) 219 : cluster 0 Standby manager daemon smithi089.ugixzw started 2023-01-25T06:56:47.219 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:56:46 smithi089 bash[24593]: audit 1674629806.807875 mon.smithi088 (mon.0) 220 : audit 0 from='mgr.? 172.21.15.89:0/3105792687' entity='mgr.smithi089.ugixzw' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-01-25T06:56:47.219 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:56:46 smithi089 bash[24593]: cluster 1674629806.8119073 mon.smithi088 (mon.0) 221 : cluster 1 overall HEALTH_OK 2023-01-25T06:56:47.219 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:56:46 smithi089 bash[24593]: audit 1674629806.81248 mon.smithi088 (mon.0) 222 : audit 0 from='mgr.? 172.21.15.89:0/3105792687' entity='mgr.smithi089.ugixzw' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi089.ugixzw/key"}]: dispatch 2023-01-25T06:56:47.219 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:56:46 smithi089 bash[24593]: audit 1674629806.8132768 mon.smithi088 (mon.0) 223 : audit 0 from='mgr.? 172.21.15.89:0/3105792687' entity='mgr.smithi089.ugixzw' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-01-25T06:56:47.219 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:56:46 smithi089 bash[24593]: audit 1674629806.816675 mon.smithi088 (mon.0) 224 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:56:48.138 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:56:47 smithi088 bash[21021]: cluster 1674629806.870227 mon.smithi088 (mon.0) 225 : cluster 0 mgrmap e18: smithi088.qsgnjv(active, since 31s), standbys: smithi089.ugixzw 2023-01-25T06:56:48.138 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:56:47 smithi088 bash[21021]: audit 1674629806.8704276 mon.smithi088 (mon.0) 226 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "mgr metadata", "who": "smithi089.ugixzw", "id": "smithi089.ugixzw"}]: dispatch 2023-01-25T06:56:48.138 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:56:47 smithi088 bash[21021]: cluster 1674629807.0071318 mgr.smithi088.qsgnjv (mgr.14193) 28 : cluster 0 pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T06:56:48.139 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:56:47 smithi088 bash[21021]: audit 1674629807.7184439 mon.smithi088 (mon.0) 227 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "mon metadata", "id": "smithi089"}]: dispatch 2023-01-25T06:56:48.214 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:56:47 smithi089 bash[24593]: cluster 1674629806.870227 mon.smithi088 (mon.0) 225 : cluster 0 mgrmap e18: smithi088.qsgnjv(active, since 31s), standbys: smithi089.ugixzw 2023-01-25T06:56:48.214 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:56:47 smithi089 bash[24593]: audit 1674629806.8704276 mon.smithi088 (mon.0) 226 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "mgr metadata", "who": "smithi089.ugixzw", "id": "smithi089.ugixzw"}]: dispatch 2023-01-25T06:56:48.214 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:56:47 smithi089 bash[24593]: cluster 1674629807.0071318 mgr.smithi088.qsgnjv (mgr.14193) 28 : cluster 0 pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T06:56:48.215 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:56:47 smithi089 bash[24593]: audit 1674629807.7184439 mon.smithi088 (mon.0) 227 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "mon metadata", "id": "smithi089"}]: dispatch 2023-01-25T06:56:50.214 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:56:50 smithi089 bash[24593]: cluster 1674629809.007613 mgr.smithi088.qsgnjv (mgr.14193) 29 : cluster 0 pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T06:56:50.388 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:56:50 smithi088 bash[21021]: cluster 1674629809.007613 mgr.smithi088.qsgnjv (mgr.14193) 29 : cluster 0 pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T06:56:51.841 INFO:teuthology.orchestra.run.smithi089.stdout: 2023-01-25T06:56:51.841 INFO:teuthology.orchestra.run.smithi089.stdout:{"epoch":2,"fsid":"e3e3dd98-9c7c-11ed-9e56-001a4aab830c","modified":"2023-01-25T06:56:41.718595Z","created":"2023-01-25T06:53:37.839030Z","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":"smithi088","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:3300","nonce":0},{"type":"v1","addr":"172.21.15.88:6789","nonce":0}]},"addr":"172.21.15.88:6789/0","public_addr":"172.21.15.88:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2023-01-25T06:56:51.844 INFO:teuthology.orchestra.run.smithi089.stderr:dumped monmap epoch 2 2023-01-25T06:56:52.964 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:56:52 smithi089 bash[24593]: cluster 1674629811.008025 mgr.smithi088.qsgnjv (mgr.14193) 30 : cluster 0 pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T06:56:52.964 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:56:52 smithi089 bash[24593]: audit 1674629811.8400226 mon.smithi088 (mon.0) 228 : audit 0 from='client.? 172.21.15.89:0/1462435194' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-01-25T06:56:53.064 INFO:tasks.cephadm:Generating final ceph.conf file... 2023-01-25T06:56:53.065 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:61996d73ab738798e4ee0055c86457f5c459da4a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e3e3dd98-9c7c-11ed-9e56-001a4aab830c -- ceph config generate-minimal-conf 2023-01-25T06:56:53.078 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:56:52 smithi088 bash[21021]: cluster 1674629811.008025 mgr.smithi088.qsgnjv (mgr.14193) 30 : cluster 0 pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T06:56:53.079 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:56:52 smithi088 bash[21021]: audit 1674629811.8400226 mon.smithi088 (mon.0) 228 : audit 0 from='client.? 172.21.15.89:0/1462435194' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-01-25T06:56:54.946 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:56:54 smithi088 bash[21021]: cluster 1674629813.0084546 mgr.smithi088.qsgnjv (mgr.14193) 31 : cluster 0 pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T06:56:54.964 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:56:54 smithi089 bash[24593]: cluster 1674629813.0084546 mgr.smithi088.qsgnjv (mgr.14193) 31 : cluster 0 pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T06:56:56.714 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:56:56 smithi089 bash[24593]: cluster 1674629815.0088844 mgr.smithi088.qsgnjv (mgr.14193) 32 : cluster 0 pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T06:56:56.715 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:56:56 smithi089 bash[24593]: audit 1674629816.3855135 mon.smithi088 (mon.0) 229 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:56:56.715 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:56:56 smithi089 bash[24593]: audit 1674629816.3915946 mon.smithi088 (mon.0) 230 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:56:56.715 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:56:56 smithi089 bash[24593]: audit 1674629816.4306564 mon.smithi088 (mon.0) 231 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-01-25T06:56:57.138 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:56:56 smithi088 bash[21021]: cluster 1674629815.0088844 mgr.smithi088.qsgnjv (mgr.14193) 32 : cluster 0 pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T06:56:57.138 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:56:56 smithi088 bash[21021]: audit 1674629816.3855135 mon.smithi088 (mon.0) 229 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:56:57.138 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:56:56 smithi088 bash[21021]: audit 1674629816.3915946 mon.smithi088 (mon.0) 230 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:56:57.139 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:56:56 smithi088 bash[21021]: audit 1674629816.4306564 mon.smithi088 (mon.0) 231 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-01-25T06:56:57.925 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/e3e3dd98-9c7c-11ed-9e56-001a4aab830c/mon.smithi088/config 2023-01-25T06:56:58.138 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:56:57 smithi088 bash[21021]: audit 1674629816.8273842 mon.smithi088 (mon.0) 232 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:56:58.214 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:56:57 smithi089 bash[24593]: audit 1674629816.8273842 mon.smithi088 (mon.0) 232 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:56:59.103 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:56:58 smithi088 bash[21021]: cluster 1674629817.0093281 mgr.smithi088.qsgnjv (mgr.14193) 33 : cluster 0 pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T06:56:59.214 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:56:58 smithi089 bash[24593]: cluster 1674629817.0093281 mgr.smithi088.qsgnjv (mgr.14193) 33 : cluster 0 pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T06:57:01.138 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:57:00 smithi088 bash[21021]: cluster 1674629819.0097394 mgr.smithi088.qsgnjv (mgr.14193) 34 : cluster 0 pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T06:57:01.139 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:57:00 smithi088 bash[21021]: audit 1674629820.0740178 mon.smithi088 (mon.0) 233 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-01-25T06:57:01.214 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:57:00 smithi089 bash[24593]: cluster 1674629819.0097394 mgr.smithi088.qsgnjv (mgr.14193) 34 : cluster 0 pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T06:57:01.214 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:57:00 smithi089 bash[24593]: audit 1674629820.0740178 mon.smithi088 (mon.0) 233 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-01-25T06:57:01.237 INFO:teuthology.orchestra.run.smithi088.stdout:# minimal ceph.conf for e3e3dd98-9c7c-11ed-9e56-001a4aab830c 2023-01-25T06:57:01.237 INFO:teuthology.orchestra.run.smithi088.stdout:[global] 2023-01-25T06:57:01.238 INFO:teuthology.orchestra.run.smithi088.stdout: fsid = e3e3dd98-9c7c-11ed-9e56-001a4aab830c 2023-01-25T06:57:01.238 INFO:teuthology.orchestra.run.smithi088.stdout: mon_host = [v2:172.21.15.88:3300/0,v1:172.21.15.88:6789/0] [v2:172.21.15.89:3300/0,v1:172.21.15.89:6789/0] 2023-01-25T06:57:01.984 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2023-01-25T06:57:01.985 DEBUG:teuthology.orchestra.run.smithi088:> set -ex 2023-01-25T06:57:01.985 DEBUG:teuthology.orchestra.run.smithi088:> sudo dd of=/etc/ceph/ceph.conf 2023-01-25T06:57:02.043 DEBUG:teuthology.orchestra.run.smithi088:> set -ex 2023-01-25T06:57:02.043 DEBUG:teuthology.orchestra.run.smithi088:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-01-25T06:57:02.105 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:57:01 smithi088 bash[21021]: audit 1674629821.2361546 mon.smithi088 (mon.0) 234 : audit 0 from='client.? 172.21.15.88:0/1670608688' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-01-25T06:57:02.106 DEBUG:teuthology.orchestra.run.smithi089:> set -ex 2023-01-25T06:57:02.107 DEBUG:teuthology.orchestra.run.smithi089:> sudo dd of=/etc/ceph/ceph.conf 2023-01-25T06:57:02.114 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:57:01 smithi089 bash[24593]: audit 1674629821.2361546 mon.smithi088 (mon.0) 234 : audit 0 from='client.? 172.21.15.88:0/1670608688' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-01-25T06:57:02.117 DEBUG:teuthology.orchestra.run.smithi089:> set -ex 2023-01-25T06:57:02.118 DEBUG:teuthology.orchestra.run.smithi089:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-01-25T06:57:02.173 INFO:tasks.cephadm:Deploying OSDs... 2023-01-25T06:57:02.174 DEBUG:teuthology.orchestra.run.smithi088:> set -ex 2023-01-25T06:57:02.174 DEBUG:teuthology.orchestra.run.smithi088:> dd if=/scratch_devs of=/dev/stdout 2023-01-25T06:57:02.181 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-01-25T06:57:02.181 DEBUG:teuthology.orchestra.run.smithi088:> stat /dev/nvme1n1 2023-01-25T06:57:02.229 INFO:teuthology.orchestra.run.smithi088.stdout: File: /dev/nvme1n1 2023-01-25T06:57:02.230 INFO:teuthology.orchestra.run.smithi088.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-01-25T06:57:02.230 INFO:teuthology.orchestra.run.smithi088.stdout:Device: 5h/5d Inode: 529 Links: 1 Device type: 103,2 2023-01-25T06:57:02.230 INFO:teuthology.orchestra.run.smithi088.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-01-25T06:57:02.230 INFO:teuthology.orchestra.run.smithi088.stdout:Access: 2023-01-25 06:55:26.644316623 +0000 2023-01-25T06:57:02.230 INFO:teuthology.orchestra.run.smithi088.stdout:Modify: 2023-01-25 06:55:26.524319390 +0000 2023-01-25T06:57:02.231 INFO:teuthology.orchestra.run.smithi088.stdout:Change: 2023-01-25 06:55:26.524319390 +0000 2023-01-25T06:57:02.231 INFO:teuthology.orchestra.run.smithi088.stdout: Birth: - 2023-01-25T06:57:02.231 DEBUG:teuthology.orchestra.run.smithi088:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2023-01-25T06:57:02.285 INFO:teuthology.orchestra.run.smithi088.stderr:1+0 records in 2023-01-25T06:57:02.285 INFO:teuthology.orchestra.run.smithi088.stderr:1+0 records out 2023-01-25T06:57:02.285 INFO:teuthology.orchestra.run.smithi088.stderr:512 bytes copied, 0.000751728 s, 681 kB/s 2023-01-25T06:57:02.287 DEBUG:teuthology.orchestra.run.smithi088:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2023-01-25T06:57:02.339 DEBUG:teuthology.orchestra.run.smithi088:> stat /dev/nvme2n1 2023-01-25T06:57:02.387 INFO:teuthology.orchestra.run.smithi088.stdout: File: /dev/nvme2n1 2023-01-25T06:57:02.388 INFO:teuthology.orchestra.run.smithi088.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-01-25T06:57:02.388 INFO:teuthology.orchestra.run.smithi088.stdout:Device: 5h/5d Inode: 537 Links: 1 Device type: 103,4 2023-01-25T06:57:02.388 INFO:teuthology.orchestra.run.smithi088.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-01-25T06:57:02.388 INFO:teuthology.orchestra.run.smithi088.stdout:Access: 2023-01-25 06:55:26.660316255 +0000 2023-01-25T06:57:02.389 INFO:teuthology.orchestra.run.smithi088.stdout:Modify: 2023-01-25 06:55:26.524319390 +0000 2023-01-25T06:57:02.389 INFO:teuthology.orchestra.run.smithi088.stdout:Change: 2023-01-25 06:55:26.524319390 +0000 2023-01-25T06:57:02.389 INFO:teuthology.orchestra.run.smithi088.stdout: Birth: - 2023-01-25T06:57:02.389 DEBUG:teuthology.orchestra.run.smithi088:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2023-01-25T06:57:02.442 INFO:teuthology.orchestra.run.smithi088.stderr:1+0 records in 2023-01-25T06:57:02.442 INFO:teuthology.orchestra.run.smithi088.stderr:1+0 records out 2023-01-25T06:57:02.443 INFO:teuthology.orchestra.run.smithi088.stderr:512 bytes copied, 0.000475964 s, 1.1 MB/s 2023-01-25T06:57:02.444 DEBUG:teuthology.orchestra.run.smithi088:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2023-01-25T06:57:02.495 DEBUG:teuthology.orchestra.run.smithi088:> stat /dev/nvme3n1 2023-01-25T06:57:02.549 INFO:teuthology.orchestra.run.smithi088.stdout: File: /dev/nvme3n1 2023-01-25T06:57:02.549 INFO:teuthology.orchestra.run.smithi088.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-01-25T06:57:02.550 INFO:teuthology.orchestra.run.smithi088.stdout:Device: 5h/5d Inode: 545 Links: 1 Device type: 103,6 2023-01-25T06:57:02.550 INFO:teuthology.orchestra.run.smithi088.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-01-25T06:57:02.550 INFO:teuthology.orchestra.run.smithi088.stdout:Access: 2023-01-25 06:55:26.680315792 +0000 2023-01-25T06:57:02.550 INFO:teuthology.orchestra.run.smithi088.stdout:Modify: 2023-01-25 06:55:26.528319298 +0000 2023-01-25T06:57:02.550 INFO:teuthology.orchestra.run.smithi088.stdout:Change: 2023-01-25 06:55:26.528319298 +0000 2023-01-25T06:57:02.551 INFO:teuthology.orchestra.run.smithi088.stdout: Birth: - 2023-01-25T06:57:02.551 DEBUG:teuthology.orchestra.run.smithi088:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2023-01-25T06:57:02.602 INFO:teuthology.orchestra.run.smithi088.stderr:1+0 records in 2023-01-25T06:57:02.603 INFO:teuthology.orchestra.run.smithi088.stderr:1+0 records out 2023-01-25T06:57:02.603 INFO:teuthology.orchestra.run.smithi088.stderr:512 bytes copied, 0.000467138 s, 1.1 MB/s 2023-01-25T06:57:02.604 DEBUG:teuthology.orchestra.run.smithi088:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2023-01-25T06:57:02.654 DEBUG:teuthology.orchestra.run.smithi088:> stat /dev/nvme4n1 2023-01-25T06:57:02.705 INFO:teuthology.orchestra.run.smithi088.stdout: File: /dev/nvme4n1 2023-01-25T06:57:02.706 INFO:teuthology.orchestra.run.smithi088.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-01-25T06:57:02.706 INFO:teuthology.orchestra.run.smithi088.stdout:Device: 5h/5d Inode: 553 Links: 1 Device type: 103,8 2023-01-25T06:57:02.706 INFO:teuthology.orchestra.run.smithi088.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-01-25T06:57:02.706 INFO:teuthology.orchestra.run.smithi088.stdout:Access: 2023-01-25 06:55:26.700315331 +0000 2023-01-25T06:57:02.707 INFO:teuthology.orchestra.run.smithi088.stdout:Modify: 2023-01-25 06:55:26.524319390 +0000 2023-01-25T06:57:02.707 INFO:teuthology.orchestra.run.smithi088.stdout:Change: 2023-01-25 06:55:26.524319390 +0000 2023-01-25T06:57:02.707 INFO:teuthology.orchestra.run.smithi088.stdout: Birth: - 2023-01-25T06:57:02.707 DEBUG:teuthology.orchestra.run.smithi088:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2023-01-25T06:57:02.763 INFO:teuthology.orchestra.run.smithi088.stderr:1+0 records in 2023-01-25T06:57:02.763 INFO:teuthology.orchestra.run.smithi088.stderr:1+0 records out 2023-01-25T06:57:02.763 INFO:teuthology.orchestra.run.smithi088.stderr:512 bytes copied, 0.000585951 s, 874 kB/s 2023-01-25T06:57:02.764 DEBUG:teuthology.orchestra.run.smithi088:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2023-01-25T06:57:02.818 DEBUG:teuthology.orchestra.run.smithi089:> set -ex 2023-01-25T06:57:02.819 DEBUG:teuthology.orchestra.run.smithi089:> dd if=/scratch_devs of=/dev/stdout 2023-01-25T06:57:02.827 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-01-25T06:57:02.827 DEBUG:teuthology.orchestra.run.smithi089:> stat /dev/nvme1n1 2023-01-25T06:57:02.875 INFO:teuthology.orchestra.run.smithi089.stdout: File: /dev/nvme1n1 2023-01-25T06:57:02.876 INFO:teuthology.orchestra.run.smithi089.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-01-25T06:57:02.876 INFO:teuthology.orchestra.run.smithi089.stdout:Device: 5h/5d Inode: 529 Links: 1 Device type: 103,2 2023-01-25T06:57:02.876 INFO:teuthology.orchestra.run.smithi089.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-01-25T06:57:02.876 INFO:teuthology.orchestra.run.smithi089.stdout:Access: 2023-01-25 06:56:22.845081907 +0000 2023-01-25T06:57:02.877 INFO:teuthology.orchestra.run.smithi089.stdout:Modify: 2023-01-25 06:56:22.729084497 +0000 2023-01-25T06:57:02.877 INFO:teuthology.orchestra.run.smithi089.stdout:Change: 2023-01-25 06:56:22.729084497 +0000 2023-01-25T06:57:02.877 INFO:teuthology.orchestra.run.smithi089.stdout: Birth: - 2023-01-25T06:57:02.877 DEBUG:teuthology.orchestra.run.smithi089:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2023-01-25T06:57:02.931 INFO:teuthology.orchestra.run.smithi089.stderr:1+0 records in 2023-01-25T06:57:02.931 INFO:teuthology.orchestra.run.smithi089.stderr:1+0 records out 2023-01-25T06:57:02.931 INFO:teuthology.orchestra.run.smithi089.stderr:512 bytes copied, 0.00063822 s, 802 kB/s 2023-01-25T06:57:02.932 DEBUG:teuthology.orchestra.run.smithi089:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2023-01-25T06:57:02.989 DEBUG:teuthology.orchestra.run.smithi089:> stat /dev/nvme2n1 2023-01-25T06:57:03.011 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:57:02 smithi088 bash[21021]: cluster 1674629821.0101159 mgr.smithi088.qsgnjv (mgr.14193) 35 : cluster 0 pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T06:57:03.012 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:57:02 smithi088 bash[21021]: audit 1674629822.3254416 mon.smithi088 (mon.0) 235 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:57:03.012 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:57:02 smithi088 bash[21021]: audit 1674629822.33459 mon.smithi088 (mon.0) 236 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:57:03.013 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:57:02 smithi088 bash[21021]: audit 1674629822.3364155 mon.smithi088 (mon.0) 237 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-01-25T06:57:03.013 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:57:02 smithi088 bash[21021]: audit 1674629822.3377903 mon.smithi088 (mon.0) 238 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-01-25T06:57:03.013 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:57:02 smithi088 bash[21021]: audit 1674629822.6300948 mon.smithi088 (mon.0) 239 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:57:03.014 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:57:02 smithi088 bash[21021]: audit 1674629822.6381044 mon.smithi088 (mon.0) 240 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:57:03.014 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:57:02 smithi088 bash[21021]: audit 1674629822.6434467 mon.smithi088 (mon.0) 241 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:57:03.015 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:57:02 smithi088 bash[21021]: audit 1674629822.6505551 mon.smithi088 (mon.0) 242 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:57:03.015 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:57:02 smithi088 bash[21021]: audit 1674629822.6555789 mon.smithi088 (mon.0) 243 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:57:03.016 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:57:02 smithi088 bash[21021]: audit 1674629822.7013943 mon.smithi088 (mon.0) 244 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-01-25T06:57:03.016 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:57:02 smithi088 bash[21021]: audit 1674629822.7029154 mon.smithi088 (mon.0) 245 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-01-25T06:57:03.016 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:57:02 smithi088 bash[21021]: audit 1674629822.704135 mon.smithi088 (mon.0) 246 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-01-25T06:57:03.039 INFO:teuthology.orchestra.run.smithi089.stdout: File: /dev/nvme2n1 2023-01-25T06:57:03.039 INFO:teuthology.orchestra.run.smithi089.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-01-25T06:57:03.039 INFO:teuthology.orchestra.run.smithi089.stdout:Device: 5h/5d Inode: 537 Links: 1 Device type: 103,4 2023-01-25T06:57:03.040 INFO:teuthology.orchestra.run.smithi089.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-01-25T06:57:03.040 INFO:teuthology.orchestra.run.smithi089.stdout:Access: 2023-01-25 06:56:22.865081460 +0000 2023-01-25T06:57:03.040 INFO:teuthology.orchestra.run.smithi089.stdout:Modify: 2023-01-25 06:56:22.729084497 +0000 2023-01-25T06:57:03.040 INFO:teuthology.orchestra.run.smithi089.stdout:Change: 2023-01-25 06:56:22.729084497 +0000 2023-01-25T06:57:03.040 INFO:teuthology.orchestra.run.smithi089.stdout: Birth: - 2023-01-25T06:57:03.041 DEBUG:teuthology.orchestra.run.smithi089:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2023-01-25T06:57:03.099 INFO:teuthology.orchestra.run.smithi089.stderr:1+0 records in 2023-01-25T06:57:03.099 INFO:teuthology.orchestra.run.smithi089.stderr:1+0 records out 2023-01-25T06:57:03.099 INFO:teuthology.orchestra.run.smithi089.stderr:512 bytes copied, 0.000634429 s, 807 kB/s 2023-01-25T06:57:03.101 DEBUG:teuthology.orchestra.run.smithi089:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2023-01-25T06:57:03.156 DEBUG:teuthology.orchestra.run.smithi089:> stat /dev/nvme3n1 2023-01-25T06:57:03.208 INFO:teuthology.orchestra.run.smithi089.stdout: File: /dev/nvme3n1 2023-01-25T06:57:03.208 INFO:teuthology.orchestra.run.smithi089.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-01-25T06:57:03.208 INFO:teuthology.orchestra.run.smithi089.stdout:Device: 5h/5d Inode: 545 Links: 1 Device type: 103,6 2023-01-25T06:57:03.208 INFO:teuthology.orchestra.run.smithi089.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-01-25T06:57:03.209 INFO:teuthology.orchestra.run.smithi089.stdout:Access: 2023-01-25 06:56:22.881081103 +0000 2023-01-25T06:57:03.209 INFO:teuthology.orchestra.run.smithi089.stdout:Modify: 2023-01-25 06:56:22.733084408 +0000 2023-01-25T06:57:03.209 INFO:teuthology.orchestra.run.smithi089.stdout:Change: 2023-01-25 06:56:22.733084408 +0000 2023-01-25T06:57:03.209 INFO:teuthology.orchestra.run.smithi089.stdout: Birth: - 2023-01-25T06:57:03.210 DEBUG:teuthology.orchestra.run.smithi089:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2023-01-25T06:57:03.214 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:57:02 smithi089 bash[24593]: cluster 1674629821.0101159 mgr.smithi088.qsgnjv (mgr.14193) 35 : cluster 0 pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T06:57:03.214 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:57:02 smithi089 bash[24593]: audit 1674629822.3254416 mon.smithi088 (mon.0) 235 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:57:03.215 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:57:02 smithi089 bash[24593]: audit 1674629822.33459 mon.smithi088 (mon.0) 236 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:57:03.215 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:57:02 smithi089 bash[24593]: audit 1674629822.3364155 mon.smithi088 (mon.0) 237 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-01-25T06:57:03.215 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:57:02 smithi089 bash[24593]: audit 1674629822.3377903 mon.smithi088 (mon.0) 238 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-01-25T06:57:03.215 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:57:02 smithi089 bash[24593]: audit 1674629822.6300948 mon.smithi088 (mon.0) 239 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:57:03.215 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:57:02 smithi089 bash[24593]: audit 1674629822.6381044 mon.smithi088 (mon.0) 240 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:57:03.216 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:57:02 smithi089 bash[24593]: audit 1674629822.6434467 mon.smithi088 (mon.0) 241 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:57:03.216 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:57:02 smithi089 bash[24593]: audit 1674629822.6505551 mon.smithi088 (mon.0) 242 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:57:03.216 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:57:02 smithi089 bash[24593]: audit 1674629822.6555789 mon.smithi088 (mon.0) 243 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:57:03.216 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:57:02 smithi089 bash[24593]: audit 1674629822.7013943 mon.smithi088 (mon.0) 244 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-01-25T06:57:03.216 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:57:02 smithi089 bash[24593]: audit 1674629822.7029154 mon.smithi088 (mon.0) 245 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-01-25T06:57:03.216 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:57:02 smithi089 bash[24593]: audit 1674629822.704135 mon.smithi088 (mon.0) 246 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-01-25T06:57:03.231 INFO:teuthology.orchestra.run.smithi089.stderr:1+0 records in 2023-01-25T06:57:03.231 INFO:teuthology.orchestra.run.smithi089.stderr:1+0 records out 2023-01-25T06:57:03.232 INFO:teuthology.orchestra.run.smithi089.stderr:512 bytes copied, 0.000633936 s, 808 kB/s 2023-01-25T06:57:03.233 DEBUG:teuthology.orchestra.run.smithi089:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2023-01-25T06:57:03.285 DEBUG:teuthology.orchestra.run.smithi089:> stat /dev/nvme4n1 2023-01-25T06:57:03.335 INFO:teuthology.orchestra.run.smithi089.stdout: File: /dev/nvme4n1 2023-01-25T06:57:03.335 INFO:teuthology.orchestra.run.smithi089.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-01-25T06:57:03.335 INFO:teuthology.orchestra.run.smithi089.stdout:Device: 5h/5d Inode: 553 Links: 1 Device type: 103,8 2023-01-25T06:57:03.336 INFO:teuthology.orchestra.run.smithi089.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-01-25T06:57:03.336 INFO:teuthology.orchestra.run.smithi089.stdout:Access: 2023-01-25 06:56:22.901080656 +0000 2023-01-25T06:57:03.336 INFO:teuthology.orchestra.run.smithi089.stdout:Modify: 2023-01-25 06:56:22.737084318 +0000 2023-01-25T06:57:03.336 INFO:teuthology.orchestra.run.smithi089.stdout:Change: 2023-01-25 06:56:22.737084318 +0000 2023-01-25T06:57:03.337 INFO:teuthology.orchestra.run.smithi089.stdout: Birth: - 2023-01-25T06:57:03.337 DEBUG:teuthology.orchestra.run.smithi089:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2023-01-25T06:57:03.391 INFO:teuthology.orchestra.run.smithi089.stderr:1+0 records in 2023-01-25T06:57:03.391 INFO:teuthology.orchestra.run.smithi089.stderr:1+0 records out 2023-01-25T06:57:03.392 INFO:teuthology.orchestra.run.smithi089.stderr:512 bytes copied, 0.00062212 s, 823 kB/s 2023-01-25T06:57:03.393 DEBUG:teuthology.orchestra.run.smithi089:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2023-01-25T06:57:03.445 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:61996d73ab738798e4ee0055c86457f5c459da4a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e3e3dd98-9c7c-11ed-9e56-001a4aab830c -- ceph orch apply osd --all-available-devices 2023-01-25T06:57:04.138 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:57:03 smithi088 bash[21021]: cephadm 1674629822.3396704 mgr.smithi088.qsgnjv (mgr.14193) 36 : cephadm 1 Updating smithi088:/etc/ceph/ceph.conf 2023-01-25T06:57:04.138 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:57:03 smithi088 bash[21021]: cephadm 1674629822.3399167 mgr.smithi088.qsgnjv (mgr.14193) 37 : cephadm 1 Updating smithi089:/etc/ceph/ceph.conf 2023-01-25T06:57:04.138 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:57:03 smithi088 bash[21021]: cephadm 1674629822.4946282 mgr.smithi088.qsgnjv (mgr.14193) 38 : cephadm 1 Updating smithi088:/var/lib/ceph/e3e3dd98-9c7c-11ed-9e56-001a4aab830c/config/ceph.conf 2023-01-25T06:57:04.139 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:57:03 smithi088 bash[21021]: cephadm 1674629822.494881 mgr.smithi088.qsgnjv (mgr.14193) 39 : cephadm 1 Updating smithi089:/var/lib/ceph/e3e3dd98-9c7c-11ed-9e56-001a4aab830c/config/ceph.conf 2023-01-25T06:57:04.139 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:57:03 smithi088 bash[21021]: cephadm 1674629822.7007704 mgr.smithi088.qsgnjv (mgr.14193) 40 : cephadm 1 Reconfiguring mon.smithi088 (unknown last config time)... 2023-01-25T06:57:04.139 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:57:03 smithi088 bash[21021]: cephadm 1674629822.7054718 mgr.smithi088.qsgnjv (mgr.14193) 41 : cephadm 1 Reconfiguring daemon mon.smithi088 on smithi088 2023-01-25T06:57:04.214 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:57:03 smithi089 bash[24593]: cephadm 1674629822.3396704 mgr.smithi088.qsgnjv (mgr.14193) 36 : cephadm 1 Updating smithi088:/etc/ceph/ceph.conf 2023-01-25T06:57:04.214 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:57:03 smithi089 bash[24593]: cephadm 1674629822.3399167 mgr.smithi088.qsgnjv (mgr.14193) 37 : cephadm 1 Updating smithi089:/etc/ceph/ceph.conf 2023-01-25T06:57:04.215 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:57:03 smithi089 bash[24593]: cephadm 1674629822.4946282 mgr.smithi088.qsgnjv (mgr.14193) 38 : cephadm 1 Updating smithi088:/var/lib/ceph/e3e3dd98-9c7c-11ed-9e56-001a4aab830c/config/ceph.conf 2023-01-25T06:57:04.215 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:57:03 smithi089 bash[24593]: cephadm 1674629822.494881 mgr.smithi088.qsgnjv (mgr.14193) 39 : cephadm 1 Updating smithi089:/var/lib/ceph/e3e3dd98-9c7c-11ed-9e56-001a4aab830c/config/ceph.conf 2023-01-25T06:57:04.215 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:57:03 smithi089 bash[24593]: cephadm 1674629822.7007704 mgr.smithi088.qsgnjv (mgr.14193) 40 : cephadm 1 Reconfiguring mon.smithi088 (unknown last config time)... 2023-01-25T06:57:04.215 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:57:03 smithi089 bash[24593]: cephadm 1674629822.7054718 mgr.smithi088.qsgnjv (mgr.14193) 41 : cephadm 1 Reconfiguring daemon mon.smithi088 on smithi088 2023-01-25T06:57:04.964 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:57:04 smithi089 bash[24593]: cluster 1674629823.0105724 mgr.smithi088.qsgnjv (mgr.14193) 42 : cluster 0 pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T06:57:05.138 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:57:04 smithi088 bash[21021]: cluster 1674629823.0105724 mgr.smithi088.qsgnjv (mgr.14193) 42 : cluster 0 pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T06:57:06.214 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:57:05 smithi089 bash[24593]: audit 1674629824.9572 mon.smithi088 (mon.0) 247 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:57:06.214 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:57:05 smithi089 bash[24593]: audit 1674629824.9640453 mon.smithi088 (mon.0) 248 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:57:06.215 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:57:05 smithi089 bash[24593]: cephadm 1674629824.9656627 mgr.smithi088.qsgnjv (mgr.14193) 43 : cephadm 1 Reconfiguring mgr.smithi088.qsgnjv (unknown last config time)... 2023-01-25T06:57:06.215 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:57:05 smithi089 bash[24593]: audit 1674629824.9663224 mon.smithi088 (mon.0) 249 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi088.qsgnjv", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-01-25T06:57:06.215 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:57:05 smithi089 bash[24593]: audit 1674629824.9677167 mon.smithi088 (mon.0) 250 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "mgr services"}]: dispatch 2023-01-25T06:57:06.215 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:57:05 smithi089 bash[24593]: audit 1674629824.9687197 mon.smithi088 (mon.0) 251 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-01-25T06:57:06.215 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:57:05 smithi089 bash[24593]: cephadm 1674629824.969952 mgr.smithi088.qsgnjv (mgr.14193) 44 : cephadm 1 Reconfiguring daemon mgr.smithi088.qsgnjv on smithi088 2023-01-25T06:57:06.216 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:57:05 smithi089 bash[24593]: cluster 1674629825.0108802 mgr.smithi088.qsgnjv (mgr.14193) 45 : cluster 0 pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T06:57:06.238 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:57:05 smithi088 bash[21021]: audit 1674629824.9572 mon.smithi088 (mon.0) 247 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:57:06.239 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:57:05 smithi088 bash[21021]: audit 1674629824.9640453 mon.smithi088 (mon.0) 248 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:57:06.239 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:57:05 smithi088 bash[21021]: cephadm 1674629824.9656627 mgr.smithi088.qsgnjv (mgr.14193) 43 : cephadm 1 Reconfiguring mgr.smithi088.qsgnjv (unknown last config time)... 2023-01-25T06:57:06.240 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:57:05 smithi088 bash[21021]: audit 1674629824.9663224 mon.smithi088 (mon.0) 249 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi088.qsgnjv", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-01-25T06:57:06.240 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:57:05 smithi088 bash[21021]: audit 1674629824.9677167 mon.smithi088 (mon.0) 250 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "mgr services"}]: dispatch 2023-01-25T06:57:06.241 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:57:05 smithi088 bash[21021]: audit 1674629824.9687197 mon.smithi088 (mon.0) 251 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-01-25T06:57:06.241 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:57:05 smithi088 bash[21021]: cephadm 1674629824.969952 mgr.smithi088.qsgnjv (mgr.14193) 44 : cephadm 1 Reconfiguring daemon mgr.smithi088.qsgnjv on smithi088 2023-01-25T06:57:06.241 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:57:05 smithi088 bash[21021]: cluster 1674629825.0108802 mgr.smithi088.qsgnjv (mgr.14193) 45 : cluster 0 pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T06:57:08.339 INFO:teuthology.orchestra.run.smithi089.stderr:Inferring config /var/lib/ceph/e3e3dd98-9c7c-11ed-9e56-001a4aab830c/mon.smithi089/config 2023-01-25T06:57:08.387 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:57:08 smithi089 bash[24593]: cluster 1674629827.0112305 mgr.smithi088.qsgnjv (mgr.14193) 46 : cluster 0 pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T06:57:08.388 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:57:08 smithi089 bash[24593]: audit 1674629827.098583 mon.smithi088 (mon.0) 252 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:57:08.388 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:57:08 smithi089 bash[24593]: audit 1674629827.1068115 mon.smithi088 (mon.0) 253 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:57:08.388 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:57:08 smithi089 bash[24593]: cephadm 1674629827.1084752 mgr.smithi088.qsgnjv (mgr.14193) 47 : cephadm 1 Reconfiguring alertmanager.smithi088 (dependencies changed)... 2023-01-25T06:57:08.388 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:57:08 smithi089 bash[24593]: cephadm 1674629827.1230714 mgr.smithi088.qsgnjv (mgr.14193) 48 : cephadm 1 Reconfiguring daemon alertmanager.smithi088 on smithi088 2023-01-25T06:57:08.389 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:57:08 smithi088 bash[21021]: cluster 1674629827.0112305 mgr.smithi088.qsgnjv (mgr.14193) 46 : cluster 0 pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T06:57:08.389 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:57:08 smithi088 bash[21021]: audit 1674629827.098583 mon.smithi088 (mon.0) 252 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:57:08.389 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:57:08 smithi088 bash[21021]: audit 1674629827.1068115 mon.smithi088 (mon.0) 253 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:57:08.389 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:57:08 smithi088 bash[21021]: cephadm 1674629827.1084752 mgr.smithi088.qsgnjv (mgr.14193) 47 : cephadm 1 Reconfiguring alertmanager.smithi088 (dependencies changed)... 2023-01-25T06:57:08.390 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:57:08 smithi088 bash[21021]: cephadm 1674629827.1230714 mgr.smithi088.qsgnjv (mgr.14193) 48 : cephadm 1 Reconfiguring daemon alertmanager.smithi088 on smithi088 2023-01-25T06:57:10.269 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:57:10 smithi088 bash[21021]: cluster 1674629829.0116 mgr.smithi088.qsgnjv (mgr.14193) 49 : cluster 0 pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T06:57:10.352 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:57:10 smithi089 bash[24593]: cluster 1674629829.0116 mgr.smithi088.qsgnjv (mgr.14193) 49 : cluster 0 pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T06:57:11.794 INFO:teuthology.orchestra.run.smithi089.stdout:Scheduled osd.all-available-devices update... 2023-01-25T06:57:12.492 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2023-01-25T06:57:12.493 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:61996d73ab738798e4ee0055c86457f5c459da4a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e3e3dd98-9c7c-11ed-9e56-001a4aab830c -- ceph osd stat -f json 2023-01-25T06:57:13.138 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:57:12 smithi088 bash[21021]: cluster 1674629831.0119658 mgr.smithi088.qsgnjv (mgr.14193) 50 : cluster 0 pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T06:57:13.138 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:57:12 smithi088 bash[21021]: audit 1674629831.7806752 mgr.smithi088.qsgnjv (mgr.14193) 51 : audit 0 from='client.14220 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2023-01-25T06:57:13.138 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:57:12 smithi088 bash[21021]: cephadm 1674629831.7850382 mgr.smithi088.qsgnjv (mgr.14193) 52 : cephadm 1 Marking host: smithi088 for OSDSpec preview refresh. 2023-01-25T06:57:13.139 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:57:12 smithi088 bash[21021]: cephadm 1674629831.7854853 mgr.smithi088.qsgnjv (mgr.14193) 53 : cephadm 1 Marking host: smithi089 for OSDSpec preview refresh. 2023-01-25T06:57:13.139 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:57:12 smithi088 bash[21021]: cephadm 1674629831.786263 mgr.smithi088.qsgnjv (mgr.14193) 54 : cephadm 1 Saving service osd.all-available-devices spec with placement * 2023-01-25T06:57:13.139 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:57:12 smithi088 bash[21021]: audit 1674629831.7930398 mon.smithi088 (mon.0) 254 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:57:13.139 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:57:12 smithi088 bash[21021]: audit 1674629832.2585623 mon.smithi088 (mon.0) 255 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:57:13.139 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:57:12 smithi088 bash[21021]: audit 1674629832.2650547 mon.smithi088 (mon.0) 256 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:57:13.140 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:57:12 smithi088 bash[21021]: audit 1674629832.2670286 mon.smithi088 (mon.0) 257 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi088", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2023-01-25T06:57:13.140 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:57:12 smithi088 bash[21021]: audit 1674629832.2683532 mon.smithi088 (mon.0) 258 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-01-25T06:57:13.214 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:57:12 smithi089 bash[24593]: cluster 1674629831.0119658 mgr.smithi088.qsgnjv (mgr.14193) 50 : cluster 0 pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T06:57:13.214 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:57:12 smithi089 bash[24593]: audit 1674629831.7806752 mgr.smithi088.qsgnjv (mgr.14193) 51 : audit 0 from='client.14220 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2023-01-25T06:57:13.215 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:57:12 smithi089 bash[24593]: cephadm 1674629831.7850382 mgr.smithi088.qsgnjv (mgr.14193) 52 : cephadm 1 Marking host: smithi088 for OSDSpec preview refresh. 2023-01-25T06:57:13.215 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:57:12 smithi089 bash[24593]: cephadm 1674629831.7854853 mgr.smithi088.qsgnjv (mgr.14193) 53 : cephadm 1 Marking host: smithi089 for OSDSpec preview refresh. 2023-01-25T06:57:13.215 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:57:12 smithi089 bash[24593]: cephadm 1674629831.786263 mgr.smithi088.qsgnjv (mgr.14193) 54 : cephadm 1 Saving service osd.all-available-devices spec with placement * 2023-01-25T06:57:13.215 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:57:12 smithi089 bash[24593]: audit 1674629831.7930398 mon.smithi088 (mon.0) 254 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:57:13.216 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:57:12 smithi089 bash[24593]: audit 1674629832.2585623 mon.smithi088 (mon.0) 255 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:57:13.216 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:57:12 smithi089 bash[24593]: audit 1674629832.2650547 mon.smithi088 (mon.0) 256 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:57:13.216 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:57:12 smithi089 bash[24593]: audit 1674629832.2670286 mon.smithi088 (mon.0) 257 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi088", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2023-01-25T06:57:13.216 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:57:12 smithi089 bash[24593]: audit 1674629832.2683532 mon.smithi088 (mon.0) 258 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-01-25T06:57:14.093 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:57:13 smithi088 bash[21021]: cephadm 1674629832.266537 mgr.smithi088.qsgnjv (mgr.14193) 55 : cephadm 1 Reconfiguring ceph-exporter.smithi088 (monmap changed)... 2023-01-25T06:57:14.094 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:57:13 smithi088 bash[21021]: cephadm 1674629832.2697716 mgr.smithi088.qsgnjv (mgr.14193) 56 : cephadm 1 Reconfiguring daemon ceph-exporter.smithi088 on smithi088 2023-01-25T06:57:14.214 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:57:13 smithi089 bash[24593]: cephadm 1674629832.266537 mgr.smithi088.qsgnjv (mgr.14193) 55 : cephadm 1 Reconfiguring ceph-exporter.smithi088 (monmap changed)... 2023-01-25T06:57:14.214 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:57:13 smithi089 bash[24593]: cephadm 1674629832.2697716 mgr.smithi088.qsgnjv (mgr.14193) 56 : cephadm 1 Reconfiguring daemon ceph-exporter.smithi088 on smithi088 2023-01-25T06:57:14.964 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:57:14 smithi089 bash[24593]: cluster 1674629833.012282 mgr.smithi088.qsgnjv (mgr.14193) 57 : cluster 0 pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T06:57:15.138 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:57:14 smithi088 bash[21021]: cluster 1674629833.012282 mgr.smithi088.qsgnjv (mgr.14193) 57 : cluster 0 pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T06:57:16.138 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:57:15 smithi088 bash[21021]: audit 1674629835.0744386 mon.smithi088 (mon.0) 259 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-01-25T06:57:16.138 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:57:15 smithi088 bash[21021]: audit 1674629835.124909 mon.smithi088 (mon.0) 260 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:57:16.139 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:57:15 smithi088 bash[21021]: audit 1674629835.13092 mon.smithi088 (mon.0) 261 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:57:16.139 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:57:15 smithi088 bash[21021]: audit 1674629835.1325312 mon.smithi088 (mon.0) 262 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi088", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-01-25T06:57:16.139 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:57:15 smithi088 bash[21021]: audit 1674629835.1336548 mon.smithi088 (mon.0) 263 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-01-25T06:57:16.214 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:57:15 smithi089 bash[24593]: audit 1674629835.0744386 mon.smithi088 (mon.0) 259 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-01-25T06:57:16.214 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:57:15 smithi089 bash[24593]: audit 1674629835.124909 mon.smithi088 (mon.0) 260 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:57:16.215 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:57:15 smithi089 bash[24593]: audit 1674629835.13092 mon.smithi088 (mon.0) 261 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:57:16.215 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:57:15 smithi089 bash[24593]: audit 1674629835.1325312 mon.smithi088 (mon.0) 262 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi088", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-01-25T06:57:16.215 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:57:15 smithi089 bash[24593]: audit 1674629835.1336548 mon.smithi088 (mon.0) 263 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-01-25T06:57:16.888 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:57:16 smithi088 bash[21021]: cluster 1674629835.0126228 mgr.smithi088.qsgnjv (mgr.14193) 58 : cluster 0 pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T06:57:16.889 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:57:16 smithi088 bash[21021]: cephadm 1674629835.13205 mgr.smithi088.qsgnjv (mgr.14193) 59 : cephadm 1 Reconfiguring crash.smithi088 (monmap changed)... 2023-01-25T06:57:16.889 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:57:16 smithi088 bash[21021]: cephadm 1674629835.1349416 mgr.smithi088.qsgnjv (mgr.14193) 60 : cephadm 1 Reconfiguring daemon crash.smithi088 on smithi088 2023-01-25T06:57:17.214 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:57:16 smithi089 bash[24593]: cluster 1674629835.0126228 mgr.smithi088.qsgnjv (mgr.14193) 58 : cluster 0 pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T06:57:17.214 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:57:16 smithi089 bash[24593]: cephadm 1674629835.13205 mgr.smithi088.qsgnjv (mgr.14193) 59 : cephadm 1 Reconfiguring crash.smithi088 (monmap changed)... 2023-01-25T06:57:17.214 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:57:16 smithi089 bash[24593]: cephadm 1674629835.1349416 mgr.smithi088.qsgnjv (mgr.14193) 60 : cephadm 1 Reconfiguring daemon crash.smithi088 on smithi088 2023-01-25T06:57:18.324 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/e3e3dd98-9c7c-11ed-9e56-001a4aab830c/mon.smithi088/config 2023-01-25T06:57:18.638 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:57:18 smithi088 bash[21021]: cluster 1674629837.0130029 mgr.smithi088.qsgnjv (mgr.14193) 61 : cluster 0 pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T06:57:18.639 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:57:18 smithi088 bash[21021]: audit 1674629837.3948956 mon.smithi088 (mon.0) 264 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:57:18.639 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:57:18 smithi088 bash[21021]: audit 1674629837.4022353 mon.smithi088 (mon.0) 265 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:57:18.639 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:57:18 smithi088 bash[21021]: cephadm 1674629837.4037325 mgr.smithi088.qsgnjv (mgr.14193) 62 : cephadm 1 Reconfiguring grafana.smithi088 (dependencies changed)... 2023-01-25T06:57:18.639 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:57:18 smithi088 bash[21021]: cephadm 1674629837.4219904 mgr.smithi088.qsgnjv (mgr.14193) 63 : cephadm 1 Reconfiguring daemon grafana.smithi088 on smithi088 2023-01-25T06:57:18.714 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:57:18 smithi089 bash[24593]: cluster 1674629837.0130029 mgr.smithi088.qsgnjv (mgr.14193) 61 : cluster 0 pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T06:57:18.714 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:57:18 smithi089 bash[24593]: audit 1674629837.3948956 mon.smithi088 (mon.0) 264 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:57:18.714 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:57:18 smithi089 bash[24593]: audit 1674629837.4022353 mon.smithi088 (mon.0) 265 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:57:18.715 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:57:18 smithi089 bash[24593]: cephadm 1674629837.4037325 mgr.smithi088.qsgnjv (mgr.14193) 62 : cephadm 1 Reconfiguring grafana.smithi088 (dependencies changed)... 2023-01-25T06:57:18.715 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:57:18 smithi089 bash[24593]: cephadm 1674629837.4219904 mgr.smithi088.qsgnjv (mgr.14193) 63 : cephadm 1 Reconfiguring daemon grafana.smithi088 on smithi088 2023-01-25T06:57:20.714 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:57:20 smithi089 bash[24593]: cluster 1674629839.0133922 mgr.smithi088.qsgnjv (mgr.14193) 64 : cluster 0 pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T06:57:20.878 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:57:20 smithi088 bash[21021]: cluster 1674629839.0133922 mgr.smithi088.qsgnjv (mgr.14193) 64 : cluster 0 pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T06:57:22.714 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:57:22 smithi089 bash[24593]: cluster 1674629841.0138311 mgr.smithi088.qsgnjv (mgr.14193) 65 : cluster 0 pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T06:57:22.718 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:57:22 smithi088 bash[21021]: cluster 1674629841.0138311 mgr.smithi088.qsgnjv (mgr.14193) 65 : cluster 0 pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T06:57:23.503 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-01-25T06:57:24.450 INFO:teuthology.orchestra.run.smithi088.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-25T06:57:24.638 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:57:24 smithi088 bash[21021]: cluster 1674629843.014268 mgr.smithi088.qsgnjv (mgr.14193) 66 : cluster 0 pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T06:57:24.638 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:57:24 smithi088 bash[21021]: audit 1674629843.5031338 mon.smithi088 (mon.0) 266 : audit 0 from='client.? 172.21.15.88:0/1406448381' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-01-25T06:57:24.714 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:57:24 smithi089 bash[24593]: cluster 1674629843.014268 mgr.smithi088.qsgnjv (mgr.14193) 66 : cluster 0 pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T06:57:24.714 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:57:24 smithi089 bash[24593]: audit 1674629843.5031338 mon.smithi088 (mon.0) 266 : audit 0 from='client.? 172.21.15.88:0/1406448381' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-01-25T06:57:25.452 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:61996d73ab738798e4ee0055c86457f5c459da4a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e3e3dd98-9c7c-11ed-9e56-001a4aab830c -- ceph osd stat -f json 2023-01-25T06:57:26.459 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:57:26 smithi088 bash[21021]: cluster 1674629845.014709 mgr.smithi088.qsgnjv (mgr.14193) 67 : cluster 0 pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T06:57:26.459 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:57:26 smithi088 bash[21021]: audit 1674629845.1817343 mon.smithi088 (mon.0) 267 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:57:26.459 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:57:26 smithi088 bash[21021]: audit 1674629845.1888952 mon.smithi088 (mon.0) 268 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:57:26.459 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:57:26 smithi088 bash[21021]: cephadm 1674629845.1901958 mgr.smithi088.qsgnjv (mgr.14193) 68 : cephadm 1 Reconfiguring ceph-exporter.smithi089 (monmap changed)... 2023-01-25T06:57:26.460 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:57:26 smithi088 bash[21021]: audit 1674629845.1906688 mon.smithi088 (mon.0) 269 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi089", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2023-01-25T06:57:26.460 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:57:26 smithi088 bash[21021]: audit 1674629845.191844 mon.smithi088 (mon.0) 270 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-01-25T06:57:26.460 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:57:26 smithi088 bash[21021]: cephadm 1674629845.192921 mgr.smithi088.qsgnjv (mgr.14193) 69 : cephadm 1 Reconfiguring daemon ceph-exporter.smithi089 on smithi089 2023-01-25T06:57:26.464 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:57:26 smithi089 bash[24593]: cluster 1674629845.014709 mgr.smithi088.qsgnjv (mgr.14193) 67 : cluster 0 pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T06:57:26.464 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:57:26 smithi089 bash[24593]: audit 1674629845.1817343 mon.smithi088 (mon.0) 267 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:57:26.464 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:57:26 smithi089 bash[24593]: audit 1674629845.1888952 mon.smithi088 (mon.0) 268 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:57:26.465 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:57:26 smithi089 bash[24593]: cephadm 1674629845.1901958 mgr.smithi088.qsgnjv (mgr.14193) 68 : cephadm 1 Reconfiguring ceph-exporter.smithi089 (monmap changed)... 2023-01-25T06:57:26.465 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:57:26 smithi089 bash[24593]: audit 1674629845.1906688 mon.smithi088 (mon.0) 269 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi089", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2023-01-25T06:57:26.465 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:57:26 smithi089 bash[24593]: audit 1674629845.191844 mon.smithi088 (mon.0) 270 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-01-25T06:57:26.465 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:57:26 smithi089 bash[24593]: cephadm 1674629845.192921 mgr.smithi088.qsgnjv (mgr.14193) 69 : cephadm 1 Reconfiguring daemon ceph-exporter.smithi089 on smithi089 2023-01-25T06:57:28.464 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:57:28 smithi089 bash[24593]: cluster 1674629847.0151973 mgr.smithi088.qsgnjv (mgr.14193) 70 : cluster 0 pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T06:57:28.464 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:57:28 smithi089 bash[24593]: audit 1674629847.1975827 mon.smithi088 (mon.0) 271 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:57:28.464 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:57:28 smithi089 bash[24593]: audit 1674629847.2051978 mon.smithi088 (mon.0) 272 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:57:28.465 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:57:28 smithi089 bash[24593]: cephadm 1674629847.2065632 mgr.smithi088.qsgnjv (mgr.14193) 71 : cephadm 1 Reconfiguring crash.smithi089 (monmap changed)... 2023-01-25T06:57:28.465 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:57:28 smithi089 bash[24593]: audit 1674629847.2070882 mon.smithi088 (mon.0) 273 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi089", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-01-25T06:57:28.465 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:57:28 smithi089 bash[24593]: audit 1674629847.2087998 mon.smithi088 (mon.0) 274 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-01-25T06:57:28.465 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:57:28 smithi089 bash[24593]: cephadm 1674629847.2102005 mgr.smithi088.qsgnjv (mgr.14193) 72 : cephadm 1 Reconfiguring daemon crash.smithi089 on smithi089 2023-01-25T06:57:28.638 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:57:28 smithi088 bash[21021]: cluster 1674629847.0151973 mgr.smithi088.qsgnjv (mgr.14193) 70 : cluster 0 pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T06:57:28.638 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:57:28 smithi088 bash[21021]: audit 1674629847.1975827 mon.smithi088 (mon.0) 271 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:57:28.639 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:57:28 smithi088 bash[21021]: audit 1674629847.2051978 mon.smithi088 (mon.0) 272 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:57:28.639 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:57:28 smithi088 bash[21021]: cephadm 1674629847.2065632 mgr.smithi088.qsgnjv (mgr.14193) 71 : cephadm 1 Reconfiguring crash.smithi089 (monmap changed)... 2023-01-25T06:57:28.639 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:57:28 smithi088 bash[21021]: audit 1674629847.2070882 mon.smithi088 (mon.0) 273 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi089", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-01-25T06:57:28.639 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:57:28 smithi088 bash[21021]: audit 1674629847.2087998 mon.smithi088 (mon.0) 274 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-01-25T06:57:28.639 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:57:28 smithi088 bash[21021]: cephadm 1674629847.2102005 mgr.smithi088.qsgnjv (mgr.14193) 72 : cephadm 1 Reconfiguring daemon crash.smithi089 on smithi089 2023-01-25T06:57:30.308 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/e3e3dd98-9c7c-11ed-9e56-001a4aab830c/mon.smithi088/config 2023-01-25T06:57:30.357 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:57:30 smithi088 bash[21021]: cluster 1674629849.0156631 mgr.smithi088.qsgnjv (mgr.14193) 73 : cluster 0 pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T06:57:30.357 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:57:30 smithi088 bash[21021]: audit 1674629849.2179894 mon.smithi088 (mon.0) 275 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:57:30.357 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:57:30 smithi088 bash[21021]: audit 1674629849.2244687 mon.smithi088 (mon.0) 276 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:57:30.358 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:57:30 smithi088 bash[21021]: cephadm 1674629849.2257836 mgr.smithi088.qsgnjv (mgr.14193) 74 : cephadm 1 Reconfiguring mgr.smithi089.ugixzw (monmap changed)... 2023-01-25T06:57:30.358 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:57:30 smithi088 bash[21021]: audit 1674629849.2262897 mon.smithi088 (mon.0) 277 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi089.ugixzw", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-01-25T06:57:30.358 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:57:30 smithi088 bash[21021]: audit 1674629849.227941 mon.smithi088 (mon.0) 278 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "mgr services"}]: dispatch 2023-01-25T06:57:30.358 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:57:30 smithi088 bash[21021]: audit 1674629849.229324 mon.smithi088 (mon.0) 279 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-01-25T06:57:30.359 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:57:30 smithi088 bash[21021]: cephadm 1674629849.2309508 mgr.smithi088.qsgnjv (mgr.14193) 75 : cephadm 1 Reconfiguring daemon mgr.smithi089.ugixzw on smithi089 2023-01-25T06:57:30.359 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:57:30 smithi088 bash[21021]: audit 1674629850.074535 mon.smithi088 (mon.0) 280 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-01-25T06:57:30.498 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:57:30 smithi089 bash[24593]: cluster 1674629849.0156631 mgr.smithi088.qsgnjv (mgr.14193) 73 : cluster 0 pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T06:57:30.499 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:57:30 smithi089 bash[24593]: audit 1674629849.2179894 mon.smithi088 (mon.0) 275 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:57:30.499 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:57:30 smithi089 bash[24593]: audit 1674629849.2244687 mon.smithi088 (mon.0) 276 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:57:30.499 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:57:30 smithi089 bash[24593]: cephadm 1674629849.2257836 mgr.smithi088.qsgnjv (mgr.14193) 74 : cephadm 1 Reconfiguring mgr.smithi089.ugixzw (monmap changed)... 2023-01-25T06:57:30.499 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:57:30 smithi089 bash[24593]: audit 1674629849.2262897 mon.smithi088 (mon.0) 277 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi089.ugixzw", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-01-25T06:57:30.499 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:57:30 smithi089 bash[24593]: audit 1674629849.227941 mon.smithi088 (mon.0) 278 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "mgr services"}]: dispatch 2023-01-25T06:57:30.500 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:57:30 smithi089 bash[24593]: audit 1674629849.229324 mon.smithi088 (mon.0) 279 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-01-25T06:57:30.500 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:57:30 smithi089 bash[24593]: cephadm 1674629849.2309508 mgr.smithi088.qsgnjv (mgr.14193) 75 : cephadm 1 Reconfiguring daemon mgr.smithi089.ugixzw on smithi089 2023-01-25T06:57:30.500 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:57:30 smithi089 bash[24593]: audit 1674629850.074535 mon.smithi088 (mon.0) 280 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-01-25T06:57:32.636 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:57:32 smithi089 bash[24593]: cluster 1674629851.0161006 mgr.smithi088.qsgnjv (mgr.14193) 76 : cluster 0 pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T06:57:32.637 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:57:32 smithi089 bash[24593]: audit 1674629851.3115413 mon.smithi088 (mon.0) 281 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:57:32.637 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:57:32 smithi089 bash[24593]: audit 1674629851.3184483 mon.smithi088 (mon.0) 282 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:57:32.637 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:57:32 smithi089 bash[24593]: cephadm 1674629851.319796 mgr.smithi088.qsgnjv (mgr.14193) 77 : cephadm 1 Reconfiguring mon.smithi089 (monmap changed)... 2023-01-25T06:57:32.637 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:57:32 smithi089 bash[24593]: audit 1674629851.3203382 mon.smithi088 (mon.0) 283 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-01-25T06:57:32.638 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:57:32 smithi089 bash[24593]: audit 1674629851.3217978 mon.smithi088 (mon.0) 284 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-01-25T06:57:32.638 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:57:32 smithi089 bash[24593]: audit 1674629851.3229795 mon.smithi088 (mon.0) 285 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-01-25T06:57:32.638 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:57:32 smithi089 bash[24593]: cephadm 1674629851.3243973 mgr.smithi088.qsgnjv (mgr.14193) 78 : cephadm 1 Reconfiguring daemon mon.smithi089 on smithi089 2023-01-25T06:57:32.639 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:57:32 smithi088 bash[21021]: cluster 1674629851.0161006 mgr.smithi088.qsgnjv (mgr.14193) 76 : cluster 0 pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T06:57:32.639 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:57:32 smithi088 bash[21021]: audit 1674629851.3115413 mon.smithi088 (mon.0) 281 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:57:32.639 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:57:32 smithi088 bash[21021]: audit 1674629851.3184483 mon.smithi088 (mon.0) 282 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:57:32.639 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:57:32 smithi088 bash[21021]: cephadm 1674629851.319796 mgr.smithi088.qsgnjv (mgr.14193) 77 : cephadm 1 Reconfiguring mon.smithi089 (monmap changed)... 2023-01-25T06:57:32.639 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:57:32 smithi088 bash[21021]: audit 1674629851.3203382 mon.smithi088 (mon.0) 283 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-01-25T06:57:32.640 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:57:32 smithi088 bash[21021]: audit 1674629851.3217978 mon.smithi088 (mon.0) 284 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-01-25T06:57:32.640 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:57:32 smithi088 bash[21021]: audit 1674629851.3229795 mon.smithi088 (mon.0) 285 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-01-25T06:57:32.640 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:57:32 smithi088 bash[21021]: cephadm 1674629851.3243973 mgr.smithi088.qsgnjv (mgr.14193) 78 : cephadm 1 Reconfiguring daemon mon.smithi089 on smithi089 2023-01-25T06:57:33.740 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-01-25T06:57:34.477 INFO:teuthology.orchestra.run.smithi088.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-25T06:57:34.639 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:57:34 smithi088 bash[21021]: cluster 1674629853.016552 mgr.smithi088.qsgnjv (mgr.14193) 79 : cluster 0 pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T06:57:34.639 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:57:34 smithi088 bash[21021]: audit 1674629853.300706 mon.smithi088 (mon.0) 286 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:57:34.640 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:57:34 smithi088 bash[21021]: audit 1674629853.3076515 mon.smithi088 (mon.0) 287 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:57:34.640 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:57:34 smithi088 bash[21021]: audit 1674629853.313965 mon.smithi088 (mon.0) 288 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-01-25T06:57:34.641 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:57:34 smithi088 bash[21021]: audit 1674629853.31487 mgr.smithi088.qsgnjv (mgr.14193) 80 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-01-25T06:57:34.641 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:57:34 smithi088 bash[21021]: audit 1674629853.316528 mon.smithi088 (mon.0) 289 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi088.front.sepia.ceph.com:9093"}]: dispatch 2023-01-25T06:57:34.641 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:57:34 smithi088 bash[21021]: audit 1674629853.3171606 mgr.smithi088.qsgnjv (mgr.14193) 81 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi088.front.sepia.ceph.com:9093"}]: dispatch 2023-01-25T06:57:34.642 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:57:34 smithi088 bash[21021]: audit 1674629853.3226945 mon.smithi088 (mon.0) 290 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:57:34.642 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:57:34 smithi088 bash[21021]: audit 1674629853.3320775 mon.smithi088 (mon.0) 291 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-01-25T06:57:34.642 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:57:34 smithi088 bash[21021]: audit 1674629853.332666 mgr.smithi088.qsgnjv (mgr.14193) 82 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-01-25T06:57:34.642 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:57:34 smithi088 bash[21021]: audit 1674629853.4610152 mon.smithi088 (mon.0) 292 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi088.front.sepia.ceph.com:3000"}]: dispatch 2023-01-25T06:57:34.642 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:57:34 smithi088 bash[21021]: audit 1674629853.461824 mgr.smithi088.qsgnjv (mgr.14193) 83 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi088.front.sepia.ceph.com:3000"}]: dispatch 2023-01-25T06:57:34.643 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:57:34 smithi088 bash[21021]: audit 1674629853.468566 mon.smithi088 (mon.0) 293 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:57:34.643 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:57:34 smithi088 bash[21021]: audit 1674629853.4777262 mon.smithi088 (mon.0) 294 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-01-25T06:57:34.643 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:57:34 smithi088 bash[21021]: audit 1674629853.478485 mgr.smithi088.qsgnjv (mgr.14193) 84 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-01-25T06:57:34.643 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:57:34 smithi088 bash[21021]: audit 1674629853.6062782 mon.smithi088 (mon.0) 295 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi089.front.sepia.ceph.com:9095"}]: dispatch 2023-01-25T06:57:34.643 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:57:34 smithi088 bash[21021]: audit 1674629853.6071382 mgr.smithi088.qsgnjv (mgr.14193) 85 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi089.front.sepia.ceph.com:9095"}]: dispatch 2023-01-25T06:57:34.644 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:57:34 smithi088 bash[21021]: audit 1674629853.614132 mon.smithi088 (mon.0) 296 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:57:34.644 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:57:34 smithi088 bash[21021]: audit 1674629853.6245499 mon.smithi088 (mon.0) 297 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-01-25T06:57:34.644 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:57:34 smithi088 bash[21021]: audit 1674629853.7392747 mon.smithi088 (mon.0) 298 : audit 0 from='client.? 172.21.15.88:0/3587500328' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-01-25T06:57:34.714 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:57:34 smithi089 bash[24593]: cluster 1674629853.016552 mgr.smithi088.qsgnjv (mgr.14193) 79 : cluster 0 pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T06:57:34.715 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:57:34 smithi089 bash[24593]: audit 1674629853.300706 mon.smithi088 (mon.0) 286 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:57:34.715 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:57:34 smithi089 bash[24593]: audit 1674629853.3076515 mon.smithi088 (mon.0) 287 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:57:34.715 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:57:34 smithi089 bash[24593]: audit 1674629853.313965 mon.smithi088 (mon.0) 288 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-01-25T06:57:34.715 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:57:34 smithi089 bash[24593]: audit 1674629853.31487 mgr.smithi088.qsgnjv (mgr.14193) 80 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-01-25T06:57:34.715 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:57:34 smithi089 bash[24593]: audit 1674629853.316528 mon.smithi088 (mon.0) 289 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi088.front.sepia.ceph.com:9093"}]: dispatch 2023-01-25T06:57:34.716 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:57:34 smithi089 bash[24593]: audit 1674629853.3171606 mgr.smithi088.qsgnjv (mgr.14193) 81 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi088.front.sepia.ceph.com:9093"}]: dispatch 2023-01-25T06:57:34.716 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:57:34 smithi089 bash[24593]: audit 1674629853.3226945 mon.smithi088 (mon.0) 290 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:57:34.716 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:57:34 smithi089 bash[24593]: audit 1674629853.3320775 mon.smithi088 (mon.0) 291 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-01-25T06:57:34.716 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:57:34 smithi089 bash[24593]: audit 1674629853.332666 mgr.smithi088.qsgnjv (mgr.14193) 82 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-01-25T06:57:34.717 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:57:34 smithi089 bash[24593]: audit 1674629853.4610152 mon.smithi088 (mon.0) 292 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi088.front.sepia.ceph.com:3000"}]: dispatch 2023-01-25T06:57:34.717 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:57:34 smithi089 bash[24593]: audit 1674629853.461824 mgr.smithi088.qsgnjv (mgr.14193) 83 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi088.front.sepia.ceph.com:3000"}]: dispatch 2023-01-25T06:57:34.717 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:57:34 smithi089 bash[24593]: audit 1674629853.468566 mon.smithi088 (mon.0) 293 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:57:34.717 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:57:34 smithi089 bash[24593]: audit 1674629853.4777262 mon.smithi088 (mon.0) 294 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-01-25T06:57:34.717 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:57:34 smithi089 bash[24593]: audit 1674629853.478485 mgr.smithi088.qsgnjv (mgr.14193) 84 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-01-25T06:57:34.718 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:57:34 smithi089 bash[24593]: audit 1674629853.6062782 mon.smithi088 (mon.0) 295 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi089.front.sepia.ceph.com:9095"}]: dispatch 2023-01-25T06:57:34.718 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:57:34 smithi089 bash[24593]: audit 1674629853.6071382 mgr.smithi088.qsgnjv (mgr.14193) 85 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi089.front.sepia.ceph.com:9095"}]: dispatch 2023-01-25T06:57:34.718 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:57:34 smithi089 bash[24593]: audit 1674629853.614132 mon.smithi088 (mon.0) 296 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:57:34.718 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:57:34 smithi089 bash[24593]: audit 1674629853.6245499 mon.smithi088 (mon.0) 297 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-01-25T06:57:34.718 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:57:34 smithi089 bash[24593]: audit 1674629853.7392747 mon.smithi088 (mon.0) 298 : audit 0 from='client.? 172.21.15.88:0/3587500328' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-01-25T06:57:35.479 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:61996d73ab738798e4ee0055c86457f5c459da4a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e3e3dd98-9c7c-11ed-9e56-001a4aab830c -- ceph osd stat -f json 2023-01-25T06:57:36.638 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:57:36 smithi088 bash[21021]: cluster 1674629855.0170016 mgr.smithi088.qsgnjv (mgr.14193) 86 : cluster 0 pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T06:57:36.714 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:57:36 smithi089 bash[24593]: cluster 1674629855.0170016 mgr.smithi088.qsgnjv (mgr.14193) 86 : cluster 0 pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T06:57:38.638 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:57:38 smithi088 bash[21021]: cluster 1674629857.017461 mgr.smithi088.qsgnjv (mgr.14193) 87 : cluster 0 pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T06:57:38.714 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:57:38 smithi089 bash[24593]: cluster 1674629857.017461 mgr.smithi088.qsgnjv (mgr.14193) 87 : cluster 0 pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T06:57:39.519 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/e3e3dd98-9c7c-11ed-9e56-001a4aab830c/mon.smithi088/config 2023-01-25T06:57:40.888 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:57:40 smithi088 bash[21021]: cluster 1674629859.0178094 mgr.smithi088.qsgnjv (mgr.14193) 88 : cluster 0 pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T06:57:40.888 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:57:40 smithi088 bash[21021]: audit 1674629859.6084352 mon.smithi088 (mon.0) 299 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:57:40.889 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:57:40 smithi088 bash[21021]: audit 1674629859.6153948 mon.smithi088 (mon.0) 300 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:57:40.889 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:57:40 smithi088 bash[21021]: audit 1674629859.7568343 mon.smithi088 (mon.0) 301 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:57:40.889 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:57:40 smithi088 bash[21021]: audit 1674629859.7625957 mon.smithi088 (mon.0) 302 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:57:40.890 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:57:40 smithi088 bash[21021]: audit 1674629860.0542002 mon.smithi088 (mon.0) 303 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:57:40.890 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:57:40 smithi088 bash[21021]: audit 1674629860.0597246 mon.smithi088 (mon.0) 304 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:57:40.890 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:57:40 smithi088 bash[21021]: audit 1674629860.185659 mon.smithi088 (mon.0) 305 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:57:40.890 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:57:40 smithi088 bash[21021]: audit 1674629860.192762 mon.smithi088 (mon.0) 306 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:57:40.890 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:57:40 smithi088 bash[21021]: audit 1674629860.1938987 mon.smithi088 (mon.0) 307 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-01-25T06:57:40.891 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:57:40 smithi088 bash[21021]: audit 1674629860.1949613 mon.smithi088 (mon.0) 308 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-01-25T06:57:40.891 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:57:40 smithi088 bash[21021]: audit 1674629860.2023425 mon.smithi088 (mon.0) 309 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:57:40.891 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:57:40 smithi088 bash[21021]: audit 1674629860.209756 mon.smithi088 (mon.0) 310 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-01-25T06:57:40.891 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:57:40 smithi088 bash[21021]: audit 1674629860.2175698 mon.smithi088 (mon.0) 311 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-01-25T06:57:40.891 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:57:40 smithi088 bash[21021]: audit 1674629860.2187152 mon.smithi088 (mon.0) 312 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-01-25T06:57:40.892 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:57:40 smithi088 bash[21021]: audit 1674629860.2221987 mon.smithi088 (mon.0) 313 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-01-25T06:57:40.892 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:57:40 smithi088 bash[21021]: audit 1674629860.2229877 mon.smithi088 (mon.0) 314 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-01-25T06:57:40.964 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:57:40 smithi089 bash[24593]: cluster 1674629859.0178094 mgr.smithi088.qsgnjv (mgr.14193) 88 : cluster 0 pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T06:57:40.965 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:57:40 smithi089 bash[24593]: audit 1674629859.6084352 mon.smithi088 (mon.0) 299 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:57:40.965 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:57:40 smithi089 bash[24593]: audit 1674629859.6153948 mon.smithi088 (mon.0) 300 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:57:40.965 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:57:40 smithi089 bash[24593]: audit 1674629859.7568343 mon.smithi088 (mon.0) 301 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:57:40.965 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:57:40 smithi089 bash[24593]: audit 1674629859.7625957 mon.smithi088 (mon.0) 302 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:57:40.966 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:57:40 smithi089 bash[24593]: audit 1674629860.0542002 mon.smithi088 (mon.0) 303 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:57:40.966 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:57:40 smithi089 bash[24593]: audit 1674629860.0597246 mon.smithi088 (mon.0) 304 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:57:40.966 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:57:40 smithi089 bash[24593]: audit 1674629860.185659 mon.smithi088 (mon.0) 305 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:57:40.966 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:57:40 smithi089 bash[24593]: audit 1674629860.192762 mon.smithi088 (mon.0) 306 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:57:40.966 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:57:40 smithi089 bash[24593]: audit 1674629860.1938987 mon.smithi088 (mon.0) 307 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-01-25T06:57:40.967 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:57:40 smithi089 bash[24593]: audit 1674629860.1949613 mon.smithi088 (mon.0) 308 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-01-25T06:57:40.967 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:57:40 smithi089 bash[24593]: audit 1674629860.2023425 mon.smithi088 (mon.0) 309 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:57:40.967 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:57:40 smithi089 bash[24593]: audit 1674629860.209756 mon.smithi088 (mon.0) 310 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-01-25T06:57:40.967 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:57:40 smithi089 bash[24593]: audit 1674629860.2175698 mon.smithi088 (mon.0) 311 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-01-25T06:57:40.967 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:57:40 smithi089 bash[24593]: audit 1674629860.2187152 mon.smithi088 (mon.0) 312 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-01-25T06:57:40.968 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:57:40 smithi089 bash[24593]: audit 1674629860.2221987 mon.smithi088 (mon.0) 313 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-01-25T06:57:40.968 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:57:40 smithi089 bash[24593]: audit 1674629860.2229877 mon.smithi088 (mon.0) 314 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-01-25T06:57:42.888 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:57:42 smithi088 bash[21021]: cluster 1674629861.0181205 mgr.smithi088.qsgnjv (mgr.14193) 89 : cluster 0 pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T06:57:42.964 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:57:42 smithi089 bash[24593]: cluster 1674629861.0181205 mgr.smithi088.qsgnjv (mgr.14193) 89 : cluster 0 pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T06:57:42.966 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-01-25T06:57:43.690 INFO:teuthology.orchestra.run.smithi088.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-25T06:57:43.888 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:57:43 smithi088 bash[21021]: audit 1674629862.9651802 mon.smithi088 (mon.0) 315 : audit 0 from='client.? 172.21.15.88:0/1725027307' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-01-25T06:57:43.964 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:57:43 smithi089 bash[24593]: audit 1674629862.9651802 mon.smithi088 (mon.0) 315 : audit 0 from='client.? 172.21.15.88:0/1725027307' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-01-25T06:57:44.691 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:61996d73ab738798e4ee0055c86457f5c459da4a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e3e3dd98-9c7c-11ed-9e56-001a4aab830c -- ceph osd stat -f json 2023-01-25T06:57:44.888 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:57:44 smithi088 bash[21021]: cluster 1674629863.0185127 mgr.smithi088.qsgnjv (mgr.14193) 90 : cluster 0 pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T06:57:44.964 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:57:44 smithi089 bash[24593]: cluster 1674629863.0185127 mgr.smithi088.qsgnjv (mgr.14193) 90 : cluster 0 pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T06:57:45.888 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:57:45 smithi088 bash[21021]: audit 1674629865.0758324 mon.smithi088 (mon.0) 316 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-01-25T06:57:45.964 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:57:45 smithi089 bash[24593]: audit 1674629865.0758324 mon.smithi088 (mon.0) 316 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-01-25T06:57:46.888 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:57:46 smithi088 bash[21021]: cluster 1674629865.018896 mgr.smithi088.qsgnjv (mgr.14193) 91 : cluster 0 pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T06:57:46.964 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:57:46 smithi089 bash[24593]: cluster 1674629865.018896 mgr.smithi088.qsgnjv (mgr.14193) 91 : cluster 0 pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T06:57:48.888 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:57:48 smithi088 bash[21021]: cluster 1674629867.0191898 mgr.smithi088.qsgnjv (mgr.14193) 92 : cluster 0 pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T06:57:48.964 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:57:48 smithi089 bash[24593]: cluster 1674629867.0191898 mgr.smithi088.qsgnjv (mgr.14193) 92 : cluster 0 pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T06:57:49.937 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:57:49 smithi089 bash[24593]: audit 1674629869.6294165 mon.smithi089 (mon.1) 2 : audit 1 from='client.? 172.21.15.89:0/143846739' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "cb74fdbf-4b57-4fb8-8bc7-32a4fee736b1"}]: dispatch 2023-01-25T06:57:49.937 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:57:49 smithi089 bash[24593]: audit 1674629869.6333299 mon.smithi088 (mon.0) 317 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "cb74fdbf-4b57-4fb8-8bc7-32a4fee736b1"}]: dispatch 2023-01-25T06:57:49.973 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:57:49 smithi088 bash[21021]: audit 1674629869.6294165 mon.smithi089 (mon.1) 2 : audit 1 from='client.? 172.21.15.89:0/143846739' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "cb74fdbf-4b57-4fb8-8bc7-32a4fee736b1"}]: dispatch 2023-01-25T06:57:49.974 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:57:49 smithi088 bash[21021]: audit 1674629869.6333299 mon.smithi088 (mon.0) 317 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "cb74fdbf-4b57-4fb8-8bc7-32a4fee736b1"}]: dispatch 2023-01-25T06:57:50.154 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/e3e3dd98-9c7c-11ed-9e56-001a4aab830c/mon.smithi088/config 2023-01-25T06:57:50.964 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:57:50 smithi089 bash[24593]: cluster 1674629869.019537 mgr.smithi088.qsgnjv (mgr.14193) 93 : cluster 0 pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T06:57:50.964 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:57:50 smithi089 bash[24593]: audit 1674629869.6393652 mon.smithi088 (mon.0) 318 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "cb74fdbf-4b57-4fb8-8bc7-32a4fee736b1"}]': finished 2023-01-25T06:57:50.964 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:57:50 smithi089 bash[24593]: cluster 1674629869.6394327 mon.smithi088 (mon.0) 319 : cluster 0 osdmap e6: 1 total, 0 up, 1 in 2023-01-25T06:57:50.965 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:57:50 smithi089 bash[24593]: audit 1674629869.640149 mon.smithi088 (mon.0) 320 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-01-25T06:57:50.965 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:57:50 smithi089 bash[24593]: audit 1674629869.68936 mon.smithi088 (mon.0) 321 : audit 1 from='client.? 172.21.15.88:0/3962642274' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "050d31f4-9727-4b2e-8e7f-8802d242d03e"}]: dispatch 2023-01-25T06:57:50.965 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:57:50 smithi089 bash[24593]: audit 1674629869.6963885 mon.smithi088 (mon.0) 322 : audit 1 from='client.? 172.21.15.88:0/3962642274' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "050d31f4-9727-4b2e-8e7f-8802d242d03e"}]': finished 2023-01-25T06:57:50.965 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:57:50 smithi089 bash[24593]: cluster 1674629869.6964817 mon.smithi088 (mon.0) 323 : cluster 0 osdmap e7: 2 total, 0 up, 2 in 2023-01-25T06:57:50.965 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:57:50 smithi089 bash[24593]: audit 1674629869.6967256 mon.smithi088 (mon.0) 324 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-01-25T06:57:50.966 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:57:50 smithi089 bash[24593]: audit 1674629869.6973412 mon.smithi088 (mon.0) 325 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-01-25T06:57:51.138 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:57:50 smithi088 bash[21021]: cluster 1674629869.019537 mgr.smithi088.qsgnjv (mgr.14193) 93 : cluster 0 pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T06:57:51.139 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:57:50 smithi088 bash[21021]: audit 1674629869.6393652 mon.smithi088 (mon.0) 318 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "cb74fdbf-4b57-4fb8-8bc7-32a4fee736b1"}]': finished 2023-01-25T06:57:51.139 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:57:50 smithi088 bash[21021]: cluster 1674629869.6394327 mon.smithi088 (mon.0) 319 : cluster 0 osdmap e6: 1 total, 0 up, 1 in 2023-01-25T06:57:51.139 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:57:50 smithi088 bash[21021]: audit 1674629869.640149 mon.smithi088 (mon.0) 320 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-01-25T06:57:51.139 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:57:50 smithi088 bash[21021]: audit 1674629869.68936 mon.smithi088 (mon.0) 321 : audit 1 from='client.? 172.21.15.88:0/3962642274' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "050d31f4-9727-4b2e-8e7f-8802d242d03e"}]: dispatch 2023-01-25T06:57:51.139 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:57:50 smithi088 bash[21021]: audit 1674629869.6963885 mon.smithi088 (mon.0) 322 : audit 1 from='client.? 172.21.15.88:0/3962642274' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "050d31f4-9727-4b2e-8e7f-8802d242d03e"}]': finished 2023-01-25T06:57:51.140 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:57:50 smithi088 bash[21021]: cluster 1674629869.6964817 mon.smithi088 (mon.0) 323 : cluster 0 osdmap e7: 2 total, 0 up, 2 in 2023-01-25T06:57:51.140 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:57:50 smithi088 bash[21021]: audit 1674629869.6967256 mon.smithi088 (mon.0) 324 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-01-25T06:57:51.140 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:57:50 smithi088 bash[21021]: audit 1674629869.6973412 mon.smithi088 (mon.0) 325 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-01-25T06:57:51.913 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:57:51 smithi088 bash[21021]: audit 1674629871.2749677 mon.smithi089 (mon.1) 3 : audit 0 from='client.? 172.21.15.89:0/2677596689' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-01-25T06:57:51.964 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:57:51 smithi089 bash[24593]: audit 1674629871.2749677 mon.smithi089 (mon.1) 3 : audit 0 from='client.? 172.21.15.89:0/2677596689' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-01-25T06:57:52.964 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:57:52 smithi089 bash[24593]: cluster 1674629871.0199785 mgr.smithi088.qsgnjv (mgr.14193) 94 : cluster 0 pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T06:57:52.964 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:57:52 smithi089 bash[24593]: audit 1674629872.09264 mon.smithi088 (mon.0) 326 : audit 0 from='client.? 172.21.15.88:0/2760660971' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-01-25T06:57:53.138 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:57:52 smithi088 bash[21021]: cluster 1674629871.0199785 mgr.smithi088.qsgnjv (mgr.14193) 94 : cluster 0 pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T06:57:53.138 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:57:52 smithi088 bash[21021]: audit 1674629872.09264 mon.smithi088 (mon.0) 326 : audit 0 from='client.? 172.21.15.88:0/2760660971' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-01-25T06:57:54.194 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-01-25T06:57:54.887 INFO:teuthology.orchestra.run.smithi088.stdout:{"epoch":8,"num_osds":3,"num_up_osds":0,"osd_up_since":0,"num_in_osds":3,"osd_in_since":1674629874,"num_remapped_pgs":0} 2023-01-25T06:57:54.964 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:57:54 smithi089 bash[24593]: cluster 1674629873.0203514 mgr.smithi088.qsgnjv (mgr.14193) 95 : cluster 0 pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T06:57:54.964 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:57:54 smithi089 bash[24593]: audit 1674629874.11988 mon.smithi089 (mon.1) 4 : audit 1 from='client.? 172.21.15.89:0/2223842807' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "07345ec5-a550-43cd-94ee-84f062290c00"}]: dispatch 2023-01-25T06:57:54.964 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:57:54 smithi089 bash[24593]: audit 1674629874.1239717 mon.smithi088 (mon.0) 327 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "07345ec5-a550-43cd-94ee-84f062290c00"}]: dispatch 2023-01-25T06:57:54.965 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:57:54 smithi089 bash[24593]: audit 1674629874.131387 mon.smithi088 (mon.0) 328 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "07345ec5-a550-43cd-94ee-84f062290c00"}]': finished 2023-01-25T06:57:54.965 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:57:54 smithi089 bash[24593]: cluster 1674629874.131493 mon.smithi088 (mon.0) 329 : cluster 0 osdmap e8: 3 total, 0 up, 3 in 2023-01-25T06:57:54.965 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:57:54 smithi089 bash[24593]: audit 1674629874.1317105 mon.smithi088 (mon.0) 330 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-01-25T06:57:54.965 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:57:54 smithi089 bash[24593]: audit 1674629874.1323907 mon.smithi088 (mon.0) 331 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-01-25T06:57:54.965 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:57:54 smithi089 bash[24593]: audit 1674629874.1327863 mon.smithi088 (mon.0) 332 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-01-25T06:57:54.966 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:57:54 smithi089 bash[24593]: audit 1674629874.1931722 mon.smithi088 (mon.0) 333 : audit 0 from='client.? 172.21.15.88:0/621216026' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-01-25T06:57:55.101 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:57:54 smithi088 bash[21021]: cluster 1674629873.0203514 mgr.smithi088.qsgnjv (mgr.14193) 95 : cluster 0 pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T06:57:55.102 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:57:54 smithi088 bash[21021]: audit 1674629874.11988 mon.smithi089 (mon.1) 4 : audit 1 from='client.? 172.21.15.89:0/2223842807' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "07345ec5-a550-43cd-94ee-84f062290c00"}]: dispatch 2023-01-25T06:57:55.102 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:57:54 smithi088 bash[21021]: audit 1674629874.1239717 mon.smithi088 (mon.0) 327 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "07345ec5-a550-43cd-94ee-84f062290c00"}]: dispatch 2023-01-25T06:57:55.102 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:57:54 smithi088 bash[21021]: audit 1674629874.131387 mon.smithi088 (mon.0) 328 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "07345ec5-a550-43cd-94ee-84f062290c00"}]': finished 2023-01-25T06:57:55.102 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:57:54 smithi088 bash[21021]: cluster 1674629874.131493 mon.smithi088 (mon.0) 329 : cluster 0 osdmap e8: 3 total, 0 up, 3 in 2023-01-25T06:57:55.103 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:57:54 smithi088 bash[21021]: audit 1674629874.1317105 mon.smithi088 (mon.0) 330 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-01-25T06:57:55.103 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:57:54 smithi088 bash[21021]: audit 1674629874.1323907 mon.smithi088 (mon.0) 331 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-01-25T06:57:55.103 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:57:54 smithi088 bash[21021]: audit 1674629874.1327863 mon.smithi088 (mon.0) 332 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-01-25T06:57:55.103 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:57:54 smithi088 bash[21021]: audit 1674629874.1931722 mon.smithi088 (mon.0) 333 : audit 0 from='client.? 172.21.15.88:0/621216026' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-01-25T06:57:55.889 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:61996d73ab738798e4ee0055c86457f5c459da4a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e3e3dd98-9c7c-11ed-9e56-001a4aab830c -- ceph osd stat -f json 2023-01-25T06:57:55.964 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:57:55 smithi089 bash[24593]: audit 1674629874.9450915 mon.smithi088 (mon.0) 334 : audit 1 from='client.? 172.21.15.88:0/1155502220' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "aeda33d4-adf4-402b-b6bc-bd450610c0fb"}]: dispatch 2023-01-25T06:57:55.964 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:57:55 smithi089 bash[24593]: audit 1674629874.9527075 mon.smithi088 (mon.0) 335 : audit 1 from='client.? 172.21.15.88:0/1155502220' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "aeda33d4-adf4-402b-b6bc-bd450610c0fb"}]': finished 2023-01-25T06:57:55.965 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:57:55 smithi089 bash[24593]: cluster 1674629874.9527981 mon.smithi088 (mon.0) 336 : cluster 0 osdmap e9: 4 total, 0 up, 4 in 2023-01-25T06:57:55.965 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:57:55 smithi089 bash[24593]: audit 1674629874.9529994 mon.smithi088 (mon.0) 337 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-01-25T06:57:55.965 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:57:55 smithi089 bash[24593]: audit 1674629874.9536061 mon.smithi088 (mon.0) 338 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-01-25T06:57:55.965 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:57:55 smithi089 bash[24593]: audit 1674629874.9539526 mon.smithi088 (mon.0) 339 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-01-25T06:57:55.966 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:57:55 smithi089 bash[24593]: audit 1674629874.954271 mon.smithi088 (mon.0) 340 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-01-25T06:57:56.138 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:57:55 smithi088 bash[21021]: audit 1674629874.9450915 mon.smithi088 (mon.0) 334 : audit 1 from='client.? 172.21.15.88:0/1155502220' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "aeda33d4-adf4-402b-b6bc-bd450610c0fb"}]: dispatch 2023-01-25T06:57:56.138 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:57:55 smithi088 bash[21021]: audit 1674629874.9527075 mon.smithi088 (mon.0) 335 : audit 1 from='client.? 172.21.15.88:0/1155502220' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "aeda33d4-adf4-402b-b6bc-bd450610c0fb"}]': finished 2023-01-25T06:57:56.139 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:57:55 smithi088 bash[21021]: cluster 1674629874.9527981 mon.smithi088 (mon.0) 336 : cluster 0 osdmap e9: 4 total, 0 up, 4 in 2023-01-25T06:57:56.139 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:57:55 smithi088 bash[21021]: audit 1674629874.9529994 mon.smithi088 (mon.0) 337 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-01-25T06:57:56.139 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:57:55 smithi088 bash[21021]: audit 1674629874.9536061 mon.smithi088 (mon.0) 338 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-01-25T06:57:56.139 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:57:55 smithi088 bash[21021]: audit 1674629874.9539526 mon.smithi088 (mon.0) 339 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-01-25T06:57:56.140 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:57:55 smithi088 bash[21021]: audit 1674629874.954271 mon.smithi088 (mon.0) 340 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-01-25T06:57:56.964 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:57:56 smithi089 bash[24593]: cluster 1674629875.0208497 mgr.smithi088.qsgnjv (mgr.14193) 96 : cluster 0 pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T06:57:56.964 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:57:56 smithi089 bash[24593]: audit 1674629875.7359731 mon.smithi089 (mon.1) 5 : audit 0 from='client.? 172.21.15.89:0/3647505626' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-01-25T06:57:56.965 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:57:56 smithi089 bash[24593]: audit 1674629876.6306827 mon.smithi088 (mon.0) 341 : audit 0 from='client.? 172.21.15.88:0/3999239919' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-01-25T06:57:57.138 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:57:56 smithi088 bash[21021]: cluster 1674629875.0208497 mgr.smithi088.qsgnjv (mgr.14193) 96 : cluster 0 pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T06:57:57.138 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:57:56 smithi088 bash[21021]: audit 1674629875.7359731 mon.smithi089 (mon.1) 5 : audit 0 from='client.? 172.21.15.89:0/3647505626' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-01-25T06:57:57.139 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:57:56 smithi088 bash[21021]: audit 1674629876.6306827 mon.smithi088 (mon.0) 341 : audit 0 from='client.? 172.21.15.88:0/3999239919' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-01-25T06:57:58.964 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:57:58 smithi089 bash[24593]: cluster 1674629877.0212724 mgr.smithi088.qsgnjv (mgr.14193) 97 : cluster 0 pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T06:57:58.964 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:57:58 smithi089 bash[24593]: audit 1674629878.6231966 mon.smithi089 (mon.1) 6 : audit 1 from='client.? 172.21.15.89:0/1593607849' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "041e2796-fde3-4b16-a50a-e60148620092"}]: dispatch 2023-01-25T06:57:58.965 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:57:58 smithi089 bash[24593]: audit 1674629878.6270676 mon.smithi088 (mon.0) 342 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "041e2796-fde3-4b16-a50a-e60148620092"}]: dispatch 2023-01-25T06:57:58.965 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:57:58 smithi089 bash[24593]: audit 1674629878.6345382 mon.smithi088 (mon.0) 343 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "041e2796-fde3-4b16-a50a-e60148620092"}]': finished 2023-01-25T06:57:58.965 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:57:58 smithi089 bash[24593]: cluster 1674629878.63467 mon.smithi088 (mon.0) 344 : cluster 0 osdmap e10: 5 total, 0 up, 5 in 2023-01-25T06:57:58.965 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:57:58 smithi089 bash[24593]: audit 1674629878.6348932 mon.smithi088 (mon.0) 345 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-01-25T06:57:58.965 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:57:58 smithi089 bash[24593]: audit 1674629878.6354632 mon.smithi088 (mon.0) 346 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-01-25T06:57:58.966 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:57:58 smithi089 bash[24593]: audit 1674629878.635724 mon.smithi088 (mon.0) 347 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-01-25T06:57:58.966 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:57:58 smithi089 bash[24593]: audit 1674629878.6360748 mon.smithi088 (mon.0) 348 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-01-25T06:57:58.966 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:57:58 smithi089 bash[24593]: audit 1674629878.6364157 mon.smithi088 (mon.0) 349 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-01-25T06:57:59.138 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:57:58 smithi088 bash[21021]: cluster 1674629877.0212724 mgr.smithi088.qsgnjv (mgr.14193) 97 : cluster 0 pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T06:57:59.139 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:57:58 smithi088 bash[21021]: audit 1674629878.6231966 mon.smithi089 (mon.1) 6 : audit 1 from='client.? 172.21.15.89:0/1593607849' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "041e2796-fde3-4b16-a50a-e60148620092"}]: dispatch 2023-01-25T06:57:59.139 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:57:58 smithi088 bash[21021]: audit 1674629878.6270676 mon.smithi088 (mon.0) 342 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "041e2796-fde3-4b16-a50a-e60148620092"}]: dispatch 2023-01-25T06:57:59.139 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:57:58 smithi088 bash[21021]: audit 1674629878.6345382 mon.smithi088 (mon.0) 343 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "041e2796-fde3-4b16-a50a-e60148620092"}]': finished 2023-01-25T06:57:59.139 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:57:58 smithi088 bash[21021]: cluster 1674629878.63467 mon.smithi088 (mon.0) 344 : cluster 0 osdmap e10: 5 total, 0 up, 5 in 2023-01-25T06:57:59.140 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:57:58 smithi088 bash[21021]: audit 1674629878.6348932 mon.smithi088 (mon.0) 345 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-01-25T06:57:59.141 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:57:58 smithi088 bash[21021]: audit 1674629878.6354632 mon.smithi088 (mon.0) 346 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-01-25T06:57:59.141 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:57:58 smithi088 bash[21021]: audit 1674629878.635724 mon.smithi088 (mon.0) 347 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-01-25T06:57:59.142 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:57:58 smithi088 bash[21021]: audit 1674629878.6360748 mon.smithi088 (mon.0) 348 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-01-25T06:57:59.142 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:57:58 smithi088 bash[21021]: audit 1674629878.6364157 mon.smithi088 (mon.0) 349 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-01-25T06:57:59.964 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:57:59 smithi089 bash[24593]: audit 1674629879.507925 mon.smithi088 (mon.0) 350 : audit 1 from='client.? 172.21.15.88:0/3899104357' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0bddf4b5-f97d-4e06-a807-edafb661f70d"}]: dispatch 2023-01-25T06:57:59.964 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:57:59 smithi089 bash[24593]: audit 1674629879.5142918 mon.smithi088 (mon.0) 351 : audit 1 from='client.? 172.21.15.88:0/3899104357' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "0bddf4b5-f97d-4e06-a807-edafb661f70d"}]': finished 2023-01-25T06:57:59.965 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:57:59 smithi089 bash[24593]: cluster 1674629879.5143557 mon.smithi088 (mon.0) 352 : cluster 0 osdmap e11: 6 total, 0 up, 6 in 2023-01-25T06:57:59.965 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:57:59 smithi089 bash[24593]: audit 1674629879.5145202 mon.smithi088 (mon.0) 353 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-01-25T06:57:59.965 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:57:59 smithi089 bash[24593]: audit 1674629879.514916 mon.smithi088 (mon.0) 354 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-01-25T06:57:59.965 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:57:59 smithi089 bash[24593]: audit 1674629879.515141 mon.smithi088 (mon.0) 355 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-01-25T06:57:59.965 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:57:59 smithi089 bash[24593]: audit 1674629879.5153902 mon.smithi088 (mon.0) 356 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-01-25T06:57:59.965 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:57:59 smithi089 bash[24593]: audit 1674629879.5156395 mon.smithi088 (mon.0) 357 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-01-25T06:57:59.966 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:57:59 smithi089 bash[24593]: audit 1674629879.515876 mon.smithi088 (mon.0) 358 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-01-25T06:58:00.113 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:57:59 smithi088 bash[21021]: audit 1674629879.507925 mon.smithi088 (mon.0) 350 : audit 1 from='client.? 172.21.15.88:0/3899104357' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0bddf4b5-f97d-4e06-a807-edafb661f70d"}]: dispatch 2023-01-25T06:58:00.113 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:57:59 smithi088 bash[21021]: audit 1674629879.5142918 mon.smithi088 (mon.0) 351 : audit 1 from='client.? 172.21.15.88:0/3899104357' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "0bddf4b5-f97d-4e06-a807-edafb661f70d"}]': finished 2023-01-25T06:58:00.113 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:57:59 smithi088 bash[21021]: cluster 1674629879.5143557 mon.smithi088 (mon.0) 352 : cluster 0 osdmap e11: 6 total, 0 up, 6 in 2023-01-25T06:58:00.114 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:57:59 smithi088 bash[21021]: audit 1674629879.5145202 mon.smithi088 (mon.0) 353 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-01-25T06:58:00.114 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:57:59 smithi088 bash[21021]: audit 1674629879.514916 mon.smithi088 (mon.0) 354 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-01-25T06:58:00.114 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:57:59 smithi088 bash[21021]: audit 1674629879.515141 mon.smithi088 (mon.0) 355 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-01-25T06:58:00.114 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:57:59 smithi088 bash[21021]: audit 1674629879.5153902 mon.smithi088 (mon.0) 356 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-01-25T06:58:00.114 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:57:59 smithi088 bash[21021]: audit 1674629879.5156395 mon.smithi088 (mon.0) 357 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-01-25T06:58:00.115 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:57:59 smithi088 bash[21021]: audit 1674629879.515876 mon.smithi088 (mon.0) 358 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-01-25T06:58:00.759 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/e3e3dd98-9c7c-11ed-9e56-001a4aab830c/mon.smithi088/config 2023-01-25T06:58:00.964 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:00 smithi089 bash[24593]: cluster 1674629879.021739 mgr.smithi088.qsgnjv (mgr.14193) 98 : cluster 0 pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T06:58:00.964 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:00 smithi089 bash[24593]: audit 1674629880.075684 mon.smithi088 (mon.0) 359 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-01-25T06:58:00.964 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:00 smithi089 bash[24593]: audit 1674629880.3158882 mon.smithi089 (mon.1) 7 : audit 0 from='client.? 172.21.15.89:0/20884296' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-01-25T06:58:01.138 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:00 smithi088 bash[21021]: cluster 1674629879.021739 mgr.smithi088.qsgnjv (mgr.14193) 98 : cluster 0 pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T06:58:01.138 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:00 smithi088 bash[21021]: audit 1674629880.075684 mon.smithi088 (mon.0) 359 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-01-25T06:58:01.139 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:00 smithi088 bash[21021]: audit 1674629880.3158882 mon.smithi089 (mon.1) 7 : audit 0 from='client.? 172.21.15.89:0/20884296' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-01-25T06:58:01.964 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:01 smithi089 bash[24593]: audit 1674629881.1824615 mon.smithi088 (mon.0) 360 : audit 0 from='client.? 172.21.15.88:0/735787165' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-01-25T06:58:01.999 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:01 smithi088 bash[21021]: audit 1674629881.1824615 mon.smithi088 (mon.0) 360 : audit 0 from='client.? 172.21.15.88:0/735787165' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-01-25T06:58:02.964 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:02 smithi089 bash[24593]: cluster 1674629881.0220098 mgr.smithi088.qsgnjv (mgr.14193) 99 : cluster 0 pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T06:58:02.975 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:02 smithi088 bash[21021]: cluster 1674629881.0220098 mgr.smithi088.qsgnjv (mgr.14193) 99 : cluster 0 pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T06:58:03.956 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:03 smithi088 bash[21021]: audit 1674629883.175378 mon.smithi089 (mon.1) 8 : audit 1 from='client.? 172.21.15.89:0/1858305709' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3f652262-e497-4624-8b3e-0260a999cdba"}]: dispatch 2023-01-25T06:58:03.957 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:03 smithi088 bash[21021]: audit 1674629883.1793652 mon.smithi088 (mon.0) 361 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3f652262-e497-4624-8b3e-0260a999cdba"}]: dispatch 2023-01-25T06:58:03.957 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:03 smithi088 bash[21021]: audit 1674629883.1877844 mon.smithi088 (mon.0) 362 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "3f652262-e497-4624-8b3e-0260a999cdba"}]': finished 2023-01-25T06:58:03.957 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:03 smithi088 bash[21021]: cluster 1674629883.18791 mon.smithi088 (mon.0) 363 : cluster 0 osdmap e12: 7 total, 0 up, 7 in 2023-01-25T06:58:03.957 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:03 smithi088 bash[21021]: audit 1674629883.18813 mon.smithi088 (mon.0) 364 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-01-25T06:58:03.957 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:03 smithi088 bash[21021]: audit 1674629883.1887445 mon.smithi088 (mon.0) 365 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-01-25T06:58:03.958 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:03 smithi088 bash[21021]: audit 1674629883.1891057 mon.smithi088 (mon.0) 366 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-01-25T06:58:03.958 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:03 smithi088 bash[21021]: audit 1674629883.1894615 mon.smithi088 (mon.0) 367 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-01-25T06:58:03.958 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:03 smithi088 bash[21021]: audit 1674629883.1898162 mon.smithi088 (mon.0) 368 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-01-25T06:58:03.958 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:03 smithi088 bash[21021]: audit 1674629883.1901665 mon.smithi088 (mon.0) 369 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-01-25T06:58:03.958 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:03 smithi088 bash[21021]: audit 1674629883.1905723 mon.smithi088 (mon.0) 370 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-01-25T06:58:03.964 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:03 smithi089 bash[24593]: audit 1674629883.175378 mon.smithi089 (mon.1) 8 : audit 1 from='client.? 172.21.15.89:0/1858305709' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3f652262-e497-4624-8b3e-0260a999cdba"}]: dispatch 2023-01-25T06:58:03.964 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:03 smithi089 bash[24593]: audit 1674629883.1793652 mon.smithi088 (mon.0) 361 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3f652262-e497-4624-8b3e-0260a999cdba"}]: dispatch 2023-01-25T06:58:03.964 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:03 smithi089 bash[24593]: audit 1674629883.1877844 mon.smithi088 (mon.0) 362 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "3f652262-e497-4624-8b3e-0260a999cdba"}]': finished 2023-01-25T06:58:03.964 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:03 smithi089 bash[24593]: cluster 1674629883.18791 mon.smithi088 (mon.0) 363 : cluster 0 osdmap e12: 7 total, 0 up, 7 in 2023-01-25T06:58:03.965 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:03 smithi089 bash[24593]: audit 1674629883.18813 mon.smithi088 (mon.0) 364 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-01-25T06:58:03.965 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:03 smithi089 bash[24593]: audit 1674629883.1887445 mon.smithi088 (mon.0) 365 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-01-25T06:58:03.965 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:03 smithi089 bash[24593]: audit 1674629883.1891057 mon.smithi088 (mon.0) 366 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-01-25T06:58:03.965 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:03 smithi089 bash[24593]: audit 1674629883.1894615 mon.smithi088 (mon.0) 367 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-01-25T06:58:03.965 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:03 smithi089 bash[24593]: audit 1674629883.1898162 mon.smithi088 (mon.0) 368 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-01-25T06:58:03.966 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:03 smithi089 bash[24593]: audit 1674629883.1901665 mon.smithi088 (mon.0) 369 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-01-25T06:58:03.966 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:03 smithi089 bash[24593]: audit 1674629883.1905723 mon.smithi088 (mon.0) 370 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-01-25T06:58:04.416 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-01-25T06:58:04.964 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:04 smithi089 bash[24593]: cluster 1674629883.0223773 mgr.smithi088.qsgnjv (mgr.14193) 100 : cluster 0 pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T06:58:04.964 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:04 smithi089 bash[24593]: audit 1674629884.0480366 mon.smithi088 (mon.0) 371 : audit 1 from='client.? 172.21.15.88:0/3696176809' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b2614f51-dc51-4f30-86fa-dffdcb925a69"}]: dispatch 2023-01-25T06:58:04.965 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:04 smithi089 bash[24593]: audit 1674629884.0556705 mon.smithi088 (mon.0) 372 : audit 1 from='client.? 172.21.15.88:0/3696176809' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b2614f51-dc51-4f30-86fa-dffdcb925a69"}]': finished 2023-01-25T06:58:04.965 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:04 smithi089 bash[24593]: cluster 1674629884.0557604 mon.smithi088 (mon.0) 373 : cluster 0 osdmap e13: 8 total, 0 up, 8 in 2023-01-25T06:58:04.965 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:04 smithi089 bash[24593]: audit 1674629884.0559452 mon.smithi088 (mon.0) 374 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-01-25T06:58:04.965 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:04 smithi089 bash[24593]: audit 1674629884.056604 mon.smithi088 (mon.0) 375 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-01-25T06:58:04.965 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:04 smithi089 bash[24593]: audit 1674629884.0570593 mon.smithi088 (mon.0) 376 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-01-25T06:58:04.966 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:04 smithi089 bash[24593]: audit 1674629884.0575483 mon.smithi088 (mon.0) 377 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-01-25T06:58:04.966 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:04 smithi089 bash[24593]: audit 1674629884.0579855 mon.smithi088 (mon.0) 378 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-01-25T06:58:04.966 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:04 smithi089 bash[24593]: audit 1674629884.0584354 mon.smithi088 (mon.0) 379 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-01-25T06:58:04.966 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:04 smithi089 bash[24593]: audit 1674629884.0589383 mon.smithi088 (mon.0) 380 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-01-25T06:58:04.966 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:04 smithi089 bash[24593]: audit 1674629884.059244 mon.smithi088 (mon.0) 381 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-01-25T06:58:04.967 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:04 smithi089 bash[24593]: audit 1674629884.4146972 mon.smithi088 (mon.0) 382 : audit 0 from='client.? 172.21.15.88:0/4151367486' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-01-25T06:58:05.122 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:04 smithi088 bash[21021]: cluster 1674629883.0223773 mgr.smithi088.qsgnjv (mgr.14193) 100 : cluster 0 pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T06:58:05.122 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:04 smithi088 bash[21021]: audit 1674629884.0480366 mon.smithi088 (mon.0) 371 : audit 1 from='client.? 172.21.15.88:0/3696176809' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b2614f51-dc51-4f30-86fa-dffdcb925a69"}]: dispatch 2023-01-25T06:58:05.123 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:04 smithi088 bash[21021]: audit 1674629884.0556705 mon.smithi088 (mon.0) 372 : audit 1 from='client.? 172.21.15.88:0/3696176809' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b2614f51-dc51-4f30-86fa-dffdcb925a69"}]': finished 2023-01-25T06:58:05.123 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:04 smithi088 bash[21021]: cluster 1674629884.0557604 mon.smithi088 (mon.0) 373 : cluster 0 osdmap e13: 8 total, 0 up, 8 in 2023-01-25T06:58:05.123 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:04 smithi088 bash[21021]: audit 1674629884.0559452 mon.smithi088 (mon.0) 374 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-01-25T06:58:05.123 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:04 smithi088 bash[21021]: audit 1674629884.056604 mon.smithi088 (mon.0) 375 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-01-25T06:58:05.124 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:04 smithi088 bash[21021]: audit 1674629884.0570593 mon.smithi088 (mon.0) 376 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-01-25T06:58:05.124 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:04 smithi088 bash[21021]: audit 1674629884.0575483 mon.smithi088 (mon.0) 377 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-01-25T06:58:05.124 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:04 smithi088 bash[21021]: audit 1674629884.0579855 mon.smithi088 (mon.0) 378 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-01-25T06:58:05.124 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:04 smithi088 bash[21021]: audit 1674629884.0584354 mon.smithi088 (mon.0) 379 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-01-25T06:58:05.124 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:04 smithi088 bash[21021]: audit 1674629884.0589383 mon.smithi088 (mon.0) 380 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-01-25T06:58:05.125 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:04 smithi088 bash[21021]: audit 1674629884.059244 mon.smithi088 (mon.0) 381 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-01-25T06:58:05.125 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:04 smithi088 bash[21021]: audit 1674629884.4146972 mon.smithi088 (mon.0) 382 : audit 0 from='client.? 172.21.15.88:0/4151367486' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-01-25T06:58:05.296 INFO:teuthology.orchestra.run.smithi088.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1674629884,"num_remapped_pgs":0} 2023-01-25T06:58:05.964 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:05 smithi089 bash[24593]: audit 1674629884.846861 mon.smithi089 (mon.1) 9 : audit 0 from='client.? 172.21.15.89:0/1203031983' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-01-25T06:58:06.138 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:05 smithi088 bash[21021]: audit 1674629884.846861 mon.smithi089 (mon.1) 9 : audit 0 from='client.? 172.21.15.89:0/1203031983' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-01-25T06:58:06.298 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:61996d73ab738798e4ee0055c86457f5c459da4a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e3e3dd98-9c7c-11ed-9e56-001a4aab830c -- ceph osd stat -f json 2023-01-25T06:58:06.964 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:06 smithi089 bash[24593]: cluster 1674629885.0226624 mgr.smithi088.qsgnjv (mgr.14193) 101 : cluster 0 pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T06:58:06.964 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:06 smithi089 bash[24593]: audit 1674629886.075207 mon.smithi088 (mon.0) 383 : audit 0 from='client.? 172.21.15.88:0/92102659' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-01-25T06:58:07.138 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:06 smithi088 bash[21021]: cluster 1674629885.0226624 mgr.smithi088.qsgnjv (mgr.14193) 101 : cluster 0 pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T06:58:07.139 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:06 smithi088 bash[21021]: audit 1674629886.075207 mon.smithi088 (mon.0) 383 : audit 0 from='client.? 172.21.15.88:0/92102659' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-01-25T06:58:08.888 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:08 smithi088 bash[21021]: cluster 1674629887.0229332 mgr.smithi088.qsgnjv (mgr.14193) 102 : cluster 0 pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T06:58:09.214 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:08 smithi089 bash[24593]: cluster 1674629887.0229332 mgr.smithi088.qsgnjv (mgr.14193) 102 : cluster 0 pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T06:58:11.138 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:10 smithi088 bash[21021]: cluster 1674629889.0232873 mgr.smithi088.qsgnjv (mgr.14193) 103 : cluster 0 pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T06:58:11.214 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:10 smithi089 bash[24593]: cluster 1674629889.0232873 mgr.smithi088.qsgnjv (mgr.14193) 103 : cluster 0 pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T06:58:11.902 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/e3e3dd98-9c7c-11ed-9e56-001a4aab830c/mon.smithi088/config 2023-01-25T06:58:13.015 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:12 smithi088 bash[21021]: cluster 1674629891.023653 mgr.smithi088.qsgnjv (mgr.14193) 104 : cluster 0 pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T06:58:13.064 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:12 smithi089 bash[24593]: cluster 1674629891.023653 mgr.smithi088.qsgnjv (mgr.14193) 104 : cluster 0 pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T06:58:15.138 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:14 smithi088 bash[21021]: cluster 1674629893.0240107 mgr.smithi088.qsgnjv (mgr.14193) 105 : cluster 0 pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T06:58:15.214 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:14 smithi089 bash[24593]: cluster 1674629893.0240107 mgr.smithi088.qsgnjv (mgr.14193) 105 : cluster 0 pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T06:58:15.856 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-01-25T06:58:15.969 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:15 smithi088 bash[21021]: audit 1674629895.0757077 mon.smithi088 (mon.0) 384 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-01-25T06:58:16.214 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:15 smithi089 bash[24593]: audit 1674629895.0757077 mon.smithi088 (mon.0) 384 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-01-25T06:58:16.889 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:16 smithi088 bash[21021]: cluster 1674629895.0243483 mgr.smithi088.qsgnjv (mgr.14193) 106 : cluster 0 pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T06:58:16.890 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:16 smithi088 bash[21021]: audit 1674629895.8550184 mon.smithi088 (mon.0) 385 : audit 0 from='client.? 172.21.15.88:0/2459059959' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-01-25T06:58:16.951 INFO:teuthology.orchestra.run.smithi088.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1674629884,"num_remapped_pgs":0} 2023-01-25T06:58:16.964 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:16 smithi089 bash[24593]: cluster 1674629895.0243483 mgr.smithi088.qsgnjv (mgr.14193) 106 : cluster 0 pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T06:58:16.964 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:16 smithi089 bash[24593]: audit 1674629895.8550184 mon.smithi088 (mon.0) 385 : audit 0 from='client.? 172.21.15.88:0/2459059959' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-01-25T06:58:17.952 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:61996d73ab738798e4ee0055c86457f5c459da4a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e3e3dd98-9c7c-11ed-9e56-001a4aab830c -- ceph osd stat -f json 2023-01-25T06:58:17.995 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:17 smithi088 bash[21021]: audit 1674629896.963599 mon.smithi088 (mon.0) 386 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-01-25T06:58:17.996 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:17 smithi088 bash[21021]: audit 1674629896.9650486 mon.smithi088 (mon.0) 387 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-01-25T06:58:18.214 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:17 smithi089 bash[24593]: audit 1674629896.963599 mon.smithi088 (mon.0) 386 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-01-25T06:58:18.214 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:17 smithi089 bash[24593]: audit 1674629896.9650486 mon.smithi088 (mon.0) 387 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-01-25T06:58:18.888 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:18 smithi088 bash[21021]: cephadm 1674629896.966369 mgr.smithi088.qsgnjv (mgr.14193) 107 : cephadm 1 Deploying daemon osd.0 on smithi089 2023-01-25T06:58:18.889 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:18 smithi088 bash[21021]: cluster 1674629897.02461 mgr.smithi088.qsgnjv (mgr.14193) 108 : cluster 0 pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T06:58:19.214 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:18 smithi089 bash[24593]: cephadm 1674629896.966369 mgr.smithi088.qsgnjv (mgr.14193) 107 : cephadm 1 Deploying daemon osd.0 on smithi089 2023-01-25T06:58:19.214 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:18 smithi089 bash[24593]: cluster 1674629897.02461 mgr.smithi088.qsgnjv (mgr.14193) 108 : cluster 0 pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T06:58:20.136 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:19 smithi089 bash[24593]: audit 1674629899.3280911 mon.smithi088 (mon.0) 388 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-01-25T06:58:20.136 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:19 smithi089 bash[24593]: audit 1674629899.3296077 mon.smithi088 (mon.0) 389 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-01-25T06:58:20.138 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:19 smithi088 bash[21021]: audit 1674629899.3280911 mon.smithi088 (mon.0) 388 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-01-25T06:58:20.138 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:19 smithi088 bash[21021]: audit 1674629899.3296077 mon.smithi088 (mon.0) 389 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-01-25T06:58:20.964 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:20 smithi089 bash[24593]: cluster 1674629899.024946 mgr.smithi088.qsgnjv (mgr.14193) 109 : cluster 0 pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T06:58:20.964 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:20 smithi089 bash[24593]: cephadm 1674629899.330643 mgr.smithi088.qsgnjv (mgr.14193) 110 : cephadm 1 Deploying daemon osd.1 on smithi088 2023-01-25T06:58:21.058 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:20 smithi088 bash[21021]: cluster 1674629899.024946 mgr.smithi088.qsgnjv (mgr.14193) 109 : cluster 0 pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T06:58:21.059 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:20 smithi088 bash[21021]: cephadm 1674629899.330643 mgr.smithi088.qsgnjv (mgr.14193) 110 : cephadm 1 Deploying daemon osd.1 on smithi088 2023-01-25T06:58:22.850 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/e3e3dd98-9c7c-11ed-9e56-001a4aab830c/mon.smithi088/config 2023-01-25T06:58:23.138 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:22 smithi088 bash[21021]: cluster 1674629901.0252695 mgr.smithi088.qsgnjv (mgr.14193) 111 : cluster 0 pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T06:58:23.139 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:22 smithi088 bash[21021]: audit 1674629901.842253 mon.smithi088 (mon.0) 390 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:58:23.139 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:22 smithi088 bash[21021]: audit 1674629901.850137 mon.smithi088 (mon.0) 391 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:58:23.139 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:22 smithi088 bash[21021]: audit 1674629901.8515046 mon.smithi088 (mon.0) 392 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-01-25T06:58:23.139 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:22 smithi088 bash[21021]: audit 1674629901.8527563 mon.smithi088 (mon.0) 393 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-01-25T06:58:23.139 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:22 smithi088 bash[21021]: cephadm 1674629901.8536222 mgr.smithi088.qsgnjv (mgr.14193) 112 : cephadm 1 Deploying daemon osd.2 on smithi089 2023-01-25T06:58:23.214 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:22 smithi089 bash[24593]: cluster 1674629901.0252695 mgr.smithi088.qsgnjv (mgr.14193) 111 : cluster 0 pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T06:58:23.214 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:22 smithi089 bash[24593]: audit 1674629901.842253 mon.smithi088 (mon.0) 390 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:58:23.214 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:22 smithi089 bash[24593]: audit 1674629901.850137 mon.smithi088 (mon.0) 391 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:58:23.215 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:22 smithi089 bash[24593]: audit 1674629901.8515046 mon.smithi088 (mon.0) 392 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-01-25T06:58:23.215 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:22 smithi089 bash[24593]: audit 1674629901.8527563 mon.smithi088 (mon.0) 393 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-01-25T06:58:23.215 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:22 smithi089 bash[24593]: cephadm 1674629901.8536222 mgr.smithi088.qsgnjv (mgr.14193) 112 : cephadm 1 Deploying daemon osd.2 on smithi089 2023-01-25T06:58:25.080 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:24 smithi088 bash[21021]: cluster 1674629903.025683 mgr.smithi088.qsgnjv (mgr.14193) 113 : cluster 0 pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T06:58:25.214 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:24 smithi089 bash[24593]: cluster 1674629903.025683 mgr.smithi088.qsgnjv (mgr.14193) 113 : cluster 0 pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T06:58:26.110 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:25 smithi089 bash[24593]: audit 1674629904.9705877 mon.smithi088 (mon.0) 394 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:58:26.110 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:25 smithi089 bash[24593]: audit 1674629904.9761784 mon.smithi088 (mon.0) 395 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:58:26.110 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:25 smithi089 bash[24593]: audit 1674629904.977252 mon.smithi088 (mon.0) 396 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-01-25T06:58:26.110 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:25 smithi089 bash[24593]: audit 1674629904.9784713 mon.smithi088 (mon.0) 397 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-01-25T06:58:26.111 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:25 smithi089 bash[24593]: cephadm 1674629904.9795523 mgr.smithi088.qsgnjv (mgr.14193) 114 : cephadm 1 Deploying daemon osd.3 on smithi088 2023-01-25T06:58:26.111 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:25 smithi089 bash[24593]: cluster 1674629905.0259922 mgr.smithi088.qsgnjv (mgr.14193) 115 : cluster 0 pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T06:58:26.435 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:25 smithi088 bash[21021]: audit 1674629904.9705877 mon.smithi088 (mon.0) 394 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:58:26.436 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:25 smithi088 bash[21021]: audit 1674629904.9761784 mon.smithi088 (mon.0) 395 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:58:26.436 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:25 smithi088 bash[21021]: audit 1674629904.977252 mon.smithi088 (mon.0) 396 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-01-25T06:58:26.436 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:25 smithi088 bash[21021]: audit 1674629904.9784713 mon.smithi088 (mon.0) 397 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-01-25T06:58:26.436 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:25 smithi088 bash[21021]: cephadm 1674629904.9795523 mgr.smithi088.qsgnjv (mgr.14193) 114 : cephadm 1 Deploying daemon osd.3 on smithi088 2023-01-25T06:58:26.437 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:25 smithi088 bash[21021]: cluster 1674629905.0259922 mgr.smithi088.qsgnjv (mgr.14193) 115 : cluster 0 pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T06:58:28.388 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:28 smithi088 bash[21021]: cluster 1674629907.0263932 mgr.smithi088.qsgnjv (mgr.14193) 116 : cluster 0 pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T06:58:28.389 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:28 smithi088 bash[21021]: audit 1674629908.0351171 mon.smithi088 (mon.0) 398 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:58:28.389 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:28 smithi088 bash[21021]: audit 1674629908.0429208 mon.smithi088 (mon.0) 399 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:58:28.389 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:28 smithi088 bash[21021]: audit 1674629908.0439951 mon.smithi088 (mon.0) 400 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-01-25T06:58:28.389 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:28 smithi088 bash[21021]: audit 1674629908.045027 mon.smithi088 (mon.0) 401 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-01-25T06:58:28.407 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-01-25T06:58:28.472 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:28 smithi089 bash[24593]: cluster 1674629907.0263932 mgr.smithi088.qsgnjv (mgr.14193) 116 : cluster 0 pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T06:58:28.472 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:28 smithi089 bash[24593]: audit 1674629908.0351171 mon.smithi088 (mon.0) 398 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:58:28.472 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:28 smithi089 bash[24593]: audit 1674629908.0429208 mon.smithi088 (mon.0) 399 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:58:28.473 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:28 smithi089 bash[24593]: audit 1674629908.0439951 mon.smithi088 (mon.0) 400 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-01-25T06:58:28.473 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:28 smithi089 bash[24593]: audit 1674629908.045027 mon.smithi088 (mon.0) 401 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-01-25T06:58:29.388 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:29 smithi088 bash[21021]: cephadm 1674629908.0458739 mgr.smithi088.qsgnjv (mgr.14193) 117 : cephadm 1 Deploying daemon osd.4 on smithi089 2023-01-25T06:58:29.389 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:29 smithi088 bash[21021]: audit 1674629908.4062202 mon.smithi088 (mon.0) 402 : audit 0 from='client.? 172.21.15.88:0/1397095819' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-01-25T06:58:29.464 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:29 smithi089 bash[24593]: cephadm 1674629908.0458739 mgr.smithi088.qsgnjv (mgr.14193) 117 : cephadm 1 Deploying daemon osd.4 on smithi089 2023-01-25T06:58:29.464 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:29 smithi089 bash[24593]: audit 1674629908.4062202 mon.smithi088 (mon.0) 402 : audit 0 from='client.? 172.21.15.88:0/1397095819' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-01-25T06:58:30.157 INFO:teuthology.orchestra.run.smithi088.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1674629884,"num_remapped_pgs":0} 2023-01-25T06:58:30.388 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:30 smithi088 bash[21021]: cluster 1674629909.0267868 mgr.smithi088.qsgnjv (mgr.14193) 118 : cluster 0 pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T06:58:30.389 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:30 smithi088 bash[21021]: audit 1674629910.075865 mon.smithi088 (mon.0) 403 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-01-25T06:58:30.464 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:30 smithi089 bash[24593]: cluster 1674629909.0267868 mgr.smithi088.qsgnjv (mgr.14193) 118 : cluster 0 pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T06:58:30.464 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:30 smithi089 bash[24593]: audit 1674629910.075865 mon.smithi088 (mon.0) 403 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-01-25T06:58:31.159 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:61996d73ab738798e4ee0055c86457f5c459da4a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e3e3dd98-9c7c-11ed-9e56-001a4aab830c -- ceph osd stat -f json 2023-01-25T06:58:31.327 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:31 smithi089 bash[24593]: audit 1674629911.0625815 mon.smithi089 (mon.1) 10 : audit 1 from='osd.0 [v2:172.21.15.89:6800/317366385,v1:172.21.15.89:6801/317366385]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-01-25T06:58:31.328 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:31 smithi089 bash[24593]: audit 1674629911.0660396 mon.smithi088 (mon.0) 404 : audit 1 from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-01-25T06:58:31.388 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:31 smithi088 bash[21021]: audit 1674629911.0625815 mon.smithi089 (mon.1) 10 : audit 1 from='osd.0 [v2:172.21.15.89:6800/317366385,v1:172.21.15.89:6801/317366385]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-01-25T06:58:31.389 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:31 smithi088 bash[21021]: audit 1674629911.0660396 mon.smithi088 (mon.0) 404 : audit 1 from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-01-25T06:58:32.388 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:32 smithi089 bash[24593]: cluster 1674629911.027154 mgr.smithi088.qsgnjv (mgr.14193) 119 : cluster 0 pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T06:58:32.389 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:32 smithi089 bash[24593]: audit 1674629911.1282485 mon.smithi088 (mon.0) 405 : audit 1 from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-01-25T06:58:32.389 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:32 smithi089 bash[24593]: cluster 1674629911.1283367 mon.smithi088 (mon.0) 406 : cluster 0 osdmap e14: 8 total, 0 up, 8 in 2023-01-25T06:58:32.389 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:32 smithi089 bash[24593]: audit 1674629911.128546 mon.smithi088 (mon.0) 407 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-01-25T06:58:32.390 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:32 smithi089 bash[24593]: audit 1674629911.1290703 mon.smithi088 (mon.0) 408 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-01-25T06:58:32.390 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:32 smithi089 bash[24593]: audit 1674629911.1294105 mon.smithi088 (mon.0) 409 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-01-25T06:58:32.390 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:32 smithi089 bash[24593]: audit 1674629911.1297004 mon.smithi089 (mon.1) 11 : audit 1 from='osd.0 [v2:172.21.15.89:6800/317366385,v1:172.21.15.89:6801/317366385]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi089", "root=default"]}]: dispatch 2023-01-25T06:58:32.390 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:32 smithi089 bash[24593]: audit 1674629911.1297414 mon.smithi088 (mon.0) 410 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-01-25T06:58:32.390 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:32 smithi089 bash[24593]: audit 1674629911.130072 mon.smithi088 (mon.0) 411 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-01-25T06:58:32.390 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:32 smithi089 bash[24593]: audit 1674629911.1305475 mon.smithi088 (mon.0) 412 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-01-25T06:58:32.391 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:32 smithi089 bash[24593]: audit 1674629911.1308992 mon.smithi088 (mon.0) 413 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-01-25T06:58:32.391 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:32 smithi089 bash[24593]: audit 1674629911.1312404 mon.smithi088 (mon.0) 414 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-01-25T06:58:32.391 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:32 smithi089 bash[24593]: audit 1674629911.1332226 mon.smithi088 (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=smithi089", "root=default"]}]: dispatch 2023-01-25T06:58:32.392 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:32 smithi088 bash[21021]: cluster 1674629911.027154 mgr.smithi088.qsgnjv (mgr.14193) 119 : cluster 0 pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T06:58:32.392 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:32 smithi088 bash[21021]: audit 1674629911.1282485 mon.smithi088 (mon.0) 405 : audit 1 from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-01-25T06:58:32.392 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:32 smithi088 bash[21021]: cluster 1674629911.1283367 mon.smithi088 (mon.0) 406 : cluster 0 osdmap e14: 8 total, 0 up, 8 in 2023-01-25T06:58:32.392 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:32 smithi088 bash[21021]: audit 1674629911.128546 mon.smithi088 (mon.0) 407 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-01-25T06:58:32.392 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:32 smithi088 bash[21021]: audit 1674629911.1290703 mon.smithi088 (mon.0) 408 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-01-25T06:58:32.393 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:32 smithi088 bash[21021]: audit 1674629911.1294105 mon.smithi088 (mon.0) 409 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-01-25T06:58:32.393 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:32 smithi088 bash[21021]: audit 1674629911.1297004 mon.smithi089 (mon.1) 11 : audit 1 from='osd.0 [v2:172.21.15.89:6800/317366385,v1:172.21.15.89:6801/317366385]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi089", "root=default"]}]: dispatch 2023-01-25T06:58:32.393 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:32 smithi088 bash[21021]: audit 1674629911.1297414 mon.smithi088 (mon.0) 410 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-01-25T06:58:32.393 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:32 smithi088 bash[21021]: audit 1674629911.130072 mon.smithi088 (mon.0) 411 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-01-25T06:58:32.394 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:32 smithi088 bash[21021]: audit 1674629911.1305475 mon.smithi088 (mon.0) 412 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-01-25T06:58:32.394 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:32 smithi088 bash[21021]: audit 1674629911.1308992 mon.smithi088 (mon.0) 413 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-01-25T06:58:32.394 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:32 smithi088 bash[21021]: audit 1674629911.1312404 mon.smithi088 (mon.0) 414 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-01-25T06:58:32.394 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:32 smithi088 bash[21021]: audit 1674629911.1332226 mon.smithi088 (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=smithi089", "root=default"]}]: dispatch 2023-01-25T06:58:33.269 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:33 smithi088 bash[21021]: audit 1674629912.130649 mon.smithi088 (mon.0) 416 : audit 1 from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi089", "root=default"]}]': finished 2023-01-25T06:58:33.269 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:33 smithi088 bash[21021]: cluster 1674629912.1307194 mon.smithi088 (mon.0) 417 : cluster 0 osdmap e15: 8 total, 0 up, 8 in 2023-01-25T06:58:33.269 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:33 smithi088 bash[21021]: audit 1674629912.131161 mon.smithi088 (mon.0) 418 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-01-25T06:58:33.270 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:33 smithi088 bash[21021]: audit 1674629912.1313646 mon.smithi088 (mon.0) 419 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-01-25T06:58:33.270 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:33 smithi088 bash[21021]: audit 1674629912.1314979 mon.smithi088 (mon.0) 420 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-01-25T06:58:33.270 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:33 smithi088 bash[21021]: audit 1674629912.1316652 mon.smithi088 (mon.0) 421 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-01-25T06:58:33.270 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:33 smithi088 bash[21021]: audit 1674629912.1318347 mon.smithi088 (mon.0) 422 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-01-25T06:58:33.270 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:33 smithi088 bash[21021]: audit 1674629912.1320646 mon.smithi088 (mon.0) 423 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-01-25T06:58:33.271 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:33 smithi088 bash[21021]: audit 1674629912.1323698 mon.smithi088 (mon.0) 424 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-01-25T06:58:33.271 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:33 smithi088 bash[21021]: audit 1674629912.132595 mon.smithi088 (mon.0) 425 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-01-25T06:58:33.271 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:33 smithi088 bash[21021]: audit 1674629912.1381671 mon.smithi088 (mon.0) 426 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-01-25T06:58:33.464 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:33 smithi089 bash[24593]: audit 1674629912.130649 mon.smithi088 (mon.0) 416 : audit 1 from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi089", "root=default"]}]': finished 2023-01-25T06:58:33.464 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:33 smithi089 bash[24593]: cluster 1674629912.1307194 mon.smithi088 (mon.0) 417 : cluster 0 osdmap e15: 8 total, 0 up, 8 in 2023-01-25T06:58:33.465 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:33 smithi089 bash[24593]: audit 1674629912.131161 mon.smithi088 (mon.0) 418 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-01-25T06:58:33.465 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:33 smithi089 bash[24593]: audit 1674629912.1313646 mon.smithi088 (mon.0) 419 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-01-25T06:58:33.465 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:33 smithi089 bash[24593]: audit 1674629912.1314979 mon.smithi088 (mon.0) 420 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-01-25T06:58:33.465 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:33 smithi089 bash[24593]: audit 1674629912.1316652 mon.smithi088 (mon.0) 421 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-01-25T06:58:33.465 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:33 smithi089 bash[24593]: audit 1674629912.1318347 mon.smithi088 (mon.0) 422 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-01-25T06:58:33.466 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:33 smithi089 bash[24593]: audit 1674629912.1320646 mon.smithi088 (mon.0) 423 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-01-25T06:58:33.466 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:33 smithi089 bash[24593]: audit 1674629912.1323698 mon.smithi088 (mon.0) 424 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-01-25T06:58:33.466 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:33 smithi089 bash[24593]: audit 1674629912.132595 mon.smithi088 (mon.0) 425 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-01-25T06:58:33.466 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:33 smithi089 bash[24593]: audit 1674629912.1381671 mon.smithi088 (mon.0) 426 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-01-25T06:58:34.446 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:34 smithi089 bash[24593]: cluster 1674629912.0807714 osd.0 (osd.0) 1 : cluster 0 purged_snaps scrub starts 2023-01-25T06:58:34.446 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:34 smithi089 bash[24593]: cluster 1674629912.0809155 osd.0 (osd.0) 2 : cluster 0 purged_snaps scrub ok 2023-01-25T06:58:34.446 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:34 smithi089 bash[24593]: cluster 1674629913.0274484 mgr.smithi088.qsgnjv (mgr.14193) 120 : cluster 0 pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T06:58:34.446 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:34 smithi089 bash[24593]: audit 1674629913.1389418 mon.smithi088 (mon.0) 427 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-01-25T06:58:34.447 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:34 smithi089 bash[24593]: cluster 1674629913.143552 mon.smithi088 (mon.0) 428 : cluster 1 osd.0 [v2:172.21.15.89:6800/317366385,v1:172.21.15.89:6801/317366385] boot 2023-01-25T06:58:34.447 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:34 smithi089 bash[24593]: cluster 1674629913.1435952 mon.smithi088 (mon.0) 429 : cluster 0 osdmap e16: 8 total, 1 up, 8 in 2023-01-25T06:58:34.447 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:34 smithi089 bash[24593]: audit 1674629913.1438704 mon.smithi088 (mon.0) 430 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-01-25T06:58:34.447 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:34 smithi089 bash[24593]: audit 1674629913.1445503 mon.smithi088 (mon.0) 431 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-01-25T06:58:34.447 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:34 smithi089 bash[24593]: audit 1674629913.1448271 mon.smithi088 (mon.0) 432 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-01-25T06:58:34.448 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:34 smithi089 bash[24593]: audit 1674629913.1451247 mon.smithi088 (mon.0) 433 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-01-25T06:58:34.448 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:34 smithi089 bash[24593]: audit 1674629913.1453946 mon.smithi088 (mon.0) 434 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-01-25T06:58:34.448 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:34 smithi089 bash[24593]: audit 1674629913.145681 mon.smithi088 (mon.0) 435 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-01-25T06:58:34.448 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:34 smithi089 bash[24593]: audit 1674629913.1459548 mon.smithi088 (mon.0) 436 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-01-25T06:58:34.448 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:34 smithi089 bash[24593]: audit 1674629913.146239 mon.smithi088 (mon.0) 437 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-01-25T06:58:34.449 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:34 smithi089 bash[24593]: audit 1674629913.1999252 mon.smithi088 (mon.0) 438 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:58:34.449 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:34 smithi089 bash[24593]: audit 1674629913.2073889 mon.smithi088 (mon.0) 439 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:58:34.449 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:34 smithi089 bash[24593]: audit 1674629913.2085643 mon.smithi088 (mon.0) 440 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-01-25T06:58:34.449 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:34 smithi089 bash[24593]: audit 1674629913.2095978 mon.smithi088 (mon.0) 441 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-01-25T06:58:34.449 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:34 smithi089 bash[24593]: cephadm 1674629913.2104511 mgr.smithi088.qsgnjv (mgr.14193) 121 : cephadm 1 Deploying daemon osd.5 on smithi088 2023-01-25T06:58:34.639 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:34 smithi088 bash[21021]: cluster 1674629912.0807714 osd.0 (osd.0) 1 : cluster 0 purged_snaps scrub starts 2023-01-25T06:58:34.639 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:34 smithi088 bash[21021]: cluster 1674629912.0809155 osd.0 (osd.0) 2 : cluster 0 purged_snaps scrub ok 2023-01-25T06:58:34.639 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:34 smithi088 bash[21021]: cluster 1674629913.0274484 mgr.smithi088.qsgnjv (mgr.14193) 120 : cluster 0 pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-25T06:58:34.640 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:34 smithi088 bash[21021]: audit 1674629913.1389418 mon.smithi088 (mon.0) 427 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-01-25T06:58:34.640 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:34 smithi088 bash[21021]: cluster 1674629913.143552 mon.smithi088 (mon.0) 428 : cluster 1 osd.0 [v2:172.21.15.89:6800/317366385,v1:172.21.15.89:6801/317366385] boot 2023-01-25T06:58:34.640 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:34 smithi088 bash[21021]: cluster 1674629913.1435952 mon.smithi088 (mon.0) 429 : cluster 0 osdmap e16: 8 total, 1 up, 8 in 2023-01-25T06:58:34.640 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:34 smithi088 bash[21021]: audit 1674629913.1438704 mon.smithi088 (mon.0) 430 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-01-25T06:58:34.640 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:34 smithi088 bash[21021]: audit 1674629913.1445503 mon.smithi088 (mon.0) 431 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-01-25T06:58:34.641 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:34 smithi088 bash[21021]: audit 1674629913.1448271 mon.smithi088 (mon.0) 432 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-01-25T06:58:34.641 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:34 smithi088 bash[21021]: audit 1674629913.1451247 mon.smithi088 (mon.0) 433 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-01-25T06:58:34.641 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:34 smithi088 bash[21021]: audit 1674629913.1453946 mon.smithi088 (mon.0) 434 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-01-25T06:58:34.641 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:34 smithi088 bash[21021]: audit 1674629913.145681 mon.smithi088 (mon.0) 435 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-01-25T06:58:34.641 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:34 smithi088 bash[21021]: audit 1674629913.1459548 mon.smithi088 (mon.0) 436 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-01-25T06:58:34.642 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:34 smithi088 bash[21021]: audit 1674629913.146239 mon.smithi088 (mon.0) 437 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-01-25T06:58:34.642 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:34 smithi088 bash[21021]: audit 1674629913.1999252 mon.smithi088 (mon.0) 438 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:58:34.642 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:34 smithi088 bash[21021]: audit 1674629913.2073889 mon.smithi088 (mon.0) 439 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:58:34.642 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:34 smithi088 bash[21021]: audit 1674629913.2085643 mon.smithi088 (mon.0) 440 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-01-25T06:58:34.642 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:34 smithi088 bash[21021]: audit 1674629913.2095978 mon.smithi088 (mon.0) 441 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-01-25T06:58:34.643 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:34 smithi088 bash[21021]: cephadm 1674629913.2104511 mgr.smithi088.qsgnjv (mgr.14193) 121 : cephadm 1 Deploying daemon osd.5 on smithi088 2023-01-25T06:58:35.464 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:35 smithi089 bash[24593]: cluster 1674629914.208252 mon.smithi088 (mon.0) 442 : cluster 0 osdmap e17: 8 total, 1 up, 8 in 2023-01-25T06:58:35.465 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:35 smithi089 bash[24593]: audit 1674629914.208474 mon.smithi088 (mon.0) 443 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-01-25T06:58:35.465 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:35 smithi089 bash[24593]: audit 1674629914.209041 mon.smithi088 (mon.0) 444 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-01-25T06:58:35.465 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:35 smithi089 bash[24593]: audit 1674629914.2094142 mon.smithi088 (mon.0) 445 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-01-25T06:58:35.465 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:35 smithi089 bash[24593]: audit 1674629914.2097704 mon.smithi088 (mon.0) 446 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-01-25T06:58:35.465 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:35 smithi089 bash[24593]: audit 1674629914.2103245 mon.smithi088 (mon.0) 447 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-01-25T06:58:35.466 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:35 smithi089 bash[24593]: audit 1674629914.2108116 mon.smithi088 (mon.0) 448 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-01-25T06:58:35.466 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:35 smithi089 bash[24593]: audit 1674629914.2111726 mon.smithi088 (mon.0) 449 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-01-25T06:58:35.466 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:35 smithi089 bash[24593]: audit 1674629914.4837475 mon.smithi088 (mon.0) 450 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:58:35.466 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:35 smithi089 bash[24593]: audit 1674629914.4915524 mon.smithi088 (mon.0) 451 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:58:35.466 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:35 smithi089 bash[24593]: audit 1674629914.4927523 mon.smithi088 (mon.0) 452 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-01-25T06:58:35.467 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:35 smithi089 bash[24593]: audit 1674629914.4937134 mon.smithi088 (mon.0) 453 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-01-25T06:58:35.467 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:35 smithi089 bash[24593]: cephadm 1674629914.4945345 mgr.smithi088.qsgnjv (mgr.14193) 122 : cephadm 1 Deploying daemon osd.6 on smithi089 2023-01-25T06:58:35.625 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:35 smithi088 bash[21021]: cluster 1674629914.208252 mon.smithi088 (mon.0) 442 : cluster 0 osdmap e17: 8 total, 1 up, 8 in 2023-01-25T06:58:35.626 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:35 smithi088 bash[21021]: audit 1674629914.208474 mon.smithi088 (mon.0) 443 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-01-25T06:58:35.626 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:35 smithi088 bash[21021]: audit 1674629914.209041 mon.smithi088 (mon.0) 444 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-01-25T06:58:35.626 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:35 smithi088 bash[21021]: audit 1674629914.2094142 mon.smithi088 (mon.0) 445 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-01-25T06:58:35.626 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:35 smithi088 bash[21021]: audit 1674629914.2097704 mon.smithi088 (mon.0) 446 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-01-25T06:58:35.627 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:35 smithi088 bash[21021]: audit 1674629914.2103245 mon.smithi088 (mon.0) 447 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-01-25T06:58:35.627 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:35 smithi088 bash[21021]: audit 1674629914.2108116 mon.smithi088 (mon.0) 448 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-01-25T06:58:35.627 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:35 smithi088 bash[21021]: audit 1674629914.2111726 mon.smithi088 (mon.0) 449 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-01-25T06:58:35.627 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:35 smithi088 bash[21021]: audit 1674629914.4837475 mon.smithi088 (mon.0) 450 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:58:35.627 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:35 smithi088 bash[21021]: audit 1674629914.4915524 mon.smithi088 (mon.0) 451 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:58:35.628 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:35 smithi088 bash[21021]: audit 1674629914.4927523 mon.smithi088 (mon.0) 452 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-01-25T06:58:35.628 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:35 smithi088 bash[21021]: audit 1674629914.4937134 mon.smithi088 (mon.0) 453 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-01-25T06:58:35.628 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:35 smithi088 bash[21021]: cephadm 1674629914.4945345 mgr.smithi088.qsgnjv (mgr.14193) 122 : cephadm 1 Deploying daemon osd.6 on smithi089 2023-01-25T06:58:36.684 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:36 smithi089 bash[24593]: cluster 1674629915.0279164 mgr.smithi088.qsgnjv (mgr.14193) 123 : cluster 0 pgmap v76: 0 pgs: ; 0 B data, 5.0 MiB used, 89 GiB / 89 GiB avail 2023-01-25T06:58:36.684 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:36 smithi089 bash[24593]: audit 1674629915.6280196 mon.smithi088 (mon.0) 454 : audit 1 from='osd.1 [v2:172.21.15.88:6802/4135546199,v1:172.21.15.88:6803/4135546199]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-01-25T06:58:36.888 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:36 smithi088 bash[21021]: cluster 1674629915.0279164 mgr.smithi088.qsgnjv (mgr.14193) 123 : cluster 0 pgmap v76: 0 pgs: ; 0 B data, 5.0 MiB used, 89 GiB / 89 GiB avail 2023-01-25T06:58:36.889 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:36 smithi088 bash[21021]: audit 1674629915.6280196 mon.smithi088 (mon.0) 454 : audit 1 from='osd.1 [v2:172.21.15.88:6802/4135546199,v1:172.21.15.88:6803/4135546199]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-01-25T06:58:37.123 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/e3e3dd98-9c7c-11ed-9e56-001a4aab830c/mon.smithi088/config 2023-01-25T06:58:37.554 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:37 smithi089 bash[24593]: audit 1674629916.5005498 mon.smithi088 (mon.0) 455 : audit 1 from='osd.1 [v2:172.21.15.88:6802/4135546199,v1:172.21.15.88:6803/4135546199]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-01-25T06:58:37.555 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:37 smithi089 bash[24593]: cluster 1674629916.5006535 mon.smithi088 (mon.0) 456 : cluster 0 osdmap e18: 8 total, 1 up, 8 in 2023-01-25T06:58:37.555 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:37 smithi089 bash[24593]: audit 1674629916.5008802 mon.smithi088 (mon.0) 457 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-01-25T06:58:37.555 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:37 smithi089 bash[24593]: audit 1674629916.5014367 mon.smithi088 (mon.0) 458 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-01-25T06:58:37.556 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:37 smithi089 bash[24593]: audit 1674629916.5018098 mon.smithi088 (mon.0) 459 : audit 1 from='osd.1 [v2:172.21.15.88:6802/4135546199,v1:172.21.15.88:6803/4135546199]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi088", "root=default"]}]: dispatch 2023-01-25T06:58:37.556 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:37 smithi089 bash[24593]: audit 1674629916.5024054 mon.smithi088 (mon.0) 460 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-01-25T06:58:37.556 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:37 smithi089 bash[24593]: audit 1674629916.5028474 mon.smithi088 (mon.0) 461 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-01-25T06:58:37.556 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:37 smithi089 bash[24593]: audit 1674629916.5030348 mon.smithi088 (mon.0) 462 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-01-25T06:58:37.556 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:37 smithi089 bash[24593]: audit 1674629916.50327 mon.smithi088 (mon.0) 463 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-01-25T06:58:37.557 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:37 smithi089 bash[24593]: audit 1674629916.503438 mon.smithi088 (mon.0) 464 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-01-25T06:58:37.889 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:37 smithi088 bash[21021]: audit 1674629916.5005498 mon.smithi088 (mon.0) 455 : audit 1 from='osd.1 [v2:172.21.15.88:6802/4135546199,v1:172.21.15.88:6803/4135546199]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-01-25T06:58:37.889 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:37 smithi088 bash[21021]: cluster 1674629916.5006535 mon.smithi088 (mon.0) 456 : cluster 0 osdmap e18: 8 total, 1 up, 8 in 2023-01-25T06:58:37.889 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:37 smithi088 bash[21021]: audit 1674629916.5008802 mon.smithi088 (mon.0) 457 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-01-25T06:58:37.889 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:37 smithi088 bash[21021]: audit 1674629916.5014367 mon.smithi088 (mon.0) 458 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-01-25T06:58:37.890 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:37 smithi088 bash[21021]: audit 1674629916.5018098 mon.smithi088 (mon.0) 459 : audit 1 from='osd.1 [v2:172.21.15.88:6802/4135546199,v1:172.21.15.88:6803/4135546199]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi088", "root=default"]}]: dispatch 2023-01-25T06:58:37.890 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:37 smithi088 bash[21021]: audit 1674629916.5024054 mon.smithi088 (mon.0) 460 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-01-25T06:58:37.890 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:37 smithi088 bash[21021]: audit 1674629916.5028474 mon.smithi088 (mon.0) 461 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-01-25T06:58:37.890 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:37 smithi088 bash[21021]: audit 1674629916.5030348 mon.smithi088 (mon.0) 462 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-01-25T06:58:37.891 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:37 smithi088 bash[21021]: audit 1674629916.50327 mon.smithi088 (mon.0) 463 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-01-25T06:58:37.891 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:37 smithi088 bash[21021]: audit 1674629916.503438 mon.smithi088 (mon.0) 464 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-01-25T06:58:38.758 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:38 smithi088 bash[21021]: cluster 1674629917.0284245 mgr.smithi088.qsgnjv (mgr.14193) 124 : cluster 0 pgmap v78: 0 pgs: ; 0 B data, 5.0 MiB used, 89 GiB / 89 GiB avail 2023-01-25T06:58:38.758 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:38 smithi088 bash[21021]: audit 1674629917.5034208 mon.smithi088 (mon.0) 465 : audit 1 from='osd.1 [v2:172.21.15.88:6802/4135546199,v1:172.21.15.88:6803/4135546199]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi088", "root=default"]}]': finished 2023-01-25T06:58:38.759 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:38 smithi088 bash[21021]: cluster 1674629917.5034835 mon.smithi088 (mon.0) 466 : cluster 0 osdmap e19: 8 total, 1 up, 8 in 2023-01-25T06:58:38.759 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:38 smithi088 bash[21021]: audit 1674629917.5039604 mon.smithi088 (mon.0) 467 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-01-25T06:58:38.759 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:38 smithi088 bash[21021]: audit 1674629917.504321 mon.smithi088 (mon.0) 468 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-01-25T06:58:38.759 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:38 smithi088 bash[21021]: audit 1674629917.5050008 mon.smithi088 (mon.0) 469 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-01-25T06:58:38.759 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:38 smithi088 bash[21021]: audit 1674629917.5052845 mon.smithi088 (mon.0) 470 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-01-25T06:58:38.760 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:38 smithi088 bash[21021]: audit 1674629917.5055227 mon.smithi088 (mon.0) 471 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-01-25T06:58:38.760 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:38 smithi088 bash[21021]: audit 1674629917.5057838 mon.smithi088 (mon.0) 472 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-01-25T06:58:38.760 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:38 smithi088 bash[21021]: audit 1674629917.5061116 mon.smithi088 (mon.0) 473 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-01-25T06:58:38.760 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:38 smithi088 bash[21021]: audit 1674629917.5107553 mon.smithi088 (mon.0) 474 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-01-25T06:58:38.761 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:38 smithi088 bash[21021]: audit 1674629917.5555704 mon.smithi089 (mon.1) 12 : audit 1 from='osd.2 [v2:172.21.15.89:6808/1471817076,v1:172.21.15.89:6809/1471817076]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-01-25T06:58:38.761 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:38 smithi088 bash[21021]: audit 1674629917.5590167 mon.smithi088 (mon.0) 475 : audit 1 from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-01-25T06:58:38.895 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:38 smithi089 bash[24593]: cluster 1674629917.0284245 mgr.smithi088.qsgnjv (mgr.14193) 124 : cluster 0 pgmap v78: 0 pgs: ; 0 B data, 5.0 MiB used, 89 GiB / 89 GiB avail 2023-01-25T06:58:38.895 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:38 smithi089 bash[24593]: audit 1674629917.5034208 mon.smithi088 (mon.0) 465 : audit 1 from='osd.1 [v2:172.21.15.88:6802/4135546199,v1:172.21.15.88:6803/4135546199]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi088", "root=default"]}]': finished 2023-01-25T06:58:38.895 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:38 smithi089 bash[24593]: cluster 1674629917.5034835 mon.smithi088 (mon.0) 466 : cluster 0 osdmap e19: 8 total, 1 up, 8 in 2023-01-25T06:58:38.895 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:38 smithi089 bash[24593]: audit 1674629917.5039604 mon.smithi088 (mon.0) 467 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-01-25T06:58:38.896 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:38 smithi089 bash[24593]: audit 1674629917.504321 mon.smithi088 (mon.0) 468 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-01-25T06:58:38.896 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:38 smithi089 bash[24593]: audit 1674629917.5050008 mon.smithi088 (mon.0) 469 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-01-25T06:58:38.896 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:38 smithi089 bash[24593]: audit 1674629917.5052845 mon.smithi088 (mon.0) 470 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-01-25T06:58:38.896 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:38 smithi089 bash[24593]: audit 1674629917.5055227 mon.smithi088 (mon.0) 471 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-01-25T06:58:38.896 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:38 smithi089 bash[24593]: audit 1674629917.5057838 mon.smithi088 (mon.0) 472 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-01-25T06:58:38.897 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:38 smithi089 bash[24593]: audit 1674629917.5061116 mon.smithi088 (mon.0) 473 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-01-25T06:58:38.897 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:38 smithi089 bash[24593]: audit 1674629917.5107553 mon.smithi088 (mon.0) 474 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-01-25T06:58:38.897 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:38 smithi089 bash[24593]: audit 1674629917.5555704 mon.smithi089 (mon.1) 12 : audit 1 from='osd.2 [v2:172.21.15.89:6808/1471817076,v1:172.21.15.89:6809/1471817076]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-01-25T06:58:38.897 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:38 smithi089 bash[24593]: audit 1674629917.5590167 mon.smithi088 (mon.0) 475 : audit 1 from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-01-25T06:58:39.594 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:39 smithi089 bash[24593]: cluster 1674629916.634355 osd.1 (osd.1) 1 : cluster 0 purged_snaps scrub starts 2023-01-25T06:58:39.595 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:39 smithi089 bash[24593]: cluster 1674629916.6345997 osd.1 (osd.1) 2 : cluster 0 purged_snaps scrub ok 2023-01-25T06:58:39.595 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:39 smithi089 bash[24593]: audit 1674629918.509152 mon.smithi089 (mon.1) 13 : audit 1 from='osd.2 [v2:172.21.15.89:6808/1471817076,v1:172.21.15.89:6809/1471817076]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi089", "root=default"]}]: dispatch 2023-01-25T06:58:39.595 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:39 smithi089 bash[24593]: cluster 1674629918.5109088 mon.smithi088 (mon.0) 476 : cluster 1 osd.1 [v2:172.21.15.88:6802/4135546199,v1:172.21.15.88:6803/4135546199] boot 2023-01-25T06:58:39.595 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:39 smithi089 bash[24593]: audit 1674629918.5109625 mon.smithi088 (mon.0) 477 : audit 1 from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-01-25T06:58:39.596 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:39 smithi089 bash[24593]: cluster 1674629918.5110133 mon.smithi088 (mon.0) 478 : cluster 0 osdmap e20: 8 total, 2 up, 8 in 2023-01-25T06:58:39.596 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:39 smithi089 bash[24593]: audit 1674629918.5114193 mon.smithi088 (mon.0) 479 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-01-25T06:58:39.596 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:39 smithi089 bash[24593]: audit 1674629918.5120406 mon.smithi088 (mon.0) 480 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-01-25T06:58:39.596 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:39 smithi089 bash[24593]: audit 1674629918.515975 mon.smithi088 (mon.0) 481 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-01-25T06:58:39.596 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:39 smithi089 bash[24593]: audit 1674629918.5165079 mon.smithi088 (mon.0) 482 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-01-25T06:58:39.597 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:39 smithi089 bash[24593]: audit 1674629918.516709 mon.smithi088 (mon.0) 483 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-01-25T06:58:39.597 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:39 smithi089 bash[24593]: audit 1674629918.5169234 mon.smithi088 (mon.0) 484 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-01-25T06:58:39.597 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:39 smithi089 bash[24593]: audit 1674629918.5171325 mon.smithi088 (mon.0) 485 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-01-25T06:58:39.597 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:39 smithi089 bash[24593]: audit 1674629918.517457 mon.smithi088 (mon.0) 486 : audit 1 from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi089", "root=default"]}]: dispatch 2023-01-25T06:58:39.889 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:39 smithi088 bash[21021]: cluster 1674629916.634355 osd.1 (osd.1) 1 : cluster 0 purged_snaps scrub starts 2023-01-25T06:58:39.889 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:39 smithi088 bash[21021]: cluster 1674629916.6345997 osd.1 (osd.1) 2 : cluster 0 purged_snaps scrub ok 2023-01-25T06:58:39.890 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:39 smithi088 bash[21021]: audit 1674629918.509152 mon.smithi089 (mon.1) 13 : audit 1 from='osd.2 [v2:172.21.15.89:6808/1471817076,v1:172.21.15.89:6809/1471817076]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi089", "root=default"]}]: dispatch 2023-01-25T06:58:39.890 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:39 smithi088 bash[21021]: cluster 1674629918.5109088 mon.smithi088 (mon.0) 476 : cluster 1 osd.1 [v2:172.21.15.88:6802/4135546199,v1:172.21.15.88:6803/4135546199] boot 2023-01-25T06:58:39.890 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:39 smithi088 bash[21021]: audit 1674629918.5109625 mon.smithi088 (mon.0) 477 : audit 1 from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-01-25T06:58:39.890 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:39 smithi088 bash[21021]: cluster 1674629918.5110133 mon.smithi088 (mon.0) 478 : cluster 0 osdmap e20: 8 total, 2 up, 8 in 2023-01-25T06:58:39.890 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:39 smithi088 bash[21021]: audit 1674629918.5114193 mon.smithi088 (mon.0) 479 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-01-25T06:58:39.891 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:39 smithi088 bash[21021]: audit 1674629918.5120406 mon.smithi088 (mon.0) 480 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-01-25T06:58:39.891 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:39 smithi088 bash[21021]: audit 1674629918.515975 mon.smithi088 (mon.0) 481 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-01-25T06:58:39.891 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:39 smithi088 bash[21021]: audit 1674629918.5165079 mon.smithi088 (mon.0) 482 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-01-25T06:58:39.891 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:39 smithi088 bash[21021]: audit 1674629918.516709 mon.smithi088 (mon.0) 483 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-01-25T06:58:39.891 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:39 smithi088 bash[21021]: audit 1674629918.5169234 mon.smithi088 (mon.0) 484 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-01-25T06:58:39.892 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:39 smithi088 bash[21021]: audit 1674629918.5171325 mon.smithi088 (mon.0) 485 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-01-25T06:58:39.892 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:39 smithi088 bash[21021]: audit 1674629918.517457 mon.smithi088 (mon.0) 486 : audit 1 from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi089", "root=default"]}]: dispatch 2023-01-25T06:58:40.705 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:40 smithi089 bash[24593]: cluster 1674629919.0289285 mgr.smithi088.qsgnjv (mgr.14193) 125 : cluster 0 pgmap v81: 0 pgs: ; 0 B data, 5.0 MiB used, 89 GiB / 89 GiB avail 2023-01-25T06:58:40.706 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:40 smithi089 bash[24593]: audit 1674629919.516888 mon.smithi088 (mon.0) 487 : audit 1 from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi089", "root=default"]}]': finished 2023-01-25T06:58:40.706 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:40 smithi089 bash[24593]: cluster 1674629919.5169706 mon.smithi088 (mon.0) 488 : cluster 0 osdmap e21: 8 total, 2 up, 8 in 2023-01-25T06:58:40.706 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:40 smithi089 bash[24593]: audit 1674629919.5173416 mon.smithi088 (mon.0) 489 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-01-25T06:58:40.706 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:40 smithi089 bash[24593]: audit 1674629919.5176442 mon.smithi088 (mon.0) 490 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-01-25T06:58:40.707 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:40 smithi089 bash[24593]: audit 1674629919.5178287 mon.smithi088 (mon.0) 491 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-01-25T06:58:40.707 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:40 smithi089 bash[24593]: audit 1674629919.518053 mon.smithi088 (mon.0) 492 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-01-25T06:58:40.707 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:40 smithi089 bash[24593]: audit 1674629919.5182493 mon.smithi088 (mon.0) 493 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-01-25T06:58:40.707 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:40 smithi089 bash[24593]: audit 1674629919.5184782 mon.smithi088 (mon.0) 494 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-01-25T06:58:40.707 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:40 smithi089 bash[24593]: audit 1674629919.527736 mon.smithi088 (mon.0) 495 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-01-25T06:58:40.708 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:40 smithi089 bash[24593]: audit 1674629920.5168383 mon.smithi088 (mon.0) 496 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:58:40.844 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:40 smithi088 bash[21021]: cluster 1674629919.0289285 mgr.smithi088.qsgnjv (mgr.14193) 125 : cluster 0 pgmap v81: 0 pgs: ; 0 B data, 5.0 MiB used, 89 GiB / 89 GiB avail 2023-01-25T06:58:40.844 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:40 smithi088 bash[21021]: audit 1674629919.516888 mon.smithi088 (mon.0) 487 : audit 1 from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi089", "root=default"]}]': finished 2023-01-25T06:58:40.845 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:40 smithi088 bash[21021]: cluster 1674629919.5169706 mon.smithi088 (mon.0) 488 : cluster 0 osdmap e21: 8 total, 2 up, 8 in 2023-01-25T06:58:40.845 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:40 smithi088 bash[21021]: audit 1674629919.5173416 mon.smithi088 (mon.0) 489 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-01-25T06:58:40.845 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:40 smithi088 bash[21021]: audit 1674629919.5176442 mon.smithi088 (mon.0) 490 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-01-25T06:58:40.845 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:40 smithi088 bash[21021]: audit 1674629919.5178287 mon.smithi088 (mon.0) 491 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-01-25T06:58:40.845 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:40 smithi088 bash[21021]: audit 1674629919.518053 mon.smithi088 (mon.0) 492 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-01-25T06:58:40.846 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:40 smithi088 bash[21021]: audit 1674629919.5182493 mon.smithi088 (mon.0) 493 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-01-25T06:58:40.846 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:40 smithi088 bash[21021]: audit 1674629919.5184782 mon.smithi088 (mon.0) 494 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-01-25T06:58:40.846 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:40 smithi088 bash[21021]: audit 1674629919.527736 mon.smithi088 (mon.0) 495 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-01-25T06:58:40.847 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:40 smithi088 bash[21021]: audit 1674629920.5168383 mon.smithi088 (mon.0) 496 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:58:41.919 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:41 smithi088 bash[21021]: cluster 1674629918.5552719 osd.2 (osd.2) 1 : cluster 0 purged_snaps scrub starts 2023-01-25T06:58:41.919 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:41 smithi088 bash[21021]: cluster 1674629918.5554938 osd.2 (osd.2) 2 : cluster 0 purged_snaps scrub ok 2023-01-25T06:58:41.919 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:41 smithi088 bash[21021]: audit 1674629920.5228744 mon.smithi088 (mon.0) 497 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:58:41.920 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:41 smithi088 bash[21021]: audit 1674629920.524129 mon.smithi088 (mon.0) 498 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-01-25T06:58:41.920 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:41 smithi088 bash[21021]: cluster 1674629920.5305798 mon.smithi088 (mon.0) 499 : cluster 1 osd.2 [v2:172.21.15.89:6808/1471817076,v1:172.21.15.89:6809/1471817076] boot 2023-01-25T06:58:41.920 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:41 smithi088 bash[21021]: cluster 1674629920.5306213 mon.smithi088 (mon.0) 500 : cluster 0 osdmap e22: 8 total, 3 up, 8 in 2023-01-25T06:58:41.920 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:41 smithi088 bash[21021]: audit 1674629920.5312552 mon.smithi088 (mon.0) 501 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-01-25T06:58:41.920 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:41 smithi088 bash[21021]: audit 1674629920.5315955 mon.smithi088 (mon.0) 502 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-01-25T06:58:41.921 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:41 smithi088 bash[21021]: audit 1674629920.5317767 mon.smithi088 (mon.0) 503 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-01-25T06:58:41.921 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:41 smithi088 bash[21021]: audit 1674629920.531983 mon.smithi088 (mon.0) 504 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-01-25T06:58:41.921 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:41 smithi088 bash[21021]: audit 1674629920.5321436 mon.smithi088 (mon.0) 505 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-01-25T06:58:41.921 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:41 smithi088 bash[21021]: audit 1674629920.5323086 mon.smithi088 (mon.0) 506 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-01-25T06:58:41.921 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:41 smithi088 bash[21021]: audit 1674629920.5325096 mon.smithi088 (mon.0) 507 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-01-25T06:58:41.922 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:41 smithi088 bash[21021]: cephadm 1674629920.5332415 mgr.smithi088.qsgnjv (mgr.14193) 126 : cephadm 1 Deploying daemon osd.7 on smithi088 2023-01-25T06:58:41.922 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:41 smithi088 bash[21021]: audit 1674629920.9772727 mon.smithi088 (mon.0) 508 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:58:41.922 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:41 smithi088 bash[21021]: audit 1674629920.9849117 mon.smithi088 (mon.0) 509 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:58:41.964 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:41 smithi089 bash[24593]: cluster 1674629918.5552719 osd.2 (osd.2) 1 : cluster 0 purged_snaps scrub starts 2023-01-25T06:58:41.965 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:41 smithi089 bash[24593]: cluster 1674629918.5554938 osd.2 (osd.2) 2 : cluster 0 purged_snaps scrub ok 2023-01-25T06:58:41.965 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:41 smithi089 bash[24593]: audit 1674629920.5228744 mon.smithi088 (mon.0) 497 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:58:41.965 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:41 smithi089 bash[24593]: audit 1674629920.524129 mon.smithi088 (mon.0) 498 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-01-25T06:58:41.965 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:41 smithi089 bash[24593]: cluster 1674629920.5305798 mon.smithi088 (mon.0) 499 : cluster 1 osd.2 [v2:172.21.15.89:6808/1471817076,v1:172.21.15.89:6809/1471817076] boot 2023-01-25T06:58:41.966 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:41 smithi089 bash[24593]: cluster 1674629920.5306213 mon.smithi088 (mon.0) 500 : cluster 0 osdmap e22: 8 total, 3 up, 8 in 2023-01-25T06:58:41.966 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:41 smithi089 bash[24593]: audit 1674629920.5312552 mon.smithi088 (mon.0) 501 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-01-25T06:58:41.966 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:41 smithi089 bash[24593]: audit 1674629920.5315955 mon.smithi088 (mon.0) 502 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-01-25T06:58:41.966 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:41 smithi089 bash[24593]: audit 1674629920.5317767 mon.smithi088 (mon.0) 503 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-01-25T06:58:41.966 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:41 smithi089 bash[24593]: audit 1674629920.531983 mon.smithi088 (mon.0) 504 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-01-25T06:58:41.966 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:41 smithi089 bash[24593]: audit 1674629920.5321436 mon.smithi088 (mon.0) 505 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-01-25T06:58:41.967 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:41 smithi089 bash[24593]: audit 1674629920.5323086 mon.smithi088 (mon.0) 506 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-01-25T06:58:41.967 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:41 smithi089 bash[24593]: audit 1674629920.5325096 mon.smithi088 (mon.0) 507 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-01-25T06:58:41.968 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:41 smithi089 bash[24593]: cephadm 1674629920.5332415 mgr.smithi088.qsgnjv (mgr.14193) 126 : cephadm 1 Deploying daemon osd.7 on smithi088 2023-01-25T06:58:41.968 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:41 smithi089 bash[24593]: audit 1674629920.9772727 mon.smithi088 (mon.0) 508 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:58:41.968 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:41 smithi089 bash[24593]: audit 1674629920.9849117 mon.smithi088 (mon.0) 509 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:58:42.888 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:42 smithi088 bash[21021]: cluster 1674629921.029408 mgr.smithi088.qsgnjv (mgr.14193) 127 : cluster 0 pgmap v84: 0 pgs: ; 0 B data, 10 MiB used, 179 GiB / 179 GiB avail 2023-01-25T06:58:42.889 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:42 smithi088 bash[21021]: audit 1674629921.1366796 mon.smithi088 (mon.0) 510 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' 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-25T06:58:42.889 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:42 smithi088 bash[21021]: audit 1674629921.5813944 mon.smithi088 (mon.0) 511 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' 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-25T06:58:42.889 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:42 smithi088 bash[21021]: cluster 1674629921.5814598 mon.smithi088 (mon.0) 512 : cluster 0 osdmap e23: 8 total, 3 up, 8 in 2023-01-25T06:58:42.889 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:42 smithi088 bash[21021]: audit 1674629921.5819259 mon.smithi088 (mon.0) 513 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-01-25T06:58:42.890 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:42 smithi088 bash[21021]: audit 1674629921.582656 mon.smithi088 (mon.0) 514 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-01-25T06:58:42.890 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:42 smithi088 bash[21021]: audit 1674629921.5830736 mon.smithi088 (mon.0) 515 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-01-25T06:58:42.890 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:42 smithi088 bash[21021]: audit 1674629921.5834284 mon.smithi088 (mon.0) 516 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-01-25T06:58:42.890 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:42 smithi088 bash[21021]: audit 1674629921.5837138 mon.smithi088 (mon.0) 517 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-01-25T06:58:42.890 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:42 smithi088 bash[21021]: audit 1674629921.590254 mon.smithi088 (mon.0) 518 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2023-01-25T06:58:42.891 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:42 smithi088 bash[21021]: audit 1674629922.5815828 mon.smithi088 (mon.0) 519 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2023-01-25T06:58:42.891 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:42 smithi088 bash[21021]: cluster 1674629922.581634 mon.smithi088 (mon.0) 520 : cluster 0 osdmap e24: 8 total, 3 up, 8 in 2023-01-25T06:58:42.891 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:42 smithi088 bash[21021]: audit 1674629922.5818682 mon.smithi088 (mon.0) 521 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-01-25T06:58:42.891 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:42 smithi088 bash[21021]: audit 1674629922.58259 mon.smithi088 (mon.0) 522 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-01-25T06:58:42.891 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:42 smithi088 bash[21021]: audit 1674629922.5829682 mon.smithi088 (mon.0) 523 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-01-25T06:58:42.892 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:42 smithi088 bash[21021]: audit 1674629922.5833771 mon.smithi088 (mon.0) 524 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-01-25T06:58:42.892 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:42 smithi088 bash[21021]: audit 1674629922.583611 mon.smithi088 (mon.0) 525 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-01-25T06:58:42.964 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:42 smithi089 bash[24593]: cluster 1674629921.029408 mgr.smithi088.qsgnjv (mgr.14193) 127 : cluster 0 pgmap v84: 0 pgs: ; 0 B data, 10 MiB used, 179 GiB / 179 GiB avail 2023-01-25T06:58:42.965 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:42 smithi089 bash[24593]: audit 1674629921.1366796 mon.smithi088 (mon.0) 510 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' 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-25T06:58:42.965 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:42 smithi089 bash[24593]: audit 1674629921.5813944 mon.smithi088 (mon.0) 511 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' 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-25T06:58:42.965 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:42 smithi089 bash[24593]: cluster 1674629921.5814598 mon.smithi088 (mon.0) 512 : cluster 0 osdmap e23: 8 total, 3 up, 8 in 2023-01-25T06:58:42.965 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:42 smithi089 bash[24593]: audit 1674629921.5819259 mon.smithi088 (mon.0) 513 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-01-25T06:58:42.966 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:42 smithi089 bash[24593]: audit 1674629921.582656 mon.smithi088 (mon.0) 514 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-01-25T06:58:42.966 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:42 smithi089 bash[24593]: audit 1674629921.5830736 mon.smithi088 (mon.0) 515 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-01-25T06:58:42.966 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:42 smithi089 bash[24593]: audit 1674629921.5834284 mon.smithi088 (mon.0) 516 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-01-25T06:58:42.966 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:42 smithi089 bash[24593]: audit 1674629921.5837138 mon.smithi088 (mon.0) 517 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-01-25T06:58:42.966 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:42 smithi089 bash[24593]: audit 1674629921.590254 mon.smithi088 (mon.0) 518 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2023-01-25T06:58:42.967 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:42 smithi089 bash[24593]: audit 1674629922.5815828 mon.smithi088 (mon.0) 519 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2023-01-25T06:58:42.967 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:42 smithi089 bash[24593]: cluster 1674629922.581634 mon.smithi088 (mon.0) 520 : cluster 0 osdmap e24: 8 total, 3 up, 8 in 2023-01-25T06:58:42.967 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:42 smithi089 bash[24593]: audit 1674629922.5818682 mon.smithi088 (mon.0) 521 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-01-25T06:58:42.967 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:42 smithi089 bash[24593]: audit 1674629922.58259 mon.smithi088 (mon.0) 522 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-01-25T06:58:42.967 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:42 smithi089 bash[24593]: audit 1674629922.5829682 mon.smithi088 (mon.0) 523 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-01-25T06:58:42.968 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:42 smithi089 bash[24593]: audit 1674629922.5833771 mon.smithi088 (mon.0) 524 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-01-25T06:58:42.968 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:42 smithi089 bash[24593]: audit 1674629922.583611 mon.smithi088 (mon.0) 525 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-01-25T06:58:43.627 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-01-25T06:58:43.714 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:43 smithi089 bash[24593]: audit 1674629923.3104339 mon.smithi088 (mon.0) 526 : audit 1 from='osd.3 [v2:172.21.15.88:6810/3520675077,v1:172.21.15.88:6811/3520675077]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-01-25T06:58:43.912 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:43 smithi088 bash[21021]: audit 1674629923.3104339 mon.smithi088 (mon.0) 526 : audit 1 from='osd.3 [v2:172.21.15.88:6810/3520675077,v1:172.21.15.88:6811/3520675077]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-01-25T06:58:44.888 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:44 smithi088 bash[21021]: cluster 1674629923.0300486 mgr.smithi088.qsgnjv (mgr.14193) 128 : cluster 0 pgmap v87: 1 pgs: 1 unknown; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2023-01-25T06:58:44.889 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:44 smithi088 bash[21021]: audit 1674629923.5963128 mon.smithi088 (mon.0) 527 : audit 1 from='osd.3 [v2:172.21.15.88:6810/3520675077,v1:172.21.15.88:6811/3520675077]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-01-25T06:58:44.889 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:44 smithi088 bash[21021]: cluster 1674629923.5963871 mon.smithi088 (mon.0) 528 : cluster 0 osdmap e25: 8 total, 3 up, 8 in 2023-01-25T06:58:44.889 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:44 smithi088 bash[21021]: audit 1674629923.5965664 mon.smithi088 (mon.0) 529 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-01-25T06:58:44.889 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:44 smithi088 bash[21021]: audit 1674629923.5970356 mon.smithi088 (mon.0) 530 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-01-25T06:58:44.890 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:44 smithi088 bash[21021]: audit 1674629923.5972826 mon.smithi088 (mon.0) 531 : audit 1 from='osd.3 [v2:172.21.15.88:6810/3520675077,v1:172.21.15.88:6811/3520675077]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi088", "root=default"]}]: dispatch 2023-01-25T06:58:44.890 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:44 smithi088 bash[21021]: audit 1674629923.5975792 mon.smithi088 (mon.0) 532 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-01-25T06:58:44.890 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:44 smithi088 bash[21021]: audit 1674629923.5977688 mon.smithi088 (mon.0) 533 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-01-25T06:58:44.890 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:44 smithi088 bash[21021]: audit 1674629923.5980225 mon.smithi088 (mon.0) 534 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-01-25T06:58:44.891 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:44 smithi088 bash[21021]: audit 1674629923.626134 mon.smithi088 (mon.0) 535 : audit 0 from='client.? 172.21.15.88:0/2638483619' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-01-25T06:58:44.891 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:44 smithi088 bash[21021]: audit 1674629923.7355793 mon.smithi088 (mon.0) 536 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:58:44.891 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:44 smithi088 bash[21021]: audit 1674629923.9270625 mon.smithi088 (mon.0) 537 : audit 1 from='osd.4 [v2:172.21.15.89:6816/2210081547,v1:172.21.15.89:6817/2210081547]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-01-25T06:58:44.964 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:44 smithi089 bash[24593]: cluster 1674629923.0300486 mgr.smithi088.qsgnjv (mgr.14193) 128 : cluster 0 pgmap v87: 1 pgs: 1 unknown; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2023-01-25T06:58:44.964 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:44 smithi089 bash[24593]: audit 1674629923.5963128 mon.smithi088 (mon.0) 527 : audit 1 from='osd.3 [v2:172.21.15.88:6810/3520675077,v1:172.21.15.88:6811/3520675077]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-01-25T06:58:44.965 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:44 smithi089 bash[24593]: cluster 1674629923.5963871 mon.smithi088 (mon.0) 528 : cluster 0 osdmap e25: 8 total, 3 up, 8 in 2023-01-25T06:58:44.965 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:44 smithi089 bash[24593]: audit 1674629923.5965664 mon.smithi088 (mon.0) 529 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-01-25T06:58:44.965 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:44 smithi089 bash[24593]: audit 1674629923.5970356 mon.smithi088 (mon.0) 530 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-01-25T06:58:44.965 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:44 smithi089 bash[24593]: audit 1674629923.5972826 mon.smithi088 (mon.0) 531 : audit 1 from='osd.3 [v2:172.21.15.88:6810/3520675077,v1:172.21.15.88:6811/3520675077]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi088", "root=default"]}]: dispatch 2023-01-25T06:58:44.965 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:44 smithi089 bash[24593]: audit 1674629923.5975792 mon.smithi088 (mon.0) 532 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-01-25T06:58:44.966 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:44 smithi089 bash[24593]: audit 1674629923.5977688 mon.smithi088 (mon.0) 533 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-01-25T06:58:44.966 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:44 smithi089 bash[24593]: audit 1674629923.5980225 mon.smithi088 (mon.0) 534 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-01-25T06:58:44.966 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:44 smithi089 bash[24593]: audit 1674629923.626134 mon.smithi088 (mon.0) 535 : audit 0 from='client.? 172.21.15.88:0/2638483619' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-01-25T06:58:44.966 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:44 smithi089 bash[24593]: audit 1674629923.7355793 mon.smithi088 (mon.0) 536 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:58:44.967 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:44 smithi089 bash[24593]: audit 1674629923.9270625 mon.smithi088 (mon.0) 537 : audit 1 from='osd.4 [v2:172.21.15.89:6816/2210081547,v1:172.21.15.89:6817/2210081547]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-01-25T06:58:45.847 INFO:teuthology.orchestra.run.smithi088.stdout:{"epoch":25,"num_osds":8,"num_up_osds":3,"osd_up_since":1674629920,"num_in_osds":8,"osd_in_since":1674629884,"num_remapped_pgs":0} 2023-01-25T06:58:45.889 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:45 smithi088 bash[21021]: audit 1674629924.5991206 mon.smithi088 (mon.0) 538 : audit 1 from='osd.3 [v2:172.21.15.88:6810/3520675077,v1:172.21.15.88:6811/3520675077]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi088", "root=default"]}]': finished 2023-01-25T06:58:45.889 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:45 smithi088 bash[21021]: audit 1674629924.5991755 mon.smithi088 (mon.0) 539 : audit 1 from='osd.4 [v2:172.21.15.89:6816/2210081547,v1:172.21.15.89:6817/2210081547]' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-01-25T06:58:45.889 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:45 smithi088 bash[21021]: cluster 1674629924.599213 mon.smithi088 (mon.0) 540 : cluster 0 osdmap e26: 8 total, 3 up, 8 in 2023-01-25T06:58:45.889 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:45 smithi088 bash[21021]: audit 1674629924.5996802 mon.smithi088 (mon.0) 541 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-01-25T06:58:45.890 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:45 smithi088 bash[21021]: audit 1674629924.6000726 mon.smithi088 (mon.0) 542 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-01-25T06:58:45.890 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:45 smithi088 bash[21021]: audit 1674629924.600876 mon.smithi088 (mon.0) 543 : audit 1 from='osd.4 [v2:172.21.15.89:6816/2210081547,v1:172.21.15.89:6817/2210081547]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi089", "root=default"]}]: dispatch 2023-01-25T06:58:45.890 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:45 smithi088 bash[21021]: audit 1674629924.6011913 mon.smithi088 (mon.0) 544 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-01-25T06:58:45.891 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:45 smithi088 bash[21021]: audit 1674629924.601495 mon.smithi088 (mon.0) 545 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-01-25T06:58:45.891 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:45 smithi088 bash[21021]: audit 1674629924.6017072 mon.smithi088 (mon.0) 546 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-01-25T06:58:45.891 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:45 smithi088 bash[21021]: audit 1674629924.606606 mon.smithi088 (mon.0) 547 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-01-25T06:58:45.891 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:45 smithi088 bash[21021]: cluster 1674629924.7471511 mon.smithi088 (mon.0) 548 : cluster 0 mgrmap e19: smithi088.qsgnjv(active, since 2m), standbys: smithi089.ugixzw 2023-01-25T06:58:45.891 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:45 smithi088 bash[21021]: audit 1674629925.0761502 mon.smithi088 (mon.0) 549 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-01-25T06:58:45.892 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:45 smithi088 bash[21021]: audit 1674629925.1238945 mon.smithi088 (mon.0) 550 : audit 1 from='osd.4 [v2:172.21.15.89:6816/2210081547,v1:172.21.15.89:6817/2210081547]' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi089", "root=default"]}]': finished 2023-01-25T06:58:45.892 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:45 smithi088 bash[21021]: cluster 1674629925.1241431 mon.smithi088 (mon.0) 551 : cluster 1 osd.3 [v2:172.21.15.88:6810/3520675077,v1:172.21.15.88:6811/3520675077] boot 2023-01-25T06:58:45.892 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:45 smithi088 bash[21021]: cluster 1674629925.124351 mon.smithi088 (mon.0) 552 : cluster 0 osdmap e27: 8 total, 4 up, 8 in 2023-01-25T06:58:45.892 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:45 smithi088 bash[21021]: audit 1674629925.1247323 mon.smithi088 (mon.0) 553 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-01-25T06:58:45.892 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:45 smithi088 bash[21021]: audit 1674629925.1250226 mon.smithi088 (mon.0) 554 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-01-25T06:58:45.893 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:45 smithi088 bash[21021]: audit 1674629925.1277127 mon.smithi088 (mon.0) 555 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-01-25T06:58:45.893 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:45 smithi088 bash[21021]: audit 1674629925.1279128 mon.smithi088 (mon.0) 556 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-01-25T06:58:45.893 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:45 smithi088 bash[21021]: audit 1674629925.128081 mon.smithi088 (mon.0) 557 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-01-25T06:58:45.893 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:45 smithi088 bash[21021]: audit 1674629925.1294153 mon.smithi088 (mon.0) 558 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-01-25T06:58:45.965 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:45 smithi089 bash[24593]: audit 1674629924.5991206 mon.smithi088 (mon.0) 538 : audit 1 from='osd.3 [v2:172.21.15.88:6810/3520675077,v1:172.21.15.88:6811/3520675077]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi088", "root=default"]}]': finished 2023-01-25T06:58:45.965 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:45 smithi089 bash[24593]: audit 1674629924.5991755 mon.smithi088 (mon.0) 539 : audit 1 from='osd.4 [v2:172.21.15.89:6816/2210081547,v1:172.21.15.89:6817/2210081547]' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-01-25T06:58:45.965 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:45 smithi089 bash[24593]: cluster 1674629924.599213 mon.smithi088 (mon.0) 540 : cluster 0 osdmap e26: 8 total, 3 up, 8 in 2023-01-25T06:58:45.966 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:45 smithi089 bash[24593]: audit 1674629924.5996802 mon.smithi088 (mon.0) 541 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-01-25T06:58:45.966 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:45 smithi089 bash[24593]: audit 1674629924.6000726 mon.smithi088 (mon.0) 542 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-01-25T06:58:45.966 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:45 smithi089 bash[24593]: audit 1674629924.600876 mon.smithi088 (mon.0) 543 : audit 1 from='osd.4 [v2:172.21.15.89:6816/2210081547,v1:172.21.15.89:6817/2210081547]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi089", "root=default"]}]: dispatch 2023-01-25T06:58:45.966 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:45 smithi089 bash[24593]: audit 1674629924.6011913 mon.smithi088 (mon.0) 544 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-01-25T06:58:45.966 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:45 smithi089 bash[24593]: audit 1674629924.601495 mon.smithi088 (mon.0) 545 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-01-25T06:58:45.967 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:45 smithi089 bash[24593]: audit 1674629924.6017072 mon.smithi088 (mon.0) 546 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-01-25T06:58:45.967 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:45 smithi089 bash[24593]: audit 1674629924.606606 mon.smithi088 (mon.0) 547 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-01-25T06:58:45.967 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:45 smithi089 bash[24593]: cluster 1674629924.7471511 mon.smithi088 (mon.0) 548 : cluster 0 mgrmap e19: smithi088.qsgnjv(active, since 2m), standbys: smithi089.ugixzw 2023-01-25T06:58:45.967 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:45 smithi089 bash[24593]: audit 1674629925.0761502 mon.smithi088 (mon.0) 549 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-01-25T06:58:45.967 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:45 smithi089 bash[24593]: audit 1674629925.1238945 mon.smithi088 (mon.0) 550 : audit 1 from='osd.4 [v2:172.21.15.89:6816/2210081547,v1:172.21.15.89:6817/2210081547]' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi089", "root=default"]}]': finished 2023-01-25T06:58:45.968 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:45 smithi089 bash[24593]: cluster 1674629925.1241431 mon.smithi088 (mon.0) 551 : cluster 1 osd.3 [v2:172.21.15.88:6810/3520675077,v1:172.21.15.88:6811/3520675077] boot 2023-01-25T06:58:45.968 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:45 smithi089 bash[24593]: cluster 1674629925.124351 mon.smithi088 (mon.0) 552 : cluster 0 osdmap e27: 8 total, 4 up, 8 in 2023-01-25T06:58:45.968 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:45 smithi089 bash[24593]: audit 1674629925.1247323 mon.smithi088 (mon.0) 553 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-01-25T06:58:45.968 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:45 smithi089 bash[24593]: audit 1674629925.1250226 mon.smithi088 (mon.0) 554 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-01-25T06:58:45.968 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:45 smithi089 bash[24593]: audit 1674629925.1277127 mon.smithi088 (mon.0) 555 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-01-25T06:58:45.969 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:45 smithi089 bash[24593]: audit 1674629925.1279128 mon.smithi088 (mon.0) 556 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-01-25T06:58:45.969 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:45 smithi089 bash[24593]: audit 1674629925.128081 mon.smithi088 (mon.0) 557 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-01-25T06:58:45.969 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:45 smithi089 bash[24593]: audit 1674629925.1294153 mon.smithi088 (mon.0) 558 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-01-25T06:58:46.848 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:61996d73ab738798e4ee0055c86457f5c459da4a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e3e3dd98-9c7c-11ed-9e56-001a4aab830c -- ceph osd stat -f json 2023-01-25T06:58:47.138 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:46 smithi088 bash[21021]: cluster 1674629924.294181 osd.3 (osd.3) 1 : cluster 0 purged_snaps scrub starts 2023-01-25T06:58:47.139 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:46 smithi088 bash[21021]: cluster 1674629924.2943523 osd.3 (osd.3) 2 : cluster 0 purged_snaps scrub ok 2023-01-25T06:58:47.139 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:46 smithi088 bash[21021]: cluster 1674629925.030632 mgr.smithi088.qsgnjv (mgr.14193) 129 : cluster 0 pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 17 MiB used, 268 GiB / 268 GiB avail 2023-01-25T06:58:47.139 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:46 smithi088 bash[21021]: cluster 1674629926.1275787 mon.smithi088 (mon.0) 559 : cluster 1 osd.4 [v2:172.21.15.89:6816/2210081547,v1:172.21.15.89:6817/2210081547] boot 2023-01-25T06:58:47.139 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:46 smithi088 bash[21021]: cluster 1674629926.1276112 mon.smithi088 (mon.0) 560 : cluster 0 osdmap e28: 8 total, 5 up, 8 in 2023-01-25T06:58:47.140 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:46 smithi088 bash[21021]: audit 1674629926.1282942 mon.smithi088 (mon.0) 561 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-01-25T06:58:47.140 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:46 smithi088 bash[21021]: audit 1674629926.1287796 mon.smithi088 (mon.0) 562 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-01-25T06:58:47.140 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:46 smithi088 bash[21021]: audit 1674629926.129707 mon.smithi088 (mon.0) 563 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-01-25T06:58:47.140 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:46 smithi088 bash[21021]: audit 1674629926.1302145 mon.smithi088 (mon.0) 564 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-01-25T06:58:47.214 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:46 smithi089 bash[24593]: cluster 1674629924.294181 osd.3 (osd.3) 1 : cluster 0 purged_snaps scrub starts 2023-01-25T06:58:47.214 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:46 smithi089 bash[24593]: cluster 1674629924.2943523 osd.3 (osd.3) 2 : cluster 0 purged_snaps scrub ok 2023-01-25T06:58:47.215 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:46 smithi089 bash[24593]: cluster 1674629925.030632 mgr.smithi088.qsgnjv (mgr.14193) 129 : cluster 0 pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 17 MiB used, 268 GiB / 268 GiB avail 2023-01-25T06:58:47.215 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:46 smithi089 bash[24593]: cluster 1674629926.1275787 mon.smithi088 (mon.0) 559 : cluster 1 osd.4 [v2:172.21.15.89:6816/2210081547,v1:172.21.15.89:6817/2210081547] boot 2023-01-25T06:58:47.215 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:46 smithi089 bash[24593]: cluster 1674629926.1276112 mon.smithi088 (mon.0) 560 : cluster 0 osdmap e28: 8 total, 5 up, 8 in 2023-01-25T06:58:47.215 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:46 smithi089 bash[24593]: audit 1674629926.1282942 mon.smithi088 (mon.0) 561 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-01-25T06:58:47.215 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:46 smithi089 bash[24593]: audit 1674629926.1287796 mon.smithi088 (mon.0) 562 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-01-25T06:58:47.216 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:46 smithi089 bash[24593]: audit 1674629926.129707 mon.smithi088 (mon.0) 563 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-01-25T06:58:47.216 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:46 smithi089 bash[24593]: audit 1674629926.1302145 mon.smithi088 (mon.0) 564 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-01-25T06:58:47.837 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:47 smithi088 bash[21021]: cluster 1674629924.907947 osd.4 (osd.4) 1 : cluster 0 purged_snaps scrub starts 2023-01-25T06:58:47.838 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:47 smithi088 bash[21021]: cluster 1674629924.9081516 osd.4 (osd.4) 2 : cluster 0 purged_snaps scrub ok 2023-01-25T06:58:47.838 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:47 smithi088 bash[21021]: cluster 1674629927.1310413 mon.smithi088 (mon.0) 565 : cluster 0 osdmap e29: 8 total, 5 up, 8 in 2023-01-25T06:58:47.838 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:47 smithi088 bash[21021]: audit 1674629927.131263 mon.smithi088 (mon.0) 566 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-01-25T06:58:47.838 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:47 smithi088 bash[21021]: audit 1674629927.1315694 mon.smithi088 (mon.0) 567 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-01-25T06:58:47.838 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:47 smithi088 bash[21021]: audit 1674629927.1317546 mon.smithi088 (mon.0) 568 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-01-25T06:58:47.839 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:47 smithi088 bash[21021]: audit 1674629927.1585672 mon.smithi088 (mon.0) 569 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:58:47.964 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:47 smithi089 bash[24593]: cluster 1674629924.907947 osd.4 (osd.4) 1 : cluster 0 purged_snaps scrub starts 2023-01-25T06:58:47.964 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:47 smithi089 bash[24593]: cluster 1674629924.9081516 osd.4 (osd.4) 2 : cluster 0 purged_snaps scrub ok 2023-01-25T06:58:47.964 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:47 smithi089 bash[24593]: cluster 1674629927.1310413 mon.smithi088 (mon.0) 565 : cluster 0 osdmap e29: 8 total, 5 up, 8 in 2023-01-25T06:58:47.965 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:47 smithi089 bash[24593]: audit 1674629927.131263 mon.smithi088 (mon.0) 566 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-01-25T06:58:47.965 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:47 smithi089 bash[24593]: audit 1674629927.1315694 mon.smithi088 (mon.0) 567 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-01-25T06:58:47.965 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:47 smithi089 bash[24593]: audit 1674629927.1317546 mon.smithi088 (mon.0) 568 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-01-25T06:58:47.965 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:47 smithi089 bash[24593]: audit 1674629927.1585672 mon.smithi088 (mon.0) 569 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:58:48.794 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:48 smithi088 bash[21021]: cluster 1674629927.0311208 mgr.smithi088.qsgnjv (mgr.14193) 130 : cluster 0 pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-01-25T06:58:48.794 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:48 smithi088 bash[21021]: audit 1674629928.1061838 mon.smithi088 (mon.0) 570 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:58:48.964 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:48 smithi089 bash[24593]: cluster 1674629927.0311208 mgr.smithi088.qsgnjv (mgr.14193) 130 : cluster 0 pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-01-25T06:58:48.964 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:48 smithi089 bash[24593]: audit 1674629928.1061838 mon.smithi088 (mon.0) 570 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:58:49.964 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:49 smithi089 bash[24593]: audit 1674629928.76022 mon.smithi089 (mon.1) 14 : audit 1 from='osd.6 [v2:172.21.15.89:6824/2291498828,v1:172.21.15.89:6825/2291498828]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-01-25T06:58:49.964 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:49 smithi089 bash[24593]: audit 1674629928.763512 mon.smithi088 (mon.0) 571 : audit 1 from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-01-25T06:58:49.965 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:49 smithi089 bash[24593]: audit 1674629929.0537899 mon.smithi088 (mon.0) 572 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:58:49.965 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:49 smithi089 bash[24593]: audit 1674629929.0666912 mon.smithi088 (mon.0) 573 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:58:49.965 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:49 smithi089 bash[24593]: audit 1674629929.073845 mon.smithi088 (mon.0) 574 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:58:50.139 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:49 smithi088 bash[21021]: audit 1674629928.76022 mon.smithi089 (mon.1) 14 : audit 1 from='osd.6 [v2:172.21.15.89:6824/2291498828,v1:172.21.15.89:6825/2291498828]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-01-25T06:58:50.139 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:49 smithi088 bash[21021]: audit 1674629928.763512 mon.smithi088 (mon.0) 571 : audit 1 from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-01-25T06:58:50.139 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:49 smithi088 bash[21021]: audit 1674629929.0537899 mon.smithi088 (mon.0) 572 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:58:50.139 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:49 smithi088 bash[21021]: audit 1674629929.0666912 mon.smithi088 (mon.0) 573 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:58:50.140 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:49 smithi088 bash[21021]: audit 1674629929.073845 mon.smithi088 (mon.0) 574 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:58:51.173 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:50 smithi088 bash[21021]: cluster 1674629929.0314953 mgr.smithi088.qsgnjv (mgr.14193) 131 : cluster 0 pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-01-25T06:58:51.173 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:50 smithi088 bash[21021]: audit 1674629929.7567115 mon.smithi089 (mon.1) 15 : audit 1 from='osd.6 [v2:172.21.15.89:6824/2291498828,v1:172.21.15.89:6825/2291498828]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi089", "root=default"]}]: dispatch 2023-01-25T06:58:51.174 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:50 smithi088 bash[21021]: audit 1674629929.7586105 mon.smithi088 (mon.0) 575 : audit 1 from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-01-25T06:58:51.174 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:50 smithi088 bash[21021]: cluster 1674629929.7587214 mon.smithi088 (mon.0) 576 : cluster 0 osdmap e30: 8 total, 5 up, 8 in 2023-01-25T06:58:51.174 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:50 smithi088 bash[21021]: audit 1674629929.7589357 mon.smithi088 (mon.0) 577 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-01-25T06:58:51.174 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:50 smithi088 bash[21021]: audit 1674629929.75938 mon.smithi088 (mon.0) 578 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-01-25T06:58:51.174 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:50 smithi088 bash[21021]: audit 1674629929.7596145 mon.smithi088 (mon.0) 579 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-01-25T06:58:51.175 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:50 smithi088 bash[21021]: audit 1674629929.7600458 mon.smithi088 (mon.0) 580 : audit 1 from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi089", "root=default"]}]: dispatch 2023-01-25T06:58:51.175 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:50 smithi088 bash[21021]: audit 1674629929.9554145 mon.smithi088 (mon.0) 581 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:58:51.175 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:50 smithi088 bash[21021]: audit 1674629929.9583373 mon.smithi088 (mon.0) 582 : audit 1 from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-01-25T06:58:51.214 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:50 smithi089 bash[24593]: cluster 1674629929.0314953 mgr.smithi088.qsgnjv (mgr.14193) 131 : cluster 0 pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-01-25T06:58:51.214 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:50 smithi089 bash[24593]: audit 1674629929.7567115 mon.smithi089 (mon.1) 15 : audit 1 from='osd.6 [v2:172.21.15.89:6824/2291498828,v1:172.21.15.89:6825/2291498828]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi089", "root=default"]}]: dispatch 2023-01-25T06:58:51.215 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:50 smithi089 bash[24593]: audit 1674629929.7586105 mon.smithi088 (mon.0) 575 : audit 1 from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-01-25T06:58:51.215 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:50 smithi089 bash[24593]: cluster 1674629929.7587214 mon.smithi088 (mon.0) 576 : cluster 0 osdmap e30: 8 total, 5 up, 8 in 2023-01-25T06:58:51.215 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:50 smithi089 bash[24593]: audit 1674629929.7589357 mon.smithi088 (mon.0) 577 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-01-25T06:58:51.215 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:50 smithi089 bash[24593]: audit 1674629929.75938 mon.smithi088 (mon.0) 578 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-01-25T06:58:51.216 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:50 smithi089 bash[24593]: audit 1674629929.7596145 mon.smithi088 (mon.0) 579 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-01-25T06:58:51.216 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:50 smithi089 bash[24593]: audit 1674629929.7600458 mon.smithi088 (mon.0) 580 : audit 1 from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi089", "root=default"]}]: dispatch 2023-01-25T06:58:51.216 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:50 smithi089 bash[24593]: audit 1674629929.9554145 mon.smithi088 (mon.0) 581 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:58:51.216 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:50 smithi089 bash[24593]: audit 1674629929.9583373 mon.smithi088 (mon.0) 582 : audit 1 from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-01-25T06:58:52.214 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:51 smithi089 bash[24593]: cluster 1674629929.7796838 osd.6 (osd.6) 1 : cluster 0 purged_snaps scrub starts 2023-01-25T06:58:52.215 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:51 smithi089 bash[24593]: cluster 1674629929.7797825 osd.6 (osd.6) 2 : cluster 0 purged_snaps scrub ok 2023-01-25T06:58:52.215 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:51 smithi089 bash[24593]: audit 1674629930.902256 mon.smithi088 (mon.0) 583 : audit 1 from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-01-25T06:58:52.215 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:51 smithi089 bash[24593]: audit 1674629930.9065697 mon.smithi088 (mon.0) 584 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "mon metadata", "id": "smithi088"}]: dispatch 2023-01-25T06:58:52.215 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:51 smithi089 bash[24593]: audit 1674629930.9107337 mon.smithi088 (mon.0) 585 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "mon metadata", "id": "smithi089"}]: dispatch 2023-01-25T06:58:52.216 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:51 smithi089 bash[24593]: audit 1674629930.9167955 mon.smithi088 (mon.0) 586 : audit 1 from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi089", "root=default"]}]': finished 2023-01-25T06:58:52.216 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:51 smithi089 bash[24593]: cluster 1674629930.9169457 mon.smithi088 (mon.0) 587 : cluster 0 osdmap e31: 8 total, 5 up, 8 in 2023-01-25T06:58:52.216 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:51 smithi089 bash[24593]: audit 1674629930.9176426 mon.smithi088 (mon.0) 588 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-01-25T06:58:52.216 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:51 smithi089 bash[24593]: audit 1674629930.918275 mon.smithi088 (mon.0) 589 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-01-25T06:58:52.216 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:51 smithi089 bash[24593]: audit 1674629930.9184854 mon.smithi088 (mon.0) 590 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-01-25T06:58:52.217 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:51 smithi089 bash[24593]: audit 1674629930.9222412 mon.smithi088 (mon.0) 591 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-01-25T06:58:52.217 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:51 smithi089 bash[24593]: audit 1674629930.937824 mon.smithi089 (mon.1) 16 : audit 1 from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-01-25T06:58:52.217 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:51 smithi089 bash[24593]: audit 1674629930.9387116 mon.smithi088 (mon.0) 592 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:58:52.217 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:51 smithi089 bash[24593]: audit 1674629930.9409974 mon.smithi088 (mon.0) 593 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "mon metadata", "id": "smithi088"}]: dispatch 2023-01-25T06:58:52.217 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:51 smithi089 bash[24593]: audit 1674629930.9412465 mon.smithi088 (mon.0) 594 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "mon metadata", "id": "smithi089"}]: dispatch 2023-01-25T06:58:52.218 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:51 smithi089 bash[24593]: cluster 1674629931.0320473 mgr.smithi088.qsgnjv (mgr.14193) 132 : cluster 0 pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 31 MiB used, 447 GiB / 447 GiB avail; 5.5 KiB/s rd, 319 KiB/s wr, 19 op/s; 118 KiB/s, 0 objects/s recovering 2023-01-25T06:58:52.218 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:51 smithi089 bash[24593]: audit 1674629931.27088 mon.smithi088 (mon.0) 595 : audit 1 from='osd.5 [v2:172.21.15.88:6818/1808512189,v1:172.21.15.88:6819/1808512189]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-01-25T06:58:52.218 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:51 smithi089 bash[24593]: audit 1674629931.8618164 mon.smithi089 (mon.1) 17 : audit 1 from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-01-25T06:58:52.218 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:51 smithi089 bash[24593]: audit 1674629931.8935297 mon.smithi088 (mon.0) 596 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:58:52.389 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:51 smithi088 bash[21021]: cluster 1674629929.7796838 osd.6 (osd.6) 1 : cluster 0 purged_snaps scrub starts 2023-01-25T06:58:52.389 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:51 smithi088 bash[21021]: cluster 1674629929.7797825 osd.6 (osd.6) 2 : cluster 0 purged_snaps scrub ok 2023-01-25T06:58:52.390 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:51 smithi088 bash[21021]: audit 1674629930.902256 mon.smithi088 (mon.0) 583 : audit 1 from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-01-25T06:58:52.390 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:51 smithi088 bash[21021]: audit 1674629930.9065697 mon.smithi088 (mon.0) 584 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "mon metadata", "id": "smithi088"}]: dispatch 2023-01-25T06:58:52.390 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:51 smithi088 bash[21021]: audit 1674629930.9107337 mon.smithi088 (mon.0) 585 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "mon metadata", "id": "smithi089"}]: dispatch 2023-01-25T06:58:52.390 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:51 smithi088 bash[21021]: audit 1674629930.9167955 mon.smithi088 (mon.0) 586 : audit 1 from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi089", "root=default"]}]': finished 2023-01-25T06:58:52.390 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:51 smithi088 bash[21021]: cluster 1674629930.9169457 mon.smithi088 (mon.0) 587 : cluster 0 osdmap e31: 8 total, 5 up, 8 in 2023-01-25T06:58:52.391 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:51 smithi088 bash[21021]: audit 1674629930.9176426 mon.smithi088 (mon.0) 588 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-01-25T06:58:52.391 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:51 smithi088 bash[21021]: audit 1674629930.918275 mon.smithi088 (mon.0) 589 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-01-25T06:58:52.391 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:51 smithi088 bash[21021]: audit 1674629930.9184854 mon.smithi088 (mon.0) 590 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-01-25T06:58:52.391 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:51 smithi088 bash[21021]: audit 1674629930.9222412 mon.smithi088 (mon.0) 591 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-01-25T06:58:52.391 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:51 smithi088 bash[21021]: audit 1674629930.937824 mon.smithi089 (mon.1) 16 : audit 1 from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-01-25T06:58:52.392 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:51 smithi088 bash[21021]: audit 1674629930.9387116 mon.smithi088 (mon.0) 592 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:58:52.392 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:51 smithi088 bash[21021]: audit 1674629930.9409974 mon.smithi088 (mon.0) 593 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "mon metadata", "id": "smithi088"}]: dispatch 2023-01-25T06:58:52.392 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:51 smithi088 bash[21021]: audit 1674629930.9412465 mon.smithi088 (mon.0) 594 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "mon metadata", "id": "smithi089"}]: dispatch 2023-01-25T06:58:52.392 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:51 smithi088 bash[21021]: cluster 1674629931.0320473 mgr.smithi088.qsgnjv (mgr.14193) 132 : cluster 0 pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 31 MiB used, 447 GiB / 447 GiB avail; 5.5 KiB/s rd, 319 KiB/s wr, 19 op/s; 118 KiB/s, 0 objects/s recovering 2023-01-25T06:58:52.392 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:51 smithi088 bash[21021]: audit 1674629931.27088 mon.smithi088 (mon.0) 595 : audit 1 from='osd.5 [v2:172.21.15.88:6818/1808512189,v1:172.21.15.88:6819/1808512189]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-01-25T06:58:52.393 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:51 smithi088 bash[21021]: audit 1674629931.8618164 mon.smithi089 (mon.1) 17 : audit 1 from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-01-25T06:58:52.393 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:51 smithi088 bash[21021]: audit 1674629931.8935297 mon.smithi088 (mon.0) 596 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:58:53.045 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/e3e3dd98-9c7c-11ed-9e56-001a4aab830c/mon.smithi088/config 2023-01-25T06:58:53.086 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:52 smithi088 bash[21021]: audit 1674629931.9218204 mon.smithi088 (mon.0) 597 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-01-25T06:58:53.086 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:52 smithi088 bash[21021]: audit 1674629931.9435031 mon.smithi088 (mon.0) 598 : audit 1 from='osd.5 [v2:172.21.15.88:6818/1808512189,v1:172.21.15.88:6819/1808512189]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-01-25T06:58:53.086 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:52 smithi088 bash[21021]: cluster 1674629931.9435966 mon.smithi088 (mon.0) 599 : cluster 1 osd.6 [v2:172.21.15.89:6824/2291498828,v1:172.21.15.89:6825/2291498828] boot 2023-01-25T06:58:53.086 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:52 smithi088 bash[21021]: cluster 1674629931.9436767 mon.smithi088 (mon.0) 600 : cluster 0 osdmap e32: 8 total, 6 up, 8 in 2023-01-25T06:58:53.087 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:52 smithi088 bash[21021]: audit 1674629931.9441795 mon.smithi088 (mon.0) 601 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-01-25T06:58:53.087 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:52 smithi088 bash[21021]: audit 1674629931.9449039 mon.smithi088 (mon.0) 602 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-01-25T06:58:53.087 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:52 smithi088 bash[21021]: audit 1674629931.9483006 mon.smithi088 (mon.0) 603 : audit 1 from='osd.5 [v2:172.21.15.88:6818/1808512189,v1:172.21.15.88:6819/1808512189]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi088", "root=default"]}]: dispatch 2023-01-25T06:58:53.087 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:52 smithi088 bash[21021]: audit 1674629931.9488075 mon.smithi088 (mon.0) 604 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-01-25T06:58:53.088 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:52 smithi088 bash[21021]: audit 1674629932.2177775 mon.smithi088 (mon.0) 605 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:58:53.088 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:52 smithi088 bash[21021]: audit 1674629932.2233036 mon.smithi088 (mon.0) 606 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:58:53.214 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:52 smithi089 bash[24593]: audit 1674629931.9218204 mon.smithi088 (mon.0) 597 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-01-25T06:58:53.215 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:52 smithi089 bash[24593]: audit 1674629931.9435031 mon.smithi088 (mon.0) 598 : audit 1 from='osd.5 [v2:172.21.15.88:6818/1808512189,v1:172.21.15.88:6819/1808512189]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-01-25T06:58:53.215 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:52 smithi089 bash[24593]: cluster 1674629931.9435966 mon.smithi088 (mon.0) 599 : cluster 1 osd.6 [v2:172.21.15.89:6824/2291498828,v1:172.21.15.89:6825/2291498828] boot 2023-01-25T06:58:53.215 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:52 smithi089 bash[24593]: cluster 1674629931.9436767 mon.smithi088 (mon.0) 600 : cluster 0 osdmap e32: 8 total, 6 up, 8 in 2023-01-25T06:58:53.215 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:52 smithi089 bash[24593]: audit 1674629931.9441795 mon.smithi088 (mon.0) 601 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-01-25T06:58:53.215 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:52 smithi089 bash[24593]: audit 1674629931.9449039 mon.smithi088 (mon.0) 602 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-01-25T06:58:53.216 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:52 smithi089 bash[24593]: audit 1674629931.9483006 mon.smithi088 (mon.0) 603 : audit 1 from='osd.5 [v2:172.21.15.88:6818/1808512189,v1:172.21.15.88:6819/1808512189]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi088", "root=default"]}]: dispatch 2023-01-25T06:58:53.216 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:52 smithi089 bash[24593]: audit 1674629931.9488075 mon.smithi088 (mon.0) 604 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-01-25T06:58:53.216 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:52 smithi089 bash[24593]: audit 1674629932.2177775 mon.smithi088 (mon.0) 605 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:58:53.217 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:52 smithi089 bash[24593]: audit 1674629932.2233036 mon.smithi088 (mon.0) 606 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:58:54.214 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:53 smithi089 bash[24593]: audit 1674629932.9519722 mon.smithi088 (mon.0) 607 : audit 1 from='osd.5 [v2:172.21.15.88:6818/1808512189,v1:172.21.15.88:6819/1808512189]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi088", "root=default"]}]': finished 2023-01-25T06:58:54.214 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:53 smithi089 bash[24593]: cluster 1674629932.952091 mon.smithi088 (mon.0) 608 : cluster 0 osdmap e33: 8 total, 6 up, 8 in 2023-01-25T06:58:54.215 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:53 smithi089 bash[24593]: audit 1674629932.9523637 mon.smithi088 (mon.0) 609 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-01-25T06:58:54.215 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:53 smithi089 bash[24593]: audit 1674629932.9532304 mon.smithi088 (mon.0) 610 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-01-25T06:58:54.215 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:53 smithi089 bash[24593]: audit 1674629932.9587033 mon.smithi088 (mon.0) 611 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-01-25T06:58:54.215 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:53 smithi089 bash[24593]: cluster 1674629933.0327296 mgr.smithi088.qsgnjv (mgr.14193) 133 : cluster 0 pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 36 MiB used, 536 GiB / 536 GiB avail; 6.7 KiB/s rd, 391 KiB/s wr, 23 op/s; 144 KiB/s, 0 objects/s recovering 2023-01-25T06:58:54.388 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:53 smithi088 bash[21021]: audit 1674629932.9519722 mon.smithi088 (mon.0) 607 : audit 1 from='osd.5 [v2:172.21.15.88:6818/1808512189,v1:172.21.15.88:6819/1808512189]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi088", "root=default"]}]': finished 2023-01-25T06:58:54.389 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:53 smithi088 bash[21021]: cluster 1674629932.952091 mon.smithi088 (mon.0) 608 : cluster 0 osdmap e33: 8 total, 6 up, 8 in 2023-01-25T06:58:54.389 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:53 smithi088 bash[21021]: audit 1674629932.9523637 mon.smithi088 (mon.0) 609 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-01-25T06:58:54.389 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:53 smithi088 bash[21021]: audit 1674629932.9532304 mon.smithi088 (mon.0) 610 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-01-25T06:58:54.389 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:53 smithi088 bash[21021]: audit 1674629932.9587033 mon.smithi088 (mon.0) 611 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-01-25T06:58:54.390 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:53 smithi088 bash[21021]: cluster 1674629933.0327296 mgr.smithi088.qsgnjv (mgr.14193) 133 : cluster 0 pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 36 MiB used, 536 GiB / 536 GiB avail; 6.7 KiB/s rd, 391 KiB/s wr, 23 op/s; 144 KiB/s, 0 objects/s recovering 2023-01-25T06:58:55.139 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:54 smithi088 bash[21021]: cluster 1674629932.253045 osd.5 (osd.5) 1 : cluster 0 purged_snaps scrub starts 2023-01-25T06:58:55.139 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:54 smithi088 bash[21021]: cluster 1674629932.2532408 osd.5 (osd.5) 2 : cluster 0 purged_snaps scrub ok 2023-01-25T06:58:55.139 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:54 smithi088 bash[21021]: cluster 1674629933.9550633 mon.smithi088 (mon.0) 612 : cluster 1 osd.5 [v2:172.21.15.88:6818/1808512189,v1:172.21.15.88:6819/1808512189] boot 2023-01-25T06:58:55.139 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:54 smithi088 bash[21021]: cluster 1674629933.9551208 mon.smithi088 (mon.0) 613 : cluster 0 osdmap e34: 8 total, 7 up, 8 in 2023-01-25T06:58:55.140 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:54 smithi088 bash[21021]: audit 1674629933.9559247 mon.smithi088 (mon.0) 614 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-01-25T06:58:55.140 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:54 smithi088 bash[21021]: audit 1674629933.956353 mon.smithi088 (mon.0) 615 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-01-25T06:58:55.214 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:54 smithi089 bash[24593]: cluster 1674629932.253045 osd.5 (osd.5) 1 : cluster 0 purged_snaps scrub starts 2023-01-25T06:58:55.214 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:54 smithi089 bash[24593]: cluster 1674629932.2532408 osd.5 (osd.5) 2 : cluster 0 purged_snaps scrub ok 2023-01-25T06:58:55.215 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:54 smithi089 bash[24593]: cluster 1674629933.9550633 mon.smithi088 (mon.0) 612 : cluster 1 osd.5 [v2:172.21.15.88:6818/1808512189,v1:172.21.15.88:6819/1808512189] boot 2023-01-25T06:58:55.215 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:54 smithi089 bash[24593]: cluster 1674629933.9551208 mon.smithi088 (mon.0) 613 : cluster 0 osdmap e34: 8 total, 7 up, 8 in 2023-01-25T06:58:55.215 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:54 smithi089 bash[24593]: audit 1674629933.9559247 mon.smithi088 (mon.0) 614 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-01-25T06:58:55.215 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:54 smithi089 bash[24593]: audit 1674629933.956353 mon.smithi088 (mon.0) 615 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-01-25T06:58:56.389 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:55 smithi088 bash[21021]: cluster 1674629934.970537 mon.smithi088 (mon.0) 616 : cluster 0 osdmap e35: 8 total, 7 up, 8 in 2023-01-25T06:58:56.389 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:55 smithi088 bash[21021]: audit 1674629934.970672 mon.smithi088 (mon.0) 617 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-01-25T06:58:56.389 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:55 smithi088 bash[21021]: cluster 1674629935.033368 mgr.smithi088.qsgnjv (mgr.14193) 134 : cluster 0 pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 9.0 KiB/s rd, 457 KiB/s wr, 29 op/s 2023-01-25T06:58:56.464 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:55 smithi089 bash[24593]: cluster 1674629934.970537 mon.smithi088 (mon.0) 616 : cluster 0 osdmap e35: 8 total, 7 up, 8 in 2023-01-25T06:58:56.464 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:55 smithi089 bash[24593]: audit 1674629934.970672 mon.smithi088 (mon.0) 617 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-01-25T06:58:56.465 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:55 smithi089 bash[24593]: cluster 1674629935.033368 mgr.smithi088.qsgnjv (mgr.14193) 134 : cluster 0 pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 9.0 KiB/s rd, 457 KiB/s wr, 29 op/s 2023-01-25T06:58:57.978 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-01-25T06:58:58.388 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:58 smithi088 bash[21021]: cluster 1674629937.034 mgr.smithi088.qsgnjv (mgr.14193) 135 : cluster 0 pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 42 MiB used, 626 GiB / 626 GiB avail; 7.1 KiB/s rd, 359 KiB/s wr, 23 op/s 2023-01-25T06:58:58.390 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:58 smithi088 bash[21021]: audit 1674629937.976303 mon.smithi088 (mon.0) 618 : audit 0 from='client.? 172.21.15.88:0/2127380067' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-01-25T06:58:58.464 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:58 smithi089 bash[24593]: cluster 1674629937.034 mgr.smithi088.qsgnjv (mgr.14193) 135 : cluster 0 pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 42 MiB used, 626 GiB / 626 GiB avail; 7.1 KiB/s rd, 359 KiB/s wr, 23 op/s 2023-01-25T06:58:58.464 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:58 smithi089 bash[24593]: audit 1674629937.976303 mon.smithi088 (mon.0) 618 : audit 0 from='client.? 172.21.15.88:0/2127380067' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-01-25T06:58:59.010 INFO:teuthology.orchestra.run.smithi088.stdout:{"epoch":35,"num_osds":8,"num_up_osds":7,"osd_up_since":1674629933,"num_in_osds":8,"osd_in_since":1674629884,"num_remapped_pgs":0} 2023-01-25T06:58:59.389 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:58:59 smithi088 bash[21021]: audit 1674629938.160476 mon.smithi088 (mon.0) 619 : audit 1 from='osd.7 [v2:172.21.15.88:6826/923850243,v1:172.21.15.88:6827/923850243]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-01-25T06:58:59.464 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:58:59 smithi089 bash[24593]: audit 1674629938.160476 mon.smithi088 (mon.0) 619 : audit 1 from='osd.7 [v2:172.21.15.88:6826/923850243,v1:172.21.15.88:6827/923850243]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-01-25T06:59:00.011 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:61996d73ab738798e4ee0055c86457f5c459da4a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e3e3dd98-9c7c-11ed-9e56-001a4aab830c -- ceph osd stat -f json 2023-01-25T06:59:00.389 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:59:00 smithi088 bash[21021]: cluster 1674629939.0347042 mgr.smithi088.qsgnjv (mgr.14193) 136 : cluster 0 pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 42 MiB used, 626 GiB / 626 GiB avail; 5.9 KiB/s rd, 300 KiB/s wr, 19 op/s 2023-01-25T06:59:00.390 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:59:00 smithi088 bash[21021]: audit 1674629939.1012568 mon.smithi088 (mon.0) 620 : audit 1 from='osd.7 [v2:172.21.15.88:6826/923850243,v1:172.21.15.88:6827/923850243]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-01-25T06:59:00.390 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:59:00 smithi088 bash[21021]: cluster 1674629939.101309 mon.smithi088 (mon.0) 621 : cluster 0 osdmap e36: 8 total, 7 up, 8 in 2023-01-25T06:59:00.390 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:59:00 smithi088 bash[21021]: audit 1674629939.101421 mon.smithi088 (mon.0) 622 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-01-25T06:59:00.390 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:59:00 smithi088 bash[21021]: audit 1674629939.101965 mon.smithi088 (mon.0) 623 : audit 1 from='osd.7 [v2:172.21.15.88:6826/923850243,v1:172.21.15.88:6827/923850243]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi088", "root=default"]}]: dispatch 2023-01-25T06:59:00.390 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:59:00 smithi088 bash[21021]: audit 1674629940.076948 mon.smithi088 (mon.0) 624 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-01-25T06:59:00.464 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:59:00 smithi089 bash[24593]: cluster 1674629939.0347042 mgr.smithi088.qsgnjv (mgr.14193) 136 : cluster 0 pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 42 MiB used, 626 GiB / 626 GiB avail; 5.9 KiB/s rd, 300 KiB/s wr, 19 op/s 2023-01-25T06:59:00.464 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:59:00 smithi089 bash[24593]: audit 1674629939.1012568 mon.smithi088 (mon.0) 620 : audit 1 from='osd.7 [v2:172.21.15.88:6826/923850243,v1:172.21.15.88:6827/923850243]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-01-25T06:59:00.465 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:59:00 smithi089 bash[24593]: cluster 1674629939.101309 mon.smithi088 (mon.0) 621 : cluster 0 osdmap e36: 8 total, 7 up, 8 in 2023-01-25T06:59:00.465 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:59:00 smithi089 bash[24593]: audit 1674629939.101421 mon.smithi088 (mon.0) 622 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-01-25T06:59:00.465 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:59:00 smithi089 bash[24593]: audit 1674629939.101965 mon.smithi088 (mon.0) 623 : audit 1 from='osd.7 [v2:172.21.15.88:6826/923850243,v1:172.21.15.88:6827/923850243]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi088", "root=default"]}]: dispatch 2023-01-25T06:59:00.466 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:59:00 smithi089 bash[24593]: audit 1674629940.076948 mon.smithi088 (mon.0) 624 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-01-25T06:59:01.389 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:59:01 smithi088 bash[21021]: audit 1674629940.1068802 mon.smithi088 (mon.0) 625 : audit 1 from='osd.7 [v2:172.21.15.88:6826/923850243,v1:172.21.15.88:6827/923850243]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi088", "root=default"]}]': finished 2023-01-25T06:59:01.389 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:59:01 smithi088 bash[21021]: cluster 1674629940.106969 mon.smithi088 (mon.0) 626 : cluster 0 osdmap e37: 8 total, 7 up, 8 in 2023-01-25T06:59:01.389 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:59:01 smithi088 bash[21021]: audit 1674629940.1078207 mon.smithi088 (mon.0) 627 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-01-25T06:59:01.389 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:59:01 smithi088 bash[21021]: audit 1674629940.1148694 mon.smithi088 (mon.0) 628 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-01-25T06:59:01.390 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:59:01 smithi088 bash[21021]: cluster 1674629940.915003 mon.smithi088 (mon.0) 629 : cluster 1 osd.7 [v2:172.21.15.88:6826/923850243,v1:172.21.15.88:6827/923850243] boot 2023-01-25T06:59:01.390 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:59:01 smithi088 bash[21021]: cluster 1674629940.9150617 mon.smithi088 (mon.0) 630 : cluster 0 osdmap e38: 8 total, 8 up, 8 in 2023-01-25T06:59:01.390 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:59:01 smithi088 bash[21021]: audit 1674629940.9155045 mon.smithi088 (mon.0) 631 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-01-25T06:59:01.464 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:59:01 smithi089 bash[24593]: audit 1674629940.1068802 mon.smithi088 (mon.0) 625 : audit 1 from='osd.7 [v2:172.21.15.88:6826/923850243,v1:172.21.15.88:6827/923850243]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi088", "root=default"]}]': finished 2023-01-25T06:59:01.464 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:59:01 smithi089 bash[24593]: cluster 1674629940.106969 mon.smithi088 (mon.0) 626 : cluster 0 osdmap e37: 8 total, 7 up, 8 in 2023-01-25T06:59:01.465 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:59:01 smithi089 bash[24593]: audit 1674629940.1078207 mon.smithi088 (mon.0) 627 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-01-25T06:59:01.465 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:59:01 smithi089 bash[24593]: audit 1674629940.1148694 mon.smithi088 (mon.0) 628 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-01-25T06:59:01.465 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:59:01 smithi089 bash[24593]: cluster 1674629940.915003 mon.smithi088 (mon.0) 629 : cluster 1 osd.7 [v2:172.21.15.88:6826/923850243,v1:172.21.15.88:6827/923850243] boot 2023-01-25T06:59:01.465 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:59:01 smithi089 bash[24593]: cluster 1674629940.9150617 mon.smithi088 (mon.0) 630 : cluster 0 osdmap e38: 8 total, 8 up, 8 in 2023-01-25T06:59:01.465 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:59:01 smithi089 bash[24593]: audit 1674629940.9155045 mon.smithi088 (mon.0) 631 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-01-25T06:59:02.389 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:59:02 smithi088 bash[21021]: cluster 1674629939.1375446 osd.7 (osd.7) 1 : cluster 0 purged_snaps scrub starts 2023-01-25T06:59:02.389 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:59:02 smithi088 bash[21021]: cluster 1674629939.137704 osd.7 (osd.7) 2 : cluster 0 purged_snaps scrub ok 2023-01-25T06:59:02.389 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:59:02 smithi088 bash[21021]: cluster 1674629941.0352492 mgr.smithi088.qsgnjv (mgr.14193) 137 : cluster 0 pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-01-25T06:59:02.389 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:59:02 smithi088 bash[21021]: audit 1674629941.91961 mon.smithi088 (mon.0) 632 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:59:02.390 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:59:02 smithi088 bash[21021]: cluster 1674629941.9257681 mon.smithi088 (mon.0) 633 : cluster 0 osdmap e39: 8 total, 8 up, 8 in 2023-01-25T06:59:02.390 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:59:02 smithi088 bash[21021]: audit 1674629941.9292157 mon.smithi088 (mon.0) 634 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:59:02.390 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:59:02 smithi088 bash[21021]: audit 1674629941.9843893 mon.smithi088 (mon.0) 635 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-01-25T06:59:02.464 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:59:02 smithi089 bash[24593]: cluster 1674629939.1375446 osd.7 (osd.7) 1 : cluster 0 purged_snaps scrub starts 2023-01-25T06:59:02.464 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:59:02 smithi089 bash[24593]: cluster 1674629939.137704 osd.7 (osd.7) 2 : cluster 0 purged_snaps scrub ok 2023-01-25T06:59:02.465 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:59:02 smithi089 bash[24593]: cluster 1674629941.0352492 mgr.smithi088.qsgnjv (mgr.14193) 137 : cluster 0 pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-01-25T06:59:02.465 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:59:02 smithi089 bash[24593]: audit 1674629941.91961 mon.smithi088 (mon.0) 632 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:59:02.465 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:59:02 smithi089 bash[24593]: cluster 1674629941.9257681 mon.smithi088 (mon.0) 633 : cluster 0 osdmap e39: 8 total, 8 up, 8 in 2023-01-25T06:59:02.465 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:59:02 smithi089 bash[24593]: audit 1674629941.9292157 mon.smithi088 (mon.0) 634 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:59:02.465 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:59:02 smithi089 bash[24593]: audit 1674629941.9843893 mon.smithi088 (mon.0) 635 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-01-25T06:59:04.138 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:59:03 smithi088 bash[21021]: cluster 1674629942.9342072 mon.smithi088 (mon.0) 636 : cluster 0 osdmap e40: 8 total, 8 up, 8 in 2023-01-25T06:59:04.139 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:59:03 smithi088 bash[21021]: cluster 1674629943.0357873 mgr.smithi088.qsgnjv (mgr.14193) 138 : cluster 0 pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-01-25T06:59:04.214 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:59:03 smithi089 bash[24593]: cluster 1674629942.9342072 mon.smithi088 (mon.0) 636 : cluster 0 osdmap e40: 8 total, 8 up, 8 in 2023-01-25T06:59:04.214 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:59:03 smithi089 bash[24593]: cluster 1674629943.0357873 mgr.smithi088.qsgnjv (mgr.14193) 138 : cluster 0 pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-01-25T06:59:05.214 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:59:04 smithi089 bash[24593]: cluster 1674629943.9405954 mon.smithi088 (mon.0) 637 : cluster 0 osdmap e41: 8 total, 8 up, 8 in 2023-01-25T06:59:05.389 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:59:04 smithi088 bash[21021]: cluster 1674629943.9405954 mon.smithi088 (mon.0) 637 : cluster 0 osdmap e41: 8 total, 8 up, 8 in 2023-01-25T06:59:06.214 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:59:05 smithi089 bash[24593]: cluster 1674629944.9436462 mon.smithi088 (mon.0) 638 : cluster 0 osdmap e42: 8 total, 8 up, 8 in 2023-01-25T06:59:06.214 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:59:05 smithi089 bash[24593]: cluster 1674629945.0363944 mgr.smithi088.qsgnjv (mgr.14193) 139 : cluster 0 pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-01-25T06:59:06.389 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:59:05 smithi088 bash[21021]: cluster 1674629944.9436462 mon.smithi088 (mon.0) 638 : cluster 0 osdmap e42: 8 total, 8 up, 8 in 2023-01-25T06:59:06.389 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:59:05 smithi088 bash[21021]: cluster 1674629945.0363944 mgr.smithi088.qsgnjv (mgr.14193) 139 : cluster 0 pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-01-25T06:59:06.446 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/e3e3dd98-9c7c-11ed-9e56-001a4aab830c/mon.smithi088/config 2023-01-25T06:59:08.889 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:59:08 smithi088 bash[21021]: cluster 1674629947.037018 mgr.smithi088.qsgnjv (mgr.14193) 140 : cluster 0 pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 113 KiB/s, 0 objects/s recovering 2023-01-25T06:59:08.889 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:59:08 smithi088 bash[21021]: audit 1674629947.8060558 mon.smithi088 (mon.0) 639 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:59:08.889 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:59:08 smithi088 bash[21021]: audit 1674629947.8133 mon.smithi088 (mon.0) 640 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:59:08.889 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:59:08 smithi088 bash[21021]: audit 1674629948.2569666 mon.smithi088 (mon.0) 641 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:59:08.890 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:59:08 smithi088 bash[21021]: audit 1674629948.264578 mon.smithi088 (mon.0) 642 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:59:09.214 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:59:08 smithi089 bash[24593]: cluster 1674629947.037018 mgr.smithi088.qsgnjv (mgr.14193) 140 : cluster 0 pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 113 KiB/s, 0 objects/s recovering 2023-01-25T06:59:09.214 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:59:08 smithi089 bash[24593]: audit 1674629947.8060558 mon.smithi088 (mon.0) 639 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:59:09.215 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:59:08 smithi089 bash[24593]: audit 1674629947.8133 mon.smithi088 (mon.0) 640 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:59:09.215 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:59:08 smithi089 bash[24593]: audit 1674629948.2569666 mon.smithi088 (mon.0) 641 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:59:09.215 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:59:08 smithi089 bash[24593]: audit 1674629948.264578 mon.smithi088 (mon.0) 642 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:59:10.093 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-01-25T06:59:10.923 INFO:teuthology.orchestra.run.smithi088.stdout:{"epoch":42,"num_osds":8,"num_up_osds":8,"osd_up_since":1674629940,"num_in_osds":8,"osd_in_since":1674629884,"num_remapped_pgs":0} 2023-01-25T06:59:10.924 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:61996d73ab738798e4ee0055c86457f5c459da4a shell --fsid e3e3dd98-9c7c-11ed-9e56-001a4aab830c -- ceph osd dump --format=json 2023-01-25T06:59:11.138 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:59:10 smithi088 bash[21021]: cluster 1674629949.0376327 mgr.smithi088.qsgnjv (mgr.14193) 141 : cluster 0 pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 94 KiB/s, 0 objects/s recovering 2023-01-25T06:59:11.139 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:59:10 smithi088 bash[21021]: audit 1674629950.0918753 mon.smithi088 (mon.0) 643 : audit 0 from='client.? 172.21.15.88:0/717597490' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-01-25T06:59:11.214 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:59:10 smithi089 bash[24593]: cluster 1674629949.0376327 mgr.smithi088.qsgnjv (mgr.14193) 141 : cluster 0 pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 94 KiB/s, 0 objects/s recovering 2023-01-25T06:59:11.214 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:59:10 smithi089 bash[24593]: audit 1674629950.0918753 mon.smithi088 (mon.0) 643 : audit 0 from='client.? 172.21.15.88:0/717597490' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-01-25T06:59:12.214 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:59:11 smithi089 bash[24593]: cluster 1674629951.0381947 mgr.smithi088.qsgnjv (mgr.14193) 142 : cluster 0 pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 72 KiB/s, 0 objects/s recovering 2023-01-25T06:59:12.389 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:59:11 smithi088 bash[21021]: cluster 1674629951.0381947 mgr.smithi088.qsgnjv (mgr.14193) 142 : cluster 0 pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 72 KiB/s, 0 objects/s recovering 2023-01-25T06:59:14.389 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:59:14 smithi088 bash[21021]: cluster 1674629953.0388808 mgr.smithi088.qsgnjv (mgr.14193) 143 : cluster 0 pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 63 KiB/s, 0 objects/s recovering 2023-01-25T06:59:14.464 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:59:14 smithi089 bash[24593]: cluster 1674629953.0388808 mgr.smithi088.qsgnjv (mgr.14193) 143 : cluster 0 pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 63 KiB/s, 0 objects/s recovering 2023-01-25T06:59:15.389 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:59:15 smithi088 bash[21021]: audit 1674629955.0776875 mon.smithi088 (mon.0) 644 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-01-25T06:59:15.464 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:59:15 smithi089 bash[24593]: audit 1674629955.0776875 mon.smithi088 (mon.0) 644 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-01-25T06:59:15.898 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/e3e3dd98-9c7c-11ed-9e56-001a4aab830c/mon.smithi088/config 2023-01-25T06:59:16.388 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:59:16 smithi088 bash[21021]: cluster 1674629955.0392456 mgr.smithi088.qsgnjv (mgr.14193) 144 : cluster 0 pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 57 KiB/s, 0 objects/s recovering 2023-01-25T06:59:16.464 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:59:16 smithi089 bash[24593]: cluster 1674629955.0392456 mgr.smithi088.qsgnjv (mgr.14193) 144 : cluster 0 pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 57 KiB/s, 0 objects/s recovering 2023-01-25T06:59:18.389 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:59:18 smithi088 bash[21021]: cluster 1674629957.0398586 mgr.smithi088.qsgnjv (mgr.14193) 145 : cluster 0 pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 48 KiB/s, 0 objects/s recovering 2023-01-25T06:59:18.464 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:59:18 smithi089 bash[24593]: cluster 1674629957.0398586 mgr.smithi088.qsgnjv (mgr.14193) 145 : cluster 0 pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 48 KiB/s, 0 objects/s recovering 2023-01-25T06:59:20.389 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:59:20 smithi088 bash[21021]: cluster 1674629959.040203 mgr.smithi088.qsgnjv (mgr.14193) 146 : cluster 0 pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-01-25T06:59:20.389 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:59:20 smithi088 bash[21021]: cephadm 1674629959.2307954 mgr.smithi088.qsgnjv (mgr.14193) 147 : cephadm 1 Detected new or changed devices on smithi089 2023-01-25T06:59:20.390 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:59:20 smithi088 bash[21021]: audit 1674629959.2392375 mon.smithi088 (mon.0) 645 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:59:20.390 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:59:20 smithi088 bash[21021]: audit 1674629959.2472374 mon.smithi088 (mon.0) 646 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:59:20.391 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:59:20 smithi088 bash[21021]: audit 1674629959.248873 mon.smithi088 (mon.0) 647 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-01-25T06:59:20.391 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:59:20 smithi088 bash[21021]: audit 1674629959.2498531 mon.smithi088 (mon.0) 648 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-01-25T06:59:20.391 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:59:20 smithi088 bash[21021]: audit 1674629959.250852 mon.smithi088 (mon.0) 649 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-01-25T06:59:20.392 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:59:20 smithi088 bash[21021]: audit 1674629959.2517817 mon.smithi088 (mon.0) 650 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-01-25T06:59:20.392 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:59:20 smithi088 bash[21021]: cephadm 1674629959.2524812 mgr.smithi088.qsgnjv (mgr.14193) 148 : cephadm 1 Adjusting osd_memory_target on smithi089 to 3518M 2023-01-25T06:59:20.392 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:59:20 smithi088 bash[21021]: audit 1674629959.2601569 mon.smithi088 (mon.0) 651 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:59:20.446 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-01-25T06:59:20.447 INFO:teuthology.orchestra.run.smithi088.stdout:{"epoch":42,"fsid":"e3e3dd98-9c7c-11ed-9e56-001a4aab830c","created":"2023-01-25T06:53:42.865868+0000","modified":"2023-01-25T06:59:04.936734+0000","last_up_change":"2023-01-25T06:59:00.908032+0000","last_in_change":"2023-01-25T06:58:04.049341+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-25T06:58:41.574411+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":"cb74fdbf-4b57-4fb8-8bc7-32a4fee736b1","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":40,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6800","nonce":317366385},{"type":"v1","addr":"172.21.15.89:6801","nonce":317366385}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6802","nonce":317366385},{"type":"v1","addr":"172.21.15.89:6803","nonce":317366385}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6806","nonce":317366385},{"type":"v1","addr":"172.21.15.89:6807","nonce":317366385}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6804","nonce":317366385},{"type":"v1","addr":"172.21.15.89:6805","nonce":317366385}]},"public_addr":"172.21.15.89:6801/317366385","cluster_addr":"172.21.15.89:6803/317366385","heartbeat_back_addr":"172.21.15.89:6807/317366385","heartbeat_front_addr":"172.21.15.89:6805/317366385","state":["exists","up"]},{"osd":1,"uuid":"050d31f4-9727-4b2e-8e7f-8802d242d03e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":28,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6802","nonce":4135546199},{"type":"v1","addr":"172.21.15.88:6803","nonce":4135546199}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6804","nonce":4135546199},{"type":"v1","addr":"172.21.15.88:6805","nonce":4135546199}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6808","nonce":4135546199},{"type":"v1","addr":"172.21.15.88:6809","nonce":4135546199}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6806","nonce":4135546199},{"type":"v1","addr":"172.21.15.88:6807","nonce":4135546199}]},"public_addr":"172.21.15.88:6803/4135546199","cluster_addr":"172.21.15.88:6805/4135546199","heartbeat_back_addr":"172.21.15.88:6809/4135546199","heartbeat_front_addr":"172.21.15.88:6807/4135546199","state":["exists","up"]},{"osd":2,"uuid":"07345ec5-a550-43cd-94ee-84f062290c00","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":22,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6808","nonce":1471817076},{"type":"v1","addr":"172.21.15.89:6809","nonce":1471817076}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6810","nonce":1471817076},{"type":"v1","addr":"172.21.15.89:6811","nonce":1471817076}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6814","nonce":1471817076},{"type":"v1","addr":"172.21.15.89:6815","nonce":1471817076}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6812","nonce":1471817076},{"type":"v1","addr":"172.21.15.89:6813","nonce":1471817076}]},"public_addr":"172.21.15.89:6809/1471817076","cluster_addr":"172.21.15.89:6811/1471817076","heartbeat_back_addr":"172.21.15.89:6815/1471817076","heartbeat_front_addr":"172.21.15.89:6813/1471817076","state":["exists","up"]},{"osd":3,"uuid":"aeda33d4-adf4-402b-b6bc-bd450610c0fb","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.88:6810","nonce":3520675077},{"type":"v1","addr":"172.21.15.88:6811","nonce":3520675077}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6812","nonce":3520675077},{"type":"v1","addr":"172.21.15.88:6813","nonce":3520675077}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6816","nonce":3520675077},{"type":"v1","addr":"172.21.15.88:6817","nonce":3520675077}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6814","nonce":3520675077},{"type":"v1","addr":"172.21.15.88:6815","nonce":3520675077}]},"public_addr":"172.21.15.88:6811/3520675077","cluster_addr":"172.21.15.88:6813/3520675077","heartbeat_back_addr":"172.21.15.88:6817/3520675077","heartbeat_front_addr":"172.21.15.88:6815/3520675077","state":["exists","up"]},{"osd":4,"uuid":"041e2796-fde3-4b16-a50a-e60148620092","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":28,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6816","nonce":2210081547},{"type":"v1","addr":"172.21.15.89:6817","nonce":2210081547}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6818","nonce":2210081547},{"type":"v1","addr":"172.21.15.89:6819","nonce":2210081547}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6822","nonce":2210081547},{"type":"v1","addr":"172.21.15.89:6823","nonce":2210081547}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6820","nonce":2210081547},{"type":"v1","addr":"172.21.15.89:6821","nonce":2210081547}]},"public_addr":"172.21.15.89:6817/2210081547","cluster_addr":"172.21.15.89:6819/2210081547","heartbeat_back_addr":"172.21.15.89:6823/2210081547","heartbeat_front_addr":"172.21.15.89:6821/2210081547","state":["exists","up"]},{"osd":5,"uuid":"0bddf4b5-f97d-4e06-a807-edafb661f70d","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":34,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6818","nonce":1808512189},{"type":"v1","addr":"172.21.15.88:6819","nonce":1808512189}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6820","nonce":1808512189},{"type":"v1","addr":"172.21.15.88:6821","nonce":1808512189}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6824","nonce":1808512189},{"type":"v1","addr":"172.21.15.88:6825","nonce":1808512189}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6822","nonce":1808512189},{"type":"v1","addr":"172.21.15.88:6823","nonce":1808512189}]},"public_addr":"172.21.15.88:6819/1808512189","cluster_addr":"172.21.15.88:6821/1808512189","heartbeat_back_addr":"172.21.15.88:6825/1808512189","heartbeat_front_addr":"172.21.15.88:6823/1808512189","state":["exists","up"]},{"osd":6,"uuid":"3f652262-e497-4624-8b3e-0260a999cdba","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.89:6824","nonce":2291498828},{"type":"v1","addr":"172.21.15.89:6825","nonce":2291498828}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6826","nonce":2291498828},{"type":"v1","addr":"172.21.15.89:6827","nonce":2291498828}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6830","nonce":2291498828},{"type":"v1","addr":"172.21.15.89:6831","nonce":2291498828}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6828","nonce":2291498828},{"type":"v1","addr":"172.21.15.89:6829","nonce":2291498828}]},"public_addr":"172.21.15.89:6825/2291498828","cluster_addr":"172.21.15.89:6827/2291498828","heartbeat_back_addr":"172.21.15.89:6831/2291498828","heartbeat_front_addr":"172.21.15.89:6829/2291498828","state":["exists","up"]},{"osd":7,"uuid":"b2614f51-dc51-4f30-86fa-dffdcb925a69","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":38,"up_thru":41,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6826","nonce":923850243},{"type":"v1","addr":"172.21.15.88:6827","nonce":923850243}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6828","nonce":923850243},{"type":"v1","addr":"172.21.15.88:6829","nonce":923850243}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6832","nonce":923850243},{"type":"v1","addr":"172.21.15.88:6833","nonce":923850243}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6830","nonce":923850243},{"type":"v1","addr":"172.21.15.88:6831","nonce":923850243}]},"public_addr":"172.21.15.88:6827/923850243","cluster_addr":"172.21.15.88:6829/923850243","heartbeat_back_addr":"172.21.15.88:6833/923850243","heartbeat_front_addr":"172.21.15.88:6831/923850243","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-25T06:58:32.080919+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-25T06:58:36.634606+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-25T06:58:38.555500+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-25T06:58:44.294357+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-25T06:58:44.908157+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-25T06:58:52.253247+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-25T06:58:49.779785+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-25T06:58:59.137708+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.88:6800/1605118855":"2023-01-26T06:56:14.942585+0000","172.21.15.88:0/1747448678":"2023-01-26T06:56:14.942585+0000","172.21.15.88:0/142096731":"2023-01-26T06:56:14.942585+0000","172.21.15.88:0/2373177089":"2023-01-26T06:56:14.942585+0000","172.21.15.88:6801/1129114242":"2023-01-26T06:55:07.760754+0000","172.21.15.88:6800/1129114242":"2023-01-26T06:55:07.760754+0000","172.21.15.88:0/3089483609":"2023-01-26T06:55:07.760754+0000","172.21.15.88:6800/2259568262":"2023-01-26T06:54:17.992824+0000","172.21.15.88:6801/2259568262":"2023-01-26T06:54:17.992824+0000","172.21.15.88:0/2086141240":"2023-01-26T06:54:17.992824+0000","172.21.15.88:6801/1605118855":"2023-01-26T06:56:14.942585+0000","172.21.15.88:0/892044750":"2023-01-26T06:55:07.760754+0000","172.21.15.88:0/3836570073":"2023-01-26T06:54:17.992824+0000","172.21.15.88:0/2269789416":"2023-01-26T06:54:17.992824+0000","172.21.15.88:0/3378210380":"2023-01-26T06:55:07.760754+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-25T06:59:20.599 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:59:20 smithi089 bash[24593]: cluster 1674629959.040203 mgr.smithi088.qsgnjv (mgr.14193) 146 : cluster 0 pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-01-25T06:59:20.600 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:59:20 smithi089 bash[24593]: cephadm 1674629959.2307954 mgr.smithi088.qsgnjv (mgr.14193) 147 : cephadm 1 Detected new or changed devices on smithi089 2023-01-25T06:59:20.600 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:59:20 smithi089 bash[24593]: audit 1674629959.2392375 mon.smithi088 (mon.0) 645 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:59:20.600 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:59:20 smithi089 bash[24593]: audit 1674629959.2472374 mon.smithi088 (mon.0) 646 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:59:20.601 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:59:20 smithi089 bash[24593]: audit 1674629959.248873 mon.smithi088 (mon.0) 647 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-01-25T06:59:20.601 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:59:20 smithi089 bash[24593]: audit 1674629959.2498531 mon.smithi088 (mon.0) 648 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-01-25T06:59:20.601 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:59:20 smithi089 bash[24593]: audit 1674629959.250852 mon.smithi088 (mon.0) 649 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-01-25T06:59:20.601 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:59:20 smithi089 bash[24593]: audit 1674629959.2517817 mon.smithi088 (mon.0) 650 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-01-25T06:59:20.601 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:59:20 smithi089 bash[24593]: cephadm 1674629959.2524812 mgr.smithi088.qsgnjv (mgr.14193) 148 : cephadm 1 Adjusting osd_memory_target on smithi089 to 3518M 2023-01-25T06:59:20.602 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:59:20 smithi089 bash[24593]: audit 1674629959.2601569 mon.smithi088 (mon.0) 651 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:59:21.289 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2023-01-25T06:58:41.574411+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-25T06:59:21.290 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:61996d73ab738798e4ee0055c86457f5c459da4a shell --fsid e3e3dd98-9c7c-11ed-9e56-001a4aab830c -- ceph osd pool get .mgr pg_num 2023-01-25T06:59:21.639 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:59:21 smithi088 bash[21021]: cephadm 1674629960.3026311 mgr.smithi088.qsgnjv (mgr.14193) 149 : cephadm 1 Detected new or changed devices on smithi088 2023-01-25T06:59:21.640 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:59:21 smithi088 bash[21021]: audit 1674629960.3114605 mon.smithi088 (mon.0) 652 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:59:21.640 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:59:21 smithi088 bash[21021]: audit 1674629960.318757 mon.smithi088 (mon.0) 653 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:59:21.640 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:59:21 smithi088 bash[21021]: audit 1674629960.3204892 mon.smithi088 (mon.0) 654 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-01-25T06:59:21.640 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:59:21 smithi088 bash[21021]: audit 1674629960.3215394 mon.smithi088 (mon.0) 655 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-01-25T06:59:21.641 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:59:21 smithi088 bash[21021]: audit 1674629960.3224795 mon.smithi088 (mon.0) 656 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-01-25T06:59:21.641 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:59:21 smithi088 bash[21021]: audit 1674629960.323447 mon.smithi088 (mon.0) 657 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-01-25T06:59:21.641 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:59:21 smithi088 bash[21021]: cephadm 1674629960.3241901 mgr.smithi088.qsgnjv (mgr.14193) 150 : cephadm 1 Adjusting osd_memory_target on smithi088 to 3262M 2023-01-25T06:59:21.641 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:59:21 smithi088 bash[21021]: audit 1674629960.3290246 mon.smithi088 (mon.0) 658 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:59:21.641 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:59:21 smithi088 bash[21021]: audit 1674629960.3304462 mon.smithi088 (mon.0) 659 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-01-25T06:59:21.642 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:59:21 smithi088 bash[21021]: audit 1674629960.3315277 mon.smithi088 (mon.0) 660 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-01-25T06:59:21.642 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:59:21 smithi088 bash[21021]: audit 1674629960.3373137 mon.smithi088 (mon.0) 661 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:59:21.642 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:59:21 smithi088 bash[21021]: audit 1674629960.3458092 mon.smithi088 (mon.0) 662 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-01-25T06:59:21.642 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:59:21 smithi088 bash[21021]: audit 1674629960.3508985 mon.smithi088 (mon.0) 663 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-01-25T06:59:21.642 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:59:21 smithi088 bash[21021]: audit 1674629960.352102 mon.smithi088 (mon.0) 664 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-01-25T06:59:21.643 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:59:21 smithi088 bash[21021]: audit 1674629960.356183 mon.smithi088 (mon.0) 665 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-01-25T06:59:21.643 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:59:21 smithi088 bash[21021]: audit 1674629960.3572292 mon.smithi088 (mon.0) 666 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-01-25T06:59:21.643 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:59:21 smithi088 bash[21021]: audit 1674629960.4430501 mon.smithi088 (mon.0) 667 : audit 0 from='client.? 172.21.15.88:0/4036214663' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-01-25T06:59:21.714 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:59:21 smithi089 bash[24593]: cephadm 1674629960.3026311 mgr.smithi088.qsgnjv (mgr.14193) 149 : cephadm 1 Detected new or changed devices on smithi088 2023-01-25T06:59:21.715 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:59:21 smithi089 bash[24593]: audit 1674629960.3114605 mon.smithi088 (mon.0) 652 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:59:21.715 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:59:21 smithi089 bash[24593]: audit 1674629960.318757 mon.smithi088 (mon.0) 653 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:59:21.715 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:59:21 smithi089 bash[24593]: audit 1674629960.3204892 mon.smithi088 (mon.0) 654 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-01-25T06:59:21.715 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:59:21 smithi089 bash[24593]: audit 1674629960.3215394 mon.smithi088 (mon.0) 655 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-01-25T06:59:21.716 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:59:21 smithi089 bash[24593]: audit 1674629960.3224795 mon.smithi088 (mon.0) 656 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-01-25T06:59:21.716 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:59:21 smithi089 bash[24593]: audit 1674629960.323447 mon.smithi088 (mon.0) 657 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-01-25T06:59:21.716 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:59:21 smithi089 bash[24593]: cephadm 1674629960.3241901 mgr.smithi088.qsgnjv (mgr.14193) 150 : cephadm 1 Adjusting osd_memory_target on smithi088 to 3262M 2023-01-25T06:59:21.716 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:59:21 smithi089 bash[24593]: audit 1674629960.3290246 mon.smithi088 (mon.0) 658 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:59:21.717 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:59:21 smithi089 bash[24593]: audit 1674629960.3304462 mon.smithi088 (mon.0) 659 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-01-25T06:59:21.717 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:59:21 smithi089 bash[24593]: audit 1674629960.3315277 mon.smithi088 (mon.0) 660 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-01-25T06:59:21.717 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:59:21 smithi089 bash[24593]: audit 1674629960.3373137 mon.smithi088 (mon.0) 661 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:59:21.717 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:59:21 smithi089 bash[24593]: audit 1674629960.3458092 mon.smithi088 (mon.0) 662 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-01-25T06:59:21.717 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:59:21 smithi089 bash[24593]: audit 1674629960.3508985 mon.smithi088 (mon.0) 663 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-01-25T06:59:21.718 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:59:21 smithi089 bash[24593]: audit 1674629960.352102 mon.smithi088 (mon.0) 664 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-01-25T06:59:21.718 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:59:21 smithi089 bash[24593]: audit 1674629960.356183 mon.smithi088 (mon.0) 665 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-01-25T06:59:21.718 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:59:21 smithi089 bash[24593]: audit 1674629960.3572292 mon.smithi088 (mon.0) 666 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-01-25T06:59:21.719 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:59:21 smithi089 bash[24593]: audit 1674629960.4430501 mon.smithi088 (mon.0) 667 : audit 0 from='client.? 172.21.15.88:0/4036214663' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-01-25T06:59:22.639 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:59:22 smithi088 bash[21021]: cluster 1674629961.0407197 mgr.smithi088.qsgnjv (mgr.14193) 151 : cluster 0 pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-01-25T06:59:22.714 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:59:22 smithi089 bash[24593]: cluster 1674629961.0407197 mgr.smithi088.qsgnjv (mgr.14193) 151 : cluster 0 pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-01-25T06:59:24.639 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:59:24 smithi088 bash[21021]: cluster 1674629963.0412343 mgr.smithi088.qsgnjv (mgr.14193) 152 : cluster 0 pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-01-25T06:59:24.714 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:59:24 smithi089 bash[24593]: cluster 1674629963.0412343 mgr.smithi088.qsgnjv (mgr.14193) 152 : cluster 0 pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-01-25T06:59:25.280 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/e3e3dd98-9c7c-11ed-9e56-001a4aab830c/mon.smithi088/config 2023-01-25T06:59:26.578 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:59:26 smithi089 bash[24593]: cluster 1674629965.0417655 mgr.smithi088.qsgnjv (mgr.14193) 153 : cluster 0 pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-01-25T06:59:26.639 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:59:26 smithi088 bash[21021]: cluster 1674629965.0417655 mgr.smithi088.qsgnjv (mgr.14193) 153 : cluster 0 pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-01-25T06:59:28.464 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:59:28 smithi089 bash[24593]: cluster 1674629967.0423567 mgr.smithi088.qsgnjv (mgr.14193) 154 : cluster 0 pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-01-25T06:59:28.638 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:59:28 smithi088 bash[21021]: cluster 1674629967.0423567 mgr.smithi088.qsgnjv (mgr.14193) 154 : cluster 0 pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-01-25T06:59:30.389 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:59:30 smithi088 bash[21021]: cluster 1674629969.0429556 mgr.smithi088.qsgnjv (mgr.14193) 155 : cluster 0 pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-01-25T06:59:30.389 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:59:30 smithi088 bash[21021]: audit 1674629970.0774307 mon.smithi088 (mon.0) 668 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-01-25T06:59:30.464 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:59:30 smithi089 bash[24593]: cluster 1674629969.0429556 mgr.smithi088.qsgnjv (mgr.14193) 155 : cluster 0 pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-01-25T06:59:30.464 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:59:30 smithi089 bash[24593]: audit 1674629970.0774307 mon.smithi088 (mon.0) 668 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-01-25T06:59:30.553 INFO:teuthology.orchestra.run.smithi088.stdout:pg_num: 1 2023-01-25T06:59:31.353 INFO:tasks.cephadm:Setting up client nodes... 2023-01-25T06:59:31.353 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:61996d73ab738798e4ee0055c86457f5c459da4a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e3e3dd98-9c7c-11ed-9e56-001a4aab830c -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2023-01-25T06:59:31.639 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:59:31 smithi088 bash[21021]: audit 1674629970.5511432 mon.smithi088 (mon.0) 669 : audit 0 from='client.? 172.21.15.88:0/1359349561' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2023-01-25T06:59:31.714 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:59:31 smithi089 bash[24593]: audit 1674629970.5511432 mon.smithi088 (mon.0) 669 : audit 0 from='client.? 172.21.15.88:0/1359349561' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2023-01-25T06:59:32.389 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:59:32 smithi088 bash[21021]: cluster 1674629971.043525 mgr.smithi088.qsgnjv (mgr.14193) 156 : cluster 0 pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-01-25T06:59:32.714 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:59:32 smithi089 bash[24593]: cluster 1674629971.043525 mgr.smithi088.qsgnjv (mgr.14193) 156 : cluster 0 pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-01-25T06:59:34.639 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:59:34 smithi088 bash[21021]: cluster 1674629973.0441031 mgr.smithi088.qsgnjv (mgr.14193) 157 : cluster 0 pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-01-25T06:59:34.714 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:59:34 smithi089 bash[24593]: cluster 1674629973.0441031 mgr.smithi088.qsgnjv (mgr.14193) 157 : cluster 0 pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-01-25T06:59:36.253 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/e3e3dd98-9c7c-11ed-9e56-001a4aab830c/mon.smithi088/config 2023-01-25T06:59:36.639 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:59:36 smithi088 bash[21021]: cluster 1674629975.0447533 mgr.smithi088.qsgnjv (mgr.14193) 158 : cluster 0 pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-01-25T06:59:36.669 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:59:36 smithi089 bash[24593]: cluster 1674629975.0447533 mgr.smithi088.qsgnjv (mgr.14193) 158 : cluster 0 pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-01-25T06:59:38.639 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:59:38 smithi088 bash[21021]: cluster 1674629977.0453894 mgr.smithi088.qsgnjv (mgr.14193) 159 : cluster 0 pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-01-25T06:59:38.714 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:59:38 smithi089 bash[24593]: cluster 1674629977.0453894 mgr.smithi088.qsgnjv (mgr.14193) 159 : cluster 0 pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-01-25T06:59:40.639 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:59:40 smithi088 bash[21021]: cluster 1674629979.045985 mgr.smithi088.qsgnjv (mgr.14193) 160 : cluster 0 pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-01-25T06:59:40.716 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:59:40 smithi089 bash[24593]: cluster 1674629979.045985 mgr.smithi088.qsgnjv (mgr.14193) 160 : cluster 0 pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-01-25T06:59:41.607 INFO:teuthology.orchestra.run.smithi088.stdout:[client.0] 2023-01-25T06:59:41.608 INFO:teuthology.orchestra.run.smithi088.stdout: key = AQBd09Bj0WKgIxAAa7IW7hlG/W1hIpuFA3iKIg== 2023-01-25T06:59:42.214 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:59:41 smithi089 bash[24593]: cluster 1674629981.0464396 mgr.smithi088.qsgnjv (mgr.14193) 161 : cluster 0 pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-01-25T06:59:42.214 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:59:41 smithi089 bash[24593]: audit 1674629981.5975168 mon.smithi088 (mon.0) 670 : audit 1 from='client.? 172.21.15.88:0/735889392' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-01-25T06:59:42.215 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:59:41 smithi089 bash[24593]: audit 1674629981.6043532 mon.smithi088 (mon.0) 671 : audit 1 from='client.? 172.21.15.88:0/735889392' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-01-25T06:59:42.389 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:59:41 smithi088 bash[21021]: cluster 1674629981.0464396 mgr.smithi088.qsgnjv (mgr.14193) 161 : cluster 0 pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-01-25T06:59:42.389 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:59:41 smithi088 bash[21021]: audit 1674629981.5975168 mon.smithi088 (mon.0) 670 : audit 1 from='client.? 172.21.15.88:0/735889392' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-01-25T06:59:42.389 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:59:41 smithi088 bash[21021]: audit 1674629981.6043532 mon.smithi088 (mon.0) 671 : audit 1 from='client.? 172.21.15.88:0/735889392' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-01-25T06:59:42.893 DEBUG:teuthology.orchestra.run.smithi088:> set -ex 2023-01-25T06:59:42.893 DEBUG:teuthology.orchestra.run.smithi088:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2023-01-25T06:59:42.893 DEBUG:teuthology.orchestra.run.smithi088:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2023-01-25T06:59:42.915 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:61996d73ab738798e4ee0055c86457f5c459da4a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e3e3dd98-9c7c-11ed-9e56-001a4aab830c -- ceph auth get-or-create client.1 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2023-01-25T06:59:44.389 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:59:44 smithi088 bash[21021]: cluster 1674629983.0469787 mgr.smithi088.qsgnjv (mgr.14193) 162 : cluster 0 pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-01-25T06:59:44.464 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:59:44 smithi089 bash[24593]: cluster 1674629983.0469787 mgr.smithi088.qsgnjv (mgr.14193) 162 : cluster 0 pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-01-25T06:59:45.389 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:59:45 smithi088 bash[21021]: audit 1674629985.0786195 mon.smithi088 (mon.0) 672 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-01-25T06:59:45.464 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:59:45 smithi089 bash[24593]: audit 1674629985.0786195 mon.smithi088 (mon.0) 672 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-01-25T06:59:46.389 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:59:46 smithi088 bash[21021]: cluster 1674629985.0475585 mgr.smithi088.qsgnjv (mgr.14193) 163 : cluster 0 pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-01-25T06:59:46.464 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:59:46 smithi089 bash[24593]: cluster 1674629985.0475585 mgr.smithi088.qsgnjv (mgr.14193) 163 : cluster 0 pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-01-25T06:59:47.658 INFO:teuthology.orchestra.run.smithi089.stderr:Inferring config /var/lib/ceph/e3e3dd98-9c7c-11ed-9e56-001a4aab830c/mon.smithi089/config 2023-01-25T06:59:48.389 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:59:48 smithi088 bash[21021]: cluster 1674629987.0482001 mgr.smithi088.qsgnjv (mgr.14193) 164 : cluster 0 pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-01-25T06:59:48.464 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:59:48 smithi089 bash[24593]: cluster 1674629987.0482001 mgr.smithi088.qsgnjv (mgr.14193) 164 : cluster 0 pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-01-25T06:59:50.889 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:59:50 smithi088 bash[21021]: cluster 1674629989.0487742 mgr.smithi088.qsgnjv (mgr.14193) 165 : cluster 0 pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-01-25T06:59:50.889 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:59:50 smithi088 bash[21021]: audit 1674629989.5243764 mon.smithi088 (mon.0) 673 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:59:50.889 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:59:50 smithi088 bash[21021]: audit 1674629989.5322657 mon.smithi088 (mon.0) 674 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:59:50.964 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:59:50 smithi089 bash[24593]: cluster 1674629989.0487742 mgr.smithi088.qsgnjv (mgr.14193) 165 : cluster 0 pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-01-25T06:59:50.964 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:59:50 smithi089 bash[24593]: audit 1674629989.5243764 mon.smithi088 (mon.0) 673 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:59:50.964 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:59:50 smithi089 bash[24593]: audit 1674629989.5322657 mon.smithi088 (mon.0) 674 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:59:51.619 INFO:teuthology.orchestra.run.smithi089.stdout:[client.1] 2023-01-25T06:59:51.619 INFO:teuthology.orchestra.run.smithi089.stdout: key = AQBn09Bj/flgJBAAZKI3Qk9LX8cPZBGaRaKFjw== 2023-01-25T06:59:52.214 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:59:51 smithi089 bash[24593]: cluster 1674629991.0492997 mgr.smithi088.qsgnjv (mgr.14193) 166 : cluster 0 pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-01-25T06:59:52.214 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:59:51 smithi089 bash[24593]: audit 1674629991.6066995 mon.smithi089 (mon.1) 18 : audit 1 from='client.? 172.21.15.89:0/2569152714' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-01-25T06:59:52.215 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:59:51 smithi089 bash[24593]: audit 1674629991.6101236 mon.smithi088 (mon.0) 675 : 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-25T06:59:52.215 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:59:51 smithi089 bash[24593]: audit 1674629991.61711 mon.smithi088 (mon.0) 676 : 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-25T06:59:52.354 DEBUG:teuthology.orchestra.run.smithi089:> set -ex 2023-01-25T06:59:52.354 DEBUG:teuthology.orchestra.run.smithi089:> sudo dd of=/etc/ceph/ceph.client.1.keyring 2023-01-25T06:59:52.355 DEBUG:teuthology.orchestra.run.smithi089:> sudo chmod 0644 /etc/ceph/ceph.client.1.keyring 2023-01-25T06:59:52.378 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2023-01-25T06:59:52.378 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2023-01-25T06:59:52.379 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:61996d73ab738798e4ee0055c86457f5c459da4a shell --fsid e3e3dd98-9c7c-11ed-9e56-001a4aab830c -- ceph mgr dump --format=json 2023-01-25T06:59:52.387 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:59:51 smithi088 bash[21021]: cluster 1674629991.0492997 mgr.smithi088.qsgnjv (mgr.14193) 166 : cluster 0 pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-01-25T06:59:52.387 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:59:51 smithi088 bash[21021]: audit 1674629991.6066995 mon.smithi089 (mon.1) 18 : audit 1 from='client.? 172.21.15.89:0/2569152714' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-01-25T06:59:52.388 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:59:51 smithi088 bash[21021]: audit 1674629991.6101236 mon.smithi088 (mon.0) 675 : 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-25T06:59:52.388 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:59:51 smithi088 bash[21021]: audit 1674629991.61711 mon.smithi088 (mon.0) 676 : 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-25T06:59:54.389 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:59:54 smithi088 bash[21021]: cluster 1674629993.0496614 mgr.smithi088.qsgnjv (mgr.14193) 167 : cluster 0 pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-01-25T06:59:54.464 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:59:54 smithi089 bash[24593]: cluster 1674629993.0496614 mgr.smithi088.qsgnjv (mgr.14193) 167 : cluster 0 pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-01-25T06:59:55.639 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:59:55 smithi088 bash[21021]: audit 1674629994.3802354 mon.smithi088 (mon.0) 677 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:59:55.639 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:59:55 smithi088 bash[21021]: audit 1674629994.3881922 mon.smithi088 (mon.0) 678 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:59:55.714 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:59:55 smithi089 bash[24593]: audit 1674629994.3802354 mon.smithi088 (mon.0) 677 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:59:55.714 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:59:55 smithi089 bash[24593]: audit 1674629994.3881922 mon.smithi088 (mon.0) 678 : audit 1 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' 2023-01-25T06:59:56.464 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:59:56 smithi089 bash[24593]: cluster 1674629995.0503235 mgr.smithi088.qsgnjv (mgr.14193) 168 : cluster 0 pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-01-25T06:59:56.889 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:59:56 smithi088 bash[21021]: cluster 1674629995.0503235 mgr.smithi088.qsgnjv (mgr.14193) 168 : cluster 0 pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-01-25T06:59:57.926 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/e3e3dd98-9c7c-11ed-9e56-001a4aab830c/mon.smithi088/config 2023-01-25T06:59:58.714 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 06:59:58 smithi089 bash[24593]: cluster 1674629997.0509863 mgr.smithi088.qsgnjv (mgr.14193) 169 : cluster 0 pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-01-25T06:59:58.889 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 06:59:58 smithi088 bash[21021]: cluster 1674629997.0509863 mgr.smithi088.qsgnjv (mgr.14193) 169 : cluster 0 pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-01-25T07:00:00.714 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 07:00:00 smithi089 bash[24593]: cluster 1674629999.0516527 mgr.smithi088.qsgnjv (mgr.14193) 170 : cluster 0 pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-01-25T07:00:00.714 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 07:00:00 smithi089 bash[24593]: cluster 1674630000.0001929 mon.smithi088 (mon.0) 679 : cluster 1 overall HEALTH_OK 2023-01-25T07:00:00.715 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 07:00:00 smithi089 bash[24593]: audit 1674630000.078544 mon.smithi088 (mon.0) 680 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-01-25T07:00:00.716 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 07:00:00 smithi088 bash[21021]: cluster 1674629999.0516527 mgr.smithi088.qsgnjv (mgr.14193) 170 : cluster 0 pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-01-25T07:00:00.716 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 07:00:00 smithi088 bash[21021]: cluster 1674630000.0001929 mon.smithi088 (mon.0) 679 : cluster 1 overall HEALTH_OK 2023-01-25T07:00:00.717 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 07:00:00 smithi088 bash[21021]: audit 1674630000.078544 mon.smithi088 (mon.0) 680 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-01-25T07:00:01.235 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-01-25T07:00:02.010 INFO:teuthology.orchestra.run.smithi088.stdout:{"epoch":19,"active_gid":14193,"active_name":"smithi088.qsgnjv","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6800","nonce":3826435108},{"type":"v1","addr":"172.21.15.88:6801","nonce":3826435108}]},"active_addr":"172.21.15.88:6801/3826435108","active_change":"2023-01-25T06:56:14.942838+0000","active_mgr_features":4540138322906710015,"available":true,"standbys":[{"gid":14206,"name":"smithi089.ugixzw","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.88:8443/","prometheus":"http://172.21.15.88: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.88:0","nonce":1407163066}]},{"addrvec":[{"type":"v2","addr":"172.21.15.88:0","nonce":2485515364}]},{"addrvec":[{"type":"v2","addr":"172.21.15.88:0","nonce":3259483856}]},{"addrvec":[{"type":"v2","addr":"172.21.15.88:0","nonce":4067071616}]}]}} 2023-01-25T07:00:02.017 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2023-01-25T07:00:02.018 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2023-01-25T07:00:02.018 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:61996d73ab738798e4ee0055c86457f5c459da4a shell --fsid e3e3dd98-9c7c-11ed-9e56-001a4aab830c -- ceph osd dump --format=json 2023-01-25T07:00:02.214 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 07:00:01 smithi089 bash[24593]: cluster 1674630001.0521812 mgr.smithi088.qsgnjv (mgr.14193) 171 : cluster 0 pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-01-25T07:00:02.214 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 07:00:01 smithi089 bash[24593]: audit 1674630001.2229013 mon.smithi088 (mon.0) 681 : audit 0 from='client.? 172.21.15.88:0/589964327' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-01-25T07:00:02.389 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 07:00:01 smithi088 bash[21021]: cluster 1674630001.0521812 mgr.smithi088.qsgnjv (mgr.14193) 171 : cluster 0 pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-01-25T07:00:02.390 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 07:00:01 smithi088 bash[21021]: audit 1674630001.2229013 mon.smithi088 (mon.0) 681 : audit 0 from='client.? 172.21.15.88:0/589964327' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-01-25T07:00:04.389 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 07:00:04 smithi088 bash[21021]: cluster 1674630003.0527928 mgr.smithi088.qsgnjv (mgr.14193) 172 : cluster 0 pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-01-25T07:00:04.464 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 07:00:04 smithi089 bash[24593]: cluster 1674630003.0527928 mgr.smithi088.qsgnjv (mgr.14193) 172 : cluster 0 pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-01-25T07:00:06.389 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 07:00:06 smithi088 bash[21021]: cluster 1674630005.0533888 mgr.smithi088.qsgnjv (mgr.14193) 173 : cluster 0 pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-01-25T07:00:06.464 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 07:00:06 smithi089 bash[24593]: cluster 1674630005.0533888 mgr.smithi088.qsgnjv (mgr.14193) 173 : cluster 0 pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-01-25T07:00:06.952 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/e3e3dd98-9c7c-11ed-9e56-001a4aab830c/mon.smithi088/config 2023-01-25T07:00:08.389 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 07:00:08 smithi088 bash[21021]: cluster 1674630007.0538905 mgr.smithi088.qsgnjv (mgr.14193) 174 : cluster 0 pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-01-25T07:00:08.464 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 07:00:08 smithi089 bash[24593]: cluster 1674630007.0538905 mgr.smithi088.qsgnjv (mgr.14193) 174 : cluster 0 pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-01-25T07:00:10.389 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 07:00:10 smithi088 bash[21021]: cluster 1674630009.0543733 mgr.smithi088.qsgnjv (mgr.14193) 175 : cluster 0 pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-01-25T07:00:10.460 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-01-25T07:00:10.461 INFO:teuthology.orchestra.run.smithi088.stdout:{"epoch":42,"fsid":"e3e3dd98-9c7c-11ed-9e56-001a4aab830c","created":"2023-01-25T06:53:42.865868+0000","modified":"2023-01-25T06:59:04.936734+0000","last_up_change":"2023-01-25T06:59:00.908032+0000","last_in_change":"2023-01-25T06:58:04.049341+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-25T06:58:41.574411+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":"cb74fdbf-4b57-4fb8-8bc7-32a4fee736b1","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":40,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6800","nonce":317366385},{"type":"v1","addr":"172.21.15.89:6801","nonce":317366385}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6802","nonce":317366385},{"type":"v1","addr":"172.21.15.89:6803","nonce":317366385}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6806","nonce":317366385},{"type":"v1","addr":"172.21.15.89:6807","nonce":317366385}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6804","nonce":317366385},{"type":"v1","addr":"172.21.15.89:6805","nonce":317366385}]},"public_addr":"172.21.15.89:6801/317366385","cluster_addr":"172.21.15.89:6803/317366385","heartbeat_back_addr":"172.21.15.89:6807/317366385","heartbeat_front_addr":"172.21.15.89:6805/317366385","state":["exists","up"]},{"osd":1,"uuid":"050d31f4-9727-4b2e-8e7f-8802d242d03e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":28,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6802","nonce":4135546199},{"type":"v1","addr":"172.21.15.88:6803","nonce":4135546199}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6804","nonce":4135546199},{"type":"v1","addr":"172.21.15.88:6805","nonce":4135546199}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6808","nonce":4135546199},{"type":"v1","addr":"172.21.15.88:6809","nonce":4135546199}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6806","nonce":4135546199},{"type":"v1","addr":"172.21.15.88:6807","nonce":4135546199}]},"public_addr":"172.21.15.88:6803/4135546199","cluster_addr":"172.21.15.88:6805/4135546199","heartbeat_back_addr":"172.21.15.88:6809/4135546199","heartbeat_front_addr":"172.21.15.88:6807/4135546199","state":["exists","up"]},{"osd":2,"uuid":"07345ec5-a550-43cd-94ee-84f062290c00","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":22,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6808","nonce":1471817076},{"type":"v1","addr":"172.21.15.89:6809","nonce":1471817076}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6810","nonce":1471817076},{"type":"v1","addr":"172.21.15.89:6811","nonce":1471817076}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6814","nonce":1471817076},{"type":"v1","addr":"172.21.15.89:6815","nonce":1471817076}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6812","nonce":1471817076},{"type":"v1","addr":"172.21.15.89:6813","nonce":1471817076}]},"public_addr":"172.21.15.89:6809/1471817076","cluster_addr":"172.21.15.89:6811/1471817076","heartbeat_back_addr":"172.21.15.89:6815/1471817076","heartbeat_front_addr":"172.21.15.89:6813/1471817076","state":["exists","up"]},{"osd":3,"uuid":"aeda33d4-adf4-402b-b6bc-bd450610c0fb","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.88:6810","nonce":3520675077},{"type":"v1","addr":"172.21.15.88:6811","nonce":3520675077}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6812","nonce":3520675077},{"type":"v1","addr":"172.21.15.88:6813","nonce":3520675077}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6816","nonce":3520675077},{"type":"v1","addr":"172.21.15.88:6817","nonce":3520675077}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6814","nonce":3520675077},{"type":"v1","addr":"172.21.15.88:6815","nonce":3520675077}]},"public_addr":"172.21.15.88:6811/3520675077","cluster_addr":"172.21.15.88:6813/3520675077","heartbeat_back_addr":"172.21.15.88:6817/3520675077","heartbeat_front_addr":"172.21.15.88:6815/3520675077","state":["exists","up"]},{"osd":4,"uuid":"041e2796-fde3-4b16-a50a-e60148620092","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":28,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6816","nonce":2210081547},{"type":"v1","addr":"172.21.15.89:6817","nonce":2210081547}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6818","nonce":2210081547},{"type":"v1","addr":"172.21.15.89:6819","nonce":2210081547}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6822","nonce":2210081547},{"type":"v1","addr":"172.21.15.89:6823","nonce":2210081547}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6820","nonce":2210081547},{"type":"v1","addr":"172.21.15.89:6821","nonce":2210081547}]},"public_addr":"172.21.15.89:6817/2210081547","cluster_addr":"172.21.15.89:6819/2210081547","heartbeat_back_addr":"172.21.15.89:6823/2210081547","heartbeat_front_addr":"172.21.15.89:6821/2210081547","state":["exists","up"]},{"osd":5,"uuid":"0bddf4b5-f97d-4e06-a807-edafb661f70d","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":34,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6818","nonce":1808512189},{"type":"v1","addr":"172.21.15.88:6819","nonce":1808512189}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6820","nonce":1808512189},{"type":"v1","addr":"172.21.15.88:6821","nonce":1808512189}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6824","nonce":1808512189},{"type":"v1","addr":"172.21.15.88:6825","nonce":1808512189}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6822","nonce":1808512189},{"type":"v1","addr":"172.21.15.88:6823","nonce":1808512189}]},"public_addr":"172.21.15.88:6819/1808512189","cluster_addr":"172.21.15.88:6821/1808512189","heartbeat_back_addr":"172.21.15.88:6825/1808512189","heartbeat_front_addr":"172.21.15.88:6823/1808512189","state":["exists","up"]},{"osd":6,"uuid":"3f652262-e497-4624-8b3e-0260a999cdba","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.89:6824","nonce":2291498828},{"type":"v1","addr":"172.21.15.89:6825","nonce":2291498828}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6826","nonce":2291498828},{"type":"v1","addr":"172.21.15.89:6827","nonce":2291498828}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6830","nonce":2291498828},{"type":"v1","addr":"172.21.15.89:6831","nonce":2291498828}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6828","nonce":2291498828},{"type":"v1","addr":"172.21.15.89:6829","nonce":2291498828}]},"public_addr":"172.21.15.89:6825/2291498828","cluster_addr":"172.21.15.89:6827/2291498828","heartbeat_back_addr":"172.21.15.89:6831/2291498828","heartbeat_front_addr":"172.21.15.89:6829/2291498828","state":["exists","up"]},{"osd":7,"uuid":"b2614f51-dc51-4f30-86fa-dffdcb925a69","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":38,"up_thru":41,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6826","nonce":923850243},{"type":"v1","addr":"172.21.15.88:6827","nonce":923850243}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6828","nonce":923850243},{"type":"v1","addr":"172.21.15.88:6829","nonce":923850243}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6832","nonce":923850243},{"type":"v1","addr":"172.21.15.88:6833","nonce":923850243}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6830","nonce":923850243},{"type":"v1","addr":"172.21.15.88:6831","nonce":923850243}]},"public_addr":"172.21.15.88:6827/923850243","cluster_addr":"172.21.15.88:6829/923850243","heartbeat_back_addr":"172.21.15.88:6833/923850243","heartbeat_front_addr":"172.21.15.88:6831/923850243","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-25T06:58:32.080919+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-25T06:58:36.634606+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-25T06:58:38.555500+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-25T06:58:44.294357+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-25T06:58:44.908157+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-25T06:58:52.253247+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-25T06:58:49.779785+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-25T06:58:59.137708+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.88:6800/1605118855":"2023-01-26T06:56:14.942585+0000","172.21.15.88:0/1747448678":"2023-01-26T06:56:14.942585+0000","172.21.15.88:0/142096731":"2023-01-26T06:56:14.942585+0000","172.21.15.88:0/2373177089":"2023-01-26T06:56:14.942585+0000","172.21.15.88:6801/1129114242":"2023-01-26T06:55:07.760754+0000","172.21.15.88:6800/1129114242":"2023-01-26T06:55:07.760754+0000","172.21.15.88:0/3089483609":"2023-01-26T06:55:07.760754+0000","172.21.15.88:6800/2259568262":"2023-01-26T06:54:17.992824+0000","172.21.15.88:6801/2259568262":"2023-01-26T06:54:17.992824+0000","172.21.15.88:0/2086141240":"2023-01-26T06:54:17.992824+0000","172.21.15.88:6801/1605118855":"2023-01-26T06:56:14.942585+0000","172.21.15.88:0/892044750":"2023-01-26T06:55:07.760754+0000","172.21.15.88:0/3836570073":"2023-01-26T06:54:17.992824+0000","172.21.15.88:0/2269789416":"2023-01-26T06:54:17.992824+0000","172.21.15.88:0/3378210380":"2023-01-26T06:55:07.760754+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-25T07:00:10.464 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 07:00:10 smithi089 bash[24593]: cluster 1674630009.0543733 mgr.smithi088.qsgnjv (mgr.14193) 175 : cluster 0 pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-01-25T07:00:11.254 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2023-01-25T07:00:11.255 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:61996d73ab738798e4ee0055c86457f5c459da4a shell --fsid e3e3dd98-9c7c-11ed-9e56-001a4aab830c -- ceph osd dump --format=json 2023-01-25T07:00:11.389 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 07:00:11 smithi088 bash[21021]: audit 1674630010.4571788 mon.smithi088 (mon.0) 682 : audit 0 from='client.? 172.21.15.88:0/1042801929' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-01-25T07:00:11.431 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 07:00:11 smithi089 bash[24593]: audit 1674630010.4571788 mon.smithi088 (mon.0) 682 : audit 0 from='client.? 172.21.15.88:0/1042801929' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-01-25T07:00:12.389 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 07:00:12 smithi088 bash[21021]: cluster 1674630011.0549328 mgr.smithi088.qsgnjv (mgr.14193) 176 : cluster 0 pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-01-25T07:00:12.464 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 07:00:12 smithi089 bash[24593]: cluster 1674630011.0549328 mgr.smithi088.qsgnjv (mgr.14193) 176 : cluster 0 pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-01-25T07:00:14.389 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 07:00:14 smithi088 bash[21021]: cluster 1674630013.0555203 mgr.smithi088.qsgnjv (mgr.14193) 177 : cluster 0 pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-01-25T07:00:14.464 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 07:00:14 smithi089 bash[24593]: cluster 1674630013.0555203 mgr.smithi088.qsgnjv (mgr.14193) 177 : cluster 0 pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-01-25T07:00:15.389 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 07:00:15 smithi088 bash[21021]: audit 1674630015.0807042 mon.smithi088 (mon.0) 683 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-01-25T07:00:15.464 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 07:00:15 smithi089 bash[24593]: audit 1674630015.0807042 mon.smithi088 (mon.0) 683 : audit 0 from='mgr.14193 172.21.15.88:0/1516832089' entity='mgr.smithi088.qsgnjv' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-01-25T07:00:16.149 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/e3e3dd98-9c7c-11ed-9e56-001a4aab830c/mon.smithi088/config 2023-01-25T07:00:16.464 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 07:00:16 smithi089 bash[24593]: cluster 1674630015.0560646 mgr.smithi088.qsgnjv (mgr.14193) 178 : cluster 0 pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-01-25T07:00:16.639 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 07:00:16 smithi088 bash[21021]: cluster 1674630015.0560646 mgr.smithi088.qsgnjv (mgr.14193) 178 : cluster 0 pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-01-25T07:00:18.464 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 25 07:00:18 smithi089 bash[24593]: cluster 1674630017.0567825 mgr.smithi088.qsgnjv (mgr.14193) 179 : cluster 0 pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-01-25T07:00:18.639 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Jan 25 07:00:18 smithi088 bash[21021]: cluster 1674630017.0567825 mgr.smithi088.qsgnjv (mgr.14193) 179 : cluster 0 pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-01-25T07:00:19.915 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-01-25T07:00:19.916 INFO:teuthology.orchestra.run.smithi088.stdout:{"epoch":42,"fsid":"e3e3dd98-9c7c-11ed-9e56-001a4aab830c","created":"2023-01-25T06:53:42.865868+0000","modified":"2023-01-25T06:59:04.936734+0000","last_up_change":"2023-01-25T06:59:00.908032+0000","last_in_change":"2023-01-25T06:58:04.049341+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-25T06:58:41.574411+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":"cb74fdbf-4b57-4fb8-8bc7-32a4fee736b1","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":40,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6800","nonce":317366385},{"type":"v1","addr":"172.21.15.89:6801","nonce":317366385}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6802","nonce":317366385},{"type":"v1","addr":"172.21.15.89:6803","nonce":317366385}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6806","nonce":317366385},{"type":"v1","addr":"172.21.15.89:6807","nonce":317366385}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6804","nonce":317366385},{"type":"v1","addr":"172.21.15.89:6805","nonce":317366385}]},"public_addr":"172.21.15.89:6801/317366385","cluster_addr":"172.21.15.89:6803/317366385","heartbeat_back_addr":"172.21.15.89:6807/317366385","heartbeat_front_addr":"172.21.15.89:6805/317366385","state":["exists","up"]},{"osd":1,"uuid":"050d31f4-9727-4b2e-8e7f-8802d242d03e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":28,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6802","nonce":4135546199},{"type":"v1","addr":"172.21.15.88:6803","nonce":4135546199}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6804","nonce":4135546199},{"type":"v1","addr":"172.21.15.88:6805","nonce":4135546199}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6808","nonce":4135546199},{"type":"v1","addr":"172.21.15.88:6809","nonce":4135546199}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6806","nonce":4135546199},{"type":"v1","addr":"172.21.15.88:6807","nonce":4135546199}]},"public_addr":"172.21.15.88:6803/4135546199","cluster_addr":"172.21.15.88:6805/4135546199","heartbeat_back_addr":"172.21.15.88:6809/4135546199","heartbeat_front_addr":"172.21.15.88:6807/4135546199","state":["exists","up"]},{"osd":2,"uuid":"07345ec5-a550-43cd-94ee-84f062290c00","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":22,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6808","nonce":1471817076},{"type":"v1","addr":"172.21.15.89:6809","nonce":1471817076}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6810","nonce":1471817076},{"type":"v1","addr":"172.21.15.89:6811","nonce":1471817076}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6814","nonce":1471817076},{"type":"v1","addr":"172.21.15.89:6815","nonce":1471817076}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6812","nonce":1471817076},{"type":"v1","addr":"172.21.15.89:6813","nonce":1471817076}]},"public_addr":"172.21.15.89:6809/1471817076","cluster_addr":"172.21.15.89:6811/1471817076","heartbeat_back_addr":"172.21.15.89:6815/1471817076","heartbeat_front_addr":"172.21.15.89:6813/1471817076","state":["exists","up"]},{"osd":3,"uuid":"aeda33d4-adf4-402b-b6bc-bd450610c0fb","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.88:6810","nonce":3520675077},{"type":"v1","addr":"172.21.15.88:6811","nonce":3520675077}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6812","nonce":3520675077},{"type":"v1","addr":"172.21.15.88:6813","nonce":3520675077}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6816","nonce":3520675077},{"type":"v1","addr":"172.21.15.88:6817","nonce":3520675077}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6814","nonce":3520675077},{"type":"v1","addr":"172.21.15.88:6815","nonce":3520675077}]},"public_addr":"172.21.15.88:6811/3520675077","cluster_addr":"172.21.15.88:6813/3520675077","heartbeat_back_addr":"172.21.15.88:6817/3520675077","heartbeat_front_addr":"172.21.15.88:6815/3520675077","state":["exists","up"]},{"osd":4,"uuid":"041e2796-fde3-4b16-a50a-e60148620092","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":28,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6816","nonce":2210081547},{"type":"v1","addr":"172.21.15.89:6817","nonce":2210081547}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6818","nonce":2210081547},{"type":"v1","addr":"172.21.15.89:6819","nonce":2210081547}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6822","nonce":2210081547},{"type":"v1","addr":"172.21.15.89:6823","nonce":2210081547}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6820","nonce":2210081547},{"type":"v1","addr":"172.21.15.89:6821","nonce":2210081547}]},"public_addr":"172.21.15.89:6817/2210081547","cluster_addr":"172.21.15.89:6819/2210081547","heartbeat_back_addr":"172.21.15.89:6823/2210081547","heartbeat_front_addr":"172.21.15.89:6821/2210081547","state":["exists","up"]},{"osd":5,"uuid":"0bddf4b5-f97d-4e06-a807-edafb661f70d","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":34,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6818","nonce":1808512189},{"type":"v1","addr":"172.21.15.88:6819","nonce":1808512189}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6820","nonce":1808512189},{"type":"v1","addr":"172.21.15.88:6821","nonce":1808512189}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6824","nonce":1808512189},{"type":"v1","addr":"172.21.15.88:6825","nonce":1808512189}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6822","nonce":1808512189},{"type":"v1","addr":"172.21.15.88:6823","nonce":1808512189}]},"public_addr":"172.21.15.88:6819/1808512189","cluster_addr":"172.21.15.88:6821/1808512189","heartbeat_back_addr":"172.21.15.88:6825/1808512189","heartbeat_front_addr":"172.21.15.88:6823/1808512189","state":["exists","up"]},{"osd":6,"uuid":"3f652262-e497-4624-8b3e-0260a999cdba","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.89:6824","nonce":2291498828},{"type":"v1","addr":"172.21.15.89:6825","nonce":2291498828}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6826","nonce":2291498828},{"type":"v1","addr":"172.21.15.89:6827","nonce":2291498828}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6830","nonce":2291498828},{"type":"v1","addr":"172.21.15.89:6831","nonce":2291498828}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6828","nonce":2291498828},{"type":"v1","addr":"172.21.15.89:6829","nonce":2291498828}]},"public_addr":"172.21.15.89:6825/2291498828","cluster_addr":"172.21.15.89:6827/2291498828","heartbeat_back_addr":"172.21.15.89:6831/2291498828","heartbeat_front_addr"